2008-02-10 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob37ebf0d2e3fbfaf2b422b0c194f00cf8ab43002c
1 2008-02-10  Johannes Schmid <jhs@gnome.org>
3         * src/Makefile.am:
4         * src/anjuta-app.c:
5         * src/anjuta-callbacks.c (removed):
6         * src/anjuta-callbacks.h (removed):
7         
8         Removed (almost) empty files, fixes #515383 and #515388
10 2008-02-09  James Liggett <jrliggett@cox.net>
12         Reviewed by Naba Kumar  <naba@gnome.org>:
14         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
15         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
16         * plugins/subversion/svn-command.c:
17         (svn_command_make_canonical_path):
18         * plugins/subversion/svn-command.h:
19         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
20         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
21         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
22         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
23         * plugins/subversion/svn-remove-command.c:
24         (svn_remove_command_new):
25         * plugins/subversion/svn-status-command.c:
26         (svn_status_command_new):
27         * plugins/subversion/svn-switch-command.c:
28         (svn_switch_command_new):
29         * plugins/subversion/svn-update-command.c:
30         (svn_update_command_new):
31         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
32         die if the user gives a path that libsvn doesn't like. 
33         
34         Fixes bug #515500
36 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
38         * plugins/debug-manager/command.c,
39         plugins/debug-manager/command.h,
40         plugins/debug-manager/queue.c:
41         Fix crashes when trying to stop the debugger while it is busy
43 2008-02-08  Johannes Schmid <jhs@gnome.org>
45   Patch from Rodrigo Moya <rodrigo@novell.com>
47         * plugins/glade/plugin.c: (ifile_open):
48         * plugins/symbol-browser/test-class.cpp:
49         * AUTHORS: Added Rodrigo
50         
51         #514732 – 64 bit compliation error
52         #514733 – Use of uninitialized variables
54 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
56         * manuals/anjuta-manual/C/debugger.xml:
57         Fix translation bug #514494 and bug #514440
59 2008-02-05  Massimo Cora'  <maxcvs@email.it>
61         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
62         Fix a compile error added in the previous patch
64 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
66         * plugins/profiler/gprof-view.c,
67         plugins/class-inheritance/class-callbacks.c,
68         plugins/class-inheritance/class-inherit.c,
69         plugins/symbol-browser/an_symbol.c,
70         plugins/symbol-db/symbol-db-engine-iterator-node.c,
71         libanjuta/interfaces/libanjuta.idl:
72         Change ianjuta_symbol_file function to ianjuta_symbol_uri
74 2008-02-04  Johannes Schmid <jhs@gnome.org>
76         * plugins/search/anjuta-search.glade: Fixed typo
78 2008-02-03  Johannes Schmid <jhs@gnome.org>
80         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
81         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
82         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
83         .glade:
84         * plugins/build-basic-autotools/build-basic-autotools.c:
85         (build_get_context), (build_configure_project):
86         * plugins/class-gen/anjuta-class-gen-plugin.glade:
87         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
88         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
89         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
90         * plugins/devhelp/plugin.c: (devhelp_activate):
91         * plugins/editor/Makefile.am:
92         * plugins/editor/anjuta-editor-scintilla.glade:
93         * plugins/editor/text_editor.c:
94         * plugins/editor/text_editor.h:
95         * plugins/editor/text_editor_menu.c (removed):
96         * plugins/editor/text_editor_menu.h (removed):
97         * plugins/file-wizard/anjuta-file-wizard.glade:
98         * plugins/gtodo/notification.c: (create_notification_window):
99         * plugins/gtodo/preferences.c: (preferences_widget):
100         * plugins/language-support-cpp-java/plugin.c:
101         (cpp_java_plugin_activate_plugin):
102         * plugins/message-view/anjuta-message-manager-plugin.glade:
103         * plugins/message-view/plugin.c: (activate_plugin):
104         * plugins/project-manager/plugin.c: (confirm_removal):
105         * plugins/search/anjuta-search.glade:
106         * plugins/search/plugin.c:
107         * plugins/search/search-replace.c: (nb_results_alert):
108         * plugins/subversion/subversion-commit-dialog.c:
109         (on_subversion_commit_response):
110         * plugins/symbol-browser/plugin.c: (activate_plugin):
111         * plugins/valgrind/plugin.c: (on_menu_run_activate):
112         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
113         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
114         * src/anjuta.glade:
115         
116         Fixed translation bugs from #507921.
117         Removed unused files in scintilla plugin
119 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
121         * manuals/anjuta-manual/C/debugger.xml:
122         Fix bug #514124 and bug #514138: Wrong menu item name
124 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
126         * plugins/profiler/gprof-view.c,
127         plugins/symbol-browser/plugin.c,
128         plugins/class-inheritance/class-callbacks.c,
129         plugins/debug-manager/plugin.c,
130         plugins/tools/editor.c,
131         plugins/search/search-replace.c,
132         plugins/search/search-replace_backend.c,
133         plugins/search/search-replace_backend.h,
134         plugins/build-basic-autotools/build-basic-autotools.c,
135         plugins/document-manager/plugin.c,
136         plugins/document-manager/file_history.c,
137         plugins/document-manager/anjuta-docman.c,
138         plugins/document-manager/anjuta-docman.h,
139         plugins/document-manager/action-callbacks.c,
140         libanjuta/interfaces/libanjuta.idl:
141         Rename IAnjutaDocumentManager functions:
142         find_document_with_path, goto_file_line, goto_file_line_mark
143         and get_full_filename into
144         find_document_with_uri, goto_uri_line, goto_uri_line_mark
145         and get_uri
146         Fix search plugin to use an URI instead of a file path
147         Fix anjuta_docman_get_uri to always return an URI
149 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
151         * plugins/debug-manager/breakpoints.c:
152         Fix bug #514118: Rename Clear All Breakpoints to Remove
153         All Breakpoints
155 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
157         * manuals/anjuta-manual/C/debugger.xml:
158         Update debugger documentation
160 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
162         * plugins/debug-manager/sharedlib.c,
163         plugins/debug-manager/anjuta-debug-manager.glade,
164         plugins/debug-manager/queue.c,
165         plugins/tools/execute.c,
166         plugins/tools/anjuta-tools.glade,
167         plugins/tools/editor.c,
168         plugins/project-wizard/templates/terminal.wiz,
169         plugins/project-wizard/templates/xlib-dock.wiz,
170         plugins/project-wizard/templates/wxwin.wiz,
171         plugins/project-wizard/templates/java.wiz,
172         plugins/project-wizard/templates/gnome.wiz,
173         plugins/project-wizard/templates/anjuta-plugin.wiz,
174         plugins/project-wizard/templates/gtkmm.wiz,
175         plugins/project-wizard/templates/python.wiz,
176         plugins/project-wizard/templates/cpp.wiz,
177         plugins/project-wizard/templates/sdl.wiz,
178         plugins/project-wizard/templates/gtk.wiz,
179         plugins/project-wizard/templates/minimal.wiz,
180         plugins/project-wizard/templates/xlib.wiz,
181         plugins/project-wizard/templates/gcj.wiz,
182         plugins/gdb/plugin.c,
183         plugins/gdb/debugger.c,
184         libanjuta/anjuta-plugin-manager.c:
185         Partial fix of #507921: translation issues in debug-manager, tools,
186         project-wizard, gdb and anjuta-plugin-manager.
188 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
190         * plugins/debug-manager/queue.c:
191         Debugger Local, Stack and Thread windows were missing due to
192         the previous change.
194 2008-02-02  Johannes Schmid <jhs@gnome.org>
196         * manuals/anjuta-manual/Makefile.am:
197         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
198         causes make install to fail
200 2008-02-02  Johannes Schmid <jhs@gnome.org>
202         * plugins/macro/macros.xml:
203         #495511 – Header_h macro correction
205 2008-02-02  Johannes Schmid <jhs@gnome.org>
207         * plugins/patch/patch-plugin.glade:
208         gtk-apply is not translatable...
210 2008-02-02  Johannes Schmid <jhs@gnome.org>
212         * plugins/build-basic-autotools/build-basic-autotools.c:
213         (on_build_mesg_format):
214         
215         Also check for untranslated messages from make. Should fix 
216         #511981 – Error parsing make output
218 2008-02-02  Johannes Schmid <jhs@gnome.org>
220         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
221         .glade:
222         
223         Fixed #511010 – [UI] Execute program utility window
225 2008-02-02  Johannes Schmid <jhs@gnome.org>
227         * src/anjuta.glade:
228         Fixed #509908 – [UI] Problems with the General settings tab
230 2008-02-02  Johannes Schmid <jhs@gnome.org>
232         * manuals/anjuta-manual/C/fileoperations.xml:
233         Fixed #513730 – Option not present in the GUI po file
235 2008-02-02  Johannes Schmid <jhs@gnome.org>
237         * plugins/sourceview/anjuta-editor-sourceview.glade:
238         Adjust preferences default values
240 2008-02-02  Johannes Schmid <jhs@gnome.org>
242         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
243   Fixed #512535 – Open files tabs' position is correctly remembered 
244   but not applied at startup
246 2008-02-02  Johannes Schmid <jhs@gnome.org>
248         * plugins/search/search-replace.c: (on_message_clicked):
249         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
250         fix clicking on search result messages
252 2008-02-01  James Liggett <jrliggett@cox.net>
254   * plugins/subversion/svn-command.c: (on_svn_notify):
255   Fixed wrong status message output when resolving conflicts.
257 2008-02-02  Johannes Schmid <jhs@gnome.org>
259         * configure.in: Require GtkSourceView 2.1.2
260         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
261         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
262         (imark_is_marker_set), (imark_delete_all_markers),
263         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
264         
265         Adapted to API changes in GtkSourceView
267 2008-02-01  Johannes Schmid <jhs@gnome.org>
269         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
270         Fixed tabsize preference
272 2008-02-01  Johannes Schmid <jhs@gnome.org>
274         * manuals/anjuta-manual/C/fileoperations.xml:
275         * manuals/anjuta-manual/C/interface.xml:
276         Updated manual
277         
278         * manuals/anjuta-manual/Makefile.am:
279         * manuals/anjuta-manual/C/figures/*:
280         
281         Updated figures to be in clearlooks theme, removed old figures
283 2008-02-01  Johannes Schmid <jhs@gnome.org>
285         * plugins/patch/patch-plugin.glade:
286         * plugins/patch/plugin.c: (patch_plugin_activate):
287         Another UI issue with the patch plugin and silenced a compiler
288         warning
289         
290         Patch from James Liggett:
291         * plugins/profiler/gprof-call-graph-view.c:
292         (gprof_call_graph_view_create_columns):
293         * plugins/profiler/gprof-flat-profile-view.c:
294         (gprof_flat_profile_view_create_columns):
295         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
296         * plugins/profiler/gprof-view.h:
297         
298         Use two decimal places for float values in profiler views (#507831)
300 2008-02-01  Johannes Schmid <jhs@gnome.org>
302         * configure.in:
303         * plugins/editor/Makefile.am:
304         
305         Fixed #512751 – libgnomeprint unnecessary without scintilla
307 2008-01-31  Johannes Schmid <jhs@gnome.org>
309         * plugins/language-manager/languages.xml:
310         Added a pretty ugly string for C++ headers. Maybe we should rely
311         on mime-types instead...
313 2008-01-31  Johannes Schmid <jhs@gnome.org>
315         * plugins/language-support-cpp-java/cpp-java-assist.c:
316         (get_iter_column), (cpp_java_assist_get_calltip_context),
317         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
318         (on_assist_chosen), (cpp_java_assist_install):
319         * plugins/language-support-cpp-java/plugin.c:
320         (on_editor_char_inserted_cpp):
321         Removed annoying DEBUG_PRINTs
322         
323         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
324         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
325         * plugins/sourceview/sourceview.c: (iassist_show_tips):
326         
327         Fixed "jumping" tooltips, fixed indentation of brances
329 2008-01-31  Johannes Schmid <jhs@gnome.org>
331         * plugins/document-manager/plugin.c: (on_document_changed):
332         Fixed crash when closing anjuta after all document tabs have been closed
334 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
336         * plugins/debug-manager/anjuta-debug-manager.glade:
337         Fix #513485: wrong strings maked as translatable
339 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
341         * plugins/debug-manager/threads.c,
342         plugins/debug-manager/stack_trace.c:
343         Avoid crash when getting relative path from debugger (same fix
344         than for #510028)
346         * plugins/debug-manager/queue.c:
347         Emit all state changes notification
349         * plugins/debug-manager/start.c:
350         Fix #511586: Project path with "+" not working in debugger
352 2008-01-31  Johannes Schmid <jhs@gnome.org>
354         * plugins/patch/patch-plugin.glade:
355         Fixed button ui problem...
356         
357         Patch from James Liggett:
358         * plugins/profiler/gprof-call-graph-block-entry.c:
359         (gprof_call_graph_block_primary_entry_new),
360         (gprof_call_graph_block_secondary_entry_new):
361         * plugins/profiler/gprof-flat-profile-entry.c:
362         (gprof_flat_profile_entry_new):
363         
364         Fix #507831 - Wrong Profiler values for some locales
366 2008-01-31  Johannes Schmid <jhs@gnome.org>
368         * plugins/sourceview/anjuta-editor-sourceview.glade:
369         * plugins/sourceview/sourceview-prefs.c:
370         * plugins/sourceview/sourceview.c: (sourceview_finalize):
371   
372   Fixed Editor->View popup menu for those entries that are appropriate for
373   sourceview    
375 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
377         * plugins/debug-manager/breakpoints.c:
378         Fix #512901: Crash when adding a breakpoint
380         * plugins/debug-manager/queue.c:
381         Remove a possible memory leak
383 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
385         * plugins/debug-manager/data_view.c,
386         plugins/debug-manager/sparse_view.c,
387         manuals/anjuta-manual/C/debugger.xml:
388         Fix #513130, #513131 #513135: Wrong menu item names and errors
389         in the documentation
391 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
393         * plugins/tools/editor.c:
394         ianjuta_document_manager_find_document_with_path expect an uri not
395         a path
397 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
399         * manuals/reference/libanjuta/libanjuta-docs.sgml,
400         manuals/reference/libanjuta/libanjuta-sections.txt,
401         libanjuta/interfaces/libanjuta.idl:
402         Documentation fixes for IAnjutaDebugger* interfaces
404 === anjuta 2.3.3 ===
406 2008-01-27  Naba Kumar  <naba@gnome.org>
408         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
409         rpm spec file.
411         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
412         (value_added_current_editor), (value_removed_current_editor):
413         Removed dead code.
415         * TODO.tasks: Updated.
417         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
418         scrollwindow shadow in.
420         * plugins/editor/anjuta-editor-scintilla.glade:
421         * plugins/editor/style-editor.c: (create_style_editor_gui):
422         Set style window transient and cetered for preferences window.
423         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
425         * plugins/editor/anjuta-editor-scintilla.glade:
426         Fixes Bug #427108 - Scintilla plugin configuration folding-style
427         setting not working
429         * configure.in, NEWS: Updated for release 2.3.3
431 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
433         * plugins/debug-manager/anjuta-debug-manager.glade:
434         Fix #512224: Use a string in english
436 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
438         * plugins/build-basic-autotools/build-basic-autotools.c:
439         ianjuta_document_manager_goto_file_line_mark needs an uri and
440         not a file path
442 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
444         * plugins/symbol-browser/plugin.c,
445         plugins/symbol-browser/an_symbol_view.c:
446         use gnome_vfs_get_uri_from_local_path to get local path from uri
447         This takes care of escaping some characters
449 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
451         * plugins/debug-manager/stack_trace.c:
452         Probably fix #510028: crash debugger when having a relative filename
453         in stack trace
455 2008-01-25 Tom <tpgww@onepost.net>
457         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
459         * plugins/document-manager/plugin.c,
460         plugins/document-manager/file_history.c,
461         plugins/document-manager/file_history.h,
462         plugins/document-manager/anjuta-docman.c,
463         plugins/document-manager/anjuta-docman.h:
464         Rename filename argument to uri when an uri is expected
465         anjuta_docman_get_document_for_uri will remove symlinks 
467 2008-01-25  Naba Kumar  <naba@gnome.org>
469         * plugins/terminal/terminal.c: (terminal_execute),
470         (activate_plugin):
471         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
473 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
475         * plugins/debug-manager/anjuta-debug-manager.glade,
476         plugins/debug-manager/start.c:
477         Fix #511049: Change UI of add source directories dialog
479 2008-01-24  Naba Kumar  <naba@gnome.org>
481         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
482         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
483         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
484         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
485         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
486         should work now.
488 2008-01-24  Johannes Schmid <jhs@gnome.org>
490         Patch from: Luca Ferretti <ella.uca@libero.it>:
492         * plugins/document-manager/anjuta-docman.c:
493         (anjuta_docman_page_init), (anjuta_docman_class_init):
494         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
495         
496         Fix #511757 – Close icon in tabs cut off (Patch was only for
497         document-manager, also adapted it for message-manager)
499 2008-01-24  Johannes Schmid <jhs@gnome.org>
501         * plugins/Makefile.am:
502         * plugins/sourceview/anjuta-document.c:
503         * plugins/sourceview/anjuta-marshal.list:
504         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
505         (anjuta_view_key_press_event):
506         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
507         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
508         (iiter_diff), (iiter_iface_init):
509         * plugins/sourceview/sourceview.c: (on_document_char_added),
510         (ieditor_goto_position), (ieditor_get_text),
511         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
512         (ieditor_erase), (ieditor_get_line_from_position),
513         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
514         (ieditor_get_position_from_offset), (ieditor_get_start_position),
515         (ieditor_get_end_position), (ieditor_goto_start),
516         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
517         (iconvert_to_lower), (iindic_set), (iassist_suggest),
518         (iassist_show_tips):
519         
520         Implemented new iterators interface in sourceview editor and
521         re-enabled it.
523 2008-01-23  Naba Kumar  <naba@gnome.org>
525         * libanjuta/interfaces/libanjuta.idl:
526         * manuals/reference/libanjuta/libanjuta-sections.txt:
527         * plugins/build-basic-autotools/build-basic-autotools.c:
528         (build_indicator_location_set), (on_editor_changed):
529         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
530         * plugins/debug-manager/variable.c: (get_hovered_word):
531         * plugins/document-manager/action-callbacks.c:
532         (on_editor_command_upper_case_activate),
533         (on_editor_command_lower_case_activate):
534         * plugins/document-manager/search-box.c: (on_incremental_search),
535         (on_search_activated):
536         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
537         (iiter_last), (iiter_set_position), (iiter_get_position),
538         (iiter_get_length), (iiter_compare), (iiter_diff),
539         (iiter_iface_init):
540         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
541         (text_editor_goto_point), (itext_editor_goto_start),
542         (itext_editor_goto_end), (itext_editor_goto_position),
543         (itext_editor_get_text_all), (itext_editor_get_text),
544         (itext_editor_get_position), (itext_editor_get_offset),
545         (itext_editor_get_length), (itext_editor_insert),
546         (itext_editor_erase), (itext_editor_erase_all),
547         (itext_editor_get_column), (itext_editor_get_overwrite),
548         (itext_editor_set_popup_menu),
549         (itext_editor_get_line_from_position),
550         (itext_editor_get_line_begin_position),
551         (itext_editor_get_line_end_position),
552         (itext_editor_get_position_from_offset),
553         (itext_editor_get_start_position), (itext_editor_get_end_position),
554         (itext_editor_iface_init), (iconvert_to_upper),
555         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
556         (iindicable_set):
557         * plugins/editor/text_editor.h:
558         * plugins/editor/text_editor_cbs.c:
559         (on_text_editor_scintilla_notify):
560         * plugins/indent/plugin.c: (on_indent_action_activate):
561         * plugins/language-support-cpp-java/cpp-java-assist.c:
562         (cpp_java_assist_get_scope_context),
563         (cpp_java_assist_get_pre_word),
564         (cpp_java_assist_show_autocomplete),
565         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
566         (on_editor_char_added), (on_assist_chosen):
567         * plugins/language-support-cpp-java/plugin.c:
568         (get_line_indentation), (skip_iter_to_previous_logical_line),
569         (skip_preprocessor_lines), (initialize_indentation_params),
570         (set_line_indentation), (get_line_indentation_base),
571         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
572         (on_editor_char_inserted_java), (on_auto_indent):
573         * plugins/macro/macro-actions.c: (match_shortcut):
574         * plugins/macro/macro-dialog.c: (on_ok_clicked):
575         * plugins/macro/plugin.c: (match_keyword):
576         * plugins/search/plugin.c: (find_incremental):
577         * plugins/search/search-replace.c: (search_and_replace),
578         (search_start_over):
579         * plugins/search/search-replace_backend.c:
580         (file_buffer_new_from_te), (file_buffer_line_from_pos),
581         (create_search_entries):
582         * plugins/symbol-browser/plugin.c:
583         (on_editor_buffer_symbols_update_timeout), (on_char_added),
584         (isymbol_manager_iface_init):
585         * plugins/symbol-db/plugin.c:
586         (on_editor_buffer_symbols_update_timeout), (on_char_added),
587         (isymbol_manager_iface_init):
588         * plugins/tools/execute.c: (atp_output_context_construct),
589         (atp_output_context_destroy), (atp_user_tool_execute):
591         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
592         iterators instead of integer offsets.
593         - Renamed original ianjuta_editor_get_position(int) to 
594         ianjuta_editor_get_offset(). It is deprecated.
595         - Renamed original ianjuta_editor_get_position_iter() to
596         ianjuta_editor_get_position().
597         - Renamed ianjuta_editor_get_cell_iter() to
598         ianjuta_editor_get_position_from_offset()
599         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
600         - Added new methods:
601         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
602         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
603         ianjuta_editor_goto_end().
604         - All relevent signals and methods converted to use iterators.
605         - All relevent plugins fixed to use new API.
606         - Removed ianjuta_editor_cell_get_line() because it is provided by
607         ianjuta_editor_get_line_from_position().
608         - Removed ianjuta_symbol_manager_get_completions_at_position()
609         because it not used anywhere and is not right to be there.
610         - Updated IAnjutaEditable documentation.
612         Updated IAnjutaIterable interface:
613         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
614         - Introduced 'end-iter' to point at the end of the list.
615         - Updated IAnjutaIterable documentation.
617         * plugins/Makefile.am:
618         (Disabled sourceview plugin for now. Jhs is coming up with a patch
619         for it soon).
621 2008-01-22  Johannes Schmid <jhs@gnome.org>
623         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
624         * plugins/project-import/anjuta-project-import.glade:
625         * plugins/project-import/anjuta-project-import.plugin.in:
626         * plugins/project-wizard/anjuta-project-wizard.glade:
627         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
628         * plugins/project-wizard/druid.c: (npw_druid_new):
629         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
630         
631         Fixed #465084 – wizard instead of assistant (only string changes...)
633 2008-01-20  Rob Bradford  <rob@openedhand.com>
635         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
636         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
637         coming up with the solution. (Bug: #510390.)
639 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
641         * plugins/build-basic-autotools/executer.c:
642         Fix #502508, use anjuta_launcher to keep program output
644         * plugins/terminal/terminal.c:
645         Remove unused child_initizlized member
646         Start the shell on plugin activation
648 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
650         * plugins/debug-manager/sparse_buffer.c:
651         Fix a crash when scrolling in the diassembly window
653         * plugins/debug-manager/sparse_view.c:
654         Small limit change using the same "unit" for both number
656 2008-01-19  Naba Kumar  <naba@gnome.org>
658         * plugins/language-support-cpp-java/cpp-java-assist.c:
659         (cpp_java_assist_get_scope_context),
660         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
661         instead.
663 2008-01-19  Johannes Schmid <jhs@gnome.org>
665         * plugins/sourceview/anjuta-editor-sourceview.glade:
666         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
667         
668         And even more strings...
670 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
672         * plugins/project-wizard/templates/cpp/src/main.cc:
673         Fix #498734, typing error in c++ project template
675 2008-01-19  Johannes Schmid <jhs@gnome.org>
677         * plugins/editor/text_editor.c: (text_editor_save_file):
678         * plugins/macro/anjuta-macro.glade:
679         * plugins/subversion/anjuta-subversion.glade:
681         Fixed even more strings
683 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
685         * plugins/language-support-cpp-java/cpp-java-assist.c:
686         Fix bug #488519, remove critical warning (completion_cache == NULL
687         is valid)
689 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
691         * plugins/gdb/debugger.c:
692         Enable logging of gdb communication with an environment variable
694 2008-01-19  Naba Kumar  <naba@gnome.org>
696         * plugins/editor/text-editor-iterable.c: (iiter_next),
697         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
698         editor native funtions to avoid round trips.
700 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
702         * plugins/editor/text_editor.c:
703         Fix a bug due to the previous patch: Unable to save new file in 
704         Scintilla
706 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
708         * plugins/debug-manager/disassemble.c,
709         plugins/debug-manager/disassemble.h,
710         plugins/debug-manager/registers.c,
711         plugins/debug-manager/registers.h,
712         plugins/debug-manager/memory.c,
713         plugins/debug-manager/memory.h,
714         plugins/debug-manager/command.c,
715         plugins/debug-manager/command.h,
716         plugins/debug-manager/queue.c,
717         plugins/debug-manager/queue.h,
718         plugins/debug-manager/breakpoints.c,
719         plugins/debug-manager/stack_trace.c,
720         plugins/debug-manager/threads.c,
721         plugins/debug-manager/plugin.c,
722         plugins/gdb/plugin.c,
723         plugins/gdb/debugger.c,
724         plugins/gdb/debugger.h,
725         manuals/reference/libanjuta/libanjuta-sections.txt,
726         manuals/reference/libanjuta/libanjuta.types,
727         libanjuta/interfaces/libanjuta.idl:
728         Use gulong instead of guint for addresses
729         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
730         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
732         * plugins/gdb/anjuta-gdb.plugin.in:
733         Remove reference to IAnjutaCpuDebugger (useless)
735 2008-01-18  Johannes Schmid <jhs@gnome.org>
737         * AUTHORS: Added Alexander
739 2008-01-18  Johannes Schmid <jhs@gnome.org>
741   Patch from: Alexander Korolyov <kilork@yandex.ru>
743         * plugins/editor/text_editor.c: (load_from_file),
744         (text_editor_save_file):
745         
746         Fixed symlinks (#510238) and file permission (#405321)
747         handling for scintilla editor. 
748   
749 2008-01-17  Johannes Schmid <jhs@gnome.org>
751         * plugins/document-manager/action-callbacks.c:
752         (on_editor_command_select_all_activate),
753         (on_editor_command_cut_activate),
754         (on_editor_command_paste_activate),
755         (on_editor_command_copy_activate),
756         (on_editor_command_clear_activate):
757   Resupport cut/copy/paste/clear on GtkEditables when those
758   have focus. (Important for shortcuts to work).
760         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
761         * plugins/document-manager/search-box.c: (on_search_activated):
762         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
763         * plugins/patch/patch-plugin.c: (on_ok_clicked):
764         * plugins/profiler/plugin.c: (profiler_get_data):
765         * plugins/project-wizard/druid.c: (npw_druid_new):
766         * plugins/project-wizard/install.c: (on_install_end_install_file):
767         * plugins/sourceview/anjuta-editor-sourceview.glade:
768         * plugins/subversion/anjuta-subversion.glade:
769         * plugins/tools/anjuta-tools.glade:
770         Various string fixes
772 2008-01-17  Naba Kumar  <naba@gnome.org>
774         Patch from James Liggett:
776         * plugins/subversion/subversion-add-dialog.c:
777         (on_subversion_add_response):
778         * plugins/subversion/subversion-copy-dialog.c:
779         (on_subversion_copy_response):
780         * plugins/subversion/subversion-diff-dialog.c:
781         (on_subversion_diff_response):
782         * plugins/subversion/subversion-merge-dialog.c:
783         (on_subversion_merge_response):
784         * plugins/subversion/subversion-remove-dialog.c:
785         (on_subversion_remove_response):
786         * plugins/subversion/subversion-switch-dialog.c:
787         (on_subversion_switch_response):
788         * plugins/subversion/subversion-ui-utils.c: (check_input):
789         * plugins/subversion/subversion-ui-utils.h:
790         * plugins/subversion/subversion-update-dialog.c:
791         (on_subversion_update_response):
793         If the user doesn't enter any data for path or revision fields in
794         certain SVN plugin dialogs, libsvn throws assertion failures and
795         kills Anjuta. To avoid this, the validity of path and revision
796         input data are checked before the command gets executed.
798         Fixes Bug #509510 - Check input of some dialogs to avoid termination
799         if user gives bad or no input
801 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
803         * plugins/document-manager/anjuta-docman.c:
804         Fix #507627 memory tab stay active on debugger stop
805         Remove two unused variables due to the previous patch
807 2008-01-16  Johannes Schmid <jhs@gnome.org>
809         * libanjuta/anjuta-plugin-manager.c:
810         Fixed #508399 – When you enable a plugin, preferences don't show up
812 2008-01-16  Rob Bradford  <rob@openedhand.com>
814         Reviewed by: Johannes Schmid <jhs@gnome.org>
816         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
817         (get_property_value_as_string), (set_property_value_as_string),
818         (register_callbacks):
819         * libanjuta/anjuta-preferences.h:
820         Add support for both file and folder preferences (originally only
821         folder choosers were supported. (Fixes bug: #508805.)
823         * plugins/file-manager/file-manager.glade:
824         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
825         type of property.
827 2008-01-16  Johannes Schmid <jhs@gnome.org>
829         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
830         .glade:
831         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
832         * src/anjuta.glade:
833         
834         Fixed #509875 – The "Update globale tags" button wording is incorrect
835         Fixed #509873 – Build Autotools Preferences has excessive padding
836         Fixed #509872 – General Information labels are incorrectly aligned
837         Fixed #509871 – General preferences has incorrect use of colons
838         
839 2008-01-16  Johannes Schmid <jhs@gnome.org>
841         * plugins/document-manager/anjuta-document-manager.glade:
842         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
844         Fixed #509865 – Incorrect padding in the Documents settings tabs
845         Fixed #509867 – Create button contents is mis-aligned
846         Fixed #509869 – "Add Directory" button is not HIG complient
848 2008-01-16  Johannes Schmid <jhs@gnome.org>
850         * libanjuta/anjuta-preferences-dialog.c:
851         (anjuta_preferences_dialog_add_page):
852         
853         Fix #509864 – No initial section selected when opening the Preferences dialog
855 2008-01-16  Johannes Schmid <jhs@gnome.org>
857         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
858         Removed unused gconf_notifications
859         
860         * plugins/search/anjuta-search.glade:
861         * plugins/subversion/anjuta-subversion.glade:
862         * plugins/tools/anjuta-tools.glade:
863         * src/anjuta-app.c: (anjuta_app_instance_init):
864         
865         Fixed various strings
867 2008-01-15  Naba Kumar  <naba@gnome.org>
869         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
870         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
871         file saved
873         * plugins/symbol-browser/an_symbol_view.c:
874         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
875         new file saved.
877 2008-01-15  Johannes Schmid <jhs@gnome.org>
879         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
880         (anjuta_profile_add_plugins_from_xml):
881         * plugins/file-manager/file-manager.glade:
882         Some string fixes
883         
884         * libanjuta/interfaces/libanjuta.idl:
885         Fixed docs
886                 
887         * plugins/sourceview/Makefile.am:
888         * plugins/sourceview/anjuta-editor-sourceview.glade:
889         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
890         (end_print), (print_setup), (sourceview_print),
891         (sourceview_print_preview):
892         * plugins/sourceview/sourceview.c: (iprint_print),
893         (iprint_print_preview):
894         
895         Added printing support to GtkSourceView editor
897 2007-01-14 Tom <tpgww@onepost.net>
899         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
901         * plugins/document-manager/anjuta-docman.c:
902         Fix two memory leaks added by the previous patch
904 2008-01-14  Johannes Schmid <jhs@gnome.org>
906         * plugins/sourceview/assist-tip.c: (assist_tip_move):
907         * plugins/sourceview/assist-window.c: (assist_window_move):
908         
909         Do not use opacity
911 2008-01-14  Rob Bradford  <rob@openedhand.com>
913         * global-tags/Makefile.am:
914         * global-tags/create_global_tags.sh.in:
915         Install anjuta-tags binary into FHS policy compliant directory and
916         update references. (Fixes bug: 509346.)
918 2008-01-13  Naba Kumar  <naba@gnome.org>
920         Patch from: Ritesh Khadgaray
921         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
922         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
923         Adds export-dynamic option to LDFLAGS to project template for libglade
924         to work for autoconnect signals.
926 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
928         * libanjuta/anjuta-utils.c:
929         anjuta_util_get_real_path return a string that need to be freed
930         with g_free even if PATH_MAX is not defined
932 2008-01-13  Andre Klapper  <a9016009@gmx.de>
934         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
935         to DOC_LINGUAS.
937 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
939         * plugins/document-manager/anjuta-docman.c:
940         Do not reopen file having escaped character (+,...) in path name
942 2008-01-13  Naba Kumar  <naba@gnome.org>
944         * libanjuta/interfaces/libanjuta.idl:
945         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
946         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
947         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
948         IAnjutaProjectManager::add_sources().
950         * plugins/glade/plugin.c: (on_glade_resource_removed),
951         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
952         stubs for handing resources in glade file.
954 2008-01-13  Naba Kumar  <naba@gnome.org>
956         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
958         * plugins/glade/plugin.c: (ifile_open): Select the first window
959         in the glade project when it is first opened. Avoids empty glade
960         document the first time.
962 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
964   Reviewed by: Johannes Schmid <jhs@gnome.org>
966         * plugins/gtodo/callback.c: (remove_todo_item):
967         Fix #507304 – crash in Anjuta IDE while removing done tasks
969 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
971         * plugins/debug-manager/anjuta-debug-manager.ui,
972         plugins/debug-manager/plugin.c,
973         plugins/debug-manager/start.h,
974         plugins/debug-manager/start.c:
975         New menu item to add extra source directories for debugger
977 === anjuta 2.3.2 ===
979 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
981         * plugins/gtodo/callback.c: (remove_todo_item):
982         Fix #507304 – crash in Anjuta IDE while removing done tasks
984 2008-01-11  Naba Kumar  <naba@gnome.org>
986         * configure.in: Bumped version to 2.3.2
987         * NEWS: Updated for anjuta 2.3.2 release
988         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
989         not 'make tarball'
991 2008-01-11  Johannes Schmid <jhs@gnome.org>
993         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
994         .glade:
995         Reverted accidently commited change
996         
997         * plugins/document-manager/anjuta-document-manager.glade:
998         Fix Gtk-Critical because of broken glade file
1000 2008-01-11  Naba Kumar  <naba@gnome.org>
1002         * plugins/glade/plugin.c: (on_document_destroy),
1003         (glade_plugin_add_project): Fixed a bug where when more than one
1004         glade document is open and one is closed, it closes all the glade
1005         documents. Also it might have fixed the bug where sometimes closing
1006         the glade document leaves glade widget tree unclosed.
1008 2008-01-11  Naba Kumar  <naba@gnome.org>
1010         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1011         prevent install errors when not installed as root (then the files
1012         are only useful when glade-3 is installed in the same prefix, but it
1013         doesn't harm anjuta runtime).
1015         * plugins/sourceview/sourceview.c: Commented use of a file
1016         not currently distributed.
1018 2008-01-10  Naba Kumar  <naba@gnome.org>
1020         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1021         nothing to translate in it.
1023 2008-01-10  Johannes Schmid <jhs@gnome.org>
1025         * plugins/project-wizard/templates/gnome.wiz:
1026         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1027         * plugins/project-wizard/templates/gnome/src/main.c:
1028         * plugins/project-wizard/templates/translatable-strings.h:
1029         
1030         Fixed #508497 and added a new chooser to select whether to use
1031         libglade or not.
1033 2008-01-10  Johannes Schmid <jhs@gnome.org>
1035         Patch from Tom <tpgww@onepost.net>:
1037         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1038         (anjuta_util_glist_path_dedup):
1039         * libanjuta/anjuta-utils.h:
1040         
1041         Give the method a proper prefixed name
1042         
1043         * plugins/document-manager/action-callbacks.c:
1044         (get_current_popup_active),
1045         (on_editor_command_select_all_activate),
1046         (on_editor_command_cut_activate),
1047         (on_editor_command_paste_activate),
1048         (on_editor_command_copy_activate),
1049         (on_editor_command_clear_activate), (on_show_search),
1050         (on_repeat_quicksearch):        
1051         * plugins/document-manager/action-callbacks.h:
1052         * plugins/document-manager/anjuta-docman.c:
1053         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1054         (anjuta_docman_goto_file_line_mark),
1055         (anjuta_docman_get_full_filename):
1056         * plugins/document-manager/anjuta-docman.h:
1057         * plugins/document-manager/anjuta-document-manager.ui:
1058         * plugins/document-manager/plugin.c:
1059         (update_document_ui_interface_items):
1060         
1061         Better way to fix the popup-menu items (Cut/Copy/Paste)
1062         and various clean-ups.
1063         
1064         * plugins/document-manager/search-box.c: (on_document_changed),
1065         (search_box_fill_search_focus):
1066         * plugins/document-manager/search-box.h:
1067         * plugins/search/plugin.c:
1068         
1069         Add a menu item to repeat the quick search
1071 2008-01-10  Johannes Schmid <jhs@gnome.org>
1073         * plugins/language-support-cpp-java/cpp-java-assist.c:
1074         (on_assist_chosen):
1075         
1076         Fixed #508424 – Auto complete: previous char was removed when 
1077         pre TAB to auto complete.
1079 2008-01-10  Johannes Schmid <jhs@gnome.org>
1081         Patch from: James Ligett:
1083         * plugins/profiler/gprof-call-graph-view.c:
1084         (gprof_call_graph_view_create_columns):
1085         * plugins/profiler/gprof-flat-profile-view.c:
1086         (gprof_flat_profile_view_create_columns):
1087         
1088         Fixed translation issues (#496833)
1090 2008-01-10 Johannes Schmid <jhs@gnome.org>
1092         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1094         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1095         Fix #460390 – Changing categories while edinting something
1097 2008-01-09  Naba Kumar  <naba@gnome.org>
1099         * libanjuta/anjuta-plugin-manager.c:
1100         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1101         fixed a leak.
1103         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1104         corruption reported in bug #507491. Potentially fixes too.
1106 2008-01-09  Johannes Schmid <jhs@gnome.org>
1108         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1110         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1111         Fix bug #505205 completely
1112         
1113         * AUTHORS: Added Bolesław
1115 2008-01-08  Johannes Schmid <jhs@gnome.org>
1117         * plugins/document-manager/action-callbacks.c:
1118         (on_editor_command_cut_activate),
1119         (on_editor_command_paste_activate),
1120         (on_editor_command_copy_activate),
1121         (on_editor_command_clear_activate):
1122         
1123         Fixed editor popup menu (Cut, Copy, Paste)
1125 2008-01-08  Johannes Schmid <jhs@gnome.org>
1127         * plugins/sourceview/sourceview.c: (autodetect_language):
1128         Fixed a crash when creating a new file
1130 2008-01-08  Johannes Schmid <jhs@gnome.org>
1132         Patch by <bolekk@gmail.com> (GHOP Student)
1134         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1135         Fix bug #505205
1137 2008-01-08  Naba Kumar  <naba@gnome.org>
1139         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1140         * libanjuta/anjuta-plugin-manager.c:
1141         (anjuta_plugin_manager_select),
1142         (anjuta_plugin_manager_activate_plugins):
1143         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1144         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1145         (on_create_submenu), (create_open_with_submenu):
1146         * src/about.c: (on_about_plugin_activate),
1147         (about_create_plugins_submenu): Use translated version of get_string()
1148         API in AnjutaDescription for translatable properties. Fixes bug #496833
1149         comment #18.
1151 2008-01-07  Johannes Schmid <jhs@gnome.org>
1153         * plugins/build-basic-autotools/executer.c: (execute_program):
1154         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1155         * plugins/debug-manager/anjuta-debug-manager.glade:
1156         * plugins/debug-manager/locals.c: (create_locals_gui):
1157         * plugins/file-loader/plugin.c: (on_create_submenu):
1158         * plugins/gtodo/main.h:
1159         * plugins/gtodo/preferences.c: (preferences_widget):
1160         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1161         * plugins/tools/anjuta-tools.glade:
1162         * plugins/tools/execute.c: (atp_output_context_print):
1163         * src/main.c:
1164         
1165                 Another bunch of i18n fixes (#496833)
1167 2008-01-07  Johannes Schmid <jhs@gnome.org>
1169         * plugins/build-basic-autotools/build-basic-autotools.c:
1170         (on_build_terminated):
1171         * plugins/gtodo/interface.c: (set_read_only):
1172         * plugins/project-manager/plugin.c: (confirm_removal),
1173         (on_popup_add_to_project):
1174         * plugins/subversion/anjuta-subversion.glade:
1175         * plugins/tools/execute.c: (atp_output_context_print_result):
1176         
1177         Fixed some strings from #496833
1179 2008-01-07  Johannes Schmid <jhs@gnome.org>
1181         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1182         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1183         .in:
1184         * plugins/language-support-cpp-java/plugin.c: (install_support),
1185         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1186         Added basic Vala support
1187         
1188         * plugins/sourceview/sourceview.c: (autodetect_language):
1189         Fixed mime-type detection
1191 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1193   Reviewed by: Johannes Schmid <jhs@gnome.org>
1195         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1196         (value_removed_current_editor), (symbol_db_activate),
1197         (symbol_db_deactivate):
1198         * plugins/symbol-db/symbol-db-engine.c:
1199         (symbol_db_engine_get_global_members_filtered):
1200         * plugins/symbol-db/symbol-db-view.c:
1201         (do_add_child_symbol_to_view), (prepare_for_adding),
1202         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1203         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1204         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1205         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1206         (sdb_view_init), (sdb_view_finalize),
1207         (sdb_view_build_and_display_base_tree):
1208         * plugins/symbol-db/symbol-db-view.h:
1209         added controls to expand Global tab nodes in a non-freezing way.
1210         Fixed also some little bugs always on global-tab.
1212 2008-01-06  Naba Kumar  <naba@gnome.org>
1214         Patches from James Liggett:
1215         * plugins/profiler/gprof-call-graph-view.c:
1216         (gprof_call_graph_view_create_columns):
1217         * plugins/profiler/gprof-flat-profile-view.c:
1218         (gprof_flat_profile_view_create_columns):
1219         * plugins/profiler/gprof-function-call-tree-view.c:
1220         (gprof_function_call_tree_view_create_columns): Made all
1221         of the columns resizable and reorderable.
1223 2008-01-06  Johannes Schmid <jhs@gnome.org>
1225         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1226         (anjuta_launcher_check_password_real),
1227         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1228         (anjuta_launcher_scan_pty),
1229         (anjuta_launcher_disable_password_check):
1230         * libanjuta/anjuta-launcher.h:
1231         Added disable_password_check for stream where it does not make sense 
1232         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1233         that sometimes occur in symbol-db plugin
1234         
1235         * plugins/file-manager/file-model.c:
1236         (file_model_cancel_expand_idle):
1237         Fixed removing of idle source
1238         
1239         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1240         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1241         
1242         Fixed #348854 – invisible cursor in certain themes
1244 2008-01-06  Naba Kumar  <naba@gnome.org>
1246         * libanjuta/anjuta-preferences.c:
1247         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1248         closing preferences dialog due to patch in bug #507300
1250 2008-01-06  Naba Kumar  <naba@gnome.org>
1252         * plugins/language-support-cpp-java/cpp-java-assist.c:
1253         (on_assist_chosen):
1254         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1255         * plugins/search/search-replace_backend.c: (create_search_entries):
1256         Added missing unrefs.
1258 2008-01-06  Johannes Schmid <jhs@gnome.org>
1260         * plugins/debug-manager/variable.c: (get_hovered_word):
1261   Add a g_object_unref()  
1262         
1263         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1264         (on_sourceview_hover_leave):
1265         Fixed hover and editor interface to make hover in debugger work
1267 2008-01-06  Naba Kumar  <naba@gnome.org>
1269         * plugins/editor/text-editor.c: Whitespaces fixes.
1270         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1271         DEBUG_PRINT instead of g_message.
1273 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1275         * plugins/debug-manager/breakpoints.c:
1276         Fix #507441: Disable all breakpoints doesn't work
1277         Fix #507444: Enable Breakpoint menu item doesn't change name
1279 2008-01-05  Naba Kumar  <naba@gnome.org>
1281         * manuals/reference/libanjuta/libanjuta.types: Renamed
1282         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1284 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1286         * plugins/debug-manager/variable.c:
1287         Update variable display to use IAnjutaIterable instead of position
1289         * plugins/editor/text_editor_cbs.c,
1290         plugins/editor/text_editor.c:
1291         Fix Gtk critical warnings when a hover signal is emitted
1292         Fix get_text_iter in Scintilla (range should include last character)
1293         
1294 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1296         * plugins/debug-manager/debug_tree.c,
1297         plugins/debug-manager/debug_tree.h,
1298         plugins/debug-manager/watch.c,
1299         plugins/debug-manager/command.c,
1300         plugins/debug-manager/queue.c,
1301         plugins/gdb/plugin.c,
1302         plugins/gdb/debugger.c,
1303         plugins/gdb/debugger.h,
1304         libanjuta/interfaces/libanjuta.idl:
1305         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1307 2008-01-05  Naba Kumar  <naba@gnome.org>
1309         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1310         menus to avoid conflict with file open/save. Fixes bug #507455
1312 2008-01-05  Johannes Schmid <jhs@gnome.org>
1314         * configure.in:
1315         Conditionally depend on gtksourceview2 >= 2.1.0
1316         
1317         * libanjuta/interfaces/libanjuta.idl:
1318         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1319         iterators instead of positions
1320         
1321         * plugins/debug-manager/threads.c:
1322         Fixed a warnings by including gnome-vfs properly
1323         
1324         * plugins/debug-manager/variable.c: (get_hovered_word),
1325         (on_hover_over):
1326         Updated to changes in IAnjutaEditorHover/Selection
1327         
1328         * plugins/document-manager/action-callbacks.c:
1329         (on_editor_command_upper_case_activate),
1330         (on_editor_command_lower_case_activate):
1331         * plugins/document-manager/search-box.c: (on_incremental_search),
1332         (on_search_activated):
1333         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1334         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1335         (iselection_get_start), (iselection_get_end),
1336         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1337         * plugins/editor/text_editor_cbs.c:
1338         (on_text_editor_scintilla_notify):
1339         
1340         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1341         interface of scintilla editor.
1342         
1343         * plugins/language-manager/languages.xml:
1344         * plugins/language-manager/plugin.c:
1345         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1346         Added chdr to C language files and some DEBUG_PRINTs
1347         
1348         * plugins/language-support-cpp-java/cpp-java-assist.c:
1349         (on_assist_chosen):
1350         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1351         * plugins/search/plugin.c: (find_incremental):
1352         * plugins/search/search-replace.c: (search_and_replace):
1353         * plugins/search/search-replace_backend.c: (create_search_entries):
1354                 Adapted to changed interfaces
1356         * plugins/sourceview/Makefile.am:
1357         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1358         (set_uri), (anjuta_document_save):
1359         * plugins/sourceview/anjuta-editor-sourceview.glade:
1360         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1361         (anjuta_view_key_press_event):
1362         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1363         * plugins/sourceview/sourceview-cell.c:
1364         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1365         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1366         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1367         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1368         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1369         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1370         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1371         * plugins/sourceview/sourceview-private.h:
1372         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1373         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1374         (on_document_loaded), (sourceview_instance_init),
1375         (sourceview_dispose), (sourceview_finalize),
1376         (sourceview_create_markers), (sourceview_new),
1377         (ifile_savable_save), (ieditor_get_tab_size),
1378         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1379         (ieditor_set_auto_indent), (ieditor_goto_line),
1380         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1381         (iselect_block), (iselect_set), (iselect_get_start),
1382         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1383         (imark_unmark), (imark_is_marker_set),
1384         (imark_location_from_handle), (imark_delete_all_markers),
1385         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1386         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1387         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1388         (ilanguage_get_supported_languages), (autodetect_language),
1389         (ilanguage_set_language), (iassist_show_tips),
1390         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1391         (ihover_display), (ihover_iface_init):
1392         
1393         Use GtkSourceView 2.1.x:
1394         * New mark interface
1395         * Fixed #486724 and #488615
1396         * Implemented hover interface
1397         * Adapted to changed interfaces
1399 2008-01-04  Rob Bradford  <rob@o-hand.com>
1401         Reviewed by Naba Kumar  <naba@gnome.org>:
1402         * libanjuta/anjuta-preferences.c:
1403         (anjuta_preferences_register_property_custom):
1404         Unregister preferences for custom preferences when the widget is
1405         destroyed.
1407 2008-01-03  Johannes Schmid <jhs@gnome.org>
1409         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1410         (file_model_row_collapsed):
1411   Fixed the too method to take a correct data argument
1413 2008-01-02  Johannes Schmid <jhs@gnome.org>
1415         * plugins/document-manager/anjuta-docman.c:
1416         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1417         ref and unref correctly to silence a Gtk+ critical
1419 2008-01-01  Johannes Schmid <jhs@gnome.org>
1421         * plugins/editor/text_editor.c: (itext_editor_get_text):
1422         Fixed #506740 – ianjuta_editor_get_text crash if request 
1423         text past the buffer length
1425 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1427         * plugins/debug-manager/utilities.c,
1428         plugins/debug-manager/utilities.h,
1429         plugins/debug-manager/breakpoints.c:
1430         Move get_current_editor function in utilities.c
1432         * plugins/debug-manager/plugin.c,
1433         plugins/debug-manager/debug_tree.c,
1434         plugins/debug-manager/debug_tree.h,
1435         plugins/debug-manager/watch.c,
1436         plugins/debug-manager/watch.h,
1437         plugins/debug-manager/locals.c,
1438         plugins/debug-manager/locals.h,
1439         (added) plugins/debug-manager/variable.c,
1440         (added) plugins/debug-manager/variable.h,
1441         plugins/debug-manager/Makefile.am:
1442         Use hover interface to display variable value
1444 2007-12-31  Johannes Schmid <jhs@gnome.org>
1446         * libanjuta/Makefile.am:
1447         Only install glade catalog files if glade-3 is available
1448         (Fixes #506269 and #500296)
1450 2007-12-30  Johannes Schmid <jhs@gnome.org>
1452         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1453         (set_property_value_as_string), (register_callbacks):
1455   Fixed GtkFileChooserButton preferences to also work when only the combo
1456   changes without a dialog being open.
1458 2007-12-29  Johannes Schmid <jhs@gnome.org>
1460         * plugins/editor/Makefile.am:
1461         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1463 2007-12-29  Johannes Schmid <jhs@gnome.org>
1465         * plugins/devhelp/plugin.c: (devhelp_activate):
1466         Fixed #498986 - Anjuta-2.3.0 fails to build
1468 2007-12-29  Johannes Schmid <jhs@gnome.org>
1470         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1471         * plugins/debug-manager/plugin.c:
1472         (on_run_to_cursor_action_activate):
1473         * plugins/document-manager/anjuta-docman.c:
1474         (anjuta_docman_goto_file_line_mark):
1475         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1476         (value_removed_current_editor):
1477         
1478         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1479         all those to value_added_current_document...
1481         * plugins/editor/anjuta-editor-scintilla.glade:
1482         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1483         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1485 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1487   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1488   (symbol_db_activate), (symbol_db_deactivate),
1489   (symbol_db_instance_init), (isymbol_manager_get_parents):
1490   * plugins/symbol-db/plugin.h:
1491   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1492   * plugins/symbol-db/symbol-db-engine.c:
1493   (symbol_db_engine_get_global_members_filtered):
1494   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1495   (on_symbol_inserted):
1496   Filtered out static functions on global-tab. E.g. when flag
1497   is_file_scope = 1 we won't add entries there.
1498   Fixed a little bug on 'Global'->'Vars/Others' node too.
1500 2007-12-28  Johannes Schmid <jhs@gnome.org>
1502   * libanjuta/anjuta-launcher.c:
1503   Fixed a silly (and completely useless) memory corruption that probably 
1504   only occured at a few race conditions though I wonder why it did not 
1505         happen more often
1507 2007-12-28  Johannes Schmid <jhs@gnome.org>
1508         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1509         * plugins/debug-manager/plugin.c: (set_program_counter):
1510         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1511         * plugins/debug-manager/start.c: (get_source_directories):
1512         * plugins/debug-manager/threads.c: (on_info_thread),
1513         (on_list_thread):
1514         * plugins/file-manager/file-model.c: (file_model_set_property):
1515         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1516         * plugins/tools/editor.c: (on_editor_response):
1517         
1518         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1519         
1520         * plugins/document-manager/plugin.c: (update_title),
1521         (value_added_project_root_uri):
1522         * plugins/document-manager/plugin.h:
1523         Shorten down the title bar if the current path is inside the opened project
1525 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1527         reviewed by: Johannes Schmid <jhs@gnome.org>
1529         * plugins/project-wizard/templates/java/project.anjuta:
1530         * plugins/project-wizard/templates/mkfile/project.anjuta:
1531         * plugins/project-wizard/templates/python/project.anjuta:
1532         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1533         let new projects use new SymbolDB plugin.
1534         
1535         * plugins/symbol-browser/images/Makefile.am:
1536         added some images taken from MonoDevelop project.
1537         
1538         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1539         (goto_file_line), (on_importing_project_end), (project_root_added),
1540         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1541         (isymbol_manager_search):
1542         Added project-updating feature when opening a project with some files
1543   modified externally [e.g. a svn up].
1544         
1545         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1546         (sdb_engine_iterator_node_instance_init),
1547         (sdb_engine_iterator_node_finalize),
1548         (symbol_db_engine_iterator_node_set_conversion_hash):
1549         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1550         * plugins/symbol-db/symbol-db-engine-iterator.c:
1551         (symbol_db_engine_iterator_new):
1552         * plugins/symbol-db/symbol-db-engine-iterator.h:
1553          Moved Hash table initialization into the engine. This proxies and
1554   speeds up the process of creation and iteration of a GdaDataModel.
1555         
1556         * plugins/symbol-db/symbol-db-engine.c:
1557         (sdb_engine_ctags_output_thread),
1558         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1559         (sdb_engine_scan_files_1), (sdb_engine_init),
1560         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1561         (symbol_db_engine_add_new_workspace),
1562         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1563         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1564         (symbol_db_engine_get_sym_type_conversion_hash),
1565         (symbol_db_engine_update_files_symbols),
1566         (symbol_db_engine_update_project_symbols),
1567         (symbol_db_engine_update_buffer_symbols),
1568         (symbol_db_engine_get_class_parents),
1569         (symbol_db_engine_get_global_members_filtered),
1570         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1571         (symbol_db_engine_get_scope_members_by_symbol_id),
1572         (symbol_db_engine_get_scope_members),
1573         (symbol_db_engine_get_current_scope),
1574         (symbol_db_engine_get_file_symbols),
1575         (symbol_db_engine_get_symbol_info_by_id),
1576         (symbol_db_engine_find_symbol_by_name_pattern),
1577         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1578         * plugins/symbol-db/symbol-db-engine.h:
1579         * plugins/symbol-db/symbol-db-view-locals.c:
1580         (sdb_view_locals_get_iter_from_row_ref),
1581         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1582         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1583         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1584         Changes on some queries fuctions and some fixes. Added *_filtered
1585   functions.
1586         
1587         * plugins/symbol-db/symbol-db-view.c:
1588         (do_add_child_symbol_to_view), (add_new_waiting_for),
1589         (prepare_for_adding), (on_symbol_inserted),
1590         (do_recurse_subtree_and_remove), (on_symbol_removed),
1591         (sdb_view_do_add_hidden_dummy_child),
1592         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1593         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1594         (sdb_view_locals_create_new_store), (sdb_view_init),
1595         (sdb_view_finalize), (sdb_view_class_init),
1596         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1597         (symbol_db_view_get_pixbuf),
1598         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1599         New display for global tags. This is the definitive version, bugs apart.
1600         
1601         * plugins/symbol-db/tables.sql:
1602         fixed typo.
1604 2007-12-27  Naba Kumar  <naba@gnome.org>
1606         * libanjuta/interfaces/libanjuta.idl:
1607         * plugins/editor/aneditor-priv.h:
1608         * plugins/editor/aneditor.cxx:
1609         * plugins/editor/text_editor.c: (text_editor_instance_init),
1610         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1611         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1612         * plugins/editor/text_editor.h:
1613         * plugins/editor/text_editor_cbs.c:
1614         (on_text_editor_scintilla_notify):
1616         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1617         related code in AnEditor. Fixed some compilation warnings.
1619 2007-12-26  Naba Kumar  <naba@gnome.org>
1621         * Changelog: Fixed indentation.
1623 2007-12-25  Naba Kumar  <naba@gnome.org>
1625         * plugins/editor/Makefile.am:
1626         * plugins/editor/editor.glade:
1627         * plugins/editor/plugin.c:
1628         * plugins/editor/style-editor.c:
1629         * plugins/sourceview/Makefile.am:
1630         * plugins/sourceview/plugin.c:
1631         * plugins/sourceview/sourceview.glade:
1632         * plugins/valgrind/Makefile.am:
1634         Renamed glade files to anjuta-editor-* to give name space for the
1635         schema files (because they are installed in system directory).
1637         * scripts/build-schemas.mk: Install the schemas files also (need for
1638         binary package installation/uninstallation).
1640 2007-12-25  Johannes Schmid <jhs@gnome.org>
1642         * plugins/language-support-cpp-java/plugin.c:
1643         (set_indentation_param_vim):
1644         
1645         Support some more vim modeline commands and shortcuts (#504331)
1647 2007-12-25  Johannes Schmid <jhs@gnome.org>
1649         Patches from James Liggett:
1650         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1651         (anjuta_vcs_status_tree_view_init):
1652         * plugins/subversion/subversion-commit-dialog.c:
1653         (subversion_commit_dialog):
1654         * plugins/subversion/subversion-diff-dialog.c:
1655         (on_subversion_diff_response):
1656         * plugins/subversion/subversion-log-dialog.c:
1657         (on_log_view_selected_button_clicked),
1658         (on_log_diff_selected_button_clicked),
1659         (on_log_diff_previous_button_clicked):
1660         * plugins/subversion/subversion-resolve-dialog.c:
1661         (subversion_resolve_dialog):
1662         * plugins/subversion/subversion-revert-dialog.c:
1663         (subversion_revert_dialog):
1664         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1665         (pulse_progress_bar), (hide_pulse_progress_bar),
1666         (disconnect_data_arrived_signals),
1667         (cancel_data_arrived_signal_disconnect):
1668         * plugins/subversion/subversion-ui-utils.h:
1669         
1670         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1671         #505237 – Sort list of modified files
1673 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1675         * plugins/gdb/debugger.c:
1676         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1678 2007-12-23  Johannes Schmid <jhs@gnome.org>
1680         * plugins/language-support-cpp-java/plugin.c:
1681         (set_indentation_param_emacs), (set_indentation_param_vim),
1682         (parse_mode_line_emacs), (parse_mode_line_vim),
1683         (extract_mode_line), (initialize_indentation_params):
1685         Added (basic) support for vim modelines (#504331)
1687         * plugins/message-view/message-view.c: (message_view_next),
1688         (message_view_previous):
1689         
1690         Fixed next/previous message
1692 2007-12-23  Johannes Schmid <jhs@gnome.org>
1694         * libanjuta/anjuta-ui.h:
1695         Check for != NULL before unref'ing pixbuf (related to #497878)
1696         
1697         * plugins/devhelp/plugin.c: (register_stock_icons):
1698         * plugins/document-manager/anjuta-docman.c:
1699         (anjuta_docman_add_document):
1700         * plugins/glade/plugin.c: (on_close_activated),
1701         (register_stock_icons), (on_session_save),
1702         (glade_plugin_add_project):
1703         
1704         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1705         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1706         
1707         * plugins/language-support-cpp-java/plugin.c:
1708         (register_stock_icons):
1709         Fixed stock icon registration macros
1711 2007-12-23  Johannes Schmid <jhs@gnome.org>
1713         * global-tags/Makefile.am:
1714         * launcher/Makefile.am:
1715         * libanjuta/Makefile.am:
1716         * libegg/Makefile.am:
1717         * manuals/anjuta-faqs/Makefile.am:
1718         * manuals/anjuta-manual/Makefile.am:
1719         * manuals/reference/libanjuta/Makefile.am:
1720         * plugins/build-basic-autotools/Makefile.am:
1721         * plugins/class-gen/Makefile.am:
1722         * plugins/class-inheritance/Makefile.am:
1723         * plugins/cvs-plugin/Makefile.am:
1724         * plugins/debug-manager/Makefile.am:
1725         * plugins/devhelp/Makefile.am:
1726         * plugins/document-manager/Makefile.am:
1727         * plugins/editor/Makefile.am:
1728         * plugins/editor/scintilla/Makefile.am:
1729         * plugins/editor/scintilla/include/Makefile.am:
1730         * plugins/file-loader/Makefile.am:
1731         * plugins/file-manager/Makefile.am:
1732         * plugins/file-wizard/Makefile.am:
1733         * plugins/gdb/Makefile.am:
1734         * plugins/glade/Makefile.am:
1735         * plugins/gtodo/Makefile.am:
1736         * plugins/gvim/Makefile.am:
1737         * plugins/indent/Makefile.am:
1738         * plugins/language-manager/Makefile.am:
1739         * plugins/language-support-cpp-java/Makefile.am:
1740         * plugins/macro/Makefile.am:
1741         * plugins/message-view/Makefile.am:
1742         * plugins/patch/Makefile.am:
1743         * plugins/profiler/Makefile.am:
1744         * plugins/project-import/Makefile.am:
1745         * plugins/project-manager/Makefile.am:
1746         * plugins/project-wizard/Makefile.am:
1747         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1748         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1749         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1750         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1751         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1752         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1753         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1754         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1755         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1756         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1757         * plugins/sample1/Makefile.am:
1758         * plugins/search/Makefile.am:
1759         * plugins/sourceview/Makefile.am:
1760         * plugins/subversion/Makefile.am:
1761         * plugins/symbol-browser/Makefile.am:
1762         * plugins/symbol-db/Makefile.am:
1763         * plugins/symbol-db/test/Makefile.am:
1764         * plugins/terminal/Makefile.am:
1765         * plugins/tools/Makefile.am:
1766         * plugins/valgrind/Makefile.am:
1767         * src/Makefile.am:
1768         * tagmanager/Makefile.am:
1769         
1770         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1771         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1772         warnings from illigel C++ compiler flags.
1774 2007-12-23  Johannes Schmid <jhs@gnome.org>
1776         Patch from Tom <tpgww@onepost.net>:
1777   
1778         * plugins/document-manager/anjuta-docman.c:
1779         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1780         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1781         (anjuta_docman_instance_init), (on_notebook_switch_page),
1782         (anjuta_docman_grab_text_focus):
1783         * plugins/document-manager/plugin.c: (on_document_added),
1784         (on_window_key_press_event), (on_window_key_release_event):
1785         
1786         Some more document-manager code cleanups and fixes.
1788 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1790         * plugins/symbol-db/plugin.c: (register_stock_icons),
1791         (value_added_current_editor), (value_removed_current_editor),
1792         (on_importing_project_end), (project_root_removed):
1793         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1795         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1796         (symbol_db_engine_get_file_db_path):
1797         fixed a useless warning.
1799         * plugins/symbol-db/symbol-db-view-locals.c:
1800         (traverse_free_waiting_for), (file_view_status_destroy),
1801         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1802         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1803         (sdb_view_locals_finalize), (on_symbol_inserted),
1804         (symbol_db_view_locals_recv_signals_from_engine),
1805         (symbol_db_view_locals_update_list):
1806         more speed on editors switching. GtkTreeStore caching method implemented.
1807         Fixed compiler warnings and a little memory leak.
1809         * plugins/symbol-db/symbol-db-view-locals.h:
1810         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1811         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1812         (on_scan_end), (on_symbol_inserted),
1813         (sdb_view_locals_create_new_store), (sdb_view_init),
1814         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1815         * plugins/symbol-db/symbol-db-view.h:
1816         fixed some crashers. Now project loading/populating should be quite quick.
1818 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1820         * plugins/debug-manager/command.c,
1821         plugins/debug-manager/queue.c:
1822         Take care of command return value (FALSE is an error)
1824 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1826         * plugins/debug-manager/anjuta-debug-manager.glade,
1827         plugins/debug-manager/breakpoints.c:
1828         Remove address, condition and pass breakpoint column if not supported
1829         Fix clear all remove_all to avoid an endless loop if a breakpoint
1830         cannot be removed
1832 2007-12-17  Johannes Schmid <jhs@gnome.org>
1834         Patch from Tom <tpgww@onepost.net> (with some changes):
1836         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1837         (on_save_as_activate), (on_save_all_activate),
1838         (on_close_file_activate), (on_close_all_file_activate),
1839         (on_reload_file_activate), (on_editor_command_clear_activate),
1840         (on_transform_eolchars1_activate), (on_comment_block),
1841         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1842         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1843         (on_editor_linenos1_activate), (on_editor_markers1_activate),
1844         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1845         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1846         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1847         (on_zoom_out_text_activate):
1848         * plugins/document-manager/action-callbacks.h:
1849         * plugins/document-manager/anjuta-docman.c:
1850         (on_notebook_page_close_button_click),
1851         (on_notebook_page_close_button_enter),
1852         (on_notebook_page_close_button_leave),
1853         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1854         (anjuta_docman_page_init), (anjuta_docman_page_new),
1855         (on_open_filesel_response), (create_file_open_dialog_gui),
1856         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1857         (anjuta_docman_instance_init), (on_notebook_switch_page),
1858         (on_document_destroy), (anjuta_docman_add_editor),
1859         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1860         (anjuta_docman_set_current_document),
1861         (anjuta_docman_goto_file_line_mark), (get_real_path),
1862         (anjuta_docman_get_full_filename),
1863         (anjuta_docman_delete_all_markers),
1864         (anjuta_docman_delete_all_indicators),
1865         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1866         (anjuta_docman_order_tabs):
1867         * plugins/document-manager/anjuta-docman.h:
1868         * plugins/document-manager/file_history.c: (an_hist_file_new),
1869         (an_file_history_push), (an_file_history_dump):
1870         * plugins/document-manager/file_history.h:
1871         * plugins/document-manager/plugin.c: (update_title),
1872         (value_removed_project_root_uri),
1873         (update_document_ui_interface_items), (menu_name_compare),
1874         (on_document_added), (on_document_changed),
1875         (on_window_key_press_event), (on_window_key_release_event),
1876         (on_session_save):
1877         * plugins/document-manager/search-box.c: (on_document_changed),
1878         (on_goto_activated), (search_box_init), (search_box_new):
1879         * plugins/document-manager/search-box.h:
1881         Yet more code cleanups
1882         Save glade files correctly in session
1883         Use new tooltip API if available
1884         Sort notebook pages when session is restored (needs work)
1886 2007-12-16  Johannes Schmid <jhs@gnome.org>
1888         * plugins/document-manager/anjuta-docman.c:
1889         (anjuta_docman_add_document):
1890         
1891         Present correct widget with anjuta_shell_present_widget(). This got wrong when
1892         the new search bar was introduced.
1894 2007-12-12  Johannes Schmid <jhs@gnome.org>
1895   
1896         Patch from  Tom <tpgww@onepost.net>:
1897         (#485233 – another bunch of docman cleanups)
1898   
1899         * libanjuta/interfaces/libanjuta.idl:
1900         * plugins/document-manager/action-callbacks.c:
1901         (get_current_document), (get_current_focus_widget),
1902         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
1903         (on_close_file_activate), (on_close_all_file_activate),
1904         (on_reload_file_activate), (on_print_activate),
1905         (on_print_preview_activate),
1906         (on_editor_command_upper_case_activate),
1907         (on_editor_command_lower_case_activate),
1908         (on_editor_command_eol_crlf_activate),
1909         (on_editor_command_eol_lf_activate),
1910         (on_editor_command_eol_cr_activate),
1911         (on_editor_command_select_all_activate),
1912         (on_editor_command_select_to_brace_activate),
1913         (on_editor_command_select_block_activate),
1914         (on_editor_command_match_brace_activate),
1915         (on_editor_command_undo_activate),
1916         (on_editor_command_redo_activate),
1917         (on_editor_command_cut_activate),
1918         (on_editor_command_paste_activate),
1919         (on_editor_command_copy_activate),
1920         (on_editor_command_clear_activate),
1921         (on_editor_command_close_folds_all_activate),
1922         (on_editor_command_open_folds_all_activate),
1923         (on_editor_command_toggle_fold_activate),
1924         (on_editor_command_bookmark_toggle_activate),
1925         (on_editor_command_bookmark_first_activate),
1926         (on_editor_command_bookmark_next_activate),
1927         (on_editor_command_bookmark_prev_activate),
1928         (on_editor_command_bookmark_last_activate),
1929         (on_editor_command_bookmark_clear_activate),
1930         (on_transform_eolchars1_activate), (on_comment_block),
1931         (on_comment_box), (on_comment_stream),
1932         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1933         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
1934         (on_force_hilite_activate), (on_swap_activate),
1935         (on_editor_add_view_activate), (on_editor_remove_view_activate):
1936         * plugins/document-manager/action-callbacks.h:
1937         * plugins/document-manager/anjuta-docman.c:
1938         (on_notebook_page_close_button_click),
1939         (on_notebook_page_close_button_enter),
1940         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
1941         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
1942         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
1943         (on_open_filesel_response), (anjuta_docman_open_file),
1944         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
1945         (anjuta_docman_dispose), (anjuta_docman_instance_init),
1946         (anjuta_docman_class_init), (anjuta_docman_new),
1947         (on_notebook_switch_page), (on_document_save_point),
1948         (on_document_destroy), (anjuta_docman_add_editor),
1949         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1950         (anjuta_docman_set_popup_menu),
1951         (anjuta_docman_get_current_focus_widget),
1952         (anjuta_docman_get_page_for_document),
1953         (anjuta_docman_get_current_document),
1954         (anjuta_docman_set_current_document),
1955         (anjuta_docman_goto_file_line),
1956         (anjuta_docman_goto_file_line_mark),
1957         (anjuta_docman_get_full_filename),
1958         (anjuta_docman_present_notebook_page),
1959         (anjuta_docman_update_page_label),
1960         (anjuta_docman_delete_all_markers),
1961         (anjuta_docman_delete_all_indicators),
1962         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1963         (do_ordertab1), (anjuta_docman_order_tabs),
1964         (anjuta_docman_set_editor_properties),
1965         (anjuta_docman_get_document_for_path),
1966         (anjuta_docman_get_all_doc_widgets):
1967         * plugins/document-manager/anjuta-docman.h:
1968         * plugins/document-manager/editor-tooltips.c:
1969         * plugins/document-manager/plugin.c: (update_title),
1970         (update_document_ui_enable_all), (update_document_ui_disable_all),
1971         (update_document_ui_save_items),
1972         (update_document_ui_interface_items), (update_document_ui),
1973         (on_document_update_save_ui), (update_status),
1974         (on_document_update_ui), (on_document_added),
1975         (on_document_changed), (on_session_save), (on_save_prompt),
1976         (on_docman_auto_save), (on_gconf_notify_timer):
1977         * plugins/document-manager/search-box.c: (on_document_changed),
1978         (search_box_new), (search_box_grab_line_focus):
1979         * plugins/glade/plugin.c: (ifile_open):
1980         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
1981         * plugins/search/search-replace_backend.c: (create_search_entries):
1982         * plugins/sourceview/anjuta-document.c: (set_uri),
1983         (anjuta_document_save):
1984         * plugins/sourceview/sourceview.c: (ifile_savable_save):
1985         * plugins/tools/editor.c: (on_editor_response):
1987         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
1988         It fixes some issues with session handling and several memory lacks.
1989         Gtk 2.12 Tooltip API is used if available.
1991 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
1993         * plugins/debug-manager/disassemble.c,
1994         plugins/debug-manager/disassemble.h,
1995         plugins/debug-manager/command.c,
1996         plugins/debug-manager/command.h,
1997         plugins/debug-manager/plugin.c
1998         plugins/debug-manager/sparse_view.c,
1999         plugins/debug-manager/sparse_view.h,
2000         plugins/gdb/plugin.c,
2001         plugins/gdb/debugger.c,
2002         plugins/gdb/debugger.h,
2003         libanjuta/interfaces/libanjuta.idl:
2004         Fix bug #502533: Implement assembler step
2006         * plugins/debug-manager/breakpoints.c:
2007         Do not save temporary breakpoints
2009         * plugins/debug-manager/stack_trace.c:
2010         Fix a crash when a stack command is cancelled
2012 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2014         * plugins/debug-manager/plugin.c,
2015         plugins/debug-manager/breakpoints.c,
2016         plugins/debug-manager/breakpoints.h:
2017         Fix bug #488732: Breakpoint on delete lines
2018         Breakpoints are now linked to their position in editor
2020         * plugins/gdb/debugger.c:
2021         Fix removing condition on breakpoint 
2023 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2025         * plugins/debug-manager/anjuta-debug-manager.glade,
2026         plugins/debug-manager/start.c,
2027         plugins/gdb/plugin.c,
2028         plugins/gdb/debugger.c,
2029         plugins/gdb/debugger.h,
2030         libanjuta/interfaces/libanjuta.idl:
2031         Fix bug #481366: Do not stop at the beginning of the program
2033         * plugins/debug-manager/command.c,
2034         plugins/debug-manager/command.h,
2035         plugins/debug-manager/breakpoints.c,
2036         plugins/debug-manager/queue.c,
2037         plugins/debug-manager/queue.h:
2038         Fix a bug remove all breakpoints was not working due to latest changes
2039         Setting breakpoints is disabled when program is running
2041 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2043         * plugins/debug-manager/queue.c,
2044         plugins/gdb/plugin.c:
2045         Fix bug #501469: Crash if mime_type is unknown
2047 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2049         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2050         (on_editor_update_ui), (on_single_file_scan_end),
2051         (on_importing_project_end), (project_root_added),
2052         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2053         * plugins/symbol-db/plugin.h:
2054         show on status bar files being scanned.
2056         * plugins/symbol-db/symbol-db-engine.c:
2057         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2058         (sdb_engine_ctags_output_thread),
2059         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2060         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2061         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2062         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2063         (sdb_engine_get_table_id_by_unique_name2),
2064         (symbol_db_engine_open_project),
2065         (sdb_engine_prepare_executing_commands),
2066         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2067         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2068         (sdb_engine_detects_removed_ids),
2069         (symbol_db_engine_get_class_parents),
2070         (symbol_db_engine_get_global_members),
2071         (symbol_db_engine_get_scope_members_by_symbol_id),
2072         (symbol_db_engine_get_scope_members),
2073         (symbol_db_engine_get_current_scope),
2074         (symbol_db_engine_get_file_symbols),
2075         (symbol_db_engine_get_symbol_info_by_id),
2076         (symbol_db_engine_get_full_local_path),
2077         (symbol_db_engine_find_symbol_by_name_pattern),
2078         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2079         * plugins/symbol-db/symbol-db-engine.h:
2080         * plugins/symbol-db/symbol-db-view-locals.c:
2081         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2082         (symbol_db_view_locals_recv_signals_from_engine),
2083         (symbol_db_view_locals_update_list):
2084         * plugins/symbol-db/symbol-db-view-locals.h:
2085         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2086         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2087         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2088         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2089         * plugins/symbol-db/symbol-db-view.h:
2090         Added g_thread architecture to scan in background. With this you
2091         can use Anjuta's GUI without freezing.
2092         Improved insertion speed by using a paradigm like 'insert' and 'check'
2093         replacing a 'check' and 'insert' one. This has been done for tables 
2094         like symbol, scope, sym_type.
2095         Fixed two crashers. 
2097         * plugins/symbol-db/tables.sql:
2098         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2099         (thread), (print_message), (bastard_thread), (idle_signals):
2100         fixed a typo on tables that broke sql triggers.
2102 === anjuta 2.3.1 ===
2104 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2106         * NEWS, AUTHORS: Updated.
2107         * src/Makefile.am: Fixed make distcheck
2109         Patch from Yang Hong:
2110         * plugins/file-manager/file-manager.glade: Fixed file chooser
2111         size in file-manager preferences.
2113 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2115         * NEWS: Updated for 2.3.1 development release
2116         * configure.in: Bumped version to 2.3.1
2118 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2120         * plugins/debug-manager/threads.c,
2121         plugins/debug-manager/disassemble.c,
2122         plugins/debug-manager/watch.c,
2123         plugins/debug-manager/registers.c,
2124         plugins/debug-manager/locals.c,
2125         plugins/debug-manager/breakpoints.c,
2126         plugins/debug-manager/stack_trace.c,
2127         plugins/debug-manager/command.c,
2128         plugins/debug-manager/command.h,
2129         plugins/debug-manager/queue.c,
2130         libanjuta/interfaces/libanjuta.idl:
2131         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2132         Document IAnjutaDebugManager signals
2133         Generate new signals in queue.c
2134         Use new signals in other files
2136 2007-11-30  <genbell@tiscali.it>
2138         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2140         * plugins/gdb/Makefile.am:
2141         Fix bug #500376
2143 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2145         * plugins/tools/variable.c:
2146         Fix a bug added in the previous patch (it is not a leak)
2148 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2150         * plugins/project-wizard/druid.c,
2151         plugins/project-wizard/templates/terminal.wiz,
2152         plugins/project-wizard/templates/xlib-dock.wiz,
2153         plugins/project-wizard/templates/wxwin.wiz,
2154         plugins/project-wizard/templates/java.wiz,
2155         plugins/project-wizard/templates/gnome.wiz,
2156         plugins/project-wizard/templates/anjuta-plugin.wiz,
2157         plugins/project-wizard/templates/gtkmm.wiz,
2158         plugins/project-wizard/templates/python.wiz,
2159         plugins/project-wizard/templates/cpp.wiz,
2160         plugins/project-wizard/templates/sdl.wiz,
2161         plugins/project-wizard/templates/gtk.wiz,
2162         plugins/project-wizard/templates/minimal.wiz,
2163         plugins/project-wizard/templates/xlib.wiz,
2164         plugins/project-wizard/templates/gcj.wiz,
2165         plugins/project-wizard/templates/translatable-strings.h,
2166         plugins/project-import/project-import.c:
2167         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2169 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2171         * plugins/debug-manager/threads.c,
2172         plugins/debug-manager/disassemble.c,
2173         plugins/debug-manager/watch.c,
2174         plugins/debug-manager/registers.c,
2175         plugins/debug-manager/memory.c,
2176         plugins/debug-manager/locals.c,
2177         plugins/debug-manager/stack_trace.c,
2178         plugins/debug-manager/queue.c,
2179         plugins/debug-manager/queue.h:
2180         Connect debugger signal only when program is loaded
2181         Rename get_feature in is_supported
2183         * plugins/debug-manager/plugin.c:
2184         Remove editor watch when plugin is deactivated
2186         * plugins/debug-manager/anjuta-debug-manager.glade,
2187         plugins/debug-manager/breakpoints.c,
2188         plugins/debug-manager/breakpoints.h:
2189         Rewrite almost completely the breakpoint code
2190         Improve breakpoint dialog
2191         Reorganize function
2192         Implement condition, hit count, ignore and temporary attribute
2194         * plugins/debug-manager/command.c,
2195         plugins/debug-manager/command.h:
2196         Add a breakpoint list command
2198         * plugins/gdb/debugger.c,
2199         plugins/gdb/debugger.h:
2200         Add new breakpoint list command
2201         Fix parsing of breakpoint data
2203         * libanjuta/interfaces/libanjuta.idl,
2204         plugins/gdb/plugin.c:
2205         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2207 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2209         * plugins/document-manager/plugin.c:
2210         Use Ctrl+Shift+s as shortcut for Save As
2212 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2214         * plugins/subversion/plugin.c: (activate_plugin):
2215         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2216         * src/layout.xml: Fixed dockitem positions.
2218 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2220         Icons from tpgww@onepost.net:
2221         * plugins/project-wizard/applogo.png:
2222         Icons from patch in bug #480093 comment #23. Also renamed icons.
2224         * plugins/message-view/Makefile.am:
2225         * plugins/message-view/plugin.c: (register_stock_icons),
2226         (ipreferences_merge): Removed redundant icon.
2228         * plugins/document-manager/plugin.c:
2229         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2230         Do not insensitize New action when there is no document.
2231         Indentation fixes.
2233 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2235         Icons from tpgww@onepost.net:
2236         * plugins/symbol-browser/an_symbol_prefs.c:
2237         * pixmaps/Makefile.am:
2238         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2240         Icons from patch in bug #480093 comment #23. Also renamed icons.
2241         To be continued..
2243 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2245         Patch from James Liggett:
2246         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2247         revert and dialogs resizable.
2249 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2251         Patch from James Liggett:
2252         * plugins/subversion/anjuta-subversion.glade:
2253         * plugins/subversion/subversion-diff-dialog.c:
2254         (on_subversion_diff_response), (subversion_diff_dialog):
2255         * plugins/subversion/subversion-diff-dialog.h:
2257         The diff dialog should have a checkbox, enabled by default, that
2258         allows the user to make sure that all open files are saved before
2259         diffing.
2261 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2263         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2265         Icons from tpgww@onepost.net:
2266         * pixmaps/Makefile.am:
2267         * src/Makefile.am:
2268         * src/anjuta-app.c:
2269         * src/anjuta-preferences-general.svg:
2271         Icons from patch in bug #480093 comment #23. Also renamed icons.
2272         To be continued..
2274 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2276         Icons from tpgww@onepost.net:
2277         * plugins/debug-manager/images/Makefile.am:
2278         * plugins/debug-manager/images/anjuta-watch.svg:
2279         * plugins/debug-manager/plugin.c: (register_stock_icons):
2280         * plugins/gdb/images/Makefile.am:
2281         * plugins/gtodo/Makefile.am:
2282         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2283         * plugins/gtodo/anjuta-gtodo.plugin.in:
2284         * plugins/gtodo/interface.c: (stock_icons):
2285         * plugins/gtodo/main.h:
2286         * plugins/gtodo/plugin.c: (ipreferences_merge):
2287         * plugins/terminal/Makefile.am:
2288         * plugins/terminal/anjuta-terminal-plugin.svg:
2289         * plugins/terminal/anjuta-terminal.plugin.in:
2290         * plugins/terminal/terminal.c:
2291         * plugins/tools/Makefile.am:
2292         * plugins/tools/anjuta-tools-plugin.svg:
2293         * plugins/tools/anjuta-tools.plugin.in:
2294         * plugins/tools/plugin.c:
2295         * plugins/valgrind/Makefile.am:
2296         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2297         * plugins/valgrind/anjuta-valgrind.plugin.in:
2298         * plugins/valgrind/plugin.c: (register_stock_icons),
2299         (ipreferences_merge):
2301         Icons from patch in bug #480093 comment #23. Also renamed icons.
2302         To be continued..
2304 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2306         reviewed by: Johannes Schmid <jhs@gnome.org>
2308         * configure.in:
2309         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2310         due to bug #493360. Still present anyway bug #495843
2312         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2313         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2314         (on_local_treeview_row_activated),
2315         (on_global_treeview_row_activated),
2316         (on_global_treeview_row_expanded), (on_project_element_added),
2317         (on_project_element_removed), (project_root_added),
2318         (symbol_db_activate), (isymbol_manager_search),
2319         (isymbol_manager_get_members),
2320         (isymbol_manager_get_completions_at_position):
2321         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2322         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2323         * plugins/symbol-db/symbol-db-engine.c:
2324         (sdb_engine_execute_non_select_sql),
2325         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2326         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2327         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2328         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2329         (symbol_db_engine_add_new_workspace),
2330         (symbol_db_engine_add_new_project),
2331         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2332         (sdb_engine_detects_removed_ids),
2333         (sdb_engine_walk_down_scope_path),
2334         (symbol_db_engine_get_class_parents),
2335         (symbol_db_engine_get_global_members),
2336         (symbol_db_engine_get_scope_members_by_symbol_id),
2337         (symbol_db_engine_get_scope_members),
2338         (symbol_db_engine_get_current_scope),
2339         (symbol_db_engine_get_file_symbols),
2340         (symbol_db_engine_get_symbol_info_by_id),
2341         (symbol_db_engine_find_symbol_by_name_pattern):
2342         * plugins/symbol-db/symbol-db-engine.h:
2343         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2344         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2345         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2346         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2347         (on_scan_end), (do_add_root_symbol_to_view),
2348         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2349         (trigger_on_symbol_inserted), (add_new_waiting_for),
2350         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2351         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2352         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2353         (symbol_db_view_row_expanded), (sdb_view_init),
2354         (gtree_compare_func), (sdb_view_finalize),
2355         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2356         (sdb_view_populate_base_root),
2357         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2358         * plugins/symbol-db/symbol-db-view.h:
2359         * plugins/symbol-db/tables.sql:
2360         * plugins/symbol-db/test/Makefile.am:
2361         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2362         (get_scope_members), (get_current_scope), (get_global_members),
2363         (get_file_symbols), (get_info_by_id), (main):
2365         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2366         Started using LIMIT keyword to speed up things.
2367         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2368         make providers use prepared statements.
2370 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2372         Patch from James Liggett:
2373         * plugins/subversion/plugin.c: (subversion_instance_init):
2374         * plugins/subversion/plugin.h:
2375         * plugins/subversion/subversion-diff-dialog.c:
2376         (on_subversion_diff_response), (subversion_diff_dialog),
2377         (on_menu_subversion_diff):
2378         * plugins/subversion/subversion-log-dialog.c:
2379         (on_log_view_selected_button_clicked),
2380         (on_log_diff_selected_button_clicked),
2381         (on_log_diff_previous_button_clicked),
2382         (subversion_log_window_create):
2383         * plugins/subversion/subversion-ui-utils.c:
2384         (get_filename_from_full_path), (init_whole_project),
2385         (on_whole_project_toggled):
2386         * plugins/subversion/subversion-ui-utils.h:
2387         * plugins/subversion/subversion-update-dialog.c:
2388         (subversion_update_dialog), (on_menu_subversion_update):
2390         Whole Project checkbox enabled by default in diff and update dialogs.
2391         changes the editor names for diff editors to something much more
2392         descriptive. For example, working copy/head diffs would have an editor
2393         with a name like "[Working Copy/Head] some-file.diff," where some-file
2394         is the name of the file/directory that was diffed. For diffs against
2395         arbitrary diffs the name would look like "[Revisions 2832/3200]
2396         some-file.diff" for a diff of some-file between revisions 2832 and
2397         3200.
2399 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2401         Icons from tpgww@onepost.net:
2402         * plugins/subversion/Makefile.am:
2403         * plugins/subversion/anjuta-subversion-plugin.svg:
2404         * plugins/subversion/anjuta-subversion.plugin.in:
2405         * plugins/subversion/plugin.h:
2406         * plugins/symbol-browser/Makefile.am:
2407         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2408         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2409         * plugins/symbol-browser/plugin.c:
2410         * plugins/symbol-db/Makefile.am:
2411         * plugins/symbol-db/plugin.c:
2412         * plugins/symbol-db/symbol-db.plugin.in:
2414         Icons from patch in bug #480093 comment #23. Also renamed icons.
2415         To be continued..
2417 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2419         Icons from tpgww@onepost.net:
2420         * plugins/project-manager/Makefile.am:
2421         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2422         * plugins/project-manager/anjuta-project-manager.plugin.in:
2423         * plugins/project-manager/plugin.c:
2424         * plugins/project-wizard/Makefile.am:
2425         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2426         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2427         * plugins/project-wizard/druid.h:
2428         * plugins/search/Makefile.am:
2429         * plugins/search/anjuta-search-plugin.svg:
2430         * plugins/search/anjuta-search.plugin.in:
2431         * plugins/search/plugin.c:
2433         Icons from patch in bug #480093 comment #23. Also renamed icons.
2434         To be continued..
2436 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2438         * TODO.tasks: updated.
2440         Icons from tpgww@onepost.net:
2441         * plugins/file-loader/Makefile.am:
2442         * plugins/file-loader/anjuta-loader-plugin.svg:
2443         * plugins/file-loader/anjuta-loader.plugin.in:
2444         * plugins/file-manager/Makefile.am:
2445         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2446         * plugins/file-manager/file-manager.plugin.in:
2447         * plugins/file-manager/plugin.c:
2448         * plugins/glade/Makefile.am:
2449         * plugins/glade/anjuta-glade-plugin.svg:
2450         * plugins/glade/anjuta-glade.plugin.in:
2451         * plugins/glade/plugin.c: (register_stock_icons):
2452         * plugins/language-manager/Makefile.am:
2453         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2454         * plugins/language-manager/language-manager.plugin.in:
2455         * plugins/message-view/Makefile.am:
2456         * plugins/message-view/anjuta-message-manager.plugin.in:
2457         * plugins/message-view/anjuta-messages-plugin.svg:
2458         * plugins/message-view/plugin.c:
2459         * plugins/patch/Makefile.am:
2460         * plugins/patch/anjuta-patch-plugin.svg:
2461         * plugins/patch/anjuta-patch.plugin.in:
2462         * plugins/patch/plugin.c:
2463         * plugins/profiler/Makefile.am:
2464         * plugins/profiler/anjuta-profiler-plugin.svg:
2465         * plugins/profiler/plugin.c: (register_stock_icons):
2466         * plugins/profiler/profiler.plugin.in:
2467         * plugins/project-import/Makefile.am:
2468         * plugins/project-import/anjuta-project-import-plugin.svg:
2469         * plugins/project-import/anjuta-project-import.plugin.in:
2470         * plugins/project-import/plugin.c:
2472         Icons from patch in bug #480093 comment #23. Also renamed icons.
2473         To be continued..
2475 2007-11-18  Johannes Schmid <jhs@gnome.org>
2477         * plugins/build-basic-autotools/build-basic-autotools.c:
2478         (build_regex_init):
2479         * plugins/debug-manager/anjuta-debug-manager.glade:
2480         * plugins/debug-manager/breakpoints.c:
2481         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2482         * plugins/file-wizard/file.c:
2483         * plugins/gdb/anjuta-gdb.glade:
2484         * plugins/glade/plugin.c: (ifile_open):
2485         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2486         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2487         * plugins/gtodo/tray-icon.c:
2488         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2489         * plugins/macro/macros.xml:
2490         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2491         Fixed translation bugs (#496833, #488211 and #497758)
2492         
2493         * plugins/document-manager/plugin.c: (on_editor_changed):
2494         Removed unused code
2496 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2498         Icons from tpgww@onepost.net:
2499         * plugins/devhelp/Makefile.am:
2500         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2501         * plugins/devhelp/anjuta-devhelp.plugin.in:
2502         * plugins/devhelp/plugin.c:
2503         * plugins/document-manager/anjuta-document-manager.plugin.in:
2504         * plugins/document-manager/images/Makefile.am:
2505         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2506         * plugins/document-manager/plugin.c:
2507         * plugins/editor/Makefile.am:
2508         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2509         * plugins/editor/anjuta-editor.plugin.in:
2510         * plugins/editor/plugin.c:
2511         * plugins/sample1/Makefile.am:
2512         * plugins/sample1/anjuta-sample-plugin.svg:
2513         * plugins/sample1/anjuta-sample.plugin.in:
2514         * plugins/sourceview/Makefile.am:
2515         * plugins/sourceview/plugin.c:
2516         * plugins/sourceview/sourceview.plugin.in:
2518         Icons from patch in bug #480093 comment #23. Also renamed icons.
2519         To be continued..
2521 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2523         * TODO.tasks: Updated.
2525         Icons from tpgww@onepost.net:
2526         * plugins/build-basic-autotools/Makefile.am:
2527         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2528         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2529         * plugins/build-basic-autotools/build-basic-autotools.c:
2530         * plugins/class-inheritance/Makefile.am:
2531         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2532         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2533         * plugins/class-inheritance/plugin.c:
2534         * plugins/cvs-plugin/Makefile.am:
2535         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2536         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2537         * plugins/cvs-plugin/plugin.c:
2538         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2539         * plugins/debug-manager/images/Makefile.am:
2540         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2541         * plugins/debug-manager/plugin.c: 
2543         Icons from patch in bug #480093 comment #23. Also renamed icons.
2544         To be continued..
2546 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2548         * (removed) libanjuta/anjuta-children.c,
2549         (removed) libanjuta/anjuta-children.h,
2550         libanjuta/anjuta-launcher.c,
2551         libanjuta/libanjuta.h,
2552         libanjuta/Makefile.am,
2553         plugins/gdb/debugger.c,
2554         plugins/terminal/terminal.c,
2555         manuals/reference/libanjuta/libanjuta-sections.txt,
2556         manuals/reference/libanjuta/libanjuta-docs.sgml:
2557         Replace anjuta_children_register by g_child_watch_add
2559 2007-11-13  Johannes Schmid <jhs@gnome.org>
2561         * plugins/subversion/anjuta-subversion.glade:
2562         * plugins/subversion/subversion-commit-dialog.c:
2563         (subversion_commit_dialog):
2564         * plugins/subversion/subversion-resolve-dialog.c:
2565         (subversion_resolve_dialog):
2566         * plugins/subversion/subversion-revert-dialog.c:
2567         (subversion_revert_dialog):
2568         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2569         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2570         (hide_pulse_progress_bar):
2571         * plugins/subversion/subversion-ui-utils.h:
2573         Yet another patch from #457477:
2574         Add a pulsing progress bar to all dialogs receiving status
2576 2007-11-12  Johannes Schmid <jhs@gnome.org>
2578         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2579         Bug 493583 – crash in Anjuta IDE: trying to open a file
2580         
2581         * plugins/subversion/subversion-commit-dialog.c:
2582         (select_all_files), (subversion_commit_dialog):
2583         Patch from jrligget - see #457477
2585 2007-11-12  Johannes Schmid <jhs@gnome.org>
2587         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2588         * libanjuta/anjuta-plugin-handle.c:
2589         (anjuta_plugin_handle_get_about):
2590         Bug 495536 – Plugins localization improvement
2591         
2592         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2593         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2594         * plugins/indent/indent.glade:
2595         * plugins/subversion/anjuta-subversion.glade:
2596         Bug 495245 – Strings bug
2598 2007-11-08  James Liggett  <jrliggett@cox.net>
2600         reviewed by: Johannes Schmid <jhs@gnome.org>
2602         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2603         (anjuta_async_command_finalize),
2604         (anjuta_async_command_notification_poll),
2605         (anjuta_async_command_thread), (start_command),
2606         (notify_data_arrived), (notify_complete),
2607         (anjuta_async_command_class_init),
2608         (anjuta_async_command_set_error_message),
2609         (anjuta_async_command_get_error_message),
2610         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2611         * libanjuta/anjuta-async-command.h:
2612         * libanjuta/anjuta-command.c: (anjuta_command_init),
2613         (anjuta_command_finalize), (anjuta_command_class_init),
2614         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2615         (anjuta_command_notify_complete),
2616         (anjuta_command_set_error_message),
2617         (anjuta_command_get_error_message):
2618         * libanjuta/anjuta-command.h:
2619         * libanjuta/anjuta-glade-catalog.c:
2620         * libanjuta/anjuta-glade.xml:
2621         * libanjuta/anjuta-vcs-status-tree-view.c:
2622         (on_selected_column_toggled),
2623         (anjuta_vcs_status_tree_view_create_columns),
2624         (anjuta_vcs_status_tree_view_init),
2625         (anjuta_vcs_status_tree_view_finalize),
2626         (anjuta_vcs_status_tree_view_set_property),
2627         (anjuta_vcs_status_tree_view_get_property),
2628         (anjuta_vcs_status_tree_view_class_init),
2629         (anjuta_vcs_status_tree_view_new),
2630         (anjuta_vcs_status_tree_view_destroy),
2631         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2632         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2633         (anjuta_vcs_status_tree_view_unselect_all),
2634         (create_selected_paths_list),
2635         (anjuta_vcs_status_tree_view_get_selected):
2636         * libanjuta/anjuta-vcs-status-tree-view.h:
2637         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2638         * libanjuta/anjuta-widgets.h:
2639         * plugins/subversion/subversion-add-dialog.c:
2640         (on_add_command_finished), (on_subversion_add_response),
2641         (subversion_add_dialog), (on_menu_subversion_add),
2642         (on_fm_subversion_add):
2643         * plugins/subversion/subversion-add-dialog.h:
2644         * plugins/subversion/subversion-commit-dialog.c:
2645         (on_commit_command_finished), (on_subversion_commit_response),
2646         (subversion_commit_dialog), (on_menu_subversion_commit),
2647         (on_fm_subversion_commit):
2648         * plugins/subversion/subversion-commit-dialog.h:
2649         * plugins/subversion/subversion-copy-dialog.c:
2650         (on_copy_other_revision_radio_toggled),
2651         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2652         (on_copy_command_finished), (on_subversion_copy_response),
2653         (subversion_copy_dialog), (on_menu_subversion_copy),
2654         (on_fm_subversion_copy):
2655         * plugins/subversion/subversion-copy-dialog.h:
2656         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2657         (on_subversion_diff_response), (subversion_diff_dialog),
2658         (on_menu_subversion_diff), (on_fm_subversion_diff):
2659         * plugins/subversion/subversion-diff-dialog.h:
2660         * plugins/subversion/subversion-log-dialog.c:
2661         (on_diff_selected_column_toggled), (create_columns),
2662         (on_log_command_finished), (on_log_view_button_clicked),
2663         (on_cat_command_data_arrived), (on_cat_command_finished),
2664         (on_log_view_selected_button_clicked), (get_selected_revisions),
2665         (on_log_diff_selected_button_clicked),
2666         (on_log_diff_previous_button_clicked),
2667         (on_subversion_log_vbox_destroy),
2668         (on_log_changes_view_row_selected), (subversion_log_window_create),
2669         (on_menu_subversion_log), (on_fm_subversion_log),
2670         (subversion_log_set_whole_project_sensitive):
2671         * plugins/subversion/subversion-log-dialog.h:
2672         * plugins/subversion/subversion-merge-dialog.c:
2673         (on_merge_command_finished), (on_subversion_merge_response),
2674         (on_merge_first_path_browse_button_clicked),
2675         (on_merge_second_path_browse_button_clicked),
2676         (on_merge_use_first_path_check_toggled),
2677         (on_merge_start_revision_radio_toggled),
2678         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2679         (on_menu_subversion_merge):
2680         * plugins/subversion/subversion-merge-dialog.h:
2681         * plugins/subversion/subversion-remove-dialog.c:
2682         (on_remove_command_finished),
2683         (on_remove_path_browse_button_clicked),
2684         (on_subversion_remove_response), (subversion_remove_dialog),
2685         (on_menu_subversion_remove), (on_fm_subversion_remove):
2686         * plugins/subversion/subversion-remove-dialog.h:
2687         * plugins/subversion/subversion-resolve-dialog.c:
2688         (on_resolve_command_finished), (on_subversion_resolve_response),
2689         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2690         * plugins/subversion/subversion-resolve-dialog.h:
2691         * plugins/subversion/subversion-revert-dialog.c:
2692         (on_revert_command_finished), (on_subversion_revert_response),
2693         (subversion_revert_dialog), (on_menu_subversion_revert):
2694         * plugins/subversion/subversion-revert-dialog.h:
2695         * plugins/subversion/subversion-switch-dialog.c:
2696         (on_switch_other_revision_radio_toggled),
2697         (on_switch_command_finished), (on_subversion_switch_response),
2698         (subversion_switch_dialog), (on_menu_subversion_switch):
2699         * plugins/subversion/subversion-switch-dialog.h:
2700         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2701         (subversion_data_free), (on_mesg_view_destroy),
2702         (create_message_view), (check_filename), (get_log_from_textview),
2703         (pulse_timer), (on_pulse_timer_destroyed),
2704         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2705         (report_errors), (on_status_command_finished),
2706         (on_status_command_data_arrived), (on_command_info_arrived),
2707         (select_all_status_items), (clear_all_status_selections),
2708         (init_whole_project), (on_whole_project_toggled),
2709         (send_diff_command_output_to_editor), (on_diff_command_finished),
2710         (stop_status_bar_progress_pulse):
2711         * plugins/subversion/subversion-ui-utils.h:
2712         * plugins/subversion/subversion-update-dialog.c:
2713         (on_update_command_finished), (on_subversion_update_response),
2714         (subversion_update_dialog), (on_menu_subversion_update),
2715         (on_fm_subversion_update):
2716         * plugins/subversion/subversion-update-dialog.h:
2717         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2718         (svn_add_command_finalize), (svn_add_command_run),
2719         (svn_add_command_class_init), (svn_add_command_new),
2720         (svn_add_command_destroy):
2721         * plugins/subversion/svn-add-command.h:
2722         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2723         (svn_cat_command_finalize), (svn_cat_command_run),
2724         (svn_cat_command_class_init), (svn_cat_command_new),
2725         (svn_cat_command_destroy), (svn_cat_command_get_output):
2726         * plugins/subversion/svn-cat-command.h:
2727         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2728         (svn_command_release_ui_lock), (simple_prompt),
2729         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2730         (svn_auth_ssl_server_trust_prompt_func_cb),
2731         (svn_auth_ssl_client_cert_prompt_func_cb),
2732         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2733         (svn_command_init), (svn_command_finalize),
2734         (svn_command_class_init), (svn_command_push_info),
2735         (svn_command_get_info_queue), (svn_command_set_error),
2736         (svn_command_get_client_context), (svn_command_get_pool),
2737         (svn_command_lock_ui), (svn_command_unlock_ui),
2738         (svn_command_get_revision), (svn_command_copy_path_list),
2739         (svn_command_free_path_list):
2740         * plugins/subversion/svn-command.h:
2741         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2742         (svn_commit_command_init), (svn_commit_command_finalize),
2743         (svn_commit_command_run), (svn_commit_command_class_init),
2744         (svn_commit_command_new), (svn_commit_command_destroy):
2745         * plugins/subversion/svn-commit-command.h:
2746         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2747         (svn_copy_command_init), (svn_copy_command_finalize),
2748         (svn_copy_command_run), (svn_copy_command_class_init),
2749         (svn_copy_command_new), (svn_copy_command_destroy):
2750         * plugins/subversion/svn-copy-command.h:
2751         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2752         (svn_diff_command_finalize), (svn_diff_command_run),
2753         (svn_diff_command_class_init), (svn_diff_command_new),
2754         (svn_diff_command_destroy), (svn_diff_command_get_output):
2755         * plugins/subversion/svn-diff-command.h:
2756         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2757         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2758         (svn_log_command_class_init), (svn_log_command_new),
2759         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2760         * plugins/subversion/svn-log-command.h:
2761         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2762         (svn_log_entry_finalize), (svn_log_entry_class_init),
2763         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2764         (svn_log_entry_get_author), (svn_log_entry_get_date),
2765         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2766         (svn_log_entry_get_full_log):
2767         * plugins/subversion/svn-log-entry.h:
2768         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2769         (svn_merge_command_finalize), (svn_merge_command_run),
2770         (svn_merge_command_class_init), (svn_merge_command_new),
2771         (svn_merge_command_destroy):
2772         * plugins/subversion/svn-merge-command.h:
2773         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2774         (svn_remove_command_init), (svn_remove_command_finalize),
2775         (svn_remove_command_run), (svn_remove_command_class_init),
2776         (svn_remove_command_new), (svn_remove_command_destroy),
2777         (svn_remove_command_get_path):
2778         * plugins/subversion/svn-remove-command.h:
2779         * plugins/subversion/svn-resolve-command.c:
2780         (svn_resolve_command_init), (svn_resolve_command_finalize),
2781         (svn_resolve_command_run), (svn_resolve_command_class_init),
2782         (svn_resolve_command_new), (svn_resolve_command_destroy):
2783         * plugins/subversion/svn-resolve-command.h:
2784         * plugins/subversion/svn-revert-command.c:
2785         (svn_revert_command_init), (svn_revert_command_finalize),
2786         (svn_revert_command_run), (svn_revert_command_class_init),
2787         (svn_revert_command_new), (svn_revert_command_destroy):
2788         * plugins/subversion/svn-revert-command.h:
2789         * plugins/subversion/svn-status-command.c:
2790         (svn_status_command_init), (svn_status_command_finalize),
2791         (on_svn_status_notify), (svn_status_command_run),
2792         (svn_status_command_class_init), (svn_status_command_new),
2793         (svn_status_command_destroy),
2794         (svn_status_command_get_status_queue):
2795         * plugins/subversion/svn-status-command.h:
2796         * plugins/subversion/svn-status.c: (svn_status_init),
2797         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2798         (svn_status_destroy), (svn_status_get_path),
2799         (svn_status_get_vcs_status):
2800         * plugins/subversion/svn-status.h:
2801         * plugins/subversion/svn-switch-command.c:
2802         (svn_switch_command_init), (svn_switch_command_finalize),
2803         (svn_switch_command_run), (svn_switch_command_class_init),
2804         (svn_switch_command_new), (svn_switch_command_destroy):
2805         * plugins/subversion/svn-switch-command.h:
2806         * plugins/subversion/svn-update-command.c:
2807         (svn_update_command_init), (svn_update_command_finalize),
2808         (svn_update_command_run), (svn_update_command_class_init),
2809         (svn_update_command_new), (svn_update_command_destroy):
2810         * plugins/subversion/svn-update-command.h:
2812         Now really committed all files from James patch (#457477)
2814 2007-11-08  Johannes Schmid <jhs@gnome.org>
2816         * TODO.tasks: Updated
2818 2007-11-08  James Liggett  <jrliggett@cox.net>
2820         reviewed by: Johannes Schmid <jhs@gnome.org>
2822         * configure.in:
2823         * libanjuta/Makefile.am:
2824         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2825         * libanjuta/anjuta-status.h:
2826         * libanjuta/libanjuta.h:
2827         * plugins/subversion/Makefile.am:
2828         * plugins/subversion/anjuta-subversion.glade:
2829         * plugins/subversion/anjuta-subversion.ui:
2830         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2831         (value_removed_project_root_uri), (activate_plugin),
2832         (deactivate_plugin), (finalize), (subversion_instance_init):
2833         * plugins/subversion/plugin.h:
2834         * plugins/subversion/subversion-actions.c:
2835         * plugins/subversion/subversion-actions.h:
2836         * plugins/subversion/subversion-callbacks.c:
2837         * plugins/subversion/subversion-callbacks.h:
2838         * plugins/subversion/svn-auth.c:
2839         * plugins/subversion/svn-auth.h:
2840         * plugins/subversion/svn-backend-priv.h:
2841         * plugins/subversion/svn-backend.c:
2842         * plugins/subversion/svn-backend.h:
2843         * plugins/subversion/svn-notify.c:
2844         * plugins/subversion/svn-notify.h:
2845         * plugins/subversion/svn-thread.c:
2846         * plugins/subversion/svn-thread.h:
2847         
2848         Commited alpha2 of the new subversion plugin (#457477)
2850 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2852         * plugins/debug-manager/command.c:
2853         Fix a stupid crash when changing a register value
2855 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2857         * libanjuta/interfaces/libanjuta.idl,
2858         plugins/debug-manager/command.c,
2859         plugins/debug-manager/command.h,
2860         plugins/debug-manager/start.c,
2861         plugins/gdb/plugin.c,
2862         plugins/gdb/debugger.c,
2863         plugins/gdb/debugger.h:
2864         Use anjuta terminal plugin instead of gnome terminal
2865         Select if a terminal is used in the the start_program function
2866         Move terminal code from debugger.c to plugin.c
2867         Partial fix of bug #481366
2869         * plugins/gdb/utilities.c,
2870         plugins/gdb/utilities.h:
2871         Remove gnome terminal check function
2873 2007-11-06  Johannes Schmid <jhs@gnome.org>
2875         * plugins/project-import/anjuta-project-import.glade:
2876         * plugins/project-import/project-import.c: (on_import_next),
2877         (on_import_finish), (project_import_set_directory):
2878         * plugins/project-wizard/property.c: (npw_property_create_widget),
2879         (npw_property_set_value_from_widget):
2880         
2881         Replaced gnome_file_entry with gtk_file_chooser_button
2882         Fixes #422329 – Creating a new directory in program options doesn't work
2883         
2884 2007-11-04  Massimo Cora' <maxcvs@email.it>
2886         * plugins/symbol-db/plugin.c:
2887         add all files at once on project_import.
2888         No need to split them into more languages: ctags
2889         and the engine will take care of that.
2891         * plugins/symbol-db/symbol-db-engine.h,
2892         * plugins/symbol-db/symbol-db-engine.c,
2893         * plugins/symbol-db/tables.sql,
2894         * plugins/symbol-db/test/Makefile.am,
2895         * plugins/symbol-db/test/main.c,
2896         * plugins/symbol-db/symbol-db-view-locals.c:
2897         some memory leaks fixed. Ported the thing to
2898         libgda 3.1.2 [or better svn HEAD].
2899         Thanks to a fresh new algorithm to detect
2900         parent scope we're able to display correcly
2901         a local gtktree, including classes not directly
2902         defined inside that file.
2904 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
2906         * plugins/debug-manager/threads.c,
2907         plugins/debug-manager/stack_trace.c:
2908         Do not display address when not needed
2910         * plugins/debug-manager/plugin.c,
2911         plugins/debug-manager/breakpoints.c:
2912         Breakpoints directly connect to debugger signals
2914         * plugins/debug-manager/watch.c:
2915         program-unload signal does not exist used debugger-stopped
2917         * plugins/debug-manager/queue.c,
2918         libanjuta/interfaces/libanjuta.idl:
2919         Display error message returned by debugger command
2920         Add new error codes
2922 2007-11-04  Johannes Schmid <jhs@gnome.org>
2924         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
2925         Bug 493062 – gcj template needs AC_PROG_CC
2926         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
2928         * src/anjuta-actions.h:
2929         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2930         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
2932 === anjuta 2.3.0 ===
2934 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
2936         * AUTHORS: Updated
2938 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2940         * ChangeLog: Tagged 2.3.0 release.
2942         * plugins/indent/Makefile.am: Fixed indentation.
2944         * plugins/editor/aneditor-autocomplete.cxx:
2945         * plugins/editor/aneditor-priv.h:
2946         * plugins/editor/aneditor.cxx:
2947         * plugins/editor/aneditor.h: Commented out dead codes.
2949         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
2950         Do not build symbol-db by
2951         default. Added 'unstable' in plugin description to signify it's
2952         developmental state.
2954         * plugins/file-manager/Makefile.am,
2955         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
2957 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
2959         * plugins/debug-manager/utilities.c,
2960         plugins/debug-manager/utilities.h,
2961         plugins/debug-manager/threads.c,
2962         plugins/debug-manager/plugin.c,
2963         plugins/debug-manager/plugin.h,
2964         plugins/debug-manager/disassemble.h,
2965         plugins/debug-manager/watch.c,
2966         plugins/debug-manager/watch.h,
2967         plugins/debug-manager/breakpoints.c,
2968         plugins/debug-manager/stack_trace.c:
2969         Replace few remaining function calls by signal 
2971         * plugins/debug-manager/disassemble.c,
2972         plugins/debug-manager/registers.c,
2973         plugins/debug-manager/memory.c,
2974         plugins/debug-manager/locals.c,
2975         plugins/debug-manager/queue.c,
2976         plugins/debug-manager/queue.h:
2977         Connect signals when debugger is started
2978         Disconnect them when debugger is stopped
2979         Do not display window if debugger doesn't support feature
2981         * plugins/gdb/plugin.c,
2982         libanjuta/interfaces/libanjuta.idl:
2983         Remove unused initialization function
2985 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2987         * configure.in:
2988         * plugins/file-manager/Makefile.am:
2989         * scripts/build-schemas.mk: Fixed 'make distcheck'
2991 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2993         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2994         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
2995         to latest API additions.
2997         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
2998         to API changes.
3000 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3002         * ChangeLog: Fixed indentation.
3003         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3004         branch.
3006 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3008         * libanjuta/interfaces/libanjuta.idl:
3009         * plugins/build-basic-autotools/build-basic-autotools.c:
3010         (build_compile_file_real), (build_build_project),
3011         (build_install_project), (build_clean_project),
3012         (build_configure_project), (build_autogen_project),
3013         (build_distribution_project), (build_build_module),
3014         (build_install_module), (build_clean_module), (fm_build),
3015         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3016         (finalize), (basic_autotools_plugin_instance_init),
3017         (ibuildable_set_command), (ibuildable_reset_commands),
3018         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3019         (ibuildable_install), (ibuildable_configure),
3020         (ibuildable_generate), (ibuildable_iface_init):
3021         * plugins/build-basic-autotools/build-basic-autotools.h:
3023         Added API for commands override in build interface and implemented
3024         them in build plugin. Useful for other plugins override build
3025         commands depending on project environment.
3027 2007-10-28  Naba Kumar  <naba@gnome.org>
3029         * src/anjuta.glade,
3030         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3031         Fixed widget alignment for dock switcher tab style combo and
3032         scratchbox path entrybox.
3034 2007-10-28  Johannes Schmid <jhs@gnome.org>
3036         * plugins/document-manager/plugin.c: (on_editor_changed):
3037         Fixed a memory leak and simplified code (thanks again Sébastien)
3038         
3039         * configure.in:
3040         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3041         and OFFSET sql statements)
3043 2007-10-28  Massimo Cora' <maxcvs@email.it>
3045         * plugins/symbol-db/plugin.c,
3046         plugins/symbol-db/symbol-db-engine.h,
3047         plugins/symbol-db/symbol-db-view.c,
3048         plugins/symbol-db/symbol-db-view.c,
3049         plugins/symbol-db/symbol-db-view-locals.c,
3050         plugins/symbol-db/symbol-db-view-locals.h,
3051         plugins/symbol-db/symbol-db-engine.c:
3052         Better end-of-file-scan detection, permitting
3053         an improved scope/inheritance parsing.
3054         Locals tab gtktree now displays correct
3055         namespace->class->children tree, even if
3056         in a C++ file there isn't class declaration.
3058 2007-10-27  Johannes Schmid <jhs@gnome.org>
3060         Patch from Stanislav Brabec <sbrabec@suse.cz>
3061         * configure.in:
3062         Bug 489798 – Do not rely on svn-config
3064         Patch from Michael Wolf <maw@ximian.com>:
3065         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3066         (egg_tree_model_filter_remove_node),
3067         (egg_tree_model_filter_row_deleted):
3068         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3070 2007-10-27  Johannes Schmid <jhs@gnome.org>
3072         * plugins/devhelp/anjuta-devhelp.ui:
3073         * plugins/message-view/anjuta-message-manager.ui:
3075         Added some separators to the toolbar
3076         
3077         * plugins/document-manager/plugin.c:
3078         (on_support_plugin_deactivated), (load_new_support_plugins),
3079         (unload_unused_support_plugins), (on_editor_changed):
3080         
3081         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3082         for pointing out that is was crap.
3084 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3086         * libanjuta/interfaces/libanjuta.idl,
3087         libanjuta/anjuta-plugin-manager.c,
3088         libanjuta/anjuta-plugin-manager.h,
3089         libanjuta/anjuta-c-plugin-factory.c,
3090         libanjuta/anjuta-c-module.h,
3091         libanjuta/anjuta-c-module.c:
3092         Report detailled error message in case of plugin loading failure
3094 2007-10-24  Johannes Schmid <jhs@gnome.org>
3096         * configure.in:
3097         * plugins/Makefile.am:
3098         
3099         Activate build of symbol-db plugin (when libgda is available)
3100         
3101         * plugins/document-manager/plugin.c:
3102         (on_support_plugin_deactivated), (on_editor_changed):
3103         
3104         Properly handle language support plugins even when they are
3105         unloaded by the session.
3106         
3107         * plugins/symbol-db/plugin.c: (register_stock_icons),
3108         Port to new REGISTER_ICONS stuff
3109   
3110 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3112         * plugins/symbol-db/plugin.c,
3113         * plugins/symbol-db/symbol-db-view.c
3114         * plugins/symbol-db/symbol-db-engine.h,
3115         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3116         * plugins/symbol-db/symbol-db-view-locals.c,
3117         * plugins/symbol-db/symbol-db-view-locals.h,
3118         * plugins/symbol-db/symbol-db-engine.c:
3119         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3120         Added a new algorithm for dynamic population of the local symbols' tab.
3121         Now the default view is tree-like.
3122         Some fixes on engine correct some population issues.    
3124 2007-10-23  Naba Kumar  <naba@gnome.org>
3126         * plugins/glade/Makefile.am: Corrected conditional not to install
3127         .plugin file if plugin is disabled.
3128         * plugins/sourceview/Makefile.am: Corrected conditional not to
3129         install schemas if plugin is not built.
3131 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3133         * plugins/debug-manager/queue.c:
3134         Fix #488061: Mutiple crash dialogs
3136         * plugins/gdb/debugger.c,
3137         plugins/gdb/debugger.h:
3138         Remove maximum gdb command length, should fix bug#474811
3140 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3142         * manuals/reference/libanjuta/plugin-description-file.sgml,
3143         manuals/reference/libanjuta/libanjuta-docs.sgml,
3144         manuals/reference/libanjuta/libanjuta-sections.txt,
3145         libanjuta/interfaces/libanjuta.idl,
3146         libanjuta/anjuta-c-module.c,
3147         libanjuta/anjuta-c-plugin-factory.c:
3148         Document last changes in plugin code
3150 2007-10-19  Johannes Schmid <jhs@gnome.org>
3152         * plugins/subversion/subversion-callbacks.c: (check_filename):
3153         
3154         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3156 2007-10-19  Naba Kumar  <naba@gnome.org>
3158         * plugins/file-manager/file-model.c: Fixed a critical runtime
3159         warning.
3161 2007-10-18  Johannes Schmid <jhs@gnome.org>
3163         * libanjuta/anjuta-ui.h:
3164         Small fix on icon macros
3165         
3166         * libanjuta/interfaces/libanjuta.idl:
3167         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3168         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3169         (ilanguage_iface_init):
3170         
3171         Added get_from_editor() and get_name_from_editor() methods
3172         to IAnjutaLanguage
3173         
3174         * plugins/document-manager/plugin.c:
3175         (update_editor_ui_interface_items), (on_editor_changed):
3176         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3177         .in:
3178         * plugins/language-support-cpp-java/plugin.c: (install_support):
3179         
3180         Ported plugins to use the new interface
3182 2007-10-17  Johannes Schmid <jhs@gnome.org>
3184         * libanjuta/anjuta-ui.h:
3185         
3186         Added macros to register stock icons to stop all this copy&paste
3187         which had spread over a lot of files. New macros support to add 
3188         icons with toolbar and menu size (16 and 24)
3189         
3190         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3191         * plugins/debug-manager/images/anjuta-attach.svg:
3192         * plugins/debug-manager/images/anjuta-step-out.svg:
3193         * plugins/debug-manager/images/anjuta-step-over.svg:
3194         * plugins/debug-manager/plugin.c: (register_stock_icons):
3195         * plugins/document-manager/images/Makefile.am:
3196         * plugins/document-manager/images/anjuta-block-end.svg:
3197         * plugins/document-manager/images/anjuta-block-start.svg:
3198         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3199         * plugins/document-manager/images/anjuta-bookmark.svg:
3200         * plugins/document-manager/images/anjuta-go-history-next.svg:
3201         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3202         * plugins/document-manager/plugin.c: (register_stock_icons):
3203         * plugins/glade/plugin.c: (register_stock_icons):
3204         * plugins/language-support-cpp-java/plugin.c:
3205         (register_stock_icons):
3206         * plugins/message-view/Makefile.am:
3207         * plugins/message-view/anjuta-go-message-next.svg:
3208         * plugins/message-view/anjuta-go-message-prev.svg:
3209         * plugins/message-view/anjuta-message-view.svg:
3210         * plugins/message-view/messages.xpm:
3211         * plugins/message-view/plugin.c: (register_stock_icons):
3212         * plugins/patch/plugin.c: (patch_plugin_activate):
3213         * plugins/project-manager/plugin.c: (register_stock_icons):
3214         * plugins/search/Makefile.am:
3215         * plugins/search/anjuta-go-match-next.svg:
3216         * plugins/search/anjuta-go-match-prev.svg:
3217         * plugins/search/plugin.c: (activate_plugin):
3218         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3219         * plugins/terminal/terminal.c: (register_stock_icons):
3220         * plugins/valgrind/plugin.c: (register_stock_icons):
3221         
3222         Updated to use the new icons and added several new and updated 
3223         icons from #480093
3225 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3227         * libanjuta/anjuta-plugin-handle.c,
3228         libanjuta/anjuta-plugin-handle.h:
3229         Add a new path property containing the directory of the .plugin
3230         file, library file (.so or whatever) must be in the same directory
3232         * libanjuta/anjuta-plugin-manager.c,
3233         libanjuta/interfaces/libanjuta.idl,
3234         (removed) libanjuta/anjuta-glue-plugin.c,
3235         (removed) libanjuta/anjuta-glue-plugin.h,
3236         (removed) libanjuta/anjuta-glue-c.c,
3237         (removed) libanjuta/anjuta-glue-c.h,
3238         (removed) libanjuta/anjuta-glue-cpp.c,
3239         (removed) libanjuta/anjuta-glue-cpp.h,
3240         (removed) libanjuta/anjuta-glue-factory.c,
3241         (removed) libanjuta/anjuta-glue-factory.h,
3242         (added) libanjuta/anjuta-c-module.c,
3243         (added) libanjuta/anjuta-c-module.h,
3244         (added) libanjuta/anjuta-c-plugin-factory.c,
3245         (added) libanjuta/anjuta-c-plugin-factory.h,
3246         libanjuta/Makefile.am:
3247         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3248         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3249         implementing IAnjutaPluginFactory
3250         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3252         * libanjuta/libanjuta.h:
3253         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3254         interface)
3256         * libanjuta/anjuta-plugin.h:
3257         Replace AnjutaGluePlugin by GTypeModule
3258         Remove unused anjuta_glue_get_component_type replaced by
3259         g_type_from_name
3261         * plugins/build-basic-autotools/build-basic-autotools.h,
3262         plugins/class-gen/plugin.h,
3263         plugins/class-inheritance/plugin.h,
3264         plugins/cvs-plugin/plugin.h,
3265         plugins/debug-manager/plugin.h,
3266         plugins/devhelp/plugin.h,
3267         plugins/document-manager/plugin.h,
3268         plugins/editor/plugin.h,
3269         plugins/file-loader/plugin.h,
3270         plugins/file-wizard/plugin.h,
3271         plugins/gdb/plugin.h,
3272         plugins/glade/plugin.h,
3273         plugins/gtodo/plugin.h,
3274         plugins/indent/plugin.h,
3275         plugins/language-manager/plugin.h,
3276         plugins/language-support-cpp-java/plugin.h,
3277         plugins/macro/plugin.h,
3278         plugins/message-view/plugin.h,
3279         plugins/patch/plugin.h,
3280         plugins/profiler/plugin.h,
3281         plugins/project-import/plugin.h,
3282         plugins/project-manager/plugin.h,
3283         plugins/project-wizard/plugin.h,
3284         plugins/sample1/plugin.h,
3285         plugins/search/plugin.h,
3286         plugins/sourceview/plugin.h,
3287         plugins/subversion/plugin.h,
3288         plugins/symbol-browser/plugin.h,
3289         plugins/symbol-db/plugin.h,
3290         plugins/terminal/terminal.c,
3291         plugins/tools/plugin.h,
3292         plugins/valgrind/plugin.h:
3293         Replace AnjutaGluePlugin by GTypeModule
3295 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3297         * plugins/debug-manager/breakpoints.c:
3298         Fix bug#487112, crash while removing a breakpoint in a new file
3300 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3302         * plugins/document-manager/search-box.c:
3303         Fix a crash (with an useful comment) focus-out-event handler must
3304         return a gboolean
3306 2007-10-14 Johannes Schmid <jhs@gnome.org>
3308         * plugins/sourceview/sourceview.c:
3309         Hide calltip when "Up" or "Down" key is pressed
3311 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3313         * plugins/document-manager/search-box.c:
3314         Change included file order to avoid a compile error with gnome 2.16
3316 2007-10-13  Johannes Schmid <jhs@gnome.org>
3318         * plugins/debug-manager/plugin.c: (enable_log_view):
3319         
3320         Fixed crash when closing a project and unloading another while
3321         the debugger is enabled
3323 2007-10-13  Johannes Schmid <jhs@gnome.org>
3325         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3326         
3327         Use correct breakpoint icon
3328         
3329         * plugins/devhelp/Makefile.am:
3330         * plugins/devhelp/anjuta-go-help-next.svg:
3331         * plugins/devhelp/anjuta-go-help-prev.svg:
3332         * plugins/devhelp/plugin.c: (register_stock_icons),
3333         (devhelp_activate):
3334         
3335         Added new icons from #480093
3336         
3337         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3338         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3339         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3340         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3341         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3342         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3343         * plugins/message-view/anjuta-go-message-next.svg:
3344         * plugins/message-view/anjuta-go-message-prev.svg:
3345         
3346         Updated icons from #480093
3347                 
3348         * src/anjuta-actions.h:
3349         Use GTK_STOCK_FULLSCREEN
3350         
3351         * src/anjuta-app.c: (on_gdl_style_changed),
3352         (anjuta_app_instance_init):
3353         * src/anjuta.glade:
3354         
3355         Added preference option to set the gdl switcher style
3357 2007-10-13  Johannes Schmid <jhs@gnome.org>
3359         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3360         (get_property_value_as_string), (set_property_value_as_string),
3361         (register_callbacks):
3362         * libanjuta/anjuta-preferences.h:
3363         
3364         Support GtkFileChooserButton as preferences widget
3365         
3366         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3367         
3368         Fixed a Gtk-Critical
3369         
3370         * plugins/file-manager/Makefile.am:
3371         * plugins/file-manager/file-model.c: (file_model_filter_file),
3372         (file_model_add_dummy), (file_model_expand_idle),
3373         (file_model_set_property), (file_model_get_property),
3374         (file_model_class_init):
3375         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3376         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3377         (file_manager_activate), (file_manager_finalize),
3378         (file_manager_instance_init), (ipreferences_merge),
3379         (ipreferences_unmerge), (ipreferences_iface_init):
3380         * plugins/file-manager/plugin.h:
3381         
3382         Added preferences to file-manager
3384         * plugins/glade/plugin.c: (activate_plugin):
3385         
3386         Move Properties widget into center because it is way to big
3387         for the sidebar
3389 2007-10-10  Johannes Schmid <jhs@gnome.org>
3391         * plugins/language-support-cpp-java/Makefile.am:
3392         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3393         * plugins/language-support-cpp-java/anjuta-complete.svg:
3394         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3395         * plugins/language-support-cpp-java/plugin.c:
3396         (register_stock_icons):
3397         
3398         And yet some more icons...
3400 2007-10-10  Johannes Schmid <jhs@gnome.org>
3402         * plugins/debug-manager/breakpoints.c:
3403         * plugins/debug-manager/images/Makefile.am:
3404         * plugins/debug-manager/images/anjuta-bookmark.svg:
3405         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3406         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3407         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3408         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3409         * plugins/debug-manager/images/anjuta-linemark.svg:
3410         * plugins/debug-manager/images/anjuta-pcmark.svg:
3411         * plugins/debug-manager/plugin.c: (register_stock_icons):
3412         * plugins/debug-manager/sparse_view.c:
3413         * plugins/document-manager/images/Makefile.am:
3414         * plugins/document-manager/images/anjuta-block-select.svg:
3415         * plugins/document-manager/images/anjuta-fold-close.svg:
3416         * plugins/document-manager/images/anjuta-fold-open.svg:
3417         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3418         * plugins/document-manager/images/anjuta-indent-less.svg:
3419         * plugins/document-manager/images/anjuta-indent-more.svg:
3420         * plugins/document-manager/images/anjuta-swap.svg:
3421         * plugins/document-manager/images/block_select.xpm:
3422         * plugins/document-manager/images/fold_close.xpm:
3423         * plugins/document-manager/images/fold_open.xpm:
3424         * plugins/document-manager/images/fold_toggle.xpm:
3425         * plugins/document-manager/images/indent.xpm:
3426         * plugins/document-manager/images/indent_dcr.xpm:
3427         * plugins/document-manager/images/indent_inc.xpm:
3428         * plugins/document-manager/plugin.c: (register_stock_icons):    
3429         * plugins/editor/Makefile.am:
3430         * plugins/editor/anjuta-bookmark-16.xpm:
3431         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3432         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3433         * plugins/editor/anjuta-linemark-16.xpm:
3434         * plugins/editor/anjuta-pcmark-16.xpm:
3435         * plugins/editor/bookmark.xpm:
3436         * plugins/editor/breakpoint-disabled.xpm:
3437         * plugins/editor/breakpoint-enabled.xpm:
3438         * plugins/editor/linemarker.xpm:
3439         * plugins/editor/program-counter.xpm:
3440         * plugins/editor/text_editor.c:
3441         * plugins/message-view/Makefile.am:
3442         * plugins/message-view/anjuta-go-message-next.svg:
3443         * plugins/message-view/anjuta-go-message-prev.svg:
3444         * plugins/message-view/anjuta-message-manager.ui:
3445         * plugins/message-view/plugin.c:
3446         * plugins/sourceview/Makefile.am:
3447         * plugins/sourceview/sourceview.c:
3449         Integrated lots of icons from #480093
3450         Thanks to <tpgww@onepost.net>
3452         * plugins/document-manager/plugin.c:
3453         Do not mark the line in ifile_open(), that looks ugly.
3454         
3455         * plugins/document-manager/search-box.c: (on_search_focus_out),
3456         (search_box_init):
3457         Clear the status bar on focus_out.
3458         
3459         * plugins/file-loader/anjuta-loader-plugin.ui:
3460         Fixed a missing "="
3462 2007-10-09  Johannes Schmid <jhs@gnome.org>
3464         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3465         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3467         Some things I missed in the patch for #484419
3468         
3469         * plugins/document-manager/action-callbacks.c:
3470         (on_new_file_activate):
3471         * plugins/document-manager/action-callbacks.h:
3472         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3473         (on_window_key_press_event), (on_gconf_notify_timer):
3474         
3475         484645 – patch to deal with docman FIXME etc
3476         
3477         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3478         * plugins/search/search-replace.c: (search_and_replace),
3479         (write_message_pane), (search_replace_populate),
3480         (translate_dialog_strings), (create_dialog),
3481         (anjuta_search_replace_activate):
3482         * plugins/search/search-replace_backend.c:
3483         (file_buffer_new_from_path), (get_next_match),
3484         (create_search_entries), (regex_backref),
3485         (clear_search_replace_instance):
3486         * plugins/search/search-replace_backend.h:
3487         
3488         #484573 – patch to correct various search-related issues
3489         
3490         Thanks for the above patches to <tpgww@onepost.net>
3491         
3492         * plugins/sourceview/sourceview.c:
3493         (sourceview_create_highligth_indic):
3494         
3495         Use the same marker for important as gedit (yellow background)
3497         * plugins/document-manager/anjuta-document-manager.ui:
3498         * plugins/file-loader/anjuta-file-loader.ui:
3499         * plugins/file-loader/plugin.c:
3500         
3501         Moved FileNew action to document-manager
3503 2007-10-08  Johannes Schmid <jhs@gnome.org>
3505         * plugins/document-manager/search-box.c: (on_search_activated):
3506         Mark messages for translation
3508 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3510         reviewed by: Johannes Schmid <jhs@gnome.org>
3512         * plugins/Makefile.am:
3513         * plugins/build-basic-autotools/build-basic-autotools.c:
3514         (build_compile_file_real):
3515         * plugins/search/search-replace.c:
3516         * plugins/valgrind/preferences.c: (build_general_prefs):
3517         
3518         Fix #484379 – Contents of Makefile.am plugins and
3519         #484419 – Improvement into translation
3521 2007-10-06  Johannes Schmid <jhs@gnome.org>
3523         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3525         Fixed to properly support pointer-to-pointer (**) types
3527         * libanjuta/interfaces/libanjuta.idl:
3528         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3529         * plugins/sourceview/sourceview-cell.h:
3530         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3531         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3532         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3533         (isearch_backward), (isearch_iface_init):
3534         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3535         (itext_editor_iface_init), (iselection_set_iter),
3536         (iselection_get_start_iter), (iselection_get_end_iter),
3537         (iselection_iface_init), (isearch_forward), (isearch_backward),
3538         (isearch_iface_init):
3539         
3540         Added IAnjutaEditorSearch interface and some utility methods to
3541         migrate from positions to iterators for the editor interface.
3542         
3543         * plugins/document-manager/Makefile.am:
3544         * plugins/document-manager/action-callbacks.c:
3545         (on_goto_line_no1_activate), (on_show_search):
3546         * plugins/document-manager/action-callbacks.h:
3547         * plugins/document-manager/anjuta-docman.c:
3548         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3549         (anjuta_docman_grab_text_focus):
3550         * plugins/document-manager/anjuta-document-manager.ui:
3551         * plugins/document-manager/goto_line.c: (removed)
3552         * plugins/document-manager/goto_line.h: (removed)
3553         * plugins/document-manager/search-box.c:
3554         * plugins/document-manager/search-box.h:
3555         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3556         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3557         (update_editor_ui_interface_items), (on_editor_added),
3558         (activate_plugin), (deactivate_plugin):
3559         * plugins/document-manager/plugin.h:
3560         
3561         Created new incremental "Quick Search" bar in the document manager to
3562         replace the crappy EggToolbar entries. Uses the new search interface and
3563         it thus much faster and more reliable.
3564         Fixes: 
3565         Bug 357544 – incremental search should work consistently (or not at all) 
3566         when main toolbar is hidden
3567         Bug 440637 – Search, don't work very well (partly for incremental search)
3568         
3569         * plugins/search/anjuta-search.ui:
3570         * plugins/search/plugin.c: (activate_plugin):
3571         
3572         Removed incremental search stuff
3573         
3574         * plugins/build-basic-autotools/build-basic-autotools.c:
3575         (on_session_save), (on_session_load):
3576         * plugins/build-basic-autotools/executer.c:
3577         (get_program_parameters):
3578         
3579         Scroll to selected executable and remember it across sessions
3580         (followup of #477976)
3581         
3582         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3583         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3584         
3585         * plugins/devhelp/anjuta-devhelp.ui:
3586         Rearraged toolbar items a bit
3588 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3590         * plugins/debug-manager/command.c,
3591         plugins/debug-manager/queue.c,
3592         plugins/gdb/plugin.c,
3593         plugins/gdb/debugger.c:
3594         Fix several crashing bugs (including bug#482985) with the debugger
3595         when closing project, stopping the debugger, restarting the program
3597 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3599         * libanjuta/anjuta-launcher.c:
3600         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3602 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3604         * plugins/debug-manager/command.c,
3605         plugins/debug-manager/queue.c:
3606         Asynchronous command can abort other commands in queue
3607         Resynchronize debugger state when a command is cancelled
3609         * plugins/debug-manager/breakpoints.c:
3610         Free BreakpointItem only when it is not used anymore
3612         * plugins/gdb/plugin.c:
3613         Do not return TRUE if the callback and/or ready signal is not used
3615         * plugins/gdb/debugger.c:
3616         Fix a crash, return correct state when debugger is stopped
3618 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3620         * plugins/project-wizard/autogen.c:
3621         Fix bug#482067, escape project wizard user defined strings
3623 2007-10-01  Johannes Schmid <jhs@gnome.org>
3625         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3626         .glade:
3627         * plugins/build-basic-autotools/build-basic-autotools.c:
3628         (basic_autotools_plugin_instance_init):
3629         * plugins/build-basic-autotools/build-basic-autotools.h:
3630         * plugins/build-basic-autotools/executer.c:
3631         (get_program_parameters):
3632         
3633         Fixed #477976 – Keybinding in run dialog
3635 2007-09-30  Johannes Schmid <jhs@gnome.org>
3637         * plugins/Makefile.am:
3638         Do not build indent plugin (yet)
3639         
3640         * plugins/document-manager/plugin.c: (ipreferences_merge):
3641         Fixed unintentional and wrong change
3643         * plugins/indent/anjuta-indent.ui:
3644         Added missing file
3646 2007-09-28  Johannes Schmid <jhs@gnome.org>
3648         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3649         * libanjuta/anjuta-launcher.h:
3650         Add a method to send EOF to some process. Needed for the indent plugin
3651         and should be useful in general. It does not actually send EOF as this
3652         is not possible with utf-8, but closes the stream instead.
3654         * plugins/devhelp/plugin.c: (value_added_current_editor):
3655         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3656         IAnjutaDocument switch.
3658         * configure.in:
3659         * plugins/Makefile.am:
3660         * plugins/document-manager/Makefile.am:
3661         * plugins/document-manager/action-callbacks.c:
3662         * plugins/document-manager/anjuta-document-manager.glade:
3663         * plugins/document-manager/anjuta-document-manager.ui:
3664         * plugins/document-manager/images/Makefile.am:
3665         * plugins/document-manager/images/indent_auto.xpm:
3666         * plugins/document-manager/images/indent_set.xpm:
3667         * plugins/document-manager/indent-dialog.c:
3668         * plugins/document-manager/indent-dialog.h:
3669         * plugins/document-manager/indent-util.c:
3670         * plugins/document-manager/indent-util.h:
3671         * plugins/document-manager/indent_test.c:
3672         * plugins/document-manager/plugin.c: (register_stock_icons),
3673         (docman_plugin_instance_init), (ipreferences_merge):
3674         * plugins/document-manager/plugin.h:
3675         
3676         Removed indent code from document manager
3677         
3678         * plugins/indent/Makefile.am:
3679         * plugins/indent/indent-dialog.c:
3680         * plugins/indent/indent-util.c: (indent_init_indent_style):
3681         * plugins/indent/indent.glade:
3682         * plugins/indent/indent.plugin.in:
3683         * plugins/indent/plugin.c: (on_indent_finished),
3684         (on_indent_output), (on_indent_action_activate),
3685         (on_edit_editor_indent), (on_style_combo_changed),
3686         (value_added_current_editor), (value_removed_current_editor),
3687         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3688         (indent_plugin_finalize), (indent_plugin_dispose),
3689         (anjuta_indent_plugin_instance_init),
3690         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3691         (ipreferences_unmerge), (ipreferences_iface_init):
3692         * plugins/indent/plugin.h:
3694         Moved indent code to it's own plugin. Also reimplemented indent invocation
3695         using anjuta_launcher and streams. This is not yet completely working, maybe
3696         I got something wrong with the launcher.
3697         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3699 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3701         * plugins/debug-manager/plugin.c:
3702         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3704 2007-09-27  Johannes Schmid <jhs@gnome.org>
3706         * libanjuta/interfaces/libanjuta.idl:
3707         * plugins/Makefile.am:
3708         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3709         (isymbol_type_str), (isymbol_name), (isymbol_args),
3710         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3711         (isymbol_impl), (isymbol_iface_init):
3712         * plugins/symbol-browser/an_symbol_info.c:
3713         * plugins/symbol-browser/an_symbol_info.h:
3714         * plugins/symbol-db/Makefile.am:
3715         * plugins/symbol-db/plugin.c:
3716         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3717         (value_added_current_editor), (on_editor_foreach_clear),
3718         (value_removed_current_editor), (project_root_added),
3719         (symbol_db_activate), (symbol_db_deactivate),
3720         (isymbol_manager_search):
3721         * plugins/symbol-db/readtags.c: (initialize_1):
3722         * plugins/symbol-db/symbol-db-engine-iterator.c:
3723         (sdb_engine_iterator_instance_init),
3724         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3725         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3726         (symbol_db_engine_iterator_move_next),
3727         (symbol_db_engine_iterator_move_prev),
3728         (symbol_db_engine_iterator_get_n_items),
3729         (symbol_db_engine_iterator_last),
3730         (symbol_db_engine_iterator_set_position),
3731         (symbol_db_engine_iterator_get_position),
3732         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3733         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3734         (isymbol_iter_foreach), (isymbol_iter_set_position),
3735         (isymbol_iter_get_position), (isymbol_iter_get_length),
3736         (isymbol_iter_clone), (isymbol_iter_assign),
3737         (isymbol_iter_iface_init):
3738         * plugins/symbol-db/symbol-db-engine-iterator.h:
3739         * plugins/symbol-db/symbol-db-engine.c:
3740         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3741         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3742         (sdb_engine_finalize), (sdb_engine_get_type),
3743         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3744         (sdb_engine_get_table_id_by_unique_name2),
3745         (sdb_engine_get_table_id_by_unique_name3),
3746         (symbol_db_engine_add_new_workspace),
3747         (symbol_db_engine_get_opened_project_name),
3748         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3749         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3750         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3751         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3752         (sdb_engine_add_new_scope_definition),
3753         (sdb_engine_add_new_tmp_heritage_scope),
3754         (sdb_engine_second_pass_update_scope_1),
3755         (sdb_engine_second_pass_update_heritage),
3756         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3757         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3758         (symbol_db_engine_update_project_symbols),
3759         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3760         (symbol_db_engine_update_buffer_symbols),
3761         (sdb_engine_walk_down_scope_path),
3762         (sdb_engine_prepare_symbol_info_sql),
3763         (symbol_db_engine_get_global_members),
3764         (symbol_db_engine_get_scope_members_by_symbol_id),
3765         (symbol_db_engine_get_scope_members),
3766         (symbol_db_engine_get_current_scope),
3767         (symbol_db_engine_get_file_symbols):
3768         * plugins/symbol-db/symbol-db-engine.h:
3769         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3770         (on_symbol_updated), (on_symbol_inserted),
3771         (symbol_db_view_locals_get_line),
3772         (symbol_db_view_locals_update_list):
3773         * plugins/symbol-db/symbol-db-view-search.c:
3774         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3775         * plugins/symbol-db/symbol-db-view-search.h:
3776         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3777         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3778         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3779         * plugins/symbol-db/tables.sql:
3780         * plugins/symbol-db/test/Makefile.am:
3781         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3782         Updated patch from Massimo to improve symbol-db plugin
3784         * plugins/document-manager/plugin.c: (on_editor_changed):
3785         Make the code a bit more robust
3786         
3787         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3788         (anjuta_document_get_property), (anjuta_document_class_init),
3789         (anjuta_document_init), (set_uri), (document_loader_loaded),
3790         (anjuta_document_load), (document_saver_saving):
3791         * plugins/sourceview/anjuta-document.h:
3792         * plugins/sourceview/sourceview.c: (autodetect_language),
3793         (ilanguage_set_language), (ilanguage_get_language):
3794         Fix language detection on startup
3796 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3798         * plugins/document-manager/action-callbacks.c:
3799         (on_editor_command_upper_case_activate),
3800         (on_editor_command_lower_case_activate): Leftover commit from previous
3801         commit (see last changlog entry by me).
3802         
3803         * plugins/file-manager/plugin.c: (file_manager_activate):
3804         Gave proper widget name so that layout works.
3806 2007-09-26  Johannes Schmid <jhs@gnome.org>
3808         * plugins/document-manager/plugin.c: (on_editor_changed),
3809         (docman_plugin_instance_init):
3810         Only unload/load language-support plugins if necessary.
3811         
3812         * plugins/language-manager/plugin.c: (language_manager_activate):
3813         Removed some debugging code
3815         * plugins/sourceview/sourceview.c: (on_document_saved),
3816         (ilanguage_set_language), (ilanguage_get_language):
3817         Fixed ianjuta_language interface and ensure that highlighting is
3818         activated when a new file is saved.
3819         
3820 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3822         * libanjuta/interfaces/libanjuta.idl:
3823         * plugins/document-manager/action-callbacks.c:
3824         (on_editor_command_upper_case_activate),
3825         (on_editor_command_lower_case_activate):
3826         * plugins/editor/text_editor.c: (iselection_has_selection),
3827         (iselection_get_start), (iselection_get_end),
3828         (iselection_iface_init):
3829         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3830         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3831         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3832         method and implemented it for both scintilla and sourceview editors.
3833         Updated document-manager and assist plugins to use the new method.
3835 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3837         * plugins/file-manager/file-view.c:
3838         Fix typo, allow to compile new file manager with gtk < 2.12
3840 2007-09-25  Johannes Schmid <jhs@gnome.org>
3842         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3843         Support Auto-Indent for single lines (e.g no selection);
3844         
3845         * plugins/macro/plugin.c:
3846         Do not use the same shortcut as auto-indent does
3847         
3848         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3849         Optimized keyboard navigation - do not emit char_added when only
3850         navigation keys have been pressed.
3852 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3854         * plugins/language-support-cpp-java/cpp-java-assist.c:
3855         (on_assist_chosen), (cpp_java_assist_install),
3856         (cpp_java_assist_uninstall):
3857         * plugins/language-support-cpp-java/plugin.c: (install_support),
3858         (uninstall_support): Install and uninstall support in correct order.
3859         Fixes a bug where it was installed multiple times resulting in
3860         inserting autocomplete text multiple times.
3862 2007-09-25  Johannes Schmid <jhs@gnome.org>
3864         * configure.in:
3865         Add GNOME_WARNING_FLAGS(maximum) and
3866         GNOME_CXX_WARNIGS(yes) to avoid bugs
3867         the compiler can warn you.
3868         
3869         * libegg/test-tree-utils.c: (key_test):
3870         * plugins/file-manager/file-model.c:
3871         (file_model_cancel_expand_idle), (file_model_sort),
3872         (file_model_row_expanded):
3873         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3874         (file_view_refresh), (file_view_get_selected), (file_view_init),
3875         (file_view_new):
3876         * plugins/file-manager/file-view.h:
3877         * plugins/symbol-db/readtags.c: (initialize_1):
3878         * src/main.c:
3879         
3880         Fixed the more critical warnings
3882 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3884         Icons from tpgww@onepost.net:
3885         * configure.in:
3886         * plugins/debug-manager/Makefile.am:
3887         * plugins/debug-manager/images/Makefile.am:
3888         * plugins/debug-manager/images/anjuta-attach.svg:
3889         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
3890         * plugins/debug-manager/images/anjuta-step-into.svg:
3891         * plugins/debug-manager/images/anjuta-step-out.svg:
3892         * plugins/debug-manager/images/anjuta-step-over.svg:
3893         * plugins/debug-manager/plugin.c: (register_stock_icons):
3894         * plugins/document-manager/Makefile.am:
3895         * plugins/document-manager/block_select.xpm:
3896         * plugins/document-manager/fold_close.xpm:
3897         * plugins/document-manager/fold_open.xpm:
3898         * plugins/document-manager/fold_toggle.xpm:
3899         * plugins/document-manager/images/Makefile.am:
3900         * plugins/document-manager/images/anjuta-block-end.svg:
3901         * plugins/document-manager/images/anjuta-block-start.svg:
3902         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3903         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3904         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3905         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3906         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3907         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3908         * plugins/document-manager/indent.xpm:
3909         * plugins/document-manager/indent_auto.xpm:
3910         * plugins/document-manager/indent_dcr.xpm:
3911         * plugins/document-manager/indent_inc.xpm:
3912         * plugins/document-manager/indent_set.xpm:
3913         * plugins/document-manager/plugin.c: Added nicer icons for
3914         document manager and debugger. Organized icons in 'images'
3915         directories.
3917 2007-09-24  Johannes Schmid <jhs@gnome.org>
3919         * src/anjuta-app.c: (anjuta_app_add_widget_full):
3920         Fixed a missing NULL in g_object_set.
3922 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3924         * plugins/language-support-cpp-java/cpp-java-assist.c:
3925         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
3926         scope memebers just after scope operator is entered.
3928 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3930         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3931         * plugins/language-support-cpp-java/cpp-java-assist.c:
3932         (completion_function), (completion_compare),
3933         (cpp_java_assist_tag_destroy), (create_completion),
3934         (cpp_java_assist_destroy_completion_cache),
3935         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
3936         Show '()' for function items in autocomplete list. Allow adding
3937         ' ' and/or '(' after function call autocompletion and have preferences
3938         settings for them.
3940 2007-09-24  Johannes Schmid <jhs@gnome.org>
3942         * sourceview.c: Reverting patch from r3157 because
3943         of side-effects
3945 2007-09-24  Johannes Schmid <jhs@gnome.org>
3947         * plugins/search/search-replace.c: (on_message_clicked):
3949         Fixed #427104 – No "highlight" of lines matching find-result
3951 2007-09-24  Johannes Schmid <jhs@gnome.org>
3953         * src/anjuta.glade:
3955         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
3957 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
3959         reviewed by: Johannes Schmid <jhs@gnome.org>
3961         * plugins/build-basic-autotools/executer.c: (execute_program):
3962         Fix #478238 – set env for execute programe in the terminal
3964 2007-09-24 Tom <tpgww@onepost.net>
3966         reviewed by: Johannes Schmid <jhs@gnome.org>
3968         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3969         Fix memory leak
3970         
3971         * plugins/debug-manager/disassemble.c: (on_disassemble):
3972         Correct a format string in DEBUG_PRINT()
3974 2007-09-23  Johannes Schmid <jhs@gnome.org>
3976         * plugins/sourceview/sourceview.c: (offset_to_position),
3977         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
3978         (ieditor_get_position), (iselect_set), (iselect_get_start),
3979         (iselect_get_end):
3980         
3981         Fixed #Bug 440637 – Search, don't work very well
3983 2007-09-23  Johannes Schmid <jhs@gnome.org>
3985         * plugins/file-manager/file-model.c: (file_model_get_filename):
3986         * plugins/file-manager/file-model.h:
3987         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
3988         (file_view_init), (file_view_class_init):
3989         * plugins/message-view/message-view.c:
3990         (message_view_query_tooltip), (message_view_dispose),
3991         (message_view_instance_init), (message_view_class_init):
3993         Added GTK+ 2.12 style tooltips to file-manager and message view.
3994         Only build if GTK+ 2.12 is availible otherwise for message-view, the
3995         old implementation is used.
3997 2007-09-23  Johannes Schmid <jhs@gnome.org>
3999         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4000         Fixed typo
4001         
4002         * plugins/language-manager/language-manager.plugin.in:
4003         Marked UserActivatable=FALSE
4004         
4005         * plugins/language-manager/plugin.c: (load_languages),
4006         (language_manager_activate), (language_manager_deactivate),
4007         (language_manager_dispose), (language_manager_instance_init),
4008         (language_manager_find_mime_type), (language_manager_find_string),
4009         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4010         (ilanguage_get_name), (ilanguage_get_strings):
4011         
4012         Fixed various stupid bugs in language-manager plugin
4013         
4014         * plugins/symbol-db/symbol-db-engine.c:
4015         (sdb_engine_second_pass_update_scope_1):
4016         
4017         Add a g_return_if_fail to avoid a crash though still unsure
4018         what's causing it.
4020 2007-09-23  Johannes Schmid <jhs@gnome.org>
4022         * plugins/symbol-db/plugin.c: (on_project_element_added),
4023         (sources_array_free), (sources_array_add_foreach),
4024         (project_root_added):
4025         * plugins/symbol-db/symbol-db-engine.c:
4026         (symbol_db_engine_add_new_files):
4027         * plugins/symbol-db/symbol-db-engine.h:
4028         
4029         Added support for other languages than "C" to symbol-db. Now
4030         supports all languages listed by the language-manager.
4032 2007-09-23  Tom <tpgww@onepost.net>
4034         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4036         * configure.in:
4037         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4038         
4039         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4040         (anjuta_glue_factory_get_object_type):
4041         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4042         * plugins/build-basic-autotools/build-basic-autotools.c:
4043         (value_added_current_editor):
4044         * plugins/debug-manager/breakpoints.c:
4045         (breakpoints_dbase_edit_breakpoint),
4046         (on_toggle_breakpoint_activate):
4047         * plugins/debug-manager/plugin.c:
4048         (on_run_to_cursor_action_activate):
4049         * plugins/debug-manager/stack_trace.c:
4050         (dma_thread_update_stack_trace):
4051         * plugins/gdb/plugin.c:
4052         * plugins/glade/plugin.c: (ifile_open):
4053         * plugins/profiler/gprof-call-graph-view.c:
4054         * plugins/profiler/gprof-flat-profile-view.c:
4055         * plugins/profiler/gprof-function-call-tree-view.c:
4056         * plugins/profiler/gprof-options.c: (setup_widgets):
4057         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4058         * plugins/search/search-replace_backend.c:
4059         (file_buffer_new_from_te):
4060         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4061         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4062         (assist_window_get_property), (assist_window_move):
4063         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4064         (value_added_current_editor):
4065         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4066         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4067         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4068         
4069         Many small code, warnings and leak fixes
4071 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4073         * (removed) plugins/debug-manager/debugger.c,
4074         (removed) plugins/debug-manager/debugger.h,
4075         (added) plugins/debug-manager/command.c,
4076         (added) plugins/debug-manager/command.h,
4077         (added) plugins/debug-manager/queue.c,
4078         (added) plugins/debug-manager/queue.h,
4079         plugins/debug-manager/breakpoints.c,
4080         plugins/debug-manager/debug_tree.c,
4081         plugins/debug-manager/debug_tree.h,
4082         plugins/debug-manager/disassemble.c,
4083         plugins/debug-manager/disassemble.h,
4084         plugins/debug-manager/locals.c,
4085         plugins/debug-manager/locals.h,
4086         plugins/debug-manager/memory.c,
4087         plugins/debug-manager/memory.h,
4088         plugins/debug-manager/plugin.c,
4089         plugins/debug-manager/plugin.h,
4090         plugins/debug-manager/registers.c,
4091         plugins/debug-manager/registers.h,
4092         plugins/debug-manager/sharedlib.c,
4093         plugins/debug-manager/sharedlib.h,
4094         plugins/debug-manager/signals.c,
4095         plugins/debug-manager/signals.h,
4096         plugins/debug-manager/stack_trace.c,
4097         plugins/debug-manager/stack_trace.h,
4098         plugins/debug-manager/start.h,
4099         plugins/debug-manager/start.c,
4100         plugins/debug-manager/threads.c,
4101         plugins/debug-manager/threads.h,
4102         plugins/debug-manager/watch.c,
4103         plugins/debug-manager/watch.h,
4104         plugins/debug-manager/Makefile.am,
4105         plugins/gdb/debugger.c,
4106         plugins/gdb/debugger.h,
4107         plugins/gdb/plugin.c,
4108         libanjuta/interfaces/libanjuta.idl:
4109         Split debug-manager/debugger.c into command.c and queue.c
4110         Clean up debugger queue
4111         DmaDebuggerQueue object does not implement IAnjutaDebugger
4113 2007-09-23  Johannes Schmid <jhs@gnome.org>
4115         * configure.in:
4116         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4117         set correctly, etc.)
4118         
4119         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4120         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4121         (plugin_set_update):
4122         
4123         Show an error dialog instead of crashing when plugin loading fails
4125         * plugins/language-manager/Makefile.am:
4126         * plugins/language-manager/language-manager.plugin.in:
4127         * plugins/language-manager/languages.xml:
4128         * plugins/language-manager/plugin.c: (language_destroy),
4129         (load_languages), (language_manager_activate),
4130         (language_manager_deactivate), (language_manager_finalize),
4131         (language_manager_dispose), (language_manager_instance_init),
4132         (language_manager_class_init), (language_manager_find_mime_type),
4133         (language_manager_find_string), (ilanguage_get_from_mime_type),
4134         (ilanguage_get_from_string), (ilanguage_get_name),
4135         (ilanguage_get_strings), (ilanguage_iface_init):
4136         * plugins/language-manager/plugin.h:
4137         
4138         Added new language-manager plugin to have a better organisation for
4139         language names. The xml probabaly needs to be extended over time.
4140         
4141         * plugins/Makefile.am:
4142         * plugins/document-manager/plugin.c: (on_editor_changed):
4143         
4144         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4145         because it does not really save memory but makes tab switching slow.
4146         
4147         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4148         .in:
4149         * plugins/language-support-cpp-java/plugin.c: (install_support),
4150         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4151         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4152         unloading
4154         * plugins/language-support-cpp-java/cpp-java-assist.c:
4155         (cpp_java_assist_show_autocomplete):
4156         
4157         Fix autocomplete to only show valid completions
4159         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4160         Calltips always have correct size and position now
4162 2007-09-22  Johannes Schmid <jhs@gnome.org>
4164         * plugins/search/search-replace_backend.c: (get_next_match):
4165         Removed code introduced by accident that causes a crash.
4166         
4167         * plugins/sourceview/sourceview-tags.c:
4168         * plugins/sourceview/sourceview-tags.h:
4169         Removed ununsed files
4171 2007-09-22  Johannes Schmid <jhs@gnome.org>
4173         * plugins/language-support-cpp-java/cpp-java-assist.c:
4174         Fixed build error
4176 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4178         * plugins/language-support-cpp-java/cpp-java-assist.c:
4179         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4180         Increased matching brace search to 500 chars.
4182 2007-09-21  Johannes Schmid <jhs@gnome.org>
4184         * plugins/language-support-cpp-java/cpp-java-assist.c:
4185         (cpp_java_assist_get_pre_word),
4186         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4187         
4188         Added some profiling debug code
4189         
4190         * plugins/language-support-cpp-java/cpp-java-utils.c:
4191         (cpp_java_util_jump_to_matching_brace):
4192         * plugins/language-support-cpp-java/cpp-java-utils.h:
4193         * plugins/language-support-cpp-java/plugin.c:
4194         (get_line_indentation_base), (get_line_auto_indentation):
4195         
4196         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4197         avoid looping over the whole file when using calltips which is too slow and
4198         unneeded.
4199         
4200         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4201         (assist_tip_set_tips), (assist_tip_get_coordinates),
4202         (assist_tip_new):
4203         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4204         
4205         Better calltips appearance (use theme now) and avoid jumping
4206         calltips
4208 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4210         * plugins/document-manager/plugin.c:
4211         (update_editor_ui_interface_items):
4212         * plugins/language-support-cpp-java/plugin.c: (install_support),
4213         (uninstall_support): Moved autocomplete ui update code from
4214         document-manager to language-plugin.
4216 2007-09-21  Johannes Schmid <jhs@gnome.org>
4218         * libanjuta/interfaces/libanjuta.idl:
4219         
4220         Added IAnjutaLanguage interface (might still change...) for
4221         the upcoming language-manager plugin.
4222         
4223         * plugins/file-manager/Makefile.am:
4224         * plugins/file-manager/file-model.c:
4225         (file_model_cancel_expand_idle), (file_model_add_dummy),
4226         (file_model_expand_idle), (file_model_sort),
4227         (file_model_row_expanded), (file_model_row_collapsed),
4228         (file_model_init), (file_model_finalize),
4229         (file_model_set_property), (file_model_get_property),
4230         (file_model_class_init), (file_model_new), (file_model_refresh),
4231         (file_model_get_uri):
4232         * plugins/file-manager/file-model.h:
4233         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4234         (file_view_expand_row_idle), (file_view_refresh),
4235         (file_view_get_selected), (file_view_button_press_event),
4236         (file_view_selection_changed), (file_view_init),
4237         (file_view_get_property), (file_view_set_property),
4238         (file_view_finalize), (file_view_class_init):
4239         
4240         Split up model/view as far as possible and fixed some file-manager
4241         bugs (popup-menu and incorrect project loading).
4242         
4243         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4244         Use monospace font for tips.
4245         
4246         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4247         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4248         (icell_get_attribute), (icell_style_get_font_description),
4249         (icell_style_get_color), (icell_style_get_background_color),
4250         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4251         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4252         (iiter_get_length), (iiter_clone), (iiter_assign):
4254         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4255         interface. This is way faster though it has the drawback to create invalid
4256         iterators if the buffer is changed.
4258 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4260         * libanjuta/interfaces/libanjuta.idl:
4261         * plugins/document-manager/action-callbacks.c:
4262         * plugins/document-manager/anjuta-document-manager.ui:
4263         * plugins/document-manager/plugin.c: (register_stock_icons):
4264         * plugins/editor/text_editor.c:
4265         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4266         * plugins/language-support-cpp-java/cpp-java-assist.c:
4267         (cpp_java_assist_get_calltip_context):
4268         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4269         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4271         Moved autocomplete menu action from document-manager to assist plugin
4272         and got rid of deprecated autocomplete interface.
4274 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4276         * libanjuta/interfaces/libanjuta.idl:
4277         * plugins/editor/text_editor.c: (iassist_iface_init):
4278         * plugins/language-support-cpp-java/cpp-java-assist.c:
4279         (cpp_java_assist_check), (on_assist_chosen):
4280         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4281         Removed react() methods in both editors and assist interface. Assist
4282         plugin itself handles setting the autocomplete. Also fixed
4283         some mem leaks.
4285 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4287         * plugins/file-manager/Makefile.am:
4288         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4289         (file_view_expand_idle), (file_view_init):
4290         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4291         (file_manager_set_default_uri), (project_root_added),
4292         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4293         (file_manager_activate), (file_manager_deactivate),
4294         (file_manager_instance_init), (file_manager_class_init),
4295         (ifile_manager_set_root), (ifile_manager_set_selected),
4296         (ifile_manager_iface_init): Adjusted white spaces to match
4297         anjuta convention.
4299 2007-09-19  Naba Kumar  <naba@gnome.org>
4301         * libanjuta/interfaces/libanjuta.idl:
4302         * plugins/editor/text_editor.c: (text_editor_instance_init),
4303         (iassist_show_tips), (iassist_cancel_tips),
4304         (iassist_hide_suggestions), (iassist_iface_init):
4305         * plugins/editor/text_editor.h:
4306         * plugins/editor/text_editor_cbs.c:
4307         (on_text_editor_scintilla_notify):
4308         * plugins/language-support-cpp-java/cpp-java-assist.c:
4309         (is_scope_context_character), (is_word_character),
4310         (create_completion), (cpp_java_assist_get_scope_context),
4311         (cpp_java_assist_get_pre_word),
4312         (cpp_java_assist_get_scope_operator),
4313         (cpp_java_assist_destroy_completion_cache),
4314         (cpp_java_assist_create_scope_completion_cache),
4315         (cpp_java_assist_create_word_completion_cache),
4316         (cpp_java_assist_show_autocomplete),
4317         (cpp_java_assist_get_calltip_context),
4318         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4319         (on_editor_char_added), (on_assist_chosen),
4320         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4321         (cpp_java_assist_init), (cpp_java_assist_finalize):
4322         * plugins/language-support-cpp-java/cpp-java-assist.h:
4323         * plugins/language-support-cpp-java/plugin.c:
4324         (initialize_indentation_params):
4325         * plugins/sourceview/assist-tip.c:
4326         * plugins/sourceview/assist-tip.h:
4327         * plugins/sourceview/sourceview-private.h:
4328         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4329         (on_assist_tip_destroyed), (on_assist_cancel),
4330         (on_document_char_added), (iassist_get_suggestions),
4331         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4332         
4333         Implement state-less assistance so that assist can be evaluated
4334         any given time at any position. Changed IAnjutaEditorAssist interfance
4335         and implementations and removed any state management in editors.
4337 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4339         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4340         completion items sorting and avoided unnecssary sorts.
4342         * plugins/text-editor.c: Fixed state.
4344 2007-09-17  Johannes Schmid <jhs@gnome.org>
4346         * plugins/language-support-cpp-java/cpp-java-assist.c:
4347         (on_assist_begin):
4348         
4349         Fixed calltips in sourceview
4351 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4353         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4354         completion items preparation time. Fixed a crash bug.
4356         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4357         Set buffer size (From Massimo, required for symbol-db).
4359         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4360         for suggestions.
4362         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4363         change in API.
4365         * plugins/editor/aneditor-autocomplete.cxx,
4366         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4367         Added ANE_GETWORDBEFORECARAT command.
4369         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4370         using assist interface.
4372         * plugins/editor/text_editor.c: (text_editor_instance_init),
4373         (text_editor_get_word_before_carat),
4374         (text_editor_get_current_word), (iassist_add_trigger),
4375         (iassist_remove_trigger), (on_assist_canceled),
4376         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4377         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4378         * plugins/editor/text_editor.h:
4379         * plugins/editor/text_editor_cbs.c: (trigger_size),
4380         (max_trigger_size), (text_editor_check_assist),
4381         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4382         interface.
4384         * plugins/language-support-cpp-java/Makefile.am:
4385         * plugins/language-support-cpp-java/plugin.c:
4386         (get_line_indentation_base), (get_line_auto_indentation),
4387         (install_support), (uninstall_support),
4388         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4389         (cpp_java_plugin_instance_init):
4390         * plugins/language-support-cpp-java/plugin.h:
4391         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4392         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4393         Make assist a separate class.
4395 2007-09-14  Johannes Schmid <jhs@gnome.org>
4397         * plugins/sourceview/sourceview.c: (iassist_suggest):
4398         Fixed changed char_alignment paramter in language-support
4399         plugin
4401 2007-09-14  Naba Kumar  <naba@gnome.org>
4403         * plugins/language-support-cpp-java/plugin.c: Send the right
4404         'char_alignment' paramenter (needs fixing in sourceview).
4406 2007-09-13  Johannes Schmid <jhs@gnome.org>
4408         * anjuta.anjuta:
4409         * plugins/project-wizard/templates/minimal/project.anjuta:
4410         Use IAnjutaSymbolManager instead of loading the plugin directly.
4411         (TODO: Think of a version to do this for older files...)
4413         * configure.in:
4414         * plugins/Makefile.am:
4415         * plugins/symbol-db/Makefile.am:
4416         
4417         Build symbol-db plugin if libgda-3.0 is found
4419 2007-09-13  Johannes Schmid <jhs@gnome.org>
4421         * plugins/sourceview/Makefile.am:
4422         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4423         (set_uri):
4424         * plugins/sourceview/anjuta-document.h:
4425         Removed lots of dead code
4426         
4427         * plugins/sourceview/anjuta-languages-manager.c:
4428         * plugins/sourceview/anjuta-languages-manager.h:
4429         removed completely
4430         
4431         * plugins/sourceview/sourceview.c: (on_document_char_added),
4432         (on_document_loaded), (sourceview_instance_init),
4433         (iselect_get_start), (iselect_get_end),
4434         (ilanguage_get_supported_languages), (ilanguage_set_language):
4435         
4436         Fixed selection handling and make some adaptions for the changes 
4437         mentioned above
4439 2007-09-13  Johannes Schmid <jhs@gnome.org>
4441         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4442         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4443         (on_assist_update):
4444         
4445         Added preferences to language support completion/calltips
4446         
4447         * plugins/sourceview/assist-window.c: (assist_window_update):
4449         Always select first entry
4451         * plugins/sourceview/sourceview.glade:
4452         Removed old completion preferences
4454 2007-09-11  Naba Kumar  <naba@gnome.org>
4456         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4457         and possible crash when pressing ctrl+d in terminal after preferences
4458         window has been shown once (no need for backport).
4460         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4461         implementations to get warnings instead of crashes for unimplemented
4462         interface methods.
4464 2007-09-11   Massimo Cora' <maxcvs@email.it>
4466         Reviewed by: Naba Kumar  <naba@gnome.org>
4468         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4469         * plugins/symbol-db/*:
4470         Added new symbol-database backend based on SQLite 3.
4471         (does not enabled for build currently).
4473 2007-09-10  Johannes Schmid <jhs@gnome.org>
4475         * anjuta.anjuta:
4476         * configure.in:
4477         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4478         (parse_info_init), (parse_info_free), (valid_element),
4479         (start_element_handler), (end_element_handler), (text_handler),
4480         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4481         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4482         (egg_recent_model_monitor), (egg_recent_model_read),
4483         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4484         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4485         (egg_recent_model_set_property), (egg_recent_model_class_init),
4486         (egg_recent_model_init), (egg_recent_model_add_full),
4487         (egg_recent_model_delete), (egg_recent_model_get_list),
4488         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4489         (egg_recent_model_set_filter_mime_types),
4490         (egg_recent_model_clear_group_filter),
4491         (egg_recent_model_set_filter_groups),
4492         (egg_recent_model_clear_scheme_filter),
4493         (egg_recent_model_set_filter_uri_schemes),
4494         (egg_recent_model_remove_expired):
4495         
4496         Update EggRecent (#456465)
4498 2007-09-10  Johannes Schmid <jhs@gnome.org>
4500         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4501         (anjuta_plugin_manager_get_plugin):
4502         * plugins/profiler/gprof-call-graph-view.c:
4503         (gprof_call_graph_view_create_columns):
4504         * plugins/profiler/gprof-flat-profile-view.c:
4505         (gprof_flat_profile_view_create_columns):
4506         * plugins/profiler/gprof-function-call-tree-view.c:
4507         (gprof_function_call_tree_view_create_columns):
4508         
4509         Fixed #466031 – Update of pieces of menus for Localization
4511 2007-09-10  Johannes Schmid <jhs@gnome.org>
4513         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4514         Bug 343522 – anjuta: Unable to execute commands that use options.
4516 2007-09-09  Johannes Schmid <jhs@gnome.org>
4518         * plugins/document-manager/anjuta-docman.c:
4519         (anjuta_docman_update_page_label):
4520         
4521         Fixed #458034 – Method of indicating unsaved changes breaks convention
4522         
4523         * plugins/document-manager/plugin.c: (update_title),
4524         (value_added_project_root_uri), (value_removed_project_root_uri),
4525         (on_editor_changed), (activate_plugin):
4526         * plugins/document-manager/plugin.h:
4527         * plugins/project-manager/plugin.c: (on_profile_scoped),
4528         (on_profile_descoped), (ifile_open):
4529         
4530         Fixed #427390 – Show path of item in currently focused editor window
4532 2007-09-09  Johannes Schmid <jhs@gnome.org>
4534         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4535         (on_toolbar_find_incremental):
4536         Fix incremental search
4537         
4538         * plugins/sourceview/sourceview.c: (on_document_char_added),
4539         (set_select):
4540         Fixed selection management
4542 2007-09-09  Johannes Schmid <jhs@gnome.org>
4544         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4545         Fixed memory leak
4547         * libanjuta/interfaces/libanjuta.idl:
4548         Extended IAnjutaEditorAssist interface
4549         
4550         * plugins/language-support-cpp-java/plugin.c:
4551         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4552         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4553         (context_character), (get_context), (function_parser),
4554         (cpp_member_parser), (install_assist), (uninstall_assist),
4555         (get_line_indentation_base), (get_line_auto_indentation),
4556         (install_support), (uninstall_support),
4557         (on_value_added_current_editor), (on_value_removed_current_editor),
4558         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4559         * plugins/language-support-cpp-java/plugin.h:
4560         
4561         Improved fixed editor assistance and added support for function/method
4562         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4563         
4564         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4565         Removed a FIXME
4566         
4567         * plugins/project-import/project-import.c: (on_import_next):
4568         Added a non-NULL check with could probably fix #474843 but not sure
4569         
4570         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4571         Fixed anjuta-plugin project wizard
4572         
4573         * plugins/sourceview/Makefile.am:
4574         * plguins/sourceview/assist-tip.[ch]:
4575         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4576         (anjuta_view_key_press_event):
4577         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4578         (assist_window_init), (assist_window_update), (assist_window_new):
4579         * plugins/sourceview/sourceview-private.h:
4580         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4581         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4582         (trigger_size), (max_trigger_size), (on_document_char_added),
4583         (sourceview_dispose), (ieditor_get_current_word),
4584         (iassist_add_trigger), (iassist_init_suggestions),
4585         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4586         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4587         
4588         Big update on sourceview assist capabilites. Autocompletion should
4589         now work much better and function tooltips are finally supported!
4591         * plugins/sourceview/anjuta-document.h:
4592         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4593         (anjuta_document_get_current_word):
4594         Fixed get_current_word (inspired by aneditor.cxx implementation)
4596         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4597         (icell_get_attribute):
4598         Fixed get_attribute() to also detect character constants.
4599         Simplified get_char()
4601         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4602         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4603         (isymbol_manager_get_completions_at_position):
4604         
4605         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4607 2007-09-04  Naba Kumar  <naba@gnome.org>
4609         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4610         projects that can not add sources.
4612         * plugins/file-wizard/file.c: Similarly for file wizard,
4613         Do not enable 'Add to project' projects that can not add sources.
4615 2007-09-04  Naba Kumar  <naba@gnome.org>
4617         * configure.in: Bumped gnome-build requirement to 0.2.0
4618         for project capabilities support.
4620         * plugins/project-manager/plugin.c: Enable/disable project
4621         actions based on project capabilities. Fixes bug #433552:
4622         crash in Anjuta IDE: add file test.h in project on generic
4623         Makefile.
4625         * libanjuta/interfaces/libanjuta.idl: Added method to query
4626         project capabilities.
4628 2007-09-03  Naba Kumar  <naba@gnome.org>
4630         * plugins/file-manager/plugin.c: Set shadow type IN.
4631         * plugins/file-manager/file-view.c: Fixed code style.
4632         * plugins/file-manager/file-view.c: Fixed icons column to size
4633         properly.
4635         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4637         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4638         unmonitors project-uri on file-manager deactivation.
4640         * TODO.tasks: Updated
4642 2007-09-02  Johannes Schmid <jhs@gnome.org>
4644         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4645         Fixed memory leak
4646         
4647         * plugins/file-manager/file-view.c: (file_view_get_selected),
4648         (file_view_button_press_event), (file_view_finalize):
4649         * plugins/file-manager/plugin.c: (project_root_removed),
4650         (file_manager_deactivate):
4651         
4652         Fixed some small bugs I missed before
4654 2007-09-02  Johannes Schmid <jhs@gnome.org>
4656         * plugins/file-manager/*:
4657         Added new and file-manager
4659 2007-09-02  Johannes Schmid <jhs@gnome.org>
4661         * plugins/file-manager/*:
4662         Removed old file-manager
4664 2007-08-31  Johannes Schmid <jhs@gnome.org>
4666         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4667         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4668         
4669         Fixed some memory leaks
4670         
4671         * MAINTAINERS: Fixed
4672         
4673 2007-08-31  Johannes Schmid <jhs@gnome.org>
4675         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4676         (get_property_value_as_string), (set_property_value_as_string),
4677         (register_callbacks), (preferences_foreach_callback),
4678         (anjuta_preferences_register_property_raw):
4679         * libanjuta/anjuta-preferences.h:
4680         * plugins/build-basic-autotools/build-basic-autotools.c:
4681         (on_build_mesg_format):
4682         * plugins/document-manager/anjuta-document-manager.glade:
4683         * plugins/message-view/anjuta-message-manager-plugin.glade:
4684         
4685         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4686         broken message view preferences
4687         
4688         * plugins/message-view/message-view.c:
4689         (message_view_instance_init), (pref_change_color), (prefs_init),
4690         (imessage_view_append):
4691         Cleaned up message view (#458041)
4692         
4693         * src/shell.c: (on_preferences_activate),
4694         (anjuta_test_shell_instance_init),
4695         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4696         Fixed test shell to allow better debugging
4697         
4698 2007-08-31  Johannes Schmid <jhs@gnome.org>
4700         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4701         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4702         * plugins/gtodo/main.h:
4703         * plugins/gtodo/plugin.c: (activate_plugin):
4704         
4705         Fixed #423467 (View->Tasks menu items are not 
4706         checked on startup)
4708 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4710         reviewed by: Johannes Schmid <jhs@gnome.org>
4712         * COPYING:
4713         * data/welcome.txt.in:
4714         * launcher/anjuta_launcher.c:
4715         * libanjuta/anjuta-children.c:
4716         * libanjuta/anjuta-children.h:
4717         * libanjuta/anjuta-debug.h:
4718         * libanjuta/anjuta-encodings.c:
4719         * libanjuta/anjuta-encodings.h:
4720         * libanjuta/anjuta-glue-c.c:
4721         * libanjuta/anjuta-glue-c.h:
4722         * libanjuta/anjuta-plugin-description.c:
4723         * libanjuta/anjuta-plugin-description.h:
4724         * libanjuta/anjuta-plugin-handle.c:
4725         * libanjuta/anjuta-plugin-handle.h:
4726         * libanjuta/anjuta-plugin-manager.c:
4727         * libanjuta/anjuta-plugin-manager.h:
4728         * libanjuta/anjuta-plugin.c:
4729         * libanjuta/anjuta-plugin.h:
4730         * libanjuta/anjuta-preferences.c:
4731         * libanjuta/anjuta-preferences.h:
4732         * libanjuta/anjuta-profile-manager.c:
4733         * libanjuta/anjuta-profile-manager.h:
4734         * libanjuta/anjuta-profile.c:
4735         * libanjuta/anjuta-profile.h:
4736         * libanjuta/anjuta-save-prompt.c:
4737         * libanjuta/anjuta-save-prompt.h:
4738         * libanjuta/anjuta-serializer.c:
4739         * libanjuta/anjuta-serializer.h:
4740         * libanjuta/anjuta-session.c:
4741         * libanjuta/anjuta-session.h:
4742         * libanjuta/anjuta-shell.c:
4743         * libanjuta/anjuta-shell.h:
4744         * libanjuta/anjuta-status.c:
4745         * libanjuta/anjuta-status.h:
4746         * libanjuta/anjuta-ui.c:
4747         * libanjuta/anjuta-ui.h:
4748         * libanjuta/anjuta-utils-priv.h:
4749         * libanjuta/anjuta-utils.c:
4750         * libanjuta/anjuta-utils.h:
4751         * libanjuta/cell-renderer-captioned-image.c:
4752         * libanjuta/cell-renderer-captioned-image.h:
4753         * libanjuta/e-splash.c:
4754         * libanjuta/e-splash.h:
4755         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4756         * libanjuta/interfaces/libanjuta.idl:
4757         * libanjuta/libanjuta.h:
4758         * libanjuta/resources.c:
4759         * libanjuta/resources.h:
4760         * libegg/egg-cell-renderer-text.c:
4761         * libegg/egg-combo-action.c:
4762         * libegg/egg-entry-action.c:
4763         * libegg/egg-recent-action.c:
4764         * libegg/egg-recent-files-module.c:
4765         * libegg/egg-recent-item.c:
4766         * libegg/egg-recent-model.c:
4767         * libegg/egg-recent-view-gtk.c:
4768         * libegg/egg-recent-view.c:
4769         * libegg/egg-submenu-action.c:
4770         * libegg/eggaccelerators.c:
4771         * libegg/eggcellrendererpopup.c:
4772         * libegg/eggcomboselect.c:
4773         * libegg/eggtreemodelfilter.c:
4774         * libegg/eggtreemultidnd.c:
4775         * libegg/gtkcellview.h:
4776         * libegg/treeviewutils/egg-cell-renderer-text.h:
4777         * libegg/treeviewutils/eggaccelerators.h:
4778         * libegg/treeviewutils/eggcellrendererkeys.h:
4779         * libegg/treeviewutils/eggcellrendererpopup.h:
4780         * libegg/treeviewutils/eggtreemodelfilter.h:
4781         * libegg/treeviewutils/eggtreemultidnd.h:
4782         * libegg/treeviewutils/eggtreeviewstate.h:
4783         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4784         * manuals/anjuta-faqs/Makefile.am:
4785         * manuals/anjuta-manual/C/anjuta-manual.xml:
4786         * manuals/anjuta-manual/C/license.xml:
4787         * manuals/anjuta-manual/es/es.po:
4788         * manuals/anjuta-manual/sv/sv.po:
4789         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4790         ml:
4791         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4792         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4793         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4794         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4795         * manuals/old/ja/anjuta-manual/license.xml:
4796         * plugins/build-basic-autotools/build-basic-autotools.c:
4797         * plugins/build-basic-autotools/build-basic-autotools.h:
4798         * plugins/build-basic-autotools/executer.c:
4799         * plugins/build-basic-autotools/executer.h:
4800         * plugins/build/build_file.c:
4801         * plugins/build/build_file.h:
4802         * plugins/build/build_project.c:
4803         * plugins/build/build_project.h:
4804         * plugins/build/clean_project.c:
4805         * plugins/build/clean_project.h:
4806         * plugins/build/commands.c:
4807         * plugins/build/commands.h:
4808         * plugins/build/compile.c:
4809         * plugins/build/compile.h:
4810         * plugins/build/compiler_options.c:
4811         * plugins/build/compiler_options.h:
4812         * plugins/build/configurer.c:
4813         * plugins/build/configurer.h:
4814         * plugins/build/executer.c:
4815         * plugins/build/executer.h:
4816         * plugins/class-gen/cell-renderer-flags.c:
4817         * plugins/class-gen/cell-renderer-flags.h:
4818         * plugins/class-gen/combo-flags.c:
4819         * plugins/class-gen/combo-flags.h:
4820         * plugins/class-gen/element-editor.c:
4821         * plugins/class-gen/element-editor.h:
4822         * plugins/class-gen/generator.c:
4823         * plugins/class-gen/generator.h:
4824         * plugins/class-gen/plugin.c:
4825         * plugins/class-gen/plugin.h:
4826         * plugins/class-gen/transform.c:
4827         * plugins/class-gen/transform.h:
4828         * plugins/class-gen/validator.c:
4829         * plugins/class-gen/validator.h:
4830         * plugins/class-gen/window.c:
4831         * plugins/class-gen/window.h:
4832         * plugins/class-inheritance/class-callbacks.c:
4833         * plugins/class-inheritance/class-callbacks.h:
4834         * plugins/class-inheritance/class-inherit.c:
4835         * plugins/class-inheritance/class-inherit.h:
4836         * plugins/class-inheritance/plugin.c:
4837         * plugins/class-inheritance/plugin.h:
4838         * plugins/cvs-plugin/cvs-actions.c:
4839         * plugins/cvs-plugin/cvs-actions.h:
4840         * plugins/cvs-plugin/cvs-callbacks.c:
4841         * plugins/cvs-plugin/cvs-callbacks.h:
4842         * plugins/cvs-plugin/cvs-execute.c:
4843         * plugins/cvs-plugin/cvs-execute.h:
4844         * plugins/cvs-plugin/cvs-interface.c:
4845         * plugins/cvs-plugin/cvs-interface.h:
4846         * plugins/cvs-plugin/plugin.c:
4847         * plugins/cvs-plugin/plugin.h:
4848         * plugins/debug-manager/breakpoints.c:
4849         * plugins/debug-manager/breakpoints.h:
4850         * plugins/debug-manager/chunk_view.c:
4851         * plugins/debug-manager/chunk_view.h:
4852         * plugins/debug-manager/data_buffer.c:
4853         * plugins/debug-manager/data_buffer.h:
4854         * plugins/debug-manager/data_view.c:
4855         * plugins/debug-manager/data_view.h:
4856         * plugins/debug-manager/debug_tree.c:
4857         * plugins/debug-manager/debug_tree.h:
4858         * plugins/debug-manager/debugger.c:
4859         * plugins/debug-manager/debugger.h:
4860         * plugins/debug-manager/disassemble.c:
4861         * plugins/debug-manager/disassemble.h:
4862         * plugins/debug-manager/info.c:
4863         * plugins/debug-manager/info.h:
4864         * plugins/debug-manager/locals.c:
4865         * plugins/debug-manager/locals.h:
4866         * plugins/debug-manager/memory.c:
4867         * plugins/debug-manager/memory.h:
4868         * plugins/debug-manager/plugin.c:
4869         * plugins/debug-manager/plugin.h:
4870         * plugins/debug-manager/registers.c:
4871         * plugins/debug-manager/registers.h:
4872         * plugins/debug-manager/sexy-icon-entry.c:
4873         * plugins/debug-manager/sexy-icon-entry.h:
4874         * plugins/debug-manager/sharedlib.c:
4875         * plugins/debug-manager/sharedlib.h:
4876         * plugins/debug-manager/signals.c:
4877         * plugins/debug-manager/signals.h:
4878         * plugins/debug-manager/sparse_buffer.c:
4879         * plugins/debug-manager/sparse_buffer.h:
4880         * plugins/debug-manager/sparse_view.c:
4881         * plugins/debug-manager/sparse_view.h:
4882         * plugins/debug-manager/stack_trace.c:
4883         * plugins/debug-manager/stack_trace.h:
4884         * plugins/debug-manager/start.c:
4885         * plugins/debug-manager/start.h:
4886         * plugins/debug-manager/threads.c:
4887         * plugins/debug-manager/threads.h:
4888         * plugins/debug-manager/utilities.c:
4889         * plugins/debug-manager/utilities.h:
4890         * plugins/debug-manager/watch.c:
4891         * plugins/debug-manager/watch.h:
4892         * plugins/devhelp/htmlview.c:
4893         * plugins/devhelp/htmlview.h:
4894         * plugins/document-manager/action-callbacks.c:
4895         * plugins/document-manager/action-callbacks.h:
4896         * plugins/document-manager/anjuta-docman.c:
4897         * plugins/document-manager/anjuta-docman.h:
4898         * plugins/document-manager/editor-tooltips.c:
4899         * plugins/document-manager/editor-tooltips.h:
4900         * plugins/document-manager/file_history.c:
4901         * plugins/document-manager/file_history.h:
4902         * plugins/document-manager/indent-dialog.c:
4903         * plugins/document-manager/indent-dialog.h:
4904         * plugins/document-manager/indent-util.c:
4905         * plugins/document-manager/indent-util.h:
4906         * plugins/document-manager/plugin.c:
4907         * plugins/editor/aneditor-autocomplete.cxx:
4908         * plugins/editor/aneditor-calltip.cxx:
4909         * plugins/editor/aneditor-indent.cxx:
4910         * plugins/editor/aneditor-priv.h:
4911         * plugins/editor/aneditor.cxx:
4912         * plugins/editor/aneditor.h:
4913         * plugins/editor/lexer.h:
4914         * plugins/editor/plugin.c:
4915         * plugins/editor/plugin.h:
4916         * plugins/editor/print.c:
4917         * plugins/editor/print.h:
4918         * plugins/editor/properties.h:
4919         * plugins/editor/properties_cxx.h:
4920         * plugins/editor/style-editor.c:
4921         * plugins/editor/style-editor.h:
4922         * plugins/editor/text-editor-iterable.c:
4923         * plugins/editor/text-editor-iterable.h:
4924         * plugins/editor/text_editor.c:
4925         * plugins/editor/text_editor.h:
4926         * plugins/editor/text_editor_cbs.c:
4927         * plugins/editor/text_editor_cbs.h:
4928         * plugins/editor/text_editor_menu.c:
4929         * plugins/editor/text_editor_menu.h:
4930         * plugins/editor/text_editor_prefs.c:
4931         * plugins/editor/text_editor_prefs.h:
4932         * plugins/file-loader/dnd.c:
4933         * plugins/file-loader/dnd.h:
4934         * plugins/file-loader/plugin.c:
4935         * plugins/file-manager/an_file_view.c:
4936         * plugins/file-manager/plugin.c:
4937         * plugins/file-wizard/file.c:
4938         * plugins/file-wizard/file.h:
4939         * plugins/file-wizard/plugin.c:
4940         * plugins/file-wizard/plugin.h:
4941         * plugins/gdb/debugger.c:
4942         * plugins/gdb/debugger.h:
4943         * plugins/gdb/gdbmi-test.c:
4944         * plugins/gdb/gdbmi.c:
4945         * plugins/gdb/gdbmi.h:
4946         * plugins/gdb/global.h:
4947         * plugins/gdb/parser.c:
4948         * plugins/gdb/parser.h:
4949         * plugins/gdb/plugin.c:
4950         * plugins/gdb/plugin.h:
4951         * plugins/gdb/utilities.c:
4952         * plugins/gdb/utilities.h:
4953         * plugins/glade/plugin.c:
4954         * plugins/glade/plugin.h:
4955         * plugins/gtodo/egg-datetime.c:
4956         * plugins/gtodo/egg-datetime.h:
4957         * plugins/gtodo/eggtrayicon.c:
4958         * plugins/gtodo/eggtrayicon.h:
4959         * plugins/gtodo/plugin.c:
4960         * plugins/gvim/anjuta-vim.c:
4961         * plugins/gvim/anjuta-vim.h:
4962         * plugins/gvim/gtkvim.c:
4963         * plugins/gvim/gtkvim.h:
4964         * plugins/gvim/plugin.c:
4965         * plugins/gvim/plugin.h:
4966         * plugins/language-support-cpp-java/plugin.c:
4967         * plugins/language-support-cpp-java/plugin.h:
4968         * plugins/macro/macro-actions.c:
4969         * plugins/macro/macro-actions.h:
4970         * plugins/macro/macro-db.c:
4971         * plugins/macro/macro-db.h:
4972         * plugins/macro/macro-dialog.c:
4973         * plugins/macro/macro-dialog.h:
4974         * plugins/macro/macro-edit.c:
4975         * plugins/macro/macro-edit.h:
4976         * plugins/macro/macro-util.c:
4977         * plugins/macro/macro-util.h:
4978         * plugins/macro/plugin.c:
4979         * plugins/macro/plugin.h:
4980         * plugins/message-view/anjuta-msgman.c:
4981         * plugins/message-view/anjuta-msgman.h:
4982         * plugins/message-view/message-view.c:
4983         * plugins/message-view/message-view.h:
4984         * plugins/message-view/plugin.c:
4985         * plugins/message-view/plugin.h:
4986         * plugins/patch/patch-plugin.c:
4987         * plugins/patch/patch-plugin.h:
4988         * plugins/patch/plugin.c:
4989         * plugins/patch/plugin.h:
4990         * plugins/profiler/gprof-call-graph-block-entry.c:
4991         * plugins/profiler/gprof-call-graph-block-entry.h:
4992         * plugins/profiler/gprof-call-graph-block.c:
4993         * plugins/profiler/gprof-call-graph-block.h:
4994         * plugins/profiler/gprof-call-graph-view.c:
4995         * plugins/profiler/gprof-call-graph-view.h:
4996         * plugins/profiler/gprof-call-graph.c:
4997         * plugins/profiler/gprof-call-graph.h:
4998         * plugins/profiler/gprof-flat-profile-entry.c:
4999         * plugins/profiler/gprof-flat-profile-entry.h:
5000         * plugins/profiler/gprof-flat-profile-view.c:
5001         * plugins/profiler/gprof-flat-profile-view.h:
5002         * plugins/profiler/gprof-flat-profile.c:
5003         * plugins/profiler/gprof-flat-profile.h:
5004         * plugins/profiler/gprof-function-call-chart-view.c:
5005         * plugins/profiler/gprof-function-call-chart-view.h:
5006         * plugins/profiler/gprof-function-call-tree-view.c:
5007         * plugins/profiler/gprof-function-call-tree-view.h:
5008         * plugins/profiler/gprof-options.c:
5009         * plugins/profiler/gprof-options.h:
5010         * plugins/profiler/gprof-profile-data.c:
5011         * plugins/profiler/gprof-profile-data.h:
5012         * plugins/profiler/gprof-view-manager.c:
5013         * plugins/profiler/gprof-view-manager.h:
5014         * plugins/profiler/gprof-view.c:
5015         * plugins/profiler/gprof-view.h:
5016         * plugins/profiler/plugin.c:
5017         * plugins/profiler/plugin.h:
5018         * plugins/profiler/string-utils.c:
5019         * plugins/profiler/string-utils.h:
5020         * plugins/project-import/plugin.c:
5021         * plugins/project-import/plugin.h:
5022         * plugins/project-import/project-import.c:
5023         * plugins/project-import/project-import.h:
5024         * plugins/project-manager/plugin.c:
5025         * plugins/project-manager/plugin.h:
5026         * plugins/project-wizard/action.c:
5027         * plugins/project-wizard/action.h:
5028         * plugins/project-wizard/autogen.c:
5029         * plugins/project-wizard/autogen.h:
5030         * plugins/project-wizard/druid.c:
5031         * plugins/project-wizard/druid.h:
5032         * plugins/project-wizard/file.c:
5033         * plugins/project-wizard/file.h:
5034         * plugins/project-wizard/header.c:
5035         * plugins/project-wizard/header.h:
5036         * plugins/project-wizard/install.c:
5037         * plugins/project-wizard/install.h:
5038         * plugins/project-wizard/parser.c:
5039         * plugins/project-wizard/parser.h:
5040         * plugins/project-wizard/plugin.c:
5041         * plugins/project-wizard/plugin.h:
5042         * plugins/project-wizard/property.c:
5043         * plugins/project-wizard/property.h:
5044         * plugins/project-wizard/values.c:
5045         * plugins/project-wizard/values.h:
5046         * plugins/sample1/plugin.c:
5047         * plugins/search/plugin.c:
5048         * plugins/search/plugin.h:
5049         * plugins/search/search-replace_backend.c:
5050         * plugins/search/search-replace_backend.h:
5051         * plugins/search/search_preferences.c:
5052         * plugins/sourceview/anjuta-convert.c:
5053         * plugins/sourceview/anjuta-convert.h:
5054         * plugins/sourceview/anjuta-document-loader.c:
5055         * plugins/sourceview/anjuta-document-loader.h:
5056         * plugins/sourceview/anjuta-document-saver.c:
5057         * plugins/sourceview/anjuta-document-saver.h:
5058         * plugins/sourceview/anjuta-document.c:
5059         * plugins/sourceview/anjuta-document.h:
5060         * plugins/sourceview/anjuta-encodings.c:
5061         * plugins/sourceview/anjuta-encodings.h:
5062         * plugins/sourceview/anjuta-languages-manager.c:
5063         * plugins/sourceview/anjuta-languages-manager.h:
5064         * plugins/sourceview/anjuta-utils.c:
5065         * plugins/sourceview/anjuta-utils.h:
5066         * plugins/sourceview/anjuta-view.c:
5067         * plugins/sourceview/anjuta-view.h:
5068         * plugins/sourceview/assist-window.c:
5069         * plugins/sourceview/assist-window.h:
5070         * plugins/sourceview/sourceview-cell.c:
5071         * plugins/sourceview/sourceview-cell.h:
5072         * plugins/sourceview/sourceview-prefs.c:
5073         * plugins/sourceview/sourceview-prefs.h:
5074         * plugins/sourceview/sourceview-print.c:
5075         * plugins/sourceview/sourceview-print.h:
5076         * plugins/sourceview/sourceview-private.h:
5077         * plugins/sourceview/sourceview-tags.c:
5078         * plugins/sourceview/sourceview-tags.h:
5079         * plugins/sourceview/sourceview.c:
5080         * plugins/sourceview/sourceview.h:
5081         * plugins/subversion/plugin.c:
5082         * plugins/subversion/plugin.h:
5083         * plugins/subversion/subversion-actions.c:
5084         * plugins/subversion/subversion-actions.h:
5085         * plugins/subversion/subversion-callbacks.c:
5086         * plugins/subversion/subversion-callbacks.h:
5087         * plugins/subversion/svn-auth.c:
5088         * plugins/subversion/svn-auth.h:
5089         * plugins/subversion/svn-backend-priv.h:
5090         * plugins/subversion/svn-backend.c:
5091         * plugins/subversion/svn-backend.h:
5092         * plugins/subversion/svn-notify.c:
5093         * plugins/subversion/svn-notify.h:
5094         * plugins/subversion/svn-thread.c:
5095         * plugins/subversion/svn-thread.h:
5096         * plugins/symbol-browser/an_symbol.c:
5097         * plugins/symbol-browser/an_symbol.h:
5098         * plugins/symbol-browser/an_symbol_info.c:
5099         * plugins/symbol-browser/an_symbol_info.h:
5100         * plugins/symbol-browser/an_symbol_iter.c:
5101         * plugins/symbol-browser/an_symbol_iter.h:
5102         * plugins/symbol-browser/an_symbol_prefs.c:
5103         * plugins/symbol-browser/an_symbol_prefs.h:
5104         * plugins/symbol-browser/an_symbol_search.c:
5105         * plugins/symbol-browser/an_symbol_search.h:
5106         * plugins/symbol-browser/an_symbol_view.c:
5107         * plugins/symbol-browser/an_symbol_view.h:
5108         * plugins/symbol-browser/plugin.c:
5109         * plugins/symbol-browser/plugin.h:
5110         * plugins/terminal/terminal.c:
5111         * plugins/tools/dialog.c:
5112         * plugins/tools/dialog.h:
5113         * plugins/tools/editor.c:
5114         * plugins/tools/editor.h:
5115         * plugins/tools/execute.c:
5116         * plugins/tools/execute.h:
5117         * plugins/tools/fileop.c:
5118         * plugins/tools/fileop.h:
5119         * plugins/tools/plugin.c:
5120         * plugins/tools/plugin.h:
5121         * plugins/tools/scripts/find-fixmes.pl:
5122         * plugins/tools/scripts/translation-status.pl:
5123         * plugins/tools/tool.c:
5124         * plugins/tools/tool.h:
5125         * plugins/tools/variable.c:
5126         * plugins/tools/variable.h:
5127         * plugins/valgrind/ldd.c:
5128         * plugins/valgrind/ldd.h:
5129         * plugins/valgrind/list.c:
5130         * plugins/valgrind/list.h:
5131         * plugins/valgrind/menu-utils.c:
5132         * plugins/valgrind/menu-utils.h:
5133         * plugins/valgrind/parser.c:
5134         * plugins/valgrind/parser.h:
5135         * plugins/valgrind/plugin.c:
5136         * plugins/valgrind/plugin.h:
5137         * plugins/valgrind/preferences.c:
5138         * plugins/valgrind/preferences.h:
5139         * plugins/valgrind/process.c:
5140         * plugins/valgrind/process.h:
5141         * plugins/valgrind/symtab.c:
5142         * plugins/valgrind/symtab.h:
5143         * plugins/valgrind/vgactions.c:
5144         * plugins/valgrind/vgactions.h:
5145         * plugins/valgrind/vgcachegrindprefs.c:
5146         * plugins/valgrind/vgcachegrindprefs.h:
5147         * plugins/valgrind/vgdefaultview.c:
5148         * plugins/valgrind/vgdefaultview.h:
5149         * plugins/valgrind/vgerror.c:
5150         * plugins/valgrind/vgerror.h:
5151         * plugins/valgrind/vggeneralprefs.c:
5152         * plugins/valgrind/vggeneralprefs.h:
5153         * plugins/valgrind/vghelgrindprefs.c:
5154         * plugins/valgrind/vghelgrindprefs.h:
5155         * plugins/valgrind/vgio.c:
5156         * plugins/valgrind/vgio.h:
5157         * plugins/valgrind/vgmemcheckprefs.c:
5158         * plugins/valgrind/vgmemcheckprefs.h:
5159         * plugins/valgrind/vgrule-editor.c:
5160         * plugins/valgrind/vgrule-editor.h:
5161         * plugins/valgrind/vgrule-list.c:
5162         * plugins/valgrind/vgrule-list.h:
5163         * plugins/valgrind/vgrule.c:
5164         * plugins/valgrind/vgrule.h:
5165         * plugins/valgrind/vgrulepattern.c:
5166         * plugins/valgrind/vgrulepattern.h:
5167         * plugins/valgrind/vgsearchbar.c:
5168         * plugins/valgrind/vgsearchbar.h:
5169         * plugins/valgrind/vgstrpool.c:
5170         * plugins/valgrind/vgstrpool.h:
5171         * plugins/valgrind/vgtoolprefs.c:
5172         * plugins/valgrind/vgtoolprefs.h:
5173         * plugins/valgrind/vgtoolview.c:
5174         * plugins/valgrind/vgtoolview.h:
5175         * src/about.c:
5176         * src/about.h:
5177         * src/action-callbacks.c:
5178         * src/action-callbacks.h:
5179         * src/anjuta-actions.h:
5180         * src/anjuta-app.c:
5181         * src/anjuta-app.h:
5182         * src/anjuta-callbacks.c:
5183         * src/anjuta-callbacks.h:
5184         * src/anjuta.c:
5185         * src/anjuta.h:
5186         * src/anjuta_cbs.c:
5187         * src/bacon-message-connection.c:
5188         * src/bacon-message-connection.h:
5189         * src/getline.c:
5190         * src/main.c:
5191         * src/shell.c:
5192         * src/shell.h:
5193         * src/start-with.c:
5194         * src/start-with.h:
5195         * src/utilities.c:
5196         * src/utilities.h:
5197         * tagmanager/options.c:
5198         
5199         Change the address of FSF in various files
5201 2007-08-30  Johannes Schmid <jhs@gnome.org>
5203         * anjuta.glade:
5204         * anjuta.gladep:
5205         Removed because they are no longer in use
5206         
5207         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5208         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5209         Marked some strings as not translatable
5211         * plugins/search/search-replace.c: (list_max_items):
5212         Fixed a possible memory corruption
5214         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5215         Do not show menuitems for locked layout items
5217         * src/main.c: (main):
5218         Some minor style correction in gnome_init
5220 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5222         * plugins/debug-manager/debugger.c,
5223         plugins/debug-manager/breakpoints.c,
5224         plugins/gdb/plugin.c,
5225         plugins/gdb/debugger.c,
5226         libanjuta/interfaces/libanjuta.idl:
5227         Move all breakpoints functions from IAnjutaDebugger to a new
5228         IAnjutaBreakpointDebugger interface
5230 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5232         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5233         * plugins/debug-manager/plugin.c,
5234         plugins/debug-manager/breakpoints.c,
5235         plugins/tools/execute.c,
5236         plugins/project-wizard/plugin.c,
5237         plugins/build-basic-autotools/executer.c,
5238         plugins/gdb/debugger.c,
5239         plugins/profiler/gprof-options.h,
5240         plugins/sourceview/assist-window.h,
5241         plugins/class-gen/transform.c,
5242         libanjuta/anjuta-plugin-description.c,
5243         libanjuta/anjuta-status.c,
5244         libanjuta/anjuta-glue-c.c,
5245         libanjuta/anjuta-glue-cpp.c,
5246         plugins/symbol-browser/an_symbol_prefs.c:
5247         Fix warnings mostly "dereferencing type-punned pointer"
5248         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5250 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5252         * plugins/debug-manager/breakpoints.c,
5253         plugins/debug-manager/debugger.c:
5254         Avoid an endless loop if clearing all breakpoints while the programm
5255         is running
5257 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5259         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5260         * plugins/debug-manager/plugin.c:
5261         Fix a segmentation fault added in the previous patch
5263 2007-07-21  Johannes Schmid <jhs@gnome.org>
5265         * plugins/build-basic-autotools/executer.c:
5266         (get_program_parameters):
5267         
5268         Show an error dialog if no targets are availible instead of
5269         just returning
5271 2007-07-20  Johannes Schmid <jhs@gnome.org>
5273         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5274         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5275         * libanjuta/anjuta-shell.h:
5276         * plugins/document-manager/plugin.c: (activate_plugin):
5277         * plugins/glade/anjuta-design-document.c:
5278         * plugins/glade/plugin.c: (glade_update_ui):
5279         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5280         (anjuta_shell_iface_init):
5281         * src/shell.c: (anjuta_test_shell_add_widget),
5282         (anjuta_shell_iface_init):
5283         
5284         Make the document manager undockable (#458038)
5286 2007-07-20  Johannes Schmid <jhs@gnome.org>
5288         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5289         * plugins/glade/anjuta-design-document.c:
5290         * plugins/glade/plugin.c: (glade_update_ui):
5291         
5292         Fixed some save/dirty status bug in glade
5294 2007-07-20  Johannes Schmid <jhs@gnome.org>
5296         * libanjuta/anjuta-status.c:
5297         Fixed crasher on shutdown
5299 2007-07-20  Johannes Schmid <jhs@gnome.org>
5301         * configure.in:
5302         Minimum glade requirement is 3.2 now. It was before
5303         but we did not check...
5304         
5305         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5306         * libanjuta/anjuta-profile.c:
5307         (anjuta_profile_add_plugins_from_xml):
5308         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5309         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5310         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5311         * plugins/file-loader/plugin.c: (on_create_submenu):
5312         * plugins/file-manager/an_file_view.c: (compare_iter):
5313         * plugins/glade/plugin.c: (activate_plugin):
5314         * src/anjuta-app.c: (on_toolbar_view_toggled):
5315         * src/main.c: (main):
5316         
5317         Fixed lots of memory leaks (thansk valgrind)
5319 2007-07-19  Johannes Schmid <jhs@gnome.org>
5321         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5322         * plugins/document-manager/anjuta-docman.c:
5323         (anjuta_docman_set_busy):
5324         * plugins/document-manager/plugin.c: (on_editor_changed):
5325         * plugins/glade/plugin.c: (activate_plugin):
5326         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5327         (on_value_removed_current_editor):
5328         
5329         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5331 2007-07-18  Johannes Schmid <jhs.gnome.org>
5333         * plugins/build-basic-autotools/executer.c: (execute_program):
5334         Fixed some of the scratchbox stuff but the environment is
5335         still broken
5337 2007-07-18  Johannes Schmid <jhs@gnome.org>
5339         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5340         (on_plugin_deactivated), (get_plugin_loader_type):
5341         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5342         (activate_plugin), (deactivate_plugin),
5343         (glade_plugin_instance_init):
5344         
5345         Fixed glade plugin deactivation
5347 2007-07-18  Johannes Schmid <jhs@gnome.org>
5349         * plugins/document-manager/anjuta-docman.c:
5350         (anjuta_docman_add_document):
5351         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5352         
5353         Fixed path display in document manager with glade files
5355 2007-07-17  Johannes Schmid <jhs@gnome.org>
5357         * libanjuta/interfaces/Makefile.am.iface:
5358         * pixmaps/Makefile.am:
5359         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5360         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5361         (value_removed_current_editor):
5362         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5363         (anjuta_docman_set_current_document):
5364         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5365         (on_editor_added), (on_editor_changed):
5366         * plugins/glade/Makefile.am:
5367         * plugins/glade/anjuta-design-document.c:
5368         (anjuta_design_document_instance_init),
5369         (anjuta_design_document_set_property),
5370         (anjuta_design_document_get_property),
5371         (anjuta_design_document_class_init), (anjuta_design_document_new),
5372         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5373         * plugins/glade/anjuta-design-document.h:
5374         * plugins/glade/anjuta-glade-notebook.c:
5375         * plugins/glade/anjuta-glade-notebook.h:
5376         * plugins/glade/plugin.c: (value_added_current_editor),
5377         (value_removed_current_editor), (glade_update_ui),
5378         (on_close_activated), (on_glade_project_changed),
5379         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5380         (ifile_open):
5381         * plugins/language-support-cpp-java/plugin.c:
5382         (on_value_added_current_editor), (on_value_removed_current_editor):
5383         * plugins/macro/plugin.c: (value_added_current_editor):
5384         * plugins/project-manager/plugin.c: (value_added_current_editor):
5385         * plugins/subversion/plugin.c: (value_added_current_editor):
5386         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5388         Fixed lot of IAnjutaEditor stuff and completed glade integration
5389         with document manager
5390         
5391         * plugins/build-basic-autotools/build-basic-autotools.c:
5392         (value_added_current_editor):
5393         * plugins/build-basic-autotools/executer.c: (execute_program):
5394         
5395         Some initial code to execute projects inside scratchbox
5396         
5397 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5399         * plugins/project-import/project-import.c:
5400         Project import overwrites file on user request (bug #452579)
5402 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5404         * plugins/debug-manager/debugger.c,
5405         plugins/debug-manager/threads.c,
5406         plugins/debug-manager/plugin.c,
5407         plugins/debug-manager/registers.c,
5408         plugins/debug-manager/locals.c,
5409         plugins/debug-manager/stack_trace.c,
5410         plugins/gdb/plugin.c,
5411         plugins/gdb/debugger.c,
5412         plugins/gdb/debugger.h,
5413         libanjuta/interfaces/libanjuta.idl:
5414         Rename change-location to program-moved
5415         Store thread id as gint instead of guint
5416         Do not display registers list if not available
5417         Add intermediate debugger states if missing
5419 2007-07-11  Johannes Schmid <jhs@gnome.org>
5421         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5422         .glade:
5423         Reverted unnecessary changes (#455819)
5425 2007-07-10  Johannes Schmid <jhs@gnome.org>
5427         * plugins/glade/plugin.c:
5428         Fixed glade plugin with glade 3.2 and another crasher
5430 2007-07-09  Johannes Schmid <jhs@gnome.org>
5432         * libanjuta/interfaces/libanjuta.idl:
5433         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5434         .glade:
5435         * plugins/debug-manager/breakpoints.c:
5436         (breakpoint_item_update_in_ui),
5437         (breakpoints_dbase_edit_breakpoint),
5438         (on_toggle_breakpoint_activate):
5439         * plugins/debug-manager/plugin.c:
5440         (on_run_to_cursor_action_activate):
5441         * plugins/document-manager/action-callbacks.c:
5442         (on_editor_command_cut_activate),
5443         (on_editor_command_copy_activate),
5444         (on_editor_command_paste_activate),
5445         (on_editor_command_clear_activate):
5446         * plugins/document-manager/anjuta-docman.c:
5447         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5448         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5449         (anjuta_docman_goto_file_line_mark),
5450         (anjuta_docman_find_editor_with_path),
5451         (anjuta_docman_get_all_editors):
5452         * plugins/document-manager/anjuta-docman.h:
5453         * plugins/document-manager/plugin.c:
5454         (update_editor_ui_interface_items), (on_editor_update_ui),
5455         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5456         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5457         (ianjuta_document_manager_iface_init), (isaveable_save),
5458         (isavable_is_dirty):
5459         * plugins/editor/editor.glade:
5460         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5461         (idocument_paste), (idocument_clear), (idocument_iface_init),
5462         (iselection_iface_init):
5463         * plugins/glade/Makefile.am:
5464         * plugins/glade/anjuta-glade-notebook.c:
5465         (anjuta_glade_notebook_instance_init),
5466         (anjuta_glade_notebook_set_property),
5467         (anjuta_glade_notebook_get_property),
5468         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5469         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5470         (ifile_savable_save), (ifile_savable_save_as),
5471         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5472         (ifile_savable_iface_init), (idocument_can_redo),
5473         (idocument_can_undo), (idocument_begin_undo_action),
5474         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5475         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5476         (idocument_copy), (idocument_paste), (idocument_clear),
5477         (idocument_iface_init):
5478         * plugins/language-support-cpp-java/plugin.c:
5479         (on_value_added_current_editor), (on_value_removed_current_editor):
5480         * plugins/macro/macro-util.c: (get_current_editor):
5481         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5482         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5483         (on_next_occur), (on_incremental_entry_key_press),
5484         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5485         (on_toolbar_find_incremental_start),
5486         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5487         * plugins/search/search-replace.c: (search_start_over),
5488         (search_update_combos), (replace_update_combos),
5489         (anjuta_search_replace_activate):
5490         * plugins/search/search-replace_backend.c: (create_search_entries):
5491         * plugins/sourceview/sourceview.c: (idocument_cut),
5492         (idocument_copy), (idocument_paste), (idocument_clear),
5493         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5494         * plugins/tools/editor.c: (on_editor_response):
5495         * plugins/tools/execute.c: (get_current_editor),
5496         (atp_output_context_initialize), (atp_user_tool_execute):
5497         * plugins/tools/variable.c: (get_current_editor),
5498         (atp_variable_get_editor_variable):
5499         
5500         Some more IAnjutaEditor => IAnjutaDocument fixing!
5501         
5502         * plugins/glade/anjuta-glade-notebook.h:
5503         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5504         (glade_update_ui):
5505         * plugins/glade/plugin.h:
5506         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5507         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5508         be used for glade, too. It might still have some rough edges but already works.
5509         (Fixes #415547 – Glade usability problem)
5511 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5513         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5514           development release (I updated version of glade3 svn to 3.3.2).
5516 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5518         * plugins/symbol-browser/an_symbol_view.c:
5519         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5521 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5523         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5524         (on_system_tags_update_finished), (on_update_global_clicked),
5525         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5526         (symbol_browser_prefs_init),
5527         (symbol_browser_prefs_create_global_tags),
5528         (symbol_browser_load_global_tags):
5529         * plugins/symbol-browser/an_symbol_prefs.h:
5530         * plugins/symbol-browser/an_symbol_view.c:
5531         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5532         * plugins/symbol-browser/an_symbol_view.h:
5533         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5534         on global tags update because of delayed prefs merging. Happens when
5535         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5536         is opened.
5538 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5540         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5541         after install/uninstall.
5543         Patch from James Liggett:
5544         * scripts/glade2schemas.pl: Fixed creating schemas for list
5545         values.
5547 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5549         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5550           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5551           development release since glade svn version is also 3.3.1. In future, the
5552           solution would be for us to always increment the micro version when
5553           changing the API.
5555 2007-07-05  Johannes Schmid <jhs@gnome.org>
5557         * libanjuta/interfaces/libanjuta.idl:
5558         * plugins/build-basic-autotools/build-basic-autotools.c:
5559         (on_build_mesg_format):
5560         * plugins/debug-manager/breakpoints.c:
5561         (breakpoint_item_update_in_ui),
5562         (breakpoints_dbase_edit_breakpoint),
5563         (on_toggle_breakpoint_activate):
5564         * plugins/debug-manager/plugin.c:
5565         (on_run_to_cursor_action_activate):
5566         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5567         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5568         (get_current_editor), (on_save_activate), (on_save_as_activate),
5569         (on_save_prompt_save_editor), (on_close_file_activate),
5570         (on_close_all_file_activate), (on_reload_file_activate),
5571         (anjuta_print_cb), (anjuta_print_preview_cb),
5572         (on_editor_command_upper_case_activate),
5573         (on_editor_command_lower_case_activate),
5574         (on_editor_command_undo_activate),
5575         (on_editor_command_redo_activate),
5576         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5577         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5578         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5579         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5580         (on_zoom_out_text_activate), (on_force_hilite_activate),
5581         (on_indent1_activate), (on_swap_activate),
5582         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5583         * plugins/document-manager/anjuta-docman.c:
5584         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5585         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5586         (anjuta_docman_dispose), (on_notebook_switch_page),
5587         (anjuta_docman_page_from_widget), (on_editor_destroy),
5588         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5589         (anjuta_docman_get_current_document),
5590         (anjuta_docman_set_current_document),
5591         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5592         (anjuta_docman_update_page_label),
5593         (anjuta_docman_get_document_from_path),
5594         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5595         (anjuta_docman_order_tabs):
5596         * plugins/document-manager/anjuta-docman.h:
5597         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5598         (update_editor_ui_interface_items), (update_editor_ui),
5599         (on_editor_update_save_ui), (on_editor_update_ui),
5600         (on_editor_changed), (on_save_prompt_save_editor),
5601         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5602         (ianjuta_docman_get_current_document),
5603         (ianjuta_docman_set_current_document),
5604         (ianjuta_docman_remove_buffer),
5605         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5606         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5607         (idocument_get_filename), (idocument_can_undo),
5608         (idocument_can_redo), (idocument_undo),
5609         (idocument_begin_undo_action), (idocument_end_undo_action),
5610         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5611         * plugins/language-support-cpp-java/plugin.c:
5612         (on_editor_char_inserted_cpp), (on_auto_indent):
5613         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5614         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5615         * plugins/sample1/plugin.c: (on_sample_action_activate):
5616         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5617         (on_next_occur), (on_incremental_entry_key_press),
5618         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5619         (on_toolbar_find_incremental_start),
5620         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5621         * plugins/search/search-replace.c: (search_and_replace),
5622         (write_message_pane), (search_start_over), (search_update_combos),
5623         (replace_update_combos), (anjuta_search_replace_activate):
5624         * plugins/search/search-replace_backend.c:
5625         (file_buffer_new_from_path), (create_search_entries):
5626         * plugins/sourceview/sourceview-print.c: (create_print_job):
5627         * plugins/sourceview/sourceview.c:
5628         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5629         (idocument_can_redo), (idocument_can_undo),
5630         (idocument_begin_undo_action), (idocument_end_undo_action),
5631         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5632         (idocument_get_filename), (idocument_iface_init):
5633         * plugins/tools/editor.c: (on_editor_response):
5634         * plugins/tools/execute.c: (atp_output_context_initialize),
5635         (atp_user_tool_execute):
5636         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5637         
5638         Create IAnjutaDocument interface. This interface is a more general idea
5639         of documents being anything that can be modified, has undo/redo and
5640         may have operations like copy/paste.
5641         The primary goal is to integrate better by making it use the standard file
5642         and edit menu instead of it's own glade menu. Of course the downside is that
5643         you won't be able to view a source file and the designer at the same time. Anyway
5644         so many people have complained that they "can't save a glade file" that I think
5645         this is the much better solution.
5646         Work on the glade plugin is still to come but the most difficult things should be
5647         done now.
5649 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5651         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5652           version 3.0.3.
5654 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5656         * libanjuta/anjuta-plugin-manager.c:
5657         (anjuta_plugin_manager_get_plugins_page),
5658         (anjuta_plugin_manager_get_remembered_plugins_page):
5659         * libanjuta/anjuta-plugin-manager.h:
5660         * src/anjuta-app.c: (anjuta_app_install_preferences):
5661         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5662         and remembered plugins preferences pages in separate pages (avoid
5663         crowd).
5665 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5667         Patch from James Liggett  <jrliggett@cox.net>:
5668         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5669         Installed editor preferences schemas. Fixes bug #453463.
5671 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5673         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5674         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5676 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5678         * plugins/document-manager/anjuta-document-manager.ui:
5679         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5680         * src/action-callbacks.c:
5681         * src/action-callbacks.h:
5682         * src/anjuta-actions.h:
5683         * src/anjuta-app.c: (anjuta_app_instance_init),
5684         (anjuta_app_install_preferences):
5685         * src/anjuta.glade:
5686         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5687         General preferences page. Move preferences menu from Settings to
5688         Edit submenu. And got rid of Settings submenu.
5690 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5692         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5693         
5694 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5696         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5697         as discussed and agreed with James Liggett.
5699         Patch from James Liggett  <jrliggett@cox.net>:
5701         * configure.in:
5702         * libanjuta/anjuta-plugin-manager.c:
5703         (on_activated_plugin_objects_foreach),
5704         (anjuta_plugin_manager_get_active_plugin_objects):
5705         * libanjuta/anjuta-plugin-manager.h:
5706         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5707         (anjuta_plugin_deactivate):
5708         * libanjuta/anjuta-preferences-dialog.c:
5709         (anjuta_preferences_dialog_finalize),
5710         (anjuta_preferences_dialog_class_init), (add_category_columns),
5711         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5712         (anjuta_preferences_dialog_remove_page):
5713         * libanjuta/anjuta-preferences.c: (property_destroy),
5714         (unregister_preferences_key), (register_callbacks),
5715         (preferences_foreach_callback), (connect_prop_to_object),
5716         (anjuta_preferences_register_property_raw),
5717         (anjuta_preferences_register_property_custom),
5718         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5719         (anjuta_preferences_remove_page),
5720         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5721         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5722         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5723         (anjuta_preferences_class_init), (anjuta_preferences_new):
5724         * libanjuta/anjuta-preferences.h:
5725         * plugins/build-basic-autotools/Makefile.am:
5726         * plugins/build-basic-autotools/build-basic-autotools.c:
5727         (ipreferences_unmerge):
5728         * plugins/cvs-plugin/Makefile.am:
5729         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5730         * plugins/document-manager/Makefile.am:
5731         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5732         * plugins/editor/plugin.c: (ipreferences_unmerge):
5733         * plugins/file-manager/Makefile.am:
5734         * plugins/file-manager/plugin.c: (activate_plugin),
5735         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5736         * plugins/gtodo/plugin.c: (ipreferences_merge),
5737         (ipreferences_unmerge):
5738         * plugins/language-support-cpp-java/Makefile.am:
5739         * plugins/language-support-cpp-java/plugin.c:
5740         (ipreferences_unmerge):
5741         * plugins/message-view/Makefile.am:
5742         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5743         * plugins/sourceview/Makefile.am:
5744         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5745         * plugins/symbol-browser/Makefile.am:
5746         * plugins/symbol-browser/an_symbol_prefs.c:
5747         (symbol_browser_prefs_finalize):
5748         * plugins/terminal/Makefile.am:
5749         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5750         * plugins/valgrind/plugin.c: (ipreferences_merge),
5751         (ipreferences_unmerge):
5752         * scripts/Makefile.am:
5753         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5754         * src/Makefile.am:
5755         * src/action-callbacks.c: (on_set_preferences1_activate):
5756         * src/anjuta-app.c: (anjuta_app_instance_init),
5757         (anjuta_app_install_preferences):
5758         * src/anjuta-app.h:
5759         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5760         task: Bug #445314: On demand preferences widgets creation. Thanks
5761         James for this great work.
5763 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5765         * plugins/debug-manager/data_buffer.c,
5766         plugins/message-view/message-view.c: Fixed compiler warnings.
5768 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5770         * src/action-callbacks.c: (help_activate),
5771         (on_help_manual_activate), (on_help_tutorial_activate),
5772         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5774         Fixed help activation (bug #451557).
5776 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5778         * AUTHORS: Added James Liggett. Forgot to add him before :(
5780 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5782         * plugins/debug-manager/debugger.c,
5783         plugins/debug-manager/plugin.c,
5784         plugins/gdb/debugger.c,
5785         libanjuta/interfaces/libanjuta.idl:
5786         Add a GError* parameter to debugger-stopped signal
5788         * (added) libanjuta/anjuta-error.c,
5789         (added) libanjuta/anjuta-error.h,
5790         libanjuta/Makefile.am:
5791         Register GError as a boxed type
5793         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5794         Support GError* in signal, GError must be registered as a boxed type
5795         Accept NULL as strings
5797 === anjuta 2.2.0 ===
5799 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5801         * configure.in: Bumped version to 2.2.0
5802         * NEWS: Updated for 2.2.0 stable release.
5803         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5804         Reduce the idle priority to make the UI update before anything else.
5806 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5808         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5810         * libanjuta/interfaces/libanjuta.idl:
5811         * plugins/document-manager/action-callbacks.c:
5812         (on_editor_command_complete_word_activate):
5813         * plugins/document-manager/plugin.c:
5814         (update_editor_ui_interface_items):
5815         * plugins/editor/text_editor.c: (iautocomplete_activate),
5816         (iautocomplete_iface_init):
5817         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5819         Moved autocomplete() method away from IAnjutaEditorAssist into
5820         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5821         autocomplete and does not crash with sourceview. Fixes Bug #449620
5822         – The auto completion functionality not work. Also sets menuitem 
5823         insensitive when hiding them.
5825         * plugins/debug-manager/disassemble.c:
5826         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5827         printf types.
5829 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5831         * pixmaps/anjuta_splash.png: Updated.
5832         
5833         * plugins/search/search-replace.c
5834         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5835         the right target (project).
5836         * ChangeLog: Added missing log.
5838 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5840         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5841         manuals/anjuta-manual/C/fileoperations.xml,
5842         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5844         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5846         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5848 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5850         * TODO.tasks: Added bounty for on-demand preferences.
5852         Patch from Thierry Moisan:
5853         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5854         (bug #88824).
5856 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5858         Patch from tpgww@onepost.net:
5860         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
5861         * libegg/test-actions.c:
5862         * libegg/test-multi-drag.c: (main):
5863         * plugins/debug-manager/memory.c: (read_memory_block):
5864         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
5866         Fixes compile warnings. Fixes bug #427101.
5868 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5870         Patch from James Liggett:
5872         * plugins/profiler/gprof-options.c: (on_option_changed),
5873         (setup_widgets):
5874         * plugins/profiler/gprof-options.h:
5875         * plugins/profiler/gprof-profile-data.c:
5876         (gprof_profile_data_init_profile):
5877         * plugins/profiler/gprof-profile-data.h:
5878         * plugins/profiler/plugin.c: (profiler_get_data),
5879         (profiler_set_target), (register_options),
5880         (on_profile_data_browse_button_clicked),
5881         (on_profiling_options_button_clicked), (on_profiler_delete_data):
5882         * plugins/profiler/profiler.glade: implements independent targets.
5883         implements the ability to select arbitrary gmon.out files.
5884         Fixes bug #403502 – User should also be allowed to select an
5885         independent executable target.
5887 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5889         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
5891         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
5892         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
5894 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
5896         * plugins/debug-manager/plugin.c,
5897         plugins/debug-manager/breakpoints.c:
5898         Remove weak pointers when owner is destroyed
5899         Remove all breakpoints before loading new one
5901 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
5903         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
5904          
5905 2007-06-19  Naba Kumar  <naba@gnome.org>
5907         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
5908         Bug #448491 Empty Lines Problem.
5910         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
5911         
5912         * data/default.profile, plugins/message-view/plugin.c: Do not
5913         restore session for messages.
5914         Fixes bug #377461 – don't create new message window for each
5915         build/find.
5917         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
5918         Fixes a crash on exit/project-close if profiler plugin is loaded.
5920 2007-06-17  Naba Kumar  <naba@gnome.org>
5922         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
5923         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
5925         * plugins/file-loader/plugin.c: Fail on opening non existent files.
5926         Bug #448034 – Anjuta crashes on starting (when the last project
5927         directory was deleted).
5929         * plugins/document-manager/plugin.c: Set line markers for files
5930         opened via IAnjutaFile::open(). Fixes missing line markers while
5931         navigating symbols.
5933 2007-06-17  Naba Kumar  <naba@gnome.org>
5935         * plugins/sourceview/sourceview.glade: Set correct font
5936         default value and use monospace instead of sans. Fixes
5937         bug #448408 – crash in Anjuta IDE: Trying to change the
5938         editor
5940 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5942         * plugins/search/search-replace.c,
5943         plugins/search/search-replace.h,
5944         plugins/search/anjuta-search.glade:
5945         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
5946         Fixes bug #355166
5948 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5950         * plugins/debug-manager/plugin.c,
5951         plugins/debug-manager/breakpoints.c:
5952         Add weak references, fixes bug #448053 ?
5954 2007-06-16  Naba Kumar  <naba@gnome.org>
5956         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
5957         dialog to allow forgetting them if user chooses to select a different
5958         one.
5960 2007-06-13  Naba Kumar  <naba@gnome.org>
5962         * plugins/sourceview/sourceview-prefs.c: Initialize font
5963         on startup correctly if use_theme is set.
5965         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
5966         if available for default font. Fixes bug #447304.
5968         * plugins/sourceview/sourceview-prefs.c: Return value based
5969         on right data type. Fixes Bug #438878 – Using gtksourceview editor
5970         for the first time has black background
5971         
5972         * plugins/project-manager/plugin.c: Give a better error message
5973         when project could not be loaded.
5975         * libanjuta/anjuta-serializer.c: Added a comment.
5977 2007-06-13  Johannes Schmid <jhs@gnome.org>
5979         * configure.in:
5980         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
5981         most warnings to avoid simple coding problems.
5982         
5983         * plugins/message-view/anjuta-msgman.c:
5984         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
5985         * plugins/message-view/plugin.c: (on_view_changed),
5986         (ianjuta_msgman_add_view):
5987         
5988         Fixed #440866 by always presenting the message-manager when a tab is
5989         added because Gtk+ seems to have problems to add tabs to hidden widgets.
5990         
5991         * plugins/subversion/subversion-callbacks.c:
5992         (on_subversion_commit_response):
5993         Destroy dialog if user clicks "No"
5995 2007-06-12  Naba Kumar  <naba@gnome.org>
5997         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
5998         read and use of uninitialized variable.
6000         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6001         because it is used in credits listing and packaging could compress
6002         it in docdir. Fixes bug #397881: The credits are empty
6004         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6005         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6006         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6007         plugins/symbol-browser/an_symbol_info.c,
6008         plugins/symbol-browser/plugin.c,
6009         plugins/symbol-browser/an_symbol_view.c,
6010         plugins/editor/aneditor-autocomplete.cxx:
6012         - Do not access TMTag
6013         member in TMSymbol when freeing it because by then the tags
6014         could have changed. Avoids dangerous memory corruptions by freeing
6015         someone else's memory (Could explain those random crashes when
6016         refreshing symbols or re-loading a different project or closing
6017         a project). Anything that tries to refresh symbols could trigger
6018         this corruptions.
6019         - Added a flag to also retrieve method definitions as part of
6020         the class's scope members. And used it to set both function prototype
6021         and definition in symbols. Fixes navigation to prototype and
6022         function definitions from symbol browser (bug #440370)
6024         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6025         memory. Could fix those bogus 'file changed' dialogs.
6027         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6029 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6031         * (added) libanjuta/anjuta-utils-priv.h,
6032         libanjuta/anjuta-utils.h,
6033         libanjuta/anjuta-launcher.c,
6034         libanjuta/Makefile.am:
6035         Fix bug #440801: do not use config.h in public include files
6037 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6039         * plugins/project-wizard/templates/mkfile.wiz:
6040         Fix bug #442038: missing project.sh file
6042         * configure.in,
6043         plugins/project-wizard/templates/Makefile.am,
6044         plugins/project-wizard/templates/translatable-strings.h,
6045         (added) plugins/project-wizard/templates/sdl.wiz,
6046         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6047         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6048         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6049         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6050         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6051         (added) plugins/project-wizard/templates/sdl/src/main.c,
6052         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6053         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6054         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6055         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6056         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6057         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6058         Fix bug #315635: add a SDL project wizard
6060 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6062         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6063         when SIGCHLD is triggered when main loop context is locked. Dead lock
6064         happens when child_exited callback also accesses main loop context.
6065         Happens particularly badly in debug target exiting.
6067 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6069         * manuals/anjuta-manual/C/debugger.xml:
6070         First update of the debugger documentation
6072 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6074         * manuals/anjuta-manual/C/fileoperations.xml,
6075         manuals/anjuta-manual/C/projects.xml,
6076         manuals/anjuta-manual/C/anjuta-manual.xml,
6077         manuals/anjuta-manual/C/build.xml,
6078         manuals/anjuta-manual/C/execute.xml,
6079         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6080         Added project properties documentation. Moved execution section
6081         inside project management. Removed dead documentation.
6083 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6085         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6086         plugins/symbol-browser/plugin.h,
6087         plugins/symbol-browser/an_symbol_prefs.c,
6088         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6089         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6090         progress bar instead of separate window for system tags
6091         generation. Renamed AnjutaStatus methods to a proper ones.
6093         * plugins/symbol-browser/plugin.c,
6094         plugins/symbol-browser/plugin.h,
6095         plugins/symbol-browser/an_symbol_prefs.c,
6096         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6097         global-tags/create_global_tags.sh.in: Get rid of message window
6098         for showing global tags creation and use a small window with
6099         progress bar.
6101 2007-05-30  Naba Kumar  <naba@gnome.org>
6103         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6104         Bug 442315 – After calling configure, the build menus are still insensitive,
6105         Bug 442314 – Autogeneration fails when there is no autogen.sh
6107         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6108         fails to remove target/source/group. Fixes bug #440196 – crash in
6109         Anjuta IDE: removing a target
6111 2007-05-29  Naba Kumar  <naba@gnome.org>
6113         * plugins/symbol-browser/an_symbol_view.c,
6114         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6115         tags generation. Fixed runtime warning.
6117 2007-05-28  Naba Kumar  <naba@gnome.org>
6119         Patch from James Liggett  <jrliggett@cox.net>:
6120         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6121         Fixed bug #403502 – User should also be allowed to select an
6122         independent executable target.
6124 2007-05-27  Johannes Schmid <jhs@gnome.org>
6126         * plugins/build-basic-autotools/build-basic-autotools.c:
6127         (get_real_directory), (on_build_mesg_format):
6128         
6129         Find correct files for error messages inside scratchbox
6131 2007-05-27  Naba Kumar  <naba@gnome.org>
6133         * manuals/anjuta-manual/C/projects.xml,
6134         manuals/anjuta-manual/C/projects.xml: Updated project
6135         management chapter more.
6137 2007-05-25  Johannes Schmid <jhs@gnome.org>
6139         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6140         * plugins/build-basic-autotools/build-basic-autotools.c:
6141         (on_sb_check_toggled), (build_execute_command),
6142         (ipreferences_merge), (ipreferences_unmerge):
6143         Added support for building inside scratchbox environment
6144         
6145         Patch from James Liggett <jrliggett@cox.net>:
6146         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6147         (anjuta_msgman_append_view):
6149         Fix 440866 
6150           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6152 2007-05-23  Naba Kumar  <naba@gnome.org>
6154         * manuals/anjuta-manual/C/projects.xml: Updated project
6155         management chapter.
6157 2007-05-22  Naba Kumar  <naba@gnome.org>
6159         * manuals/anjuta-manual/C/projects.xml: More updates.
6161         * manuals/anjuta-manual/C/introduction.xml,
6162         manuals/anjuta-manual/C/projects.xml,
6163         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6165 2007-05-22  Naba Kumar  <naba@gnome.org>
6167         Patch from Étienne Bersac:
6168         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6169         class in generated class.
6171 2007-05-22  Naba Kumar  <naba@gnome.org>
6173         * plugins/profiler/plugin.c: Fixed a compiler warning.
6174         * plugins/valgrind/Makefile.am: Added ldflags.
6176         Patch from James Liggett:
6177         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6178         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6179         specific options.
6181 2007-05-18  Johannes Schmid <jhs@gnome.org>
6183         * plugins/editor/text_editor.c:
6184         * plugins/language-support-cpp-java/plugin.c:
6185         (on_editor_language_changed), (on_value_added_current_editor),
6186         (on_value_removed_current_editor):
6187         
6188         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6189         Fix assist support in language-support-plugin.
6191 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6193         * libanjuta/interfaces/libanjuta.idl:
6194         Add a new interface allowing to implement plugin able
6195         to load other plugins (not written in C)
6197         * libanjuta/anjuta-plugin-handle.c,
6198         libanjuta/anjuta-plugin-handle.h:
6199         Add a language and a resident plugin properties
6201         * libanjuta/anjuta-glue-plugin.c,
6202         libanjuta/anjuta-glue-plugin.h,
6203         (added)libanjuta/anjuta-glue-c.c,
6204         (added)libanjuta/anjuta-glue-c.h,
6205         libanjuta/Makefile.am:
6206         Split code used to load a C plugin into a common part
6207         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6209         * libanjuta/anjuta-glue-factory.c,
6210         libanjuta/anjuta-glue-factory.h,
6211         libanjuta/anjuta-plugin-manager.c:
6212         Allow to load plugin not written in C and search for the
6213         additional needed code in another plugin
6215 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6217         * plugins/editor/text_editor.c:
6218         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6219         avoiding a crash if scintilla is used
6221 2007-05-14  Johannes Schmid <jhs@gnome.org>
6223         * libanjuta/interfaces/libanjuta.idl:
6224         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6225         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6226         (on_assist_chosen), (on_assist_update), (get_context),
6227         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6228         (install_assist), (uninstall_assist), (install_support),
6229         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6230         (cpp_java_plugin_instance_init):
6231         * plugins/language-support-cpp-java/plugin.h:
6232         Use IAnjutaEditorAssist to show language specific suggestions
6233         
6234         * plugins/sourceview/Makefile.am:
6235         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6236         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6237         * plugins/sourceview/anjuta-view.h:
6238         * plugins/sourceview/assist-window.c: (assist_window_expose),
6239         (assist_window_set_property), (assist_window_get_property),
6240         (assist_window_class_init), (assist_activated),
6241         (assist_window_init), (assist_window_finalize),
6242         (assist_window_select), (assist_window_first),
6243         (assist_window_last), (assist_window_up), (assist_window_down),
6244         (get_coordinates), (assist_window_move), (assist_window_update),
6245         (assist_window_filter_keypress), (assist_window_is_active),
6246         (assist_window_new), (assist_window_get_trigger),
6247         (assist_window_get_position):
6248         * plugins/sourceview/assist-window.h:
6249         * plugins/sourceview/sourceview-args.c (removed):
6250         * plugins/sourceview/sourceview-args.h (removed):
6251         * plugins/sourceview/sourceview-autocomplete.c (removed):
6252         * plugins/sourceview/sourceview-autocomplete.h (removed):
6253         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6254         * plugins/sourceview/sourceview-private.h:
6255         * plugins/sourceview/sourceview-scope.c(removed):
6256         * plugins/sourceview/sourceview-scope.h(removed):
6257         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6258         (on_assist_cancel), (on_document_char_added),
6259         (on_reload_dialog_response), (sourceview_class_init),
6260         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6261         (iassist_remove_trigger), (iassist_autocomplete),
6262         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6263         (iassist_react), (iassist_iface_init):
6264         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6265         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6266         
6267         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6268         - Mark files dirty if reload dialog is canceled.
6270 2007-05-12  Naba Kumar  <naba@gnome.org>
6272         * libanjuta/anjuta-launcher.h: Corrected include file.
6274 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6276         * libanjuta/anjuta-glue-plugin.c,
6277         libanjuta/anjuta-glue-plugin.h,
6278         libanjuta/anjuta-glue-factory.c,
6279         libanjuta/anjuta-glue-factory.h,
6280         ibanjuta/anjuta-plugin-manager.c:
6281         Move code used to load a C plugin from glue-factory to glue-plugin
6282         So loading a plugin written in another language could be done by
6283         just using another object derived from AnjutaGluePlugin
6285         * libanjuta/libanjuta.h:
6286         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6287         includes
6289 === anjuta 2.1.3 ===
6291 2007-05-11  Naba Kumar  <naba@gnome.org>
6293         * configure.in: Bumped version to 2.1.3
6294         * NEWS: Updated.
6295         * AUTHORS: Updated.
6296         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6298 2007-05-11  Naba Kumar  <naba@gnome.org>
6300         * configure.in:
6301         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6302         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6303         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6305 2007-05-10  Johannes Schmid <jhs@gnome.org>
6307         * plugins/search/plugin.c:
6308         Make incremental search behave less annoying
6309         
6310 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6312         * plugins/macro/macro-util.c:
6313         Fix bug #419008 and bug #419036
6314         When creating new header file, use name and email set in
6315         preferences and replace invalid C character by underscore
6316         in guards
6318 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6320         * plugins/search/search-replace.c,
6321         plugins/search/search-replace_backend.c:
6322         Disable search button if search expression is empty (bug #378193)
6324 2007-05-08  Naba Kumar  <naba@gnome.org>
6326         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6327         build error.
6329 2007-05-07  Naba Kumar  <naba@gnome.org>
6331         * configure.in:
6332         * plugins/project-wizard/templates/Makefile.am:
6333         * plugins/project-wizard/templates/minimal.wiz:
6334         * plugins/project-wizard/templates/minimal/.cvsignore:
6335         * plugins/project-wizard/templates/minimal/Makefile.am:
6336         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6337         * plugins/project-wizard/templates/minimal/autogen.sh:
6338         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6339         * plugins/project-wizard/templates/minimal/project.anjuta:
6340         Added 'minimal', a generic and flat, project template.
6341         
6342 2007-05-05  Naba Kumar  <naba@gnome.org>
6344         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6346         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6347         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6348         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6349         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6350         instead of a real one, fixes interdependency with libanjuta.
6351         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6352         * libanjuta/Makefile.am: 
6353         * libegg/Makefile.am:
6354         * plugins/build-basic-autotools/Makefile.am:
6355         * plugins/class-gen/Makefile.am:
6356         * plugins/class-inheritance/Makefile.am:
6357         * plugins/cvs-plugin/Makefile.am:
6358         * plugins/debug-manager/Makefile.am:
6359         * plugins/devhelp/Makefile.am:
6360         * plugins/document-manager/Makefile.am:
6361         * plugins/editor/Makefile.am:
6362         * plugins/file-loader/Makefile.am:
6363         * plugins/file-manager/Makefile.am:
6364         * plugins/file-wizard/Makefile.am:
6365         * plugins/gdb/Makefile.am:
6366         * plugins/glade/Makefile.am:
6367         * plugins/gtodo/Makefile.am:
6368         * plugins/language-support-cpp-java/Makefile.am:
6369         * plugins/macro/Makefile.am:
6370         * plugins/message-view/Makefile.am:
6371         * plugins/patch/Makefile.am:
6372         * plugins/profiler/Makefile.am:
6373         * plugins/project-import/Makefile.am:
6374         * plugins/project-manager/Makefile.am:
6375         * plugins/project-wizard/Makefile.am:
6376         * plugins/sample1/Makefile.am:
6377         * plugins/search/Makefile.am:
6378         * plugins/sourceview/Makefile.am:
6379         * plugins/subversion/Makefile.am:
6380         * plugins/symbol-browser/Makefile.am:
6381         * plugins/terminal/Makefile.am:
6382         * plugins/tools/Makefile.am:
6383         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6385 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6387         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6389 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6391         * libanjuta/anjuta-launcher.c,
6392         libanjuta/anjuta-launcher.h:
6393         Add some missing implementation
6395 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6397         Reviewed by Naba Kumar  <naba@gnome.org>:
6398         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6399         for uninstall-hook.
6401 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6403         Reviewed by Naba Kumar  <naba@gnome.org>:
6404         * plugins/editor/text_editor.c: Large memory addresses were being
6405         truncated, switched to glong (bug #422143).
6407 2007-04-24  Naba Kumar  <naba@gnome.org>
6409         * plugins/document-manager/plugin.c: (prefs_finalize):
6410         * plugins/editor/aneditor-autocomplete.cxx:
6411         * plugins/editor/text_editor_menu.c:
6412         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6413         * plugins/file-loader/plugin.c: (open_file_with),
6414         (create_open_with_submenu):
6415         * plugins/file-manager/plugin.c: (prefs_finalize):
6416         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6417         pointer type castings.
6419 2007-04-24  Naba Kumar  <naba@gnome.org>
6421         Patch from s|s  <supreet.sethi@gmail.com>:
6422         * (added) plugins/project-wizard/templates/django-logo.png:
6423         * (added) plugins/project-wizard/templates/django.wiz:
6424         * plugins/project-wizard/templates/Makefile.am:
6425         * plugins/project-wizard/templates/translatable-strings.h: Added
6426         django project template. http://www.djangoproject.com/
6428 2007-04-24  Naba Kumar  <naba@gnome.org>
6430         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6431         the log entry widget and made the dialog little larger.
6433 2007-04-24  Naba Kumar  <naba@gnome.org>
6435         Patch from Halton Huo:
6436         * configure.in:
6437         * plugins/project-wizard/property.c:
6438         * plugins/subversion/svn-auth.c:
6439         * plugins/subversion/svn-backend-priv.h:
6440         * plugins/subversion/svn-backend.c:
6441         * plugins/subversion/svn-backend.h:
6442         * plugins/subversion/svn-notify.h: Proper use of subversion
6443         headers. Fixes build issues in solaris (bug #426701).
6445 2007-04-24  Naba Kumar  <naba@gnome.org>
6447         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6448         
6449         * plugins/project-wizard/templates/cpp.wiz:
6450         * plugins/project-wizard/templates/gcj.wiz:
6451         * plugins/project-wizard/templates/gnome.wiz:
6452         * plugins/project-wizard/templates/gtk.wiz:
6453         * plugins/project-wizard/templates/gtkmm.wiz:
6454         * plugins/project-wizard/templates/java.wiz:
6455         * plugins/project-wizard/templates/python.wiz:
6456         * plugins/project-wizard/templates/terminal.wiz:
6457         * plugins/project-wizard/templates/wxwin.wiz:
6458         * plugins/project-wizard/templates/xlib-dock.wiz:
6459         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6460         project option and set it ON by default (since gnome-build, can't
6461         enabled configure shared lib support later when a sharedlib target
6462         is added).
6464 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6466         * plugins/debug-manager/stack_trace.c:
6467         Fix a missing case in the previous changes
6469 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6471         * plugins/debug-manager/plugin.c:
6472         Fix bug #430401
6474         * plugins/debug-manager/breakpoints.c,
6475         plugins/gdb/plugin.c:
6476         Fix adding breakpoint on a function
6478         * plugins/debug-manager/stack_trace.c:
6479         Highlight changed stack frame
6481 2007-04-18  Naba Kumar  <naba@gnome.org>
6483         * plugins/document-manager/anjuta-docman.c:
6484         (anjuta_docman_dispose), (on_editor_destroy),
6485         (anjuta_docman_remove_editor): Remove the editor widget from
6486         the parent container before calling destroy, otherwise container
6487         removal happens after TextEditor is disposed resulting in call
6488         to value-remove for a TextEditor which is half-dead (crash).
6490 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6492         * plugins/debug-manager/data_buffer.c
6493         plugins/debug-manager/data_view.c,
6494         plugins/debug-manager/memory.c:
6495         Fixes for bug #418523, bug #427090 and bug #428174
6497 2007-04-11 Halton Huo <halton.huo@sun.com>
6499         reviewed by: <jhs@gnome.org>
6501         * configure.in:
6502         * libanjuta/Makefile.am:
6503         * libanjuta/anjuta-utils.c:
6504         * libanjuta/anjuta-utils.h:
6505         * manuals/reference/libanjuta/Makefile.am:
6506         
6507         Fixed compilation on sun by deploying the libutil methods
6508         in anjuta-utils.h and building them on condition.
6510 2007-04-11  Johannes Schmid <jhs@gnome.org>
6512         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6513         (anjuta_docman_add_editor):
6514         Hold a reference on the editor as long as we use it.
6515         
6516         * plugins/document-manager/plugin.c: (on_editor_changed):
6517         Destroy GValue to fix a memoery leak.
6519 2007-04-11  Johannes Schmid <jhs@gnome.org>
6521         * plugins/document-manager/plugin.c: (on_editor_changed):
6522         Fixed reference counting for editor by using g_value_take_object instead
6523         of g_value_set_object. The editors are now correctly finalized and thus
6524         we do not lack so much memory anymore.
6525         
6526         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6527         (anjuta_view_finalize), (anjuta_view_focus_out),
6528         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6529         * plugins/sourceview/anjuta-view.h:
6530         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6531         * plugins/sourceview/sourceview-prefs.c:
6532         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6533         * plugins/sourceview/sourceview-prefs.h:
6534         * plugins/sourceview/sourceview-private.h:
6535         * plugins/sourceview/sourceview.c: (on_document_loaded),
6536         (timeout_unref), (on_document_saved), (sourceview_finalize),
6537         (sourceview_new), (ifile_open), (ifile_savable_save),
6538         (ifile_savable_save_as):
6540         Several changes to fix things when the editor is correctly destroyed.
6541         Fixed preferences (which led me to the refcounting issue, #409412)
6542         and removed deprecated completition code that will be replace by
6543         IAnjutaAssist interface soon. 
6545 2007-04-11  Johannes Schmid <jhs@gnome.org>
6547         * libanjuta/anjuta-launcher.c:
6548         (anjuta_launcher_execution_done_cleanup),
6549         (anjuta_launcher_child_terminated):
6550         Possible fix for #428363 and added a g_return_if_fail
6552         * plugins/message-view/plugin.c: (activate_plugin):
6553         Fixed a Gtk/Gdl-Critical
6554         
6555         Patches from Étienne Bersac <bersace03@laposte.net>
6556         * plugins/class-gen/templates/go-source.tpl:
6557         * plugins/macro/macros.xml:
6558         Use better template for GObjects (#417875 and #417918)
6559         
6560         Patches from Halton Huo <halton.huo@sun.com>
6561         * libanjuta/anjuta-launcher.h:
6562         * libanjuta/anjuta-preferences.c:
6563         * libanjuta/anjuta-utils.c:
6564         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6565         (cg_window_set_add_to_repository):
6566         * plugins/class-inheritance/class-inherit.c:
6567         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6569 2007-04-09  Johannes Schmid <jhs@gnome.org>
6571         * plugins/editor/print.c: (anjuta_print_show_header):
6572         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6573         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6575   Some string changes (#427395 and #427399)
6577 2007-04-06  Johannes Schmid <jhs@gnome.org>
6579         * plugins/build-basic-autotools/build-basic-autotools.c:
6580         (on_build_mesg_format), (on_build_mesg_parse):
6581         Fixed full path detection
6583 2007-04-05  Naba Kumar  <naba@gnome.org>
6585         Patch from Halton Huo:
6586         * libanjuta/Makefile.am:
6587         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6588         * libanjuta/anjuta-glue-cpp.h:
6589         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6590         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6591         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6592         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6593         (load_plugin), (anjuta_glue_factory_get_object_type):
6594         * libanjuta/anjuta-glue-factory.h:
6595         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6596         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6597         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6598         (anjuta_glue_plugin_new):
6599         * libanjuta/anjuta-glue-plugin.h:
6600         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6601         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6602         * libanjuta/anjuta-plugin.h:
6603         * libanjuta/glue-cpp.c:
6604         * libanjuta/glue-cpp.h:
6605         * libanjuta/glue-factory.c:
6606         * libanjuta/glue-factory.h:
6607         * libanjuta/glue-plugin.c:
6608         * libanjuta/glue-plugin.h:
6609         * plugins/build-basic-autotools/build-basic-autotools.h:
6610         * plugins/class-gen/plugin.h:
6611         * plugins/class-inheritance/plugin.h:
6612         * plugins/cvs-plugin/plugin.h:
6613         * plugins/debug-manager/plugin.h:
6614         * plugins/devhelp/plugin.h:
6615         * plugins/document-manager/plugin.h:
6616         * plugins/editor/plugin.h:
6617         * plugins/file-loader/plugin.h:
6618         * plugins/file-manager/plugin.h:
6619         * plugins/file-wizard/plugin.h:
6620         * plugins/gdb/plugin.h:
6621         * plugins/glade/plugin.h:
6622         * plugins/gtodo/plugin.h:
6623         * plugins/language-support-cpp-java/plugin.h:
6624         * plugins/macro/plugin.h:
6625         * plugins/message-view/plugin.h:
6626         * plugins/patch/plugin.h:
6627         * plugins/profiler/plugin.h:
6628         * plugins/project-import/plugin.h:
6629         * plugins/project-manager/plugin.h:
6630         * plugins/project-wizard/plugin.h:
6631         * plugins/sample1/plugin.h:
6632         * plugins/search/plugin.h:
6633         * plugins/sourceview/plugin.h:
6634         * plugins/subversion/plugin.h:
6635         * plugins/symbol-browser/plugin.h:
6636         * plugins/terminal/terminal.c:
6637         * plugins/tools/plugin.h:
6638         * plugins/tools/scripts/tools-2.xml.in:
6639         * plugins/valgrind/plugin.h:
6641         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6643 2007-04-05  Naba Kumar  <naba@gnome.org>
6645         * anjuta.spec.in, configure.in: Removed dead codes.
6646         
6647         Patch from Jos Dehaes:
6648         * configure.in, plugins/project-wizard/templates/Makefile.am,
6649         plugins/project-wizard/templates/mkfile.wiz,
6650         plugins/project-wizard/templates/translatable-strings.h: Enabled
6651         makefile-based project creation and import. Fixes bug #355145
6653 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6655         * plugins/debug-manager/debugger.c,
6656         plugins/debug-manager/plugin.c,
6657         plugins/gdb/anjuta-gdb.plugin.in:
6658         Code cleaning (remove unused code, rename this into self)
6659         Add information about supported format in debugger plugin
6660         Activate debugger plugin according to the target format
6662 2007-04-01  Naba Kumar  <naba@gnome.org>
6664         * plugins/message-view/message-view.c:
6665         (message_view_instance_init): Fixed message icons to appear.
6667 2007-03-31  Johannes Schmid <jhs@gnome.org>
6669         * plugins/message-view/anjuta-msgman.c:
6670         (anjuta_msgman_append_view):
6671         * plugins/message-view/plugin.c: (on_view_changed),
6672         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6673         
6674         Fixed #424845
6676 2007-03-31  Johannes Schmid <jhs@gnome.org>
6678         * plugins/message-view/message-view.c:
6679         (message_view_instance_init), (imessage_view_append):
6680         Show nice icons beside the messages for info, warning and error. This is a completly
6681         cosmetic change so if someone dislikes it he is free to remove it.
6683 2007-03-31  Johannes Schmid <jhs@gnome.org>
6684         
6685         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6686         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6687         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6688         * plugins/message-view/anjuta-msgman.h:
6689         * plugins/message-view/message-view.h:
6690         * plugins/message-view/plugin.c: (on_view_changed),
6691         (activate_plugin):
6692         Fixed #359399 and made next/previous insensitive when not availible
6693         
6694         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6695         (tag_style_to_string):
6696         Fixed namespace Problem with gdk >= 2.11
6697         
6698         * plugins/sourceview/sourceview-autocomplete.c:
6699         (sourceview_autocomplete_init):
6700         Removed structure, follow-up of #423682
6702 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6704         * plugins/debug-manager/debug_tree.c,
6705         plugins/debug-manager/debug_tree.h,
6706         plugins/debug-manager/watch.c,
6707         plugins/debug-manager/anjuta-debug-manager.glade:
6708         Inspect variable at cursor
6709         Fix buttons in inspect dialog
6711 2007-03-27  Halton Huo  <halton.huo@sun.com>
6713         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6715         * plugins/sourceview/sourceview-autocomplete.c
6716         plugins/debug-manager/disassemble.c,
6717         libanjuta/interfaces/libanjuta.idl:
6718         Remove array with 0 size and empty structure as it is not
6719         supported by sun cc, Fixes bug #423682
6721         * plugins/debug-manager/debugger.c:
6722         Remove anonymous union as it is not supported by sun cc,
6723         Fixes bug #423680
6725 === anjuta 2.1.2 ===
6727 2007-03-28  Naba Kumar  <naba@gnome.org>
6729         * configure.in: Bumped version to 2.1.2
6730         * NEWS: Updated for release.
6731         
6732         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6733         Improved breakpoint marker icon.
6734         
6735         * plugins/editor/anjuta-editor.plugin.in,
6736         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6737         non user activable since they are now remembered properly.
6739 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6741         * plugins/tools/editor.c:
6742         Fix bug #423270
6744 2007-03-27  Naba Kumar  <naba@gnome.org>
6746         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6747         word when autocompleting without leaving any trailing part of
6748         the word.
6750 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6752         Reviewed by Naba Kumar  <naba@gnome.org>:
6753         * anjuta.desktop.in.in: Remove "Application" category from desktop
6754         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6755         
6756 2007-03-27  Naba Kumar  <naba@gnome.org>
6757         
6758         * configure.in, plugins/document-manager/anjuta-docman.c:
6759         (anjuta_docman_add_editor): Conditionally compile notebook tab
6760         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6762         Patch from Halton Huo:
6763         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6764         non gcc compiler flags. Fixes bug #423089.
6765         
6766 2007-03-26  Naba Kumar  <naba@gnome.org>
6767         
6768         * AUTHORS, NEWS, TODO.tasks: Updated.
6769         
6770         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6771         close menuitem.
6772         
6773         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6774         (update_editor_symbol_model), (iter_matches),
6775         (on_editor_update_ui), (value_added_current_editor),
6776         (activate_plugin), (dispose),
6777         (symbol_browser_plugin_instance_init):
6778         * plugins/symbol-browser/plugin.h: update line on editor save
6779         and editor change. Code clean up and fixed warnings.
6781 2007-03-26  Naba Kumar  <naba@gnome.org>
6783         * plugins/project-wizard/templates/java/project.anjuta,
6784         plugins/project-wizard/templates/python/project.anjuta,
6785         plugins/project-wizard/templates/python/project.anjuta:
6786         Removed version control plugins from default selection.
6788         * plugins/tools/scripts/prepare-changelog.pl,
6789         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6790         script to a better one (that works on both cvs and svn).
6792 2007-03-26  Naba Kumar  <naba@gnome.org>
6794         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6795         Makefile.am: Added the generated translatable file (required for
6796         translations for svn checkouts).
6798         * (added)
6799         plugins/project-wizard/templates/extract-translatable-strings.pl
6800         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6801         po/POTFILES.in: Generated translatable strings for .wiz files and
6802         added them in POTFILES.in for translation. Fixes bug #398035
6804 2007-03-25  Naba Kumar  <naba@gnome.org>
6806         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6807         
6808         * src/anjuta-app.c: Removed dead codes.
6809         
6810         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6811         global tags generation starts.
6812         
6813         * plugins/debug-manager/chunk_view.c,
6814         plugins/debug-manager/start.h,
6815         plugins/debug-manager/chunk_view.h,
6816         plugins/debug-manager/utilities.c,
6817         plugins/debug-manager/utilities.h,
6818         plugins/debug-manager/debugger.c,
6819         plugins/debug-manager/threads.c,
6820         plugins/debug-manager/disassemble.c,
6821         plugins/debug-manager/info.c,
6822         plugins/debug-manager/sharedlib.c,
6823         plugins/debug-manager/threads.h,
6824         plugins/debug-manager/disassemble.h,
6825         plugins/debug-manager/signals.c,
6826         plugins/debug-manager/info.h,
6827         plugins/debug-manager/sharedlib.h,
6828         plugins/debug-manager/data_buffer.c,
6829         plugins/debug-manager/data_view.c,
6830         plugins/debug-manager/signals.h,
6831         plugins/debug-manager/debug_tree.c,
6832         plugins/debug-manager/watch.c,
6833         plugins/debug-manager/registers.c,
6834         plugins/debug-manager/data_buffer.h,
6835         plugins/debug-manager/data_view.h,
6836         plugins/debug-manager/memory.c,
6837         plugins/debug-manager/debug_tree.h,
6838         plugins/debug-manager/watch.h,
6839         plugins/debug-manager/registers.h,
6840         plugins/debug-manager/memory.h,
6841         plugins/debug-manager/locals.c,
6842         plugins/debug-manager/sexy-icon-entry.c,
6843         plugins/debug-manager/breakpoints.c,
6844         plugins/debug-manager/locals.h,
6845         plugins/debug-manager/sexy-icon-entry.h,
6846         plugins/debug-manager/stack_trace.c,
6847         plugins/debug-manager/breakpoints.h,
6848         plugins/debug-manager/sparse_buffer.c,
6849         plugins/debug-manager/sparse_view.c,
6850         plugins/debug-manager/stack_trace.h,
6851         plugins/debug-manager/sparse_buffer.h,
6852         plugins/debug-manager/sparse_view.h,
6853         plugins/debug-manager/start.c,
6854         plugins/gdb/utilities.c,
6855         plugins/gdb/utilities.h,
6856         plugins/gdb/debugger.c,
6857         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
6858         setup.
6860 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6862         * plugins/gdb/debugger.c:
6863         Avoid empty debugger log window by limiting line to 90 characters
6865 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6867         * plugins/debug-manager/plugin.c,
6868         plugins/debug-manager/plugin.h,
6869         plugins/debug-manager/threads.c,
6870         plugins/debug-manager/threads.h,
6871         plugins/debug-manager/breakpoints.c,
6872         plugins/debug-manager/breakpoints.h,
6873         plugins/debug-manager/stack_trace.c,
6874         plugins/debug-manager/stack_trace.h:
6875         View code action now changes location in disassembly view too
6877         * plugins/debug-manager/anjuta-debug-manager.ui:
6878         Rename breakpoint actions
6880 2007-03-24  Naba Kumar  <naba@gnome.org>
6882         * configure.in, src/anjuta-app.c: Use the new docking algorithm
6883         in gdl 0.7.3 (svn trunk).
6884         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
6885         
6886 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6888         * plugins/debug-manager/threads.c,
6889         plugins/debug-manager/debug_tree.c,
6890         plugins/debug-manager/debug_tree.h,
6891         plugins/debug-manager/locals.c,
6892         plugins/debug-manager/registers.c,
6893         plugins/debug-manager/stack_trace.c:
6894         Allow to change current thread updating register, stack and locals
6895         Allow to change current stack frame updating locals
6897         * plugins/gdb/debugger.c:
6898         Read argument of selected stack frame
6900         * plugins/debug-manager/data_view.c:
6901         Fix an unrelated bug
6903 2007-03-23  Naba Kumar  <naba@gnome.org>
6905         * plugins/document-manager/anjuta-docman.c,
6906         plugins/document-manager/plugin.c: Fixed many memory leaks.
6907         (ianjuta_file_get_uri() returns a new string).
6909         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
6910         widget for save dialogs.
6911         
6912         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
6913         svn and fixed to get function/prototype/member args list. Call tips
6914         also work fine now.
6916 2007-03-22  Naba Kumar  <naba@gnome.org>
6918         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
6919         and calltips would work again for functions from global tags (Needs
6920         regenerating global tags).
6922         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
6923         ctags svn version and reopened bug #395362. Fixes tags parsing that
6924         seemed to have stopped working recently.
6926 2007-03-21  Naba Kumar  <naba@gnome.org>
6928         * tagmanager/tm_source_file.c, tagmanager/options.c,
6929         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
6930         extend .. more needs to be investigated and fixed). Enabled some
6931         debugging.
6933 2007-03-16  Naba Kumar  <naba@gnome.org>
6935         * src/anjuta.c: Fixed project loading from command line.
6937 2007-03-16  Naba Kumar  <naba@gnome.org>
6939         Patch from James Liggett <jrliggett@cox.net>:
6940         plugins/profiler/gprof-profile-data.c: Fixed a crash.
6941         
6942 2007-03-15  Naba Kumar  <naba@gnome.org>
6944         * libanjuta/anjuta-profile-manager.c,
6945         libanjuta/anjuta-profile-manager.h: Added method to get current
6946         profile.
6948         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
6949         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
6950         is exiting.
6952         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
6953         plugins/file-loader/plugin.c: Moved to functions as utility functions.
6954         Also, not load project files in session load in loader plugin.
6955         
6956         * plugins/project-manager/plugin.c, src/anjuta.c:
6957         Emit "exiting" signal in shell when exiting anjuta. project manager
6958         listens to exiting signal and saves session. anjuta.c saves session
6959         only when current projfile is 'user'. Load project saved in session
6960         differently then the rest of the session. This should fix all the
6961         session restoration bugs.
6962         
6963         src/main.c: Present anjuta window when becon message is received.
6965 2007-03-14  Naba Kumar  <naba@gnome.org>
6967         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
6968         not randomly save (it was a wrong looping).
6969         
6970 2007-03-12  Naba Kumar  <naba@gnome.org>
6972         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
6974 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
6976         * plugins/debug-manager/anjuta-debug-manager.ui,
6977         libanjuta/interfaces/libanjuta.idl,
6978         plugins/debug-manager/debugger.c,
6979         (added) plugins/debug-manager/threads.c,
6980         (added) plugins/debug-manager/threads.h,
6981         plugins/debug-manager/plugin.c,
6982         plugins/debug-manager/Makefile.am,
6983         plugins/gdb/plugin.c,
6984         plugins/gdb/debugger.c,
6985         plugins/gdb/debugger.h:
6986         Add a window displaying all threads
6987         Add needed functions
6988         Switching to a different thread is still not done
6990         * plugins/debug-manager/debug_tree.c,
6991         plugins/debug-manager/locals.c,
6992         plugins/debug-manager/stack_trace.c:
6993         Small cosmetic changes
6995         * plugins/gdb/gdbmi.c:
6996         Keep all elements in gdbmi hash
6997         Even if using the same key like in -threads-list-ids
6999 2007-03-11  Naba Kumar  <naba@gnome.org>
7001         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7002         
7003         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7004         
7005         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7006         manuals/reference/libanjuta/libanjuta-sections.txt,
7007         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7008         interfaces.
7010 2007-03-11  Naba Kumar  <naba@gnome.org>
7012         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7013         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7015         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7016         manuals/reference/libanjuta/libanjuta.types,
7017         manuals/reference/libanjuta/libanjuta-sections.txt,
7018         manuals/reference/libanjuta/.cvsignore,
7019         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7020         infrastructure. Got rid of tmpl/ directory and moved all section
7021         documenation to source code (requires gtk-doc >= 1.4).
7022         
7023         * libanjuta/anjuta-plugin-description.c,
7024         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7025         libanjuta/cell-renderer-captioned-image.c,
7026         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7027         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7028         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7029         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7030         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7031         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7032         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7033         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7034         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7035         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7036         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7037         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7038         documentation from templates to source code.
7040 2007-03-10  Johannes Schmid <jhs@gnome.org>
7042         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7043         Added some debug output but could not figure out why 
7044         some plugins are not kept.
7045         
7046         * libanjuta/interfaces/libanjuta.idl:
7047         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7048         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7049         Added IAnjutaEditorGoto::matching_brace
7050         
7051         * plugins/document-manager/action-callbacks.c:
7052         (on_editor_command_match_brace_activate):
7053         * plugins/document-manager/plugin.c:
7054         (update_editor_ui_interface_items):
7055         * plugins/editor/text_editor.c: (igoto_matching_brace),
7056         (igoto_iface_init):
7057         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7058         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7060 2007-03-09  Johannes Schmid <jhs@gnome.org>
7062         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7063         Hide correct column
7064         
7065         * plugins/sourceview/sourceview-private.h:
7066         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7067         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7068         (sourceview_new), (ifile_savable_save_as):
7069         Tweaked vfs monitoring
7071 2007-03-09  Johannes Schmid <jhs@gnome.org>
7073         * libanjuta/interfaces/Makefile.am.iface:
7074         Fixed installtion of header files
7075         
7076         * plugins/sourceview/sourceview.c: (set_select):
7077         do not scroll to much in interactive search
7079 2007-03-09  Naba Kumar  <naba@gnome.org>
7081         * src/anjuta.c: Fixed session restoration.
7082         
7083         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7084         signal handlers after symbol browser plugin is deactivated.
7085         
7086         * plugins/editor/editor.glade,
7087         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7088         Fixed indentation confustion in preferences.
7090 2007-03-08  Johannes Schmid <jhs@gnome.org>
7092         * plugins/search/search-replace.c: (search_set_combo),
7093         (search_set_action), (search_set_target), (search_set_direction),
7094         (create_dialog), (search_disconnect_set_toggle_connect),
7095         (on_search_match_whole_word_toggled),
7096         (on_search_match_whole_line_toggled),
7097         (on_search_match_word_start_toggled),
7098         (search_set_toggle_direction):
7099         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7100         it's somehow ugly and uses many deprecated widgets
7101         
7102         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7103         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7104         Fix #394709
7105         
7106 2007-03-07  Naba Kumar  <naba@gnome.org>
7108         * src/anjuta.c: Make launching projects work from command line. Also
7109         fixes gnome session restart command.
7110         
7111 2007-03-07  Johannes Schmid <jhs@gnome.org>
7113         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7114         * plugins/class-gen/plugin.c: (iwizard_activate):
7115         Fixed #408218
7116         
7117         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7118         Fixed #402774
7119         
7120         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7121         Fixed #377483 (It's not possible to know if directories have
7122         a version in CVS. Show version column only if there are version
7123         informations availible
7125         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7126         Fixed memory leak
7128 2007-03-07  Johannes Schmid <jhs@gnome.org>
7130         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7131         Fixed #409408
7132         * plugins/symbol-browser/an_symbol_prefs.c:
7133         (on_update_global_clicked):
7134         Fixed ##409176
7136 2007-03-07  Johannes Schmid <jhs@gnome.org>
7138         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7139         (anjuta_save_prompt_new):
7140         * plugins/project-import/project-import.c:
7141         (project_import_finalize):
7142         Fixed Gtk-Criticals (maybe #409408)
7144 2007-03-07  Naba Kumar  <naba@gnome.org>
7146         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7147         when we are at just beginning of string or comment. Fixes bug #397981.
7149 2007-03-07  Johannes Schmid <jhs@gnome.org>
7151         * plugins/language-support-cpp-java/plugin.c:
7152         (initialize_indentation_params):
7153         Removed annoying DEBUG_PRINT
7154         
7155         * plugins/sourceview/sourceview-cell.c:
7156         (sourceview_cell_instance_init), (icell_get_character),
7157         (icell_get_length), (icell_get_char), (icell_get_attribute):
7158         Improved code to be faster
7159         Implemented attribute handling so that indentation really works in any case
7161 2007-03-06  Johannes Schmid <jhs@gnome.org>
7163         * configure.in:
7164         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7165         
7166         * plugins/document-manager/anjuta-docman.c:
7167         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7168         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7169         instead (required GTK >= 2.10)
7170         
7171         * plugins/sourceview/sourceview-private.h:
7172         * plugins/sourceview/sourceview.c:
7173         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7174         (sourceview_finalize), (sourceview_new), (imark_mark),
7175         (imark_unmark), (imark_is_marker_set),
7176         (imark_location_from_handle), (imark_delete_all_markers):
7177         Fixed marker handling and worked a bit more on vfs monitoring
7179 2007-03-05  Johannes Schmid <jhs@gnome.org>
7181         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7182         Added method to select specific iter
7183         
7184         * plugins/sourceview/sourceview-private.h:
7185         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7186         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7187         (sourceview_add_monitor), (on_document_saved),
7188         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7189         Fixed vfs monitoring (mostly ported code from text_editor.c)
7190         
7191         * plugins/symbol-browser/an_symbol_view.c:
7192         * plugins/symbol-browser/an_symbol_view.h:
7193         * plugins/symbol-browser/plugin.c: (iter_matches),
7194         (on_editor_update_ui), (value_added_current_editor):
7195         Select the current tag in locals window and symbol toolbar. If there
7196         is no tag at the current line, reserve backward for the next tag. This will
7197         select the correct tag if inside a function.
7199 2007-03-05  Naba Kumar  <naba@gnome.org>
7201         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7202         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7203         compiler warnings.
7204         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7205         (Bug #412186)
7206         
7207 2007-03-04  Johannes Schmid <jhs@gnome.org>
7209         * data/Makefile.am:
7210         * po/POTFILES.in:
7211         Fixed distcheck (well, partly)
7213 2007-03-04  Johannes Schmid <jhs@gnome.org>
7215         * plugins/document-manager/anjuta-document-manager.ui:
7216         Move "Swap .c/.h from Main to Browser toolbar
7218         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7219         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7220         (fv_prefs_free), (fv_add_tree_entry):
7221         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7222         * plugins/file-manager/plugin.c: (prefs_init):
7223         
7224         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7226 2007-03-04  Naba Kumar  <naba@gnome.org>
7228         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7229         plugins/project-manager/plugin.c:
7230         Restored default profile and renamed it from "default.anjuta" to
7231         "default.profile".
7232         
7233 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7235         * plugins/debug-manager/debugger.c,
7236         plugins/debug-manager/plugin.c,
7237         plugins/gdb/debugger.c,
7238         libanjuta/interfaces/libanjuta.idl,
7239         plugins/debug-manager/stack_trace.c:
7240         Add a dialog box when a signal is received (except SIGINT)
7241         Display stack frame even if arguments are not available
7243 2007-03-03  Naba Kumar  <naba@gnome.org>
7245         * TODO.tasks: Icons bounty added.
7247         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7248         choise selection.
7249         
7250         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7251         and descoping.
7253         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7254         plugins/Makefile.am, (removed) plugins/profile-default/*,
7255         plugins/project-manager/anjuta-project-manager.plugin.in,
7256         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7257         profile implementation to load user profile and projects. Store and
7258         restore remembered plugins. Use profile scoping and descoping for
7259         saving and loading sesstions.
7260         
7261         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7262         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7263         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7264         DEBUG_PRINTs.
7266 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7268         * plugins/debug-manager/debug_tree.c
7269         plugins/debug-manager/debug_tree.h:
7270         Bug fix, deleting wrong variable
7272         * plugins/gdb/debugger.c:
7273         Bug fix, remove forgotten debugging code
7275 2007-03-02  Johannes Schmid <jhs@gnome.org>
7277         * plugins/document-manager/anjuta-document-manager.ui:
7278         * plugins/search/anjuta-search.ui:
7279         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7280         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7281         ToolbarFind
7283         * src/anjuta-app.c: (on_toolbar_view_toggled),
7284         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7285         Save toolbar positions, don't use fixed toolbar style
7286         
7287         All in all this will allow more complex toolbar configurations and
7288         might gain some space on smaller displays because the user can disable
7289         toolbar parts he does not use. Also allows to use any toolbar style
7290         without looking too ugly.
7292 2007-03-01  Naba Kumasr  <naba@gnome.org>
7294         * TODO.tasks: Added a bounty for creating icons.
7296         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7297         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7298         profile-changed signal. Do not sync non-user-activatable plugins.
7300 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7302         * plugins/debug-manager/disassemble.c,
7303         plugins/debug-manager/sparse_view.c,
7304         plugins/gdb/debugger.c,
7305         libanjuta/interfaces/libanjuta.idl:
7306         Display function name in disassembly view
7308 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7310         * (added) plugins/debug-manager/bookmark.png,
7311         (added) plugins/debug-manager/breakpoint-disabled.png,
7312         (added) plugins/debug-manager/breakpoint-enabled.png,
7313         (added) plugins/debug-manager/program-counter.png,
7314         (added) plugins/debug-manager/linemarker.png,
7315         plugins/debug-manager/Makefile.am,
7316         plugins/debug-manager/disassemble.c,
7317         plugins/debug-manager/disassemble.h,
7318         plugins/debug-manager/sparse_buffer.c,
7319         plugins/debug-manager/sparse_buffer.h,
7320         plugins/debug-manager/sparse_view.c,
7321         plugins/debug-manager/sparse_view.h,
7322         plugins/debug-manager/plugin.c,
7323         plugins/debug-manager/breakpoints.c,
7324         libanjuta/interfaces/libanjuta.idl:
7325         Add markers in the disassembly view
7326         Display program counter and breakpoints in disassembly view
7328         * plugins/gdb/debugger.c:
7329         Fix a bug added with my previous patch, setting and clearing
7330         breakpoints was not working
7332 2007-02-28  Johannes Schmid <jhs@gnome.org>
7334         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7335         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7336         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7337         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7338         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7339         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7340         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7341         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7342         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7343         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7344         Updated (why do they need to be under version control?)
7345         
7346         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7347         (create_tab_popup_menu), (on_msgman_popup_menu),
7348         (on_tab_button_press_event), (anjuta_msgman_page_new),
7349         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7350         Added "Close all message tabs" popup menu
7352 2007-02-26  Naba Kumar  <naba@gnome.org>
7354         * plugins/profiler/gprof-flat-profile-entry.c,
7355         plugins/profiler/gprof-flat-profile.c,
7356         plugins/profiler/gprof-flat-profile-entry.h,
7357         plugins/profiler/gprof-flat-profile.h,
7358         plugins/profiler/gprof-flat-profile-view.c,
7359         plugins/profiler/gprof-flat-profile-view.h,
7360         plugins/profiler/gprof-call-graph-block-entry.c,
7361         plugins/profiler/gprof-call-graph-block.c,
7362         plugins/profiler/gprof-function-call-chart-view.c,
7363         plugins/profiler/gprof-call-graph-block-entry.h,
7364         plugins/profiler/gprof-profile-data.c,
7365         plugins/profiler/gprof-call-graph-block.h,
7366         plugins/profiler/gprof-view.c,
7367         plugins/profiler/gprof-call-graph.c,
7368         plugins/profiler/gprof-function-call-chart-view.h,
7369         plugins/profiler/gprof-profile-data.h,
7370         plugins/profiler/gprof-call-graph.h,
7371         plugins/profiler/gprof-view.h,
7372         plugins/profiler/gprof-view-manager.c,
7373         plugins/profiler/gprof-call-graph-view.c,
7374         plugins/profiler/plugin.c,
7375         plugins/profiler/gprof-view-manager.h,
7376         plugins/profiler/gprof-call-graph-view.h,
7377         plugins/profiler/gprof-function-call-tree-view.c,
7378         plugins/profiler/gprof-function-call-tree-view.h,
7379         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7380         gnome-vfs. Fixes bug #411377.
7382 2007-02-26  Naba Kumar  <naba@gnome.org>
7384         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7386         Patch from James Liggett  <jrliggett@cox.net>:
7387         * plugins/profiler/gprof-flat-profile-view.c,
7388         plugins/profiler/gprof-flat-profile-view.h,
7389         plugins/profiler/gprof-function-call-chart-view.c,
7390         plugins/profiler/gprof-function-call-chart-view.h,
7391         plugins/profiler/gprof-view.c,
7392         plugins/profiler/gprof-view.h,
7393         plugins/profiler/gprof-call-graph-view.c,
7394         plugins/profiler/plugin.c,
7395         plugins/profiler/gprof-call-graph-view.h,
7396         plugins/profiler/gprof-function-call-tree-view.c,
7397         plugins/profiler/gprof-function-call-tree-view.h: Implements
7398         double click navigation. Fixes bug #403514.
7400 2007-02-25  Naba Kumar  <naba@gnome.org>
7402         * libanjuta/anjuta-plugin-manager.c,
7403         libanjuta/anjuta-plugin-handle.[ch],
7404         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7405         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7406         dependency on glib 2.8. Fixes bug #411623.
7408 2007-02-24  Naba kumar  <naba@gnome.org>
7410         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7411         
7412         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7413         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7414         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7415         (added) libanjuta/anjuta-profile-manager.c,
7416         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7417         manager.
7418         Implemented profile pushing and popping. Implemented profile xml
7419         synchronization. Implemented error handling in profiles. Implemented
7420         activation and deactivation signals in plugin manager.
7421         
7422         * libanjuta/Makefile.am: Added libanjuta log domain.
7423         
7424         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7425         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7426         in AnjutaShell interface and implemented it in AnjutaApp.
7427         
7428         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7430 2007-02-23  Naba kumar  <naba@gnome.org>
7432         src/main.c: Fixed missing end quote.
7434 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7436         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7439 2007-02-20  Naba Kumar  <naba@gnome.org>
7441         * plugins/subversion/plugin.c: Added "..." menuitems.
7442         * ROADMAP, README: Updated.
7443         * libanjuta/anjuta-profile.c: Fixed bugs.
7445         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7446         plugins/gtodo/Makefile.am: Removed dead code.
7448         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7449         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7450         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7451         plugins/gtodo/list_tooltip.c,
7452         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7453         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7454         not contain markups. Fixes Bug #360462.
7456 2007-02-16  Naba Kumar  <naba@gnome.org>
7458         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7459         unnecessary sub-sections.
7460         
7461 2007-02-15  Naba Kumar  <naba@gnome.org>
7463         * (removed) plugins/document-manager/bookmark-prev-16.png,
7464         plugins/document-manager/bookmark-last.png,
7465         (removed)plugins/document-manager/bookmark-first-16.png,
7466         plugins/document-manager/bookmark-prev.png,
7467         (added) plugins/document-manager/bookmark-toggle.png,
7468         (removed)plugins/document-manager/bookmark_toggle.xpm,
7469         (removed)plugins/document-manager/bookmark-last-16.png,
7470         plugins/document-manager/plugin.c,
7471         plugins/document-manager/anjuta-document-manager.ui,
7472         (removed)plugins/document-manager/bookmark-next-16.png,
7473         plugins/document-manager/bookmark-next.png,
7474         plugins/document-manager/Makefile.am,
7475         (added) plugins/document-manager/bookmark-clear.png,
7476         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7477         icons (stolen from monodevelop). Added clear bookmarks toolbar
7478         button.
7480         * plugins/document-manager/plugin.c,
7481         (added) plugins/document-manager/swap.png,
7482         (removed) plugins/document-manager/undock.png,
7483         plugins/document-manager/Makefile.am: Fixed swap icon.
7485 2007-02-13  Naba Kumar  <naba@gnome.org>
7487         * plugins/class-gen/element-editor.c: Fixed typo.
7488         
7489         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7490         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7491         Implementing plugin profiles loading.
7493 2007-02-13  Naba Kumar  <naba@gnome.org>
7495         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7496         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7497         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7498         pixmaps/open_project.png, pixmaps/close_project.png:
7499         Removed more old icons.
7500         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7501         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7502         anjuta_logo.png
7503         
7504 2007-02-13  Naba Kumar  <naba@gnome.org>
7506         * plugins/class-gen/element-editor.c: Included missing headers to
7507         prevent build failures in some cases.
7508         
7509 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7511         * plugins/debug-manager/stack_trace.c:
7512         Fix bug #407115
7514         * plugins/debug-manager/watch.c,
7515         plugins/debug-manager/breakpoints.c:
7516         Same bug than above, wrong use of gtk_ui_manager_get_widget
7518 === anjuta 2.1.1 ===
7520 2007-02-11  Naba Kumar  <naba@gnome.org>
7522         * cofigure.in: Bumped version to 2.1.1
7523         * NEWS: Updated for 2.1.1 release.
7524         
7525 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7527         * plugins/debug-manager/plugin.c,
7528         plugins/debug-manager/sparse_view.c,
7529         plugins/debug-manager/sparse_view.h:
7530         Reorder some code
7532         * plugins/gdb/debugger.c,
7533         plugins/debug-manager/debugger.c,
7534         plugins/debug-manager/memory.c,
7535         plugins/debug-manager/sparse_buffer.c
7536         plugins/gdb/debugger.h,
7537         libanjuta/interfaces/libanjuta.idl:
7538         Clean up, remove some warnings
7539         Use guint everywhere for addresses
7540         Rewrite code parsing position in debugger
7542 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7544         * plugins/debug-manager/debug_tree.c:
7545         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7546         Fix bug #406113
7548 2007-02-08  Naba Kumar  <naba@gnome.org>
7550         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7551         Delay showing the 'file modified on disk' dialog for one sec
7552         from the last notification to insure multiple notifications for
7553         the same file are treated as one. Do not same multiple dialogs
7554         for the same file. Make sure to destory the dialog if later
7555         the conent is no longer different.
7556         
7557 2007-02-08  Naba Kumar  <naba@gnome.org>
7559         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7560         Prevented spurious 'file modified' dialogs in scintilla editor
7561         when the file is saved.
7563 2007-02-09  Johannes Schmid <jhs@gnome.org>
7565         * scripts/glade2schema.pl:
7566         Added script to convert glade preferences into gconf schema files.
7567         See #406061
7569 2007-02-08  Naba Kumar  <naba@gnome.org>
7571         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7572         itself is destroyed. Fixes bug #355160.
7573         
7574 2007-02-08  Johannes Schmid <jhs@gnome.org>
7576         * plugins/profiler/profiler.plugin: 
7577         removed from version control (only .in file needed)
7578         
7579         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7580         * plugins/sourceview/sourceview.c: (sourceview_new):
7581         Code cleanup
7582         
7583         * plugins/subversion/svn-thread.c: (svn_thread_start):
7584         * src/main.c: (main):
7585         
7586         Fixed #395875 about initialisation of threads too late
7588 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7590         Reviewed by Naba Kumar  <naba@gnome.org>:
7591         * plugins/class-gen/plugin.c:
7592         * plugins/class-gen/window.c: Removed browse button related code, load
7593         generated output directly into new buffers when not adding to project.
7595         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7596         buttons from user interface.
7598 2007-02-07  Naba Kumar  <naba@gnome.org>
7600         * po/POTFILES.in: Fixed distcheck.
7602 2007-02-07  Daniel Nylander <po@danielnylander.se>
7604         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7606 2007-02-07  Johannes Schmid <jhs@gnome.org>
7608         * anjuta.desktop.in.in:
7609         Fixed spelling
7611 2007-02-07  Johannes Schmid <jhs@gnome.org>
7613         * configure.in:
7614         * manuals/anjuta-manual/*
7615         * manuals/anjuta-faqs/*:
7616         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7617         
7618         * plugins/document-manager/anjuta-document-manager.plugin.in:
7619         Removed duplicate application-xml mime-type (review patches properly ;-)
7620         
7621 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7623         * plugins/gdb/debugger.c,
7624         libanjuta/interfaces/libanjuta.idl:
7625         Fix bug #404755
7626         Fix handling of missing source file
7628 2007-02-06  Naba Kumar  <naba@gnome.org>
7630         Patch from James Liggett  <jrliggett@cox.net>:
7631         * plugins/profiler/gprof-flat-profile.c,
7632         plugins/profiler/gprof-profile-data.c,
7633         plugins/profiler/gprof-call-graph.c,
7634         plugins/profiler/gprof-profile-data.h,
7635         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7636         Show profiler view when target selected bug #403515.
7638 2007-02-05  Naba Kumar  <naba@gnome.org>
7640         * configure.in: Enabled devhelp plugin by default now that
7641         it works.
7642         
7643         Patch from parmigio@2ainfo.it:
7644         * plugins/document-manager/anjuta-document-manager.plugin.in:
7645         Added xml file type in supported mime types list.
7646         
7647 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7649         * plugins/debug-manager/debugger.c,
7650         plugins/debug-manager/plugin.c:
7651         Add a field in status bar displaying debugger state
7652         Change cursor shape when debugger is busy
7653         Fix bug #378600
7655         * plugins/debug-manager/watch.c,
7656         plugins/debug-manager/locals.c,
7657         libanjuta/interfaces/libanjuta.idl:
7658         Clean up, remove debugging messages and unused signals
7660 2007-02-03  Johannes Schmid <jhs@gnome.org>
7662         * configure.in:
7663         Fixed AC_INIT and seperated version to major, minor, micro
7665         * anjuta.anjuta:
7666         Load Subversion instead of CVS
7667         
7668         * anjuta.desktop.in.in:
7669         Fixed bug-buddy component
7671         Original patch from Rob Bradfort <robster@debian.org>:
7672         * src/main.c: (get_command_line_args), (main):
7673         Bug #335981 – Migration from popt to GOption
7675 2007-02-03  Naba Kumar  <naba@gnome.org>
7677         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7678         path variable. Fixed bug #341170.
7679         * plugins/profiler/Makefile.am: Fixed indentation.
7680         
7681 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7683         * libanjuta/interfaces/libanjuta.idl,
7684         plugins/sourceview/sourceview.c,
7685         plugins/editor/text-editor.c,
7686         plugins/symbol-browser/plugin.c,
7687         plugins/search/search-replace.c,
7688         plugins/document-manager/goto_line.c,
7689         plugins/document-manager/action-callbacks.c,
7690         plugins/document-manager/anjuta-docman.c:
7691         Rename markers of anjuta interface
7692         IANJUTA_MARKABLE_NONE has been removed
7693         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7694         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7695         IANJUTA_MARKABLE_ATTENTIVE renamed in
7696                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7697         IANJUTA_MARKABLE_INTENSE renamed in
7698                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7699         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7701         * (removed) plugins/sourceview/marker-light.png,
7702         (removed) plugins/sourceview/marker-basic.png,
7703         (removed) plugins/sourceview/marker-attentive.png,
7704         (removed) plugins/sourceview/marker-intense.png,
7705         plugins/sourceview/bookmark.png,
7706         (added) plugins/sourceview/breakpoint-disabled.png,
7707         (added) plugins/sourceview/breakpoint-enabled.png,
7708         (added) plugins/sourceview/program-counter.png,
7709         (added) plugins/sourceview/linemarker.png,
7710         plugins/sourceview/Makefile.am,
7711         (added) plugins/editor/bookmark.xpm,
7712         (added) plugins/editor/breakpoint-disabled.xpm,
7713         (added) plugins/editor/breakpoint-enabled.xpm,
7714         (added) plugins/editor/program-counter.xpm,
7715         (added) plugins/editor/linemarker.xpm,
7716         plugins/editor/Makefile.am:
7717         Add or change marker pixmaps in scintilla and sourceview editor
7719         * plugins/document-manager/plugin.c,
7720         libanjuta/interfaces/libanjuta.idl,
7721         plugins/debug-manager/plugin.c,
7722         plugins/debug-manager/breakpoints.c
7723         plugins/gdb/debugger.c:
7724         Fix bug #376404, program counter marker is not displayed when debugger
7725         Return the selected editor or NULL (if file does not exist) with 
7726         ianjuta_document_manager_goto_file_line* functions
7727         Emit a change-location signal even if the program counter is in an
7728         unknown file
7730 2007-02-02  Naba Kumar  <naba@gnome.org>
7732         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7733         older bounties 'Done'.
7734         
7735 2007-02-02  Naba Kumar  <naba@gnome.org>
7737         * TODO.tasks: Fixed typop.
7739         Patch from James Liggett  <jrliggett@cox.net>:
7740         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7741         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7742         profiler plugin by James Liggett. Completes bounty bug #359478
7743         'Gprof performance profiler plugin'
7745 2007-02-01  Naba Kumar  <naba@gnome.org>
7747         * src/main.c: Renamed option name.
7749         * TODO.tasks: Marked "Test and fix all project wizards templates"
7750         bounty completed.
7751         
7752 2007-01-29  Johannes Schmid <jhs@gnome.org>
7754         * plugins/document-manager/plugin.c: (on_editor_changed):
7755         Added DEBUG_PRINT(...)
7756         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7757         implemented
7758         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7759         Fix language support plugin for sourceview editor (add some new
7760         language names)
7761         
7762         * plugins/sourceview/sourceview.c: (iindic_clear):
7763         Clear all indicators
7765 2007-01-29  Johannes Schmid <jhs@gnome.org>
7767         * TODO.tasks:
7768         Minor task currentions
7769         
7770         * libanjuta/interfaces/libanjuta.idl:
7771         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7772         (itext_editor_iface_init):
7773         * plugins/language-support-cpp-java/plugin.c: (install_support):
7774         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7775         (ieditor_get_attributes), (ieditor_iface_init):
7776         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7777         plugins.
7778         
7779         * plugins/sourceview/sourceview.glade:
7780         Fixed sourceview preference window
7782 2007-01-28  Naba Kumar  <naba@gnome.org>
7783         
7784         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7785         Implemented --no-files and --no-session command line options and
7786         corresponding preferernces checkboxes in General tab.
7788 2007-01-28  Johannes Schmid <jhs@gnome.org>
7790         * plugins/subversion/plugin.c:
7791         * plugins/subversion/plugin.h:
7792         * plugins/subversion/svn-notify.c: (svn_show_info),
7793         (show_svn_error), (on_svn_notify):
7794         * plugins/subversion/svn-notify.h:
7795         * plugins/subversion/svn-thread.c: (create_message_view),
7796         (svn_thread_start):
7797         Fixed error handling and fixed #394216 – No indication of subversion commands running
7798         
7799         * plugins/tools/execute.c: (atp_output_context_print):
7800         Show name of tool in message pane
7802 2007-01-28  Naba Kumar  <naba@gnome.org>
7803         
7804         * configure.in, plugins/glade/plugin.c: Make it work with
7805         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7806         
7807         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7808         from devhelp (won't work untill devhelp is fixed: bug #341170).
7809         
7810         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7811         
7812 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7814         Reviewed by Naba Kumar  <naba@gnome.org>:
7815         * libanjuta/interfaces/libanjuta.idl, 
7816         plugins/debug-manager/debugger.c,
7817         plugins/debug-manager/start.c,
7818         plugins/gdb/plugin.c,
7819         plugins/gdb/debugger.c,
7820         plugins/gdb/debugger.h:
7821         Fix a bug when launching gdb
7822         Set the terminal for the debugged program on the command line.
7824 2007-01-26  Johannes Schmid <jhs@gnome.org>
7826         * plugins/sourceview/anjuta-document-saver.c:
7827         (anjuta_document_saver_save):
7828         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7829         * plugins/sourceview/sourceview.c: (save_if_modified),
7830         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7831         Proper error handling, for example if a file was modified externally. Use backup files
7832         to avoid data-loss on disk full.
7834 2007-01-24  Naba Kumar  <naba@gnome.org>
7835         
7836         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7837         Fixed mem leak and source leak.
7838         
7839 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7841         Reviewed by Naba Kumar  <naba@gnome.org>:
7842         * plugins/debug-manager/debug_tree.c,
7843         plugins/debug-manager/debug_tree.h,
7844         plugins/debug-manager/watch.c:
7845         Partial rewrite of the variable object code, find and fix a few bugs
7846         Fix bug #395808: gdb can still crash but children are listed
7847         on request only so you can avoid the crash
7849 2007-01-24  Naba Kumar  <naba@gnome.org>
7850         
7851         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7852         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7853         plugins/symbol-browser/plugin.h,
7854         plugins/symbol-browser/plugin.c,
7855         plugins/symbol-browser/Makefile.am: Added current file (local)
7856         symbols view (Seriously getting bored with the browse toolbar).
7858 2007-01-22  Naba Kumar  <naba@gnome.org>
7859         
7860         Patch from Gabor Kelemen:
7861         * po/POTFILES.in: Added .plugin.in files.
7863 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
7865         Reviewed by Naba Kumar  <naba@gnome.org>:
7866         * plugins/document-manager/anjuta-docman.c,
7867         plugins/message-view/anjuta-msgman.c
7868         Set right alignment to the label widget in the tab title.
7870 2007-01-21  Naba Kumar  <naba@gnome.org>
7871         
7872         * libegg/egg-combo-action.c: Fixed mode line.
7873         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
7874         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
7876 2007-01-21  Armin Burgmeier  <armin@arbur.net>
7878         Reviewed by Naba Kumar  <naba@gnome.org>:
7879         * plugins/class-gen/plugin.c: Prompt for target before actually
7880         generating the class files. This ensures that the files are created in
7881         the correct directory. Fixes bug #397406.
7883         * plugins/class-gen/window.c: Set browse buttons to insensitive when
7884         the class is added to the project.
7886 2007-01-21  Naba Kumar  <naba@gnome.org>
7888         * libanjuta/anjuta-plugin-description.c,
7889         libanjuta/anjuta-ui.h,
7890         libanjuta/anjuta-status.c,
7891         libanjuta/anjuta-plugin-description.h,
7892         libanjuta/cell-renderer-captioned-image.c,
7893         libanjuta/anjuta-plugin-handle.c,
7894         libanjuta/anjuta-status.h,
7895         libanjuta/resources.c,
7896         libanjuta/cell-renderer-captioned-image.h,
7897         libanjuta/glue-cpp.c,
7898         libanjuta/anjuta-plugin-handle.h,
7899         libanjuta/anjuta-plugin.c,
7900         libanjuta/anjuta-preferences-dialog.c,
7901         libanjuta/libanjuta.h,
7902         libanjuta/resources.h,
7903         libanjuta/glue-cpp.h,
7904         libanjuta/anjuta-plugin.h,
7905         libanjuta/anjuta-preferences-dialog.h,
7906         libanjuta/anjuta-plugin-manager.c,
7907         libanjuta/anjuta-shell.c,
7908         libanjuta/anjuta-plugin-manager.h,
7909         libanjuta/anjuta-shell.h,
7910         libanjuta/anjuta-save-prompt.c,
7911         libanjuta/anjuta-save-prompt.h,
7912         libanjuta/anjuta-children.c,
7913         libanjuta/anjuta-utils.c,
7914         libanjuta/anjuta-profile.c,
7915         libanjuta/anjuta-preferences.c,
7916         libanjuta/anjuta-launcher.c,
7917         libanjuta/anjuta-utils.h,
7918         libanjuta/anjuta-profile.h,
7919         libanjuta/anjuta-launcher.h,
7920         libanjuta/anjuta-ui.c: Updated file headers.
7922         * po/POTFILES.in: Updated.
7924         * libanjuta/anjuta-marshal.list,
7925         (added) libanjuta/anjuta-plugin-handle.c,
7926         (added) libanjuta/anjuta-plugin-handle.h,
7927         (added) libanjuta/anjuta-plugin-manager.c,
7928         (added) libanjuta/anjuta-plugin-manager.h,
7929         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7930         (added) libanjuta/anjuta-profile.c,
7931         (added) libanjuta/anjuta-profile.h,
7932         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
7933         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
7934         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
7935         src/action-callbacks.c: Implemented AnjutaPluginManager
7936         class based on old plugins.[ch]. Implemented AnjutaProfile as
7937         prelimanary profiles implementation. Implemented AnjutaPluginHandle
7938         class to represent plugins (not to be confused with plugin objects).
7939         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
7940         implemented it in AnjutaApp and AnjutaTestShell.
7941         De-globalized plugin management and several clean ups.
7943         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
7944         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
7945         plugins/search/search-replace.c, plugins/terminal/terminal.c,
7946         plugins/project-import/project-import.c,
7947         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
7948         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
7949         Fixed plugins for the change in API.
7951         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
7952         file.
7953         
7954         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7956 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
7958         Reviewed by Naba Kumar  <naba@gnome.org>:
7959         * libanjuta/anjuta-launcher.c,
7960         libanjuta/anjuta-launcher.h:
7961         Add a new function anjuta_set_terminate_on_exit to close the i/o
7962         channel when the child exit
7963         Return directly the status and not the exit code in child-exited
7964         signal
7966         * plugins/gdb/debugger.c:
7967         Use new function in debugger plugin
7969 2007-01-18  Johannes Schmid <jhs@gnome.org>
7971         * src/about.c: Do not show empty license information instead hide the button (#397883)
7973 2007-01-15  Johannes Schmid <jhs@gnome.org>
7975         * plugins/project-manager/plugin.c:
7976         * plugins/project-wizard/templates/python.wiz
7977         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
7978         
7979         Fixed #335235 python programs are not executeable/ do not start when pressing F3
7980         You will also need latest gnome-build svn       
7982 === anjuta 2.1.0 ===
7984 2007-01-14  Naba Kumar  <naba@gnome.org>
7986         * configure.in: Removed reference of mkfile project
7987         template to fix distcheck build error.
7988         * AUTHORS: Updated.
7989         * NEWS: Updated.
7990         * configure.in: Bumped version to 2.1.0 for beta release.
7991         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
7992         crashes as soon as editing starts in normal text files.
7994 2007-01-14  Johannes Schmid <jhs@gnome.org>
7996         * configure.in
7997         * po/LINGUAS:
7998         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8000         * tagmanager/c.c:
8001         Patch from Massimo Cora' to hopefully fix #395362
8003         * plugins/project-wizard/templates/*:
8005         Fixed and tested all project-wizards. Deactivated mkfile project because
8006         it was totally broken and I don't see any real use for it.
8007         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8009 2007-01-14  Naba Kumar  <naba@gnome.org>
8011         * NEWS: Updated for release.
8012         
8013         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8014         
8015         * libanjuta/interfaces/libanjuta.idl,
8016         plugins/editor/text_editor_cbs.c,
8017         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8018         interface and implemented it for scintilla.
8019         
8020         * plugins/editor/text-editor.c: Fixed highlighing issues when
8021         used with indicators (particularly when the file is just opened).
8022         Fixes bug #377477 – when debugging, scintilla editor grays out all
8023         lines before current line.
8024         
8025         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8026         Maintain a separate list of indicated edtitors for separate contexts.
8027         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8028         
8029 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8031         Reviewed by Naba Kumar  <naba@gnome.org>:
8032         * plugins/debug-manager/plugin.c:
8033         Bug fix: breakpoints cannot be added after stopping the debugger
8035 2007-01-13  Naba Kumar  <naba@gnome.org>
8037         * NEWS: Updated for release.
8039 2007-01-12  Johannes Schmid <jhs@gnome.org>
8041         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8042         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8043         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8044         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8045         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8046         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8047         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8048         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8049         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8050         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8051         
8052         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8053         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8054         
8055         * plugins/sourceview/sourceview.c:
8056         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8057         on character positions.
8058         
8059 2007-01-12  Naba Kumar  <naba@gnome.org>
8061         * src/anjuta-app.c,
8062         plugins/project-manager/plugin.c,
8063         plugins/profile-default/plugin.c,
8064         libanjuta/anjuta-status.c,
8065         libanjuta/anjuta-status.h: Introduced an API for application title
8066         in AnjutaStatus. Set application title to project name.
8068 2007-01-11  Massimo Cora' <maxcvs@email.i>
8070         Reviewed by Naba Kumar  <naba@gnome.org>:
8071         * tagmanager/Makefile.am,
8072         plugins/symbol-browser/Makefile.am: removed installation for 
8073         test programs.
8075 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8077         Reviewed by Naba Kumar  <naba@gnome.org>:
8078         * plugins/debug-manager/start.h,
8079         plugins/debug-manager/start.c,
8080         plugins/debug-manager/anjuta-debug-manager.ui,
8081         plugins/debug-manager/plugin.c:
8082         Partial fix for bug #392537
8084         * plugins/debug-manager/disassemble.c:
8085         Fix bug #392543
8087 2007-01-11  Naba Kumar  <naba@gnome.org>
8089         * src/anjuta.c: Load project seperately from session,
8090         so that project session is also loaded.
8091         
8092         * plugins/profile-default/plugin.c: Load project in new
8093         anjuta if there already is one loaded currently (disabled
8094         code for now).
8095         
8096         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8097         signals when editor is destroyed. Fixes a crash bug.
8098         
8099         * plugins/editor/text_editor.c: Do not mark line in
8100         ianjuta_editor_goto_line() implementation.
8101         
8102         * plugins/search/search-replace.c: Always check for markable
8103         interface availablility because its optional for an editor.
8104         
8105         * plugins/document-manager/goto_line.c,
8106         plugins/document-manager/action-callbacks.c: Mark lines for
8107         goto line commands (from dialog and from menu entry box).
8108         
8109         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8110         plugins/file-manager/an_file_view.c: Expand file manager
8111         nodes in idle loop, one at a time. Did as a possible work
8112         around for bug #361763, but it didn't make any difference.
8113         However, it could still be useful in situations where there
8114         are lots to expand.
8115         
8116         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8118 2007-01-11  Naba Kumar  <naba@gnome.org>
8120         * plugins/editor/scintilla/LineMarker.h,
8121         plugins/editor/scintilla/LexBasic.cxx,
8122         plugins/editor/scintilla/LexHTML.cxx,
8123         plugins/editor/scintilla/include/SciLexer.h,
8124         plugins/editor/scintilla/include/Scintilla.h,
8125         plugins/editor/scintilla/include/Scintilla.iface,
8126         plugins/editor/scintilla/include/ScintillaWidget.h,
8127         plugins/editor/scintilla/LexBash.cxx,
8128         plugins/editor/scintilla/PlatGTK.cxx,
8129         plugins/editor/scintilla/ViewStyle.h,
8130         plugins/editor/scintilla/Editor.cxx,
8131         plugins/editor/scintilla/StyleContext.h,
8132         plugins/editor/scintilla/LexCPP.cxx,
8133         plugins/editor/scintilla/Converter.h,
8134         plugins/editor/scintilla/LexAU3.cxx,
8135         plugins/editor/scintilla/Editor.h,
8136         plugins/editor/scintilla/LexPerl.cxx,
8137         plugins/editor/scintilla/LexVB.cxx,
8138         plugins/editor/scintilla/ScintillaGTK.cxx,
8139         plugins/editor/scintilla/ViewStyle.cxx,
8140         plugins/editor/scintilla/PropSet.cxx,
8141         plugins/editor/scintilla/LexSQL.cxx,
8142         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8143         version 1.71
8145 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8147         Reviewed by Naba Kumar  <naba@gnome.org>:
8148         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8149         selected for editing. This fixes bug #394218.
8151         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8152         name if said URI is not known.
8154         * plugins/class-gen/window.c: When stripping function prefix away,
8155         include the trailing underscore because it is already set by the
8156         template.
8158         * plugins/class-gen/transform.c: Include "const char*" and "const
8159         gchar*" in the list for transforming a default C type to a GType.
8160         Don't access invalid memory when writing pointer_str in
8161         cg_transform_first_argument.
8163 2007-01-11  Naba Kumar  <naba@gnome.org>
8165         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8166         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8167         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8168         libegg/test-actions.c, anjuta.desktop.in.in,
8169         anjuta.prj: Renamed application icon to 'anjuta.png' from
8170         'anjuta_icon.png'. Added more fields in desktop file.
8172         * mime/anjuta.xml: Added magic section.
8173         
8174         * (removed) mime/anjuta.applications,
8175         (removed) mime/anjuta.mime, mime/Makefile.am,
8176         (removed) mime/anjuta.keys,
8177         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8178         registeration and added scalable icon. Also fixes bug #393680
8180 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8182         Reviewed by Naba Kumar  <naba@gnome.org>:
8183         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8184         and anjuta_status_progress_add_ticks() to check for progressbar 
8185         being realized before trying to update it.
8187 2007-01-10  Naba Kumar  <naba@gnome.org>
8189         * tagmanager/tm_workspace.c,
8190         po/POTFILES.in,
8191         plugins/debug-manager/Makefile.am,
8192         plugins/tools/scripts/Makefile.am,
8193         plugins/class-gen/plugin.c,
8194         plugins/class-gen/Makefile.am,
8195         global-tags/Makefile.am: Fixed make distcheck.
8197         * plugins/debug-manager/attach_process.c,
8198         plugins/debug-manager/attach_process.h,
8199         plugins/class-gen/action-callbacks.h,
8200         plugins/class-gen/action-callbacks.c,
8201         plugins/class-gen/class_gen.h,
8202         plugins/class-gen/class_gen.c: Deleted unused/old files.
8204         * (removed) scintilla, (added) plugins/editor/scintilla,
8205         plugins/editor/scintilla/lexers.make,
8206         plugins/editor/scintilla/Makefile.am,
8207         plugins/editor/Makefile.am
8208         configure.in, manuals/reference/libanjuta/Makefile.am
8209         Makefile.am: Moved scintilla to its right place.
8211 2007-01-09  Naba Kumar  <naba@gnome.org>
8213         * plugins/profile-default/plugin.c: Save project session before
8214         a new one is opened.
8216         * plugins/project-manager/plugin.c,
8217         plugins/project-manager/plugin.h,
8218         plugins/project-manager/anjuta-project-manager.ui,
8219         plugins/profile-default/plugin.c,
8220         plugins/profile-default/plugin.h,
8221         plugins/profile-default/Makefile.am,
8222         (added) plugins/profile-default/anjuta-default-profile.ui,
8223         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8224         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8225         multiple projects support.
8226         
8227 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8229         Reviewed by Naba Kumar  <naba@gnome.org>
8230         * plugins/class-gen/combo-flags.h:
8231         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8232         enum, added a type parameter to selected signal. Select highlighted
8233         entry when pressing enter (but not unselect it if it was already
8234         selected) before closing the popup. Also accept input when clicking
8235         not into the popup.
8237         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8238         according to selection type.
8240         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8241         VOID:BOXED,ENUM.
8243 2007-01-08  Johannes Schmid <jhs@gnome.org>
8245   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8246   * plugins/project-wizard/templates/gtkmm/Makefile.am
8247   * plugins/project-wizard/templates/python/configure.ac.tpl
8248   * plugins/project-wizard/templates/python/configure.in.tpl
8249   * plugins/project-wizard/templates/python/Makefile.am
8250   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8251   * plugins/project-wizard/templates/cpp/configure.in.tpl
8252   * plugins/project-wizard/templates/cpp/Makefile.am
8253   * plugins/project-wizard/templates/terminal.wiz
8254   * plugins/project-wizard/templates/xlib-dock.wiz
8255   * plugins/project-wizard/templates/wxwin.wiz
8256   * plugins/project-wizard/templates/java.wiz
8257   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8258   * plugins/project-wizard/templates/xlib/configure.in.tpl
8259   * plugins/project-wizard/templates/xlib/Makefile.am
8260   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8261   * plugins/project-wizard/templates/gcj/configure.in.tpl
8262   * plugins/project-wizard/templates/gcj/Makefile.am
8263   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8264   * plugins/project-wizard/templates/terminal/configure.in.tpl
8265   * plugins/project-wizard/templates/terminal/Makefile.am
8266   * plugins/project-wizard/templates/terminal/autogen.sh
8267   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8268   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8269   * plugins/project-wizard/templates/wxwin/Makefile.am
8270   * plugins/project-wizard/templates/gnome.wiz 
8271   * plugins/project-wizard/templates/java/configure.ac.tpl
8272   * plugins/project-wizard/templates/java/configure.in.tpl
8273   * plugins/project-wizard/templates/java/Makefile.am
8274   * plugins/project-wizard/templates/anjuta-plugin.wiz
8275   * plugins/project-wizard/templates/gtkmm.wiz
8276   * plugins/project-wizard/templates/python.wiz
8277   * plugins/project-wizard/templates/cpp.wiz
8278   * plugins/project-wizard/templates/gtk.wiz
8279   * plugins/project-wizard/templates/gcj.wiz
8280   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8281   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8282   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8284   Starting fixing of all project wizards:
8285   - rename configure.in to configure.ac
8286   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8287   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8288   (See #394184)
8289   
8290   * TODO.task: Added bug number to bounty
8292 2007-01-07  Johannes Schmid <jhs@gnome.org>
8294   *  plugins/build-basic-autotools.c:
8295   Fixed #392290 – Missed install as root option in project manager
8297 2007-01-07  Johannes Schmid <jhs@gnome.org>
8299   * plugins/sourceview/sourceview.c:
8300   Fixed #388731 – Odd editor behaviour after performing block-text operations
8301   Fixed #388727 – Block-tab does not work
8302   
8303   * plugins/sourceview/anjuta-document.h/c:
8304   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8305   
8306   * configure.in:
8307   Require Gtk+ >= 2.10 for sourceview plugin
8309 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8311         * libanjuta/anjuta-status.c:
8312         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8314 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8316         * configure.in,
8317         plugins/terminal/terminal.c:
8318         Fix bug #377027
8319         remove support for VTE < 0.9
8321 2007-01-06  Naba Kumar  <naba@gnome.org>
8323         * po/POTFILES.in: Updated
8325 2007-01-05  Adam Dingle  <adam@medovina.org>
8327         Reviewed by Naba Kumar  <naba@gnome.org>:
8328         * plugins/message-view/anjuta-message-manager-plugin.glade:
8329         Fixed bug #377903 (improve message color defaults).
8331 2007-01-05  Naba Kumar  <naba@gnome.org>
8333         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8334         
8335 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8337         Reviewed by  Naba Kumar  <naba@gnome.org>:
8338         * plugins/symbol-browser/test-class.h: Fixed block ends.
8340         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8341         C-style-block comment.
8343         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8344         allow lists when writing autogen definition files. This is required
8345         for the new class generator. Also fixed a wrong return value in
8346         npw_autogen_write_definition_file and set a GError in
8347         npw_autogen_execute when the output file could not be opened.
8349         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8350         user interface.
8352         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8353         goc_template_header and goc_template_source, added top_srcdir to
8354         includes, link against project wizard (also hopefully temporarily),
8355         removed class_gen.h, class_gen.c, action-callbacks.h,
8356         action-callbacks.c.
8358         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8360         * plugins/class-gen/cell-renderer-flags.h:
8361         * plugins/class-gen/cell-renderer-flags.c:
8362         * plugins/class-gen/combo-flags.h:
8363         * plugins/class-gen/combo-flags.c:
8364         * plugins/class-gen/element-editor.c:
8365         * plugins/class-gen/element-editor.h:
8366         * plugins/class-gen/generator.c:
8367         * plugins/class-gen/generator.h:
8368         * plugins/class-gen/plugin.h:
8369         * plugins/class-gen/plugin.c:
8370         * plugins/class-gen/transform.c:
8371         * plugins/class-gen/transform.h:
8372         * plugins/class-gen/validator.c:
8373         * plugins/class-gen/validator.h:
8374         * plugins/class-gen/window.c:
8375         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8376         adding of several class elements and uses autogen.
8378         * plugins/class-gen/templates/cc-header.tpl:
8379         * plugins/class-gen/templates/cc-source.tpl:
8380         * plugins/class-gen/templates/go-header.tpl:
8381         * plugins/class-gen/templates/go-source.tpl:
8382         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8383         for the class generator.
8385         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8387 2007-01-04  Naba Kumar  <naba@gnome.org>
8389         Patch from Nick Treleaven:
8390         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8391         all matching symbols.
8392         
8393         Patches from  Maik Beckmann and Sébastien Granjoux:
8394         * plugins/profile-default/plugin.c,
8395         plugins/project-manager/plugin.c: Unescape project name. Fixes
8396         Bug #357151
8398 2007-01-04  Naba Kumar  <naba@gnome.org>
8400         * plugins/glade/plugin.c: Fixed compilation with
8401         older glade-3 version.
8402         
8403         Patch from Roland Illig:
8404         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8405         plugins/sourceview/anjuta-document-saver.c,
8406         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8407         are necessary to build anjuta on NetBSD 3.0
8409         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8410         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8411         window manager in gnome.
8412         
8413 2007-01-02  Naba Kumar  <naba@gnome.org>
8414         
8415         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8416         
8417 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8419         Reviewed by Naba Kumar  <naba@gnome.org>:
8420         * libanjuta/interfaces/libanjuta.idl,
8421         plugins/debug-manager/Makefile.am,
8422         plugins/debug-manager/anjuta-marshal.list,
8423         plugins/debug-manager/debugger.c,
8424         plugins/debug-manager/sparse_buffer.c,
8425         plugins/debug-manager/sparse_buffer.h,
8426         plugins/debug-manager/sparse_view.c,
8427         plugins/debug-manager/sparse_view.h,
8428         plugins/debug-manager/disassemble.h,
8429         plugins/debug-manager/disassemble.c,
8430         plugins/debug-manager/anjuta-marshal.list,
8431         plugins/debug-manager/plugin.c,
8432         plugins/gdb/debugger.c,
8433         plugins/gdb/debugger.h,
8434         plugins/gdb/plugin.c:
8435         Add a disassembly view window
8437         * plugins/debug-manager/breakpoints.c,
8438         plugins/debug-manager/chunk_view.c,
8439         plugins/debug-manager/locals.c,
8440         plugins/debug-manager/memory.c,
8441         plugins/debug-manager/registers.c,
8442         plugins/debug-manager/stack_trace.c:
8443         Add some debugging information 
8445 2006-12-18  Naba Kumar  <naba@gnome.org>
8447         * configure.in, plugins/glade/plugin.c: Allow building against both
8448         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8450 2006-12-03  Naba Kumar  <naba@gnome.org>
8451         
8452         * TODO.tasks: Marked a bounty completed.
8454 2006-11-24  Adam Dingle <adam@medovina.org>
8456         Reviewed by Naba Kumar  <naba@gnome.org>:
8457         * plugins/build-basic-autotools/build-basic-autotools.c,
8458         plugins/debug-manager/watch.c,
8459         plugins/document-manager/plugin.c, 
8460         plugins/patch/plugin.c,
8461         plugins/project-manager/plugin.c:
8462         Fixed bug #378879 (several command names need ellipses).
8464 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8466         Reviewed by: Naba Kumar  <naba@gnome.org>
8467         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8468         GCC 4.1.2 (there are only two warnings remaining now when compiling
8469         plugins).
8471         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8473         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8474         macro so that the generated function support a NULL plugin parameter.
8476         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8477         in debug_tree_find_expression by freeing memory returned by the call
8478         to gtk_tree_model_get instead of the parameter string.
8480 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8482         * plugins/debug-manager/breakpoints.c:
8483         Fix bug #378850
8485         * plugins/debug-manager/anjuta-debug-manager.ui,
8486         plugins/debug-manager/debugger.c,
8487         plugins/debug-manager/plugin.c:
8488         Fix bug #378871
8490 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8492         * libanjuta/anjuta-launcher.c,
8493         plugins/gdb/debugger.c:
8494         Fix bug #377061
8496 2006-11-21  Naba Kumar  <naba@gnome.org>
8498         * plugins/search/search_preferences.c: Fixed build break.
8499         
8500 2006-11-20  Naba Kumar  <naba@gnome.org>
8501         
8502         Patch from Kjartan Maraas:
8503         * plugins/cvs-plugin/cvs-interface.c,
8504         plugins/document-manager/plugin.c,
8505         plugins/gtodo/interface.c,
8506         plugins/gtodo/libgtodo.h,
8507         plugins/message-view/anjuta-msgman.c,
8508         plugins/project-wizard/druid.c,
8509         plugins/search/search_preferences.c,
8510         plugins/sourceview/sourceview-prefs.c,
8511         plugins/terminal/terminal.c,
8512         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8514         Patch from Przemysław Grzegorczyk:
8515         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8516         plugins/subversion/anjuta-subversion.glade: Enable files in
8517         fileselection dialog. Fixes bug #376031.
8518         
8519 2006-11-17  Adam Dingle <adam@medovina.org>
8521         Reviewed by: Naba Kumar  <naba@gnome.org>
8522         * plugins/build-basic-autotools/build-basic-autotools.c
8523         * plugins/class-gen/anjuta-class-gen.plugin.in
8524         * plugins/debug-manager/breakpoints.c
8525         * plugins/debug-manager/plugin.c
8526         * plugins/devhelp/plugin.c
8527         * plugins/document-manager/plugin.c
8528         * plugins/gdb/debugger.c
8529         * plugins/glade/anjuta-glade.plugin.in
8530         * plugins/gtodo/plugin.c
8531         * plugins/language-support-cpp-java/plugin.c
8532         * plugins/message-view/plugin.c
8533         * plugins/project-import/anjuta-project-import.glade
8534         * plugins/project-import/anjuta-project-import.plugin.in
8535         * plugins/search/plugin.c
8536         * plugins/tools/scripts/tools-2.xml.in
8537         * plugins/valgrind/plugin.c
8538         * src/anjuta-actions.h:
8539         Fixed bug #376335 "menu items should be capitalized".  Minor
8540         grammar edits.
8542 2006-11-20  Naba Kumar  <naba@gnome.org>
8543         
8544         * configure.in: Fixed build.
8546         Patch from: Arjan Timmerman
8547         *configure.in: Make subvesion plugin build for apr 1.x.
8548         Fixes: Bug #364754.
8549         
8550 2006-11-20  Johannes Schmid <jhs@gnome.org>
8552         * configure.in
8553         * plugins/*/*.[ch]:
8554         Removed patches from Sylvain and Günther. They caused not problems but
8555         Naba was against them.
8557 2006-11-20  Johannes Schmid <jhs@gnome.org>
8559         * Removed me from MAINTAINERS
8561 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8563         * configure.in:
8564         Use apr-1 instead of apr-0
8566 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8568         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8569         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8570         and another bug occuring when parsing .pc file containing quotes.
8572 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8574         * plugins/*/*.[ch]: Use class macro for type casting.
8576         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8577         GCC 4.1.2 (there are only two warnings remaining now when compiling
8578         plugins).
8580         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8581         a memory leak in debug_tree_find_expression; g_free was called on
8582         the parameter instead of the memory allocated by gtk_tree_model_get.
8584         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8585         to declare and initialize the global type variable of the plugin.
8587 2006-10-31  Naba Kumar  <naba@gnome.org>
8589         * global-tags/create_global_tags.sh.in: Added an end message.
8590         
8591         * libanjuta/anjuta-launcher.h: Fixed indentation.
8592         
8593         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8594         creation to a) append the messages in right way, b) Connect signals
8595         to the view properly and c) Recreate the system-tags.cache at the
8596         end of the generation.
8598         * plugins/symbol-browser: Fixed action path (double
8599         click on sysmbols was not working).
8601         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8602         Fixed typedef and removed dead code.
8604         * tagmanager/c.c: Took the latest version from ctags source
8605         repository, because the one we had (from ctags 5.6) was broken.
8606         
8607         * global_tags/create_global_tags.sh.in: Reverted the patch from
8608         Sylvain because it was not right fix (and added a helpful comment).
8609         Used /bin/bash to fix the bashism and generated separate log files
8610         for each tag files in the same directory.
8611         
8612 2006-10-29  Naba Kumar  <naba@gnome.org>
8614         * plugins/editor/text_editor.c: Use a temporary file
8615         to save the editor and move it at the end to original
8616         file. This will prevent data corruption if file save
8617         failed for any reason. Also report proper errors when
8618         file save fails. Fixes bug #346575.
8619         
8620 2006-10-26  Naba Kumar  <naba@gnome.org>
8622         * plugins/document-manager/anjuta-docman.c: Do not load
8623         the same files with different path more than once (happens
8624         with symlinked files). Fixes Bug #323591.
8626 2006-10-25  Naba Kumar  <naba@gnome.org>
8628         * plugins/valgrind/vgactions.c: Fixed a warning.
8630 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8632         Reviewed by Naba Kumar  <naba@gnome.org>:
8634         * plugins/valgrind/vgtoolview.c:
8635         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8637         * plugins/valgrind/bugged-prg-test.c:
8638         No more warning during compilation with GCC 4.1.
8639         Program is still buggy in order to be used as a test of the
8640         plugin.
8642         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8643         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8644         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8645         plugins/valgrind/vgrule.c:
8646         No more warning during compilation with GCC 4.1.
8648         * plugins/valgrind/plugin.c:
8649         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8650         prototype (was missing from previous patch).
8652 2006-10-24  Naba Kumar  <naba@gnome.org>
8654         * plugins/glade/plugin.c: Show glade tree view, not list view.
8655         
8656         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8657         exited with glade plugin still loaded. Fixes Bug #364755.
8659         * plugins/document-manager/anjuta-document-manager.plugin.in:
8660         Added application/x-reject in accepted mime-types.
8661         
8662         * Changelog: Fixed changelog alignments.
8664 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8666         Reviewed by: Naba Kumar  <naba@gnome.org>
8667         
8668         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8669         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8670         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8671         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8672         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8673         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8674         plugins/valgrind/vgsearchbar.c:
8675         Use class macro for type casting.
8677         * plugins/valgrind/plugin.h:
8678         Don't force cast a GtkActionGroup to a GtkAction.
8680         * plugins/valgrind/plugin.c:
8681         Use correct API to get path of the preoject root when building
8682         the list of targets for the run action.
8683         Correct ordering of the construction of the preferences widgets.
8684         Only remove the valgrind widget if it is currently displayed.
8686         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8687         Return if check_valgrind_binary() fails.
8688         The ValgrindPluginPrefs object is initialized after the call to
8689         vg_action_new. Take a handle to the location of the pointer to
8690         the future object.
8692 2006-10-24  Naba Kumar  <naba@gnome.org>
8694         * HACKING: Updated coding sample.
8695         
8696         Patch from: Armin Burgmeier  <armin@arbur.net>
8697         * plugins/symbol-browser/test-class.h,
8698         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8699         
8700 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8702         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8703         * plugins/valgrind/vgtoolview.h:
8704         Correctly handle the argv / srcdir of vg_tool_view object. Do
8705         not leak memory associated with those arrays.
8707         * plugins/symbol-browser/an_symbol_prefs.c:
8708         Support unloading / reloading of the module (for example when
8709         closing a project and opening another one).
8711         * plugins/project-manager/plugin.c:
8712         Remove plugin widget before removing plugin itself, preventing
8713         a crash with valgrind plugin.
8715         * libanjuta/anjuta-preferences-dialog.c:
8716         Do not use the page_num returned by gtk_notebook_append_page to
8717         remove the page as it cause bugs when pages removal is not done
8718         in LIFO.
8720         * plugins/document-manager/anjuta-docman.c:
8721         Fix some GTK+ warnings.
8723         * global-tags/create_global_tags.sh.in:
8724         Rewrite script to remove bash-ism and use pkg-config directly
8725         instead of parsing the *.pc file by hand. This solve problems
8726         that occurred when one of the directory in PKG_CONFIG_PATH is
8727         empty.
8729 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8731         * plugins/glade/plugin.c: Fix build (#363884)
8733 2006-10-22  Johannes Schmid <jhs@gnome.org>
8735         * plugins/file-manager/an_file_view.c:
8736         * plugins/file-manager/plugin.c:
8737         * plugins/file-manager/plugin.h:
8738         Fix possible crasher when changing project-root uri when we try to restore open nodes
8739         * AUTHORS: Updated
8741 2006-10-19  Naba Kumar  <naba@gnome.org>
8743         Patch from: Juan Pablo Ugarte
8744         * plugins/glade/plugin.c: Include glade header
8745         correctly.
8746         
8747 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8748         
8749         * plugins/debug-manager/Makefile.am,
8750         plugins/debug-manager/sexy-icon-entry.h,
8751         plugins/debug-manager/sexy-icon-entry.c,
8752         plugins/debug-manager/dataview.c:
8753         Fix bug #358134 (Goto memory prompt)
8754         Use sexy-icon-entry from libsexy 0.1.10
8756         * plugins/debug-manager/debugger.c,
8757         plugins/debug-manager/plugin.c,
8758         plugins/debug-manager/start.c,
8759         plugins/gdb/debugger.c,
8760         plugins/gdb/plugin.c:
8761         Better error handling when starting and stopping debugger
8763 2006-10-13  Maik Beckmann <maik@eigenco.de>
8765         * src/action_callbacks.c:
8766         Fixed bug #361830 (AboutDialog does not close) which is caused 
8767         due to a change in Gtk+ 2.10  
8768   
8769 2006-10-12  Adam Dingle <adam@medovina.org>
8771         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8773         * plugins/search/search-replace.c:
8774         Fixed bug #358068 (indicate when Find in Files is complete)
8776         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8778         * plugins/sourceview/sourceview-prefs.c:
8779         * plugins/sourceview/sourceview.glade:
8780         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8782         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8784         * plugins/devhelp/plugin.c:
8785         * plugins/search/plugin.c: 
8786         Fixed bug #359750 (fix find/replace shortcut keys).
8788         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8789         use Alt+key for shortcuts)
8791         *  plugins/debug-manager/debug_tree.c:
8792         *  plugins/debug-manager/debugger.c:
8793         Fixed bug #359317 (can't load debug manager)
8795         * /plugins/document-manager/plugin.c:
8796         Fixed bug #359259 (highlight modes listed in reverse 
8797         alphabetical order).
8799 2006-10-10  Johannes Schmid <jhs@gnome.org>
8801         * plugins/glade/plugin.c:
8802         Add scrollbars to glade project window
8804 2006-10-10  Johannes Schmid <jhs@gnome.org>
8806         * libanjuta/interfaces/Makefile.am.iface:
8807         Fixed Makefile with broke build
8809 2006-10-07  Johannes Schmid <jhs@gnome.org>
8811         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8812         * libanjuta/interfaces/Makefile.iface.am:
8813         Fixed enum types generation
8815         * libanjuta/interfaces/libanjuta.idl:
8816         Fixed some strange typo
8818 2006-10-06  Johannes Schmid <jhs@gnome.org>
8820         * libanjuta/interfaces/Makefile.iface.am:
8821         Fixed enum-types.h generation
8822         * libanjuta/interfaces/libanjuta.idl:
8823         char* => gchar*
8824         IAnjutaTODO::load should take const gchar* argument
8825         Remove include to libanjuta/e-splash.h which is not installed as header file
8826         Disable get_attributes for now
8827         
8828         * pluings/sourceview/sourceview.c: Disabled get_attributes
8829         
8830         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8832 2006-10-05  Naba Kumar  <naba@gnome.org>
8834         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8835         Set bug id for 'Profiler plugin' task.
8837 2006-10-03  Naba Kumar  <naba@gnome.org>
8839         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8840         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8842         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8843         plugins/project-manager/plugin.c: Added a new API in
8844         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8845         Added some documentation. On project close, close all editors that
8846         has files opened for the project.
8847         
8848         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8849         from the containers on anjuta_shell_remove_widget(). Do not destroy
8850         glade widgets once created.
8851         
8852 2006-10-03  Johannes Schmid <jhs@gnome.org>
8854         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8855         * libanjuta/interfaces/libanjuta.idl:
8856         const-List<> => const List<>
8857         List-free<> => List<>
8858         
8859         * Makefile.am: Reenabled launcher
8861 2006-10-03  Johannes Schmid <jhs@gnome.org>
8863         * libanjuta/interfaces/Makefile.am.iface:
8864         Install libanjuta.idl
8866 2006-10-02  Adam Dingle <adam@medovina.org>
8868         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8870 2006-10-02  Adam Dingle <adam@medovina.org>
8872         * plugins/editor/style-editor.c: fixed bug #357534
8873         * plugins/gdb/utilities.h: removed 2 unused declarations
8875 2006-10-02  Johannes Schmid <jhs@gnome.org>
8877         * Makefile.am: disabled anjuta-launcher
8878         * libanjuta/Makefile.am:
8879         
8880         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
8881         * libanjuta/glue-factory.c: (glue_factory_add_path),
8882         (glue_factory_get_path):
8883         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
8884         * libanjuta/glue-factory.h:
8885         * libanjuta/glue-cpp.h:
8886         * libanjuta/glue-cpp.c:
8887         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
8888         
8889         * libanjuta/interfaces/Makefile.am.iface:
8890         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8891         * libanjuta/interfaces/libanjuta.idl:
8892         Add a new features to idl compiler:
8893         List<Type> => List of Type
8894         List-free<Type> => List of Type, it is up to the caller to free items and list
8895         const-List(-free)<Type> = const List of Types
8896         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
8897         
8898         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
8899         (generic_cpp_class_create_code):
8900         Adapted to new project_manager interface
8901         
8902         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
8903         * plugins/debug-manager/debugger.c:
8904         (ivariable_debugger_iface_init):
8905         Do not use C++ keyword "delete" for interface name
8906         
8907         * plugins/document-manager/anjuta-document-manager.plugin.in:
8908         Added m4 to mime-types
8909         
8910         * plugins/project-manager/plugin.c:
8911         (iproject_manager_add_source_multi):
8912         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
8914 2006-10-01  Naba Kumar  <naba@gnome.org>
8916         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
8917         UI file used when out-of-process devhelp is used instead of
8918         embedded devhelp.
8919         
8920         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
8921         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
8922         plugins/profile-default/default.anjuta: Build devhelp plugin,
8923         but use out-of-process devhelp if devhelp plugin is disabled
8924         (either by user or devhelp is not installed). Disabled devhelp
8925         plugin by default. Added it in default profile.
8927 2006-10-01  Naba Kumar  <naba@gnome.org>
8929         * plguins/project-manager/plugin.c: Possible fix for crash
8930         bug #358583.
8931         
8932         * configure.in, plugins/Makefile.am: Enabled glade plugin and
8933         set dep to last version 3.0.2.
8934         
8935         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
8936         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
8937         plugins/symbol-browser/plugin.c: Use the right action group
8938         for getting popup actions (Fixes lots of assertion failures).
8940         * plugins/project-manager/plugin.c,
8941         plugins/project-manager/plugin.h: use separate action group
8942         for profie actions.
8943         
8944         * plugins/message-view/plugin.c: Disconnect session load
8945         signal on plugin deactivation (fixes a crash).
8947 2006-09-30  Naba Kumar  <naba@gnome.org>
8949         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
8950         * TODO.tasks: Assigned a bounty to Massimo.
8952 2006-09-29  Naba Kumar  <naba@gnome.org>
8954         * src/anjuta-app.c, src/shell.c: Fixed build errors.
8956 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
8958         * plugins/debug-manager/debugger.c,
8959         plugins/debug-manager/plugin.c,
8960         libanjuta/interfaces/libanjuta.idl:
8961         Add a new abort command to quit debugger without waiting
8963         * plugins/gdb/debugger.c,
8964         plugins/gdb/debugger.h,
8965         plugins/gdb/plugin.c:
8966         Send a signal directly to the debugged program
8967         Implement abort command
8969         * plugins/debug-manager/debug_tree.c:
8970         Fix bug #358163
8972         * plugins/debug-manager/stack-trace.c:
8973         Fix bug #358009
8975 2006-09-29  Naba Kumar  <naba@gnome.org>
8977         * TODO.tasks: Updated.
8978         
8979         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
8980         dialog.
8981         
8982         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
8983         
8984         * TODO.tasks: Updated in light of the word wrapping fix
8985         in Tasks Manager. Added a test bounty entry.
8987         * TODO.tasks: Added four bounties.
8988         
8989 2006-09-28  Naba Kumar  <naba@gnome.org>
8991         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
8992         Added 'customizable' parameter to
8993         anjuta_ui_add_action_group_entries() and similar functions to
8994         allow user configuration of the actions. Filter out actions that
8995         are not configurable items (such as submenu items). Now the
8996         'Customize shortcuts' dialog is much better listed.
8998         * plugins/build-basic-autotools/build-basic-autotools.c,
8999         plugins/build-basic-autotools/build-basic-autotools.h,
9000         plugins/cvs-plugin/plugin.c,
9001         plugins/cvs-plugin/plugin.h,
9002         plugins/debug-manager/breakpoints.c,
9003         plugins/debug-manager/plugin.c,
9004         plugins/debug-manager/stack_trace.c,
9005         plugins/debug-manager/watch.c,
9006         plugins/devhelp/plugin.c,
9007         plugins/document-manager/plugin.c,
9008         plugins/file-loader/plugin.c,
9009         plugins/file-manager/plugin.c,
9010         plugins/glade/plugin.c,
9011         plugins/gtodo/interface.c,
9012         plugins/gtodo/plugin.c,
9013         plugins/language-support-cpp-java/plugin.c,
9014         plugins/macro/plugin.c,
9015         plugins/macro/plugin.h,
9016         plugins/message-view/plugin.c,
9017         plugins/patch/plugin.c,
9018         plugins/profile-default/default.anjuta,
9019         plugins/project-manager/plugin.c,
9020         plugins/project-manager/plugin.h,
9021         plugins/sample1/plugin.c,
9022         plugins/search/plugin.c,
9023         plugins/subversion/plugin.c,
9024         plugins/subversion/plugin.h,
9025         plugins/symbol-browser/plugin.c,
9026         plugins/symbol-browser/plugin.h,
9027         plugins/tools/plugin.c,
9028         plugins/valgrind/plugin.c,
9029         plugins/valgrind/plugin.h: Fixed to take care of above change
9030         in API of AnjutaUI. Properly added/removed action groups in some
9031         plugins. Split action groups into customization and non-customizable
9032         groups and added them separately.
9034         * plugins/document-manager/plugin.c: Close files belonging to
9035         project when project is closed (not complete).
9036         
9037         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9038         vertical aligned cell entries.
9039         
9040         * src/anjuta-app.c: Define macros for the placeholder names.
9041         Set default widths and heights of the default placeholders,
9042         so that newly docked widgets are correclty sized.
9043         
9044         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9045         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9046         Fixed to generated correct actions addition/removal code.
9048 2006-09-25  Naba Kumar  <naba@gnome.org>
9050         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9051         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9052         class.
9053         
9054         * plugins/message-view/anjuta-msgman.c,
9055         plugins/message-view/anjuta-msgman.h,
9056         plugins/message-view/message-view.c,
9057         plugins/message-view/message-view.h,
9058         plugins/message-view/plugin.c: Serialize messages panes in
9059         session save and deserialize them in session load so that
9060         build messages persistant.
9061         
9062 2006-09-24  Johannes Schmid <jhs@gnome.org>
9064         * libanjuta/anjuta-utils.c:
9065         * plugins/message-view/message-view.c:
9066         Really fixed #355407
9068 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9070         * libanjuta/interfaces/libanjuta.idl:
9071         Change one variable sign
9073         * plugins/debug-manager/anjuta-debug-manager.glade,
9074         plugins/debug-manager/anjuta-debug-manager.ui:
9075         Few small interface changes     
9077         * plugins/debug-manager/debug_tree.h,
9078         plugins/debug-manager/watch.c,
9079         plugins/debug-manager/debugger.c,
9080         plugins/debug-manager/plugin.c
9081         plugins/gdb/debugger.c,
9082         plugins/gdb/plugin.c:
9083         Big rewrite of debugger queue
9084         Allow to cancel command
9086         * plugins/debug-manager/memory.c:
9087         Fix a bug if a command is cancelled
9089 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9091         * plugins/gdb/debugger.c,
9092         plugins/debug-manager/debug_tree.c,
9093         plugins/debug-manager/locals.c:
9094         Restore tree representation for local variable
9095         Add argument in local variable list
9096         Use gdb variable object to get all informations
9098 2006-09-19  Naba Kumar  <naba@gnome.org>
9100         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9101         that implements AnjutaSavePrompt class.
9103         * ChangeLog: Fixed indentation.
9104         
9105         * libanjuta/Makefile.am,
9106         libanjuta/anjuta-marshal.list,
9107         libanjuta/anjuta-shell.c,
9108         libanjuta/anjuta-shell.h,
9109         plugins/document-manager/action-callbacks.c,
9110         plugins/document-manager/action-callbacks.h,
9111         plugins/document-manager/anjuta-docman.c,
9112         plugins/document-manager/anjuta-docman.h,
9113         plugins/document-manager/plugin.c,
9114         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9115         unsaved items during exit. A new signal is added in shell
9116         interface called 'save-prompt' to collect all unsaved items.
9117         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9118         Fixed document manager to use the new save-prompt signal in shell
9119         and AnjutaSavePrompt object for unsaved files. Cleaned up
9120         AnjutaDocman to synchronously save new files. Fixed function
9121         names.
9123 2006-09-18  Johannes Schmid <jhs@gnome.org>
9125         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9126         gdl requirement to 0.7.0
9128 2006-09-18  Johannes Schmid <jhs@gnome.org>
9130         * global-tags/.cvsignore:
9131         * global-tags/Makefile.am:
9132         * global-tags/create_global_tags.sh (removed):
9133         * global-tags/create_global_tags.sh.in (added):
9134         Fixed #355407
9135         
9136         * libanjuta/anjuta-launcher.c:
9137         Fixed #349374
9138         
9139         * plugins/project-manager/plugin.c:
9140         (project_manager_plugin_close_project):
9141         Fixed crasher
9142         
9143         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9144         Fixed gtk critical
9145         
9146         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9147         More reasonable toolbar creation/deletition though it does
9148         not completly work!
9150 2006-09-15  Johannes Schmid <jhs@gnome.org>
9152         * libanjuta/anjuta-utils.c/.h:
9153         Fixed #355168
9155 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9157         * scintilla/ScintillaGTK.cxx
9158         Fixed doulbe freeing in Scintilla
9160 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9162         * plugins/symbol-browser/an_symbol_prefs.c:
9163         Support unloading / reloading of the module (for example when
9164         closing a project and opening another one).
9166         * plugins/project-manager/plugin.c:
9167         Really fixed #355148 (Show project name in title bar)
9169 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9171         * libanjuta/plugins.c:
9172         Fixed #355156 (Show plugins in alphabetical order)
9174 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9176         * plugins/project-manager/plugin.c:
9177         Fixed #355148 (Show project name in title bar)
9179 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9181         * plugins/project-manager/plugin.c:
9182         (value_removed_project_root_uri):
9183         Fixed crasher if project cannot be opened
9185 2006-08-30 Naba Kumar  <naba@gnome.org>
9187         * plugins/language-support-cpp-java/plugin.[c,h],
9188         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9189         Impletemnted UI for auto indent.
9190         
9191 2006-08-28 Naba Kumar  <naba@gnome.org>
9192         
9193         * plugins/gvim/.cvsignore,
9194         plugins/gvim/Makefile.am,
9195         plugins/gvim/anjuta-vim-plugin.png,
9196         plugins/gvim/anjuta-vim.c,
9197         plugins/gvim/anjuta-vim.h,
9198         plugins/gvim/anjuta-vim.plugin.in,
9199         plugins/gvim/gtkvim.c,
9200         plugins/gvim/gtkvim.h,
9201         plugins/gvim/plugin.c,
9202         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9203         in build yet.
9205 2006-08-28 Naba Kumar  <naba@gnome.org>
9207         Patch from: Massimo Corà  <maxcvs@email.it>
9208         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9209         possible infinite loop.
9211 2006-08-22 Adam Dingle <adam@medovina.org>
9212         
9213         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9214         to edit are shown in the preferences dialog in anjuta").
9215         Removed unused widgets from the style editor dialog.
9217 2006-08-21  Johannes Schmid <jhs@gnome.org>
9219         * plugins/symbol-browser/test-class.[cpp/h]
9220         Added missing files
9222 2006-08-18  Naba Kumar  <naba@gnome.org>
9224         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9225         end of document loading.
9227         * plugins/language-support-cpp-java/plugin.c,
9228         plugins/sourceview/sourceview.c: Fixed plugin loading.
9230 2006-08-17  Naba Kumar  <naba@gnome.org>
9232         * plugins/language-support-cpp-java/plugin.c,
9233         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9234         mode line parsing. Indentation parameters initialized based on
9235         mode line parameters.
9237 2006-08-16  Naba Kumar  <naba@gnome.org>
9239         * Makefile.am, plugins/editor/text_editor.c,
9240         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9241         comments.
9243 2006-08-16 Naba Kumar  <naba@gnome.org>
9245         Patch from  Massimo Cora'  <maxcvs@email.it>:
9246         
9247         * plugins/editor/aneditor-autocomplete.cxx,
9248         plugins/editor/aneditor-calltip.cxx,
9249         plugins/symbol-browser/Makefile.am,
9250         plugins/symbol-browser/an_symbol.c,
9251         plugins/symbol-browser/an_symbol_view.c,
9252         plugins/symbol-browser/plugin.c,
9253         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9254         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9255         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9256         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9257         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9258         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9259         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9260         tagmanager/get.h, tagmanager/html.c,
9261         tagmanager/include/tm_source_file.h,
9262         tagmanager/include/tm_tag.h,
9263         tagmanager/include/tm_workspace.h,
9264         tagmanager/jscript.c, tagmanager/keyword.c,
9265         tagmanager/keyword.h, tagmanager/lisp.c,
9266         tagmanager/lregex.c, tagmanager/lua.c,
9267         tagmanager/main.h, tagmanager/make.c,
9268         tagmanager/options.c, tagmanager/options.h,
9269         tagmanager/parse.c, tagmanager/parse.h,
9270         tagmanager/parsers.h, tagmanager/pascal.c,
9271         tagmanager/perl.c, tagmanager/php.c,
9272         tagmanager/python.c, tagmanager/read.c,
9273         tagmanager/read.h, tagmanager/readtags.c,
9274         tagmanager/readtags.h, tagmanager/rexx.c,
9275         tagmanager/routines.c, tagmanager/routines.h,
9276         tagmanager/ruby.c, tagmanager/scheme.c,
9277         tagmanager/sh.c, tagmanager/slang.c,
9278         tagmanager/sml.c, tagmanager/sort.c,
9279         tagmanager/sort.h, tagmanager/sql.c,
9280         tagmanager/strlist.c, tagmanager/strlist.h,
9281         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9282         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9283         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9284         tagmanager/vim.c, tagmanager/vstring.c,
9285         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9286         5.6 and namespace completion fixed.
9288         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9289         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9291 2006-08-15 Naba Kumar  <naba@gnome.org>
9293         * libanjuta/interfaces/libanjuta.idl,
9294         plugins/editor/text-editor-iterable.c,
9295         plugins/editor/text_editor.c,
9296         plugins/sourceview/sourceview-cell.c,
9297         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9298         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9299         ianjuta_editor_end_action().
9300         
9301         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9303 2006-08-13 Naba Kumar  <naba@gnome.org>
9305         * plugins/debug-manager/breakpoints.c,
9306         plugins/debug-manager/memory.c,
9307         plugins/debug-manager/registers.c,
9308         src/layout.xml: Fixed debugger widgets layout.
9310 2006-08-12 Naba Kumar  <naba@gnome.org>
9312         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9313         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9314         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9315         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9316         codes and dead codes. Removed automatic indentation prefs.
9318 2006-08-12  Johannes Schmid <jhs@gnome.org>
9320         * libanjuta/Makefile.am:
9321         * libanjuta/anjuta-launcher.c:
9322         * libanjuta/anjuta-launcher.h:
9323         * libanjuta/anjuta-plugin.c:
9324         * libanjuta/anjuta-plugin.h:
9325         * libanjuta/anjuta-preferences.c:
9326         * libanjuta/anjuta-preferences.h:
9327         * libanjuta/anjuta-shell.c:
9328         * libanjuta/anjuta-shell.h:
9329         * libanjuta/libanjuta.h:
9330         
9331         Made wrapper friendly:
9332         - no inline in header files (preferences_set/get)
9333         - correct signal names
9334         - correct GError** argument in anjuta_shell_freeze/thaw
9335         - include correct files in libanjuta.h
9336         
9337         * plugins/project-manager/plugin.c: 
9338         Fixed two crashers
9340 2006-08-11 Naba Kumar  <naba@gnome.org>
9342         * plugins/editor/aneditor-priv.h,
9343         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9344         
9345         * plugins/editor/text_editor_cbs.c,
9346         plugins/sourceview/anjuta-view.c: Pass the right position for char
9347         added signal.
9348         
9349         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9350         
9351         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9353 2006-08-11 Naba Kumar  <naba@gnome.org>
9355         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9356         return the right character at the iter position and get_char() to
9357         not leak memory.
9359         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9360         to set to character offset and not byte index.
9362         * plugins/language-support-cpp-java/plugin.c: Improved
9363         auto-indentation login. Indents opening and closing braces correctly.
9365 2006-08-10  Johannes Schmid <jhs@gnome.org>
9367         * INSTALL:
9368         * autogen.sh:
9369         Required automake = 1.9
9371         * libanjuta/anjuta-children.c:
9372         * libanjuta/anjuta-children.h:
9373         * libanjuta/anjuta-encodings.h:
9374         * libanjuta/anjuta-launcher.h:
9375         * libanjuta/anjuta-plugin-description.h:
9376         * libanjuta/anjuta-preferences-dialog.h:
9377         * libanjuta/anjuta-preferences.h:
9378         * libanjuta/anjuta-session.h:
9379         * libanjuta/anjuta-status.h:
9380         * libanjuta/anjuta-ui.h:
9381         * libanjuta/anjuta-utils.c:
9382         * libanjuta/anjuta-utils.h:
9383         * libanjuta/e-splash.h:
9384         * libanjuta/glue-factory.h:
9385         * libanjuta/glue-plugin.h:
9386         * libanjuta/plugins.h:
9387         * libanjuta/resources.h:
9388         Fixed libanjuta to be able to wrap it
9389         - G_BEGIN_DECLS, G_END_DECLS
9390         - include all necessary files in libanjuta.h
9392         * plugins/gtodo/tray-icon.c:
9393         * plugins/terminal/terminal.c:
9394         Some build fixes for freebsd
9396         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9397         * plugins/sourceview/sourceview.glade:
9398         Remove auto-indent feature as it is now in language-support
9400 2006-08-09 Naba Kumar  <naba@gnome.org>
9402         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9403         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9404         Added missing files.
9406         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9407         get_use_spaces(), set_tabsize() and set_use_spaces().
9409 2006-08-09 Naba Kumar  <naba@gnome.org>
9411         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9412         succeeded in activating.
9414         * plugins/document-manager/plugin.c: Added debug message.
9416         * libanjuta/interfaces/libanjuta.idl,
9417         plugins/editor/text_editor.c: Implemented get_tabsize(),
9418         get_use_spaces(), set_tabsize() and set_use_spaces().
9420         * plugins/language-support-cpp-java/Makefile.am,
9421         plugins/language-support-cpp-java/plugin.c,
9422         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9423         for indentation. Added preferences page for paramenters.
9425         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9427 2006-08-08 Naba Kumar  <naba@gnome.org>
9429         * libanjuta/interfaces/libanjuta.idl,
9430         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9431         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9432         plugins/editor/text_editor.c,
9433         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9434         and implemented it for both scintilla and sourceview.
9436         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9437         focus back to editor (happens when pressing esc in incremental
9438         search box).
9440 2006-08-08 Naba Kumar  <naba@gnome.org>
9442         * libanjuta/interfaces/libanjuta.idl,
9443         plugins/editor/text_editor.c,
9444         plugins/editor/text_editor.h,
9445         plugins/editor/text-editor-iterable.c,
9446         plugins/sourceview/sourceview-cell.c,
9447         plugins/sourceview/sourceview.c: Implemented editor attributes
9448         methods.
9449         
9450         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9451         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9452         code (not complete yet).
9454         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9455         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9456         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9457         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9458         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9459         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9461 2006-08-04 Naba Kumar  <naba@gnome.org>
9463         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9464         implementation.
9465         
9466 2006-08-03  Johannes Schmid <jhs@gnome.org>
9468         * configure.in: Add a more informative text to valgrind plugin
9470         * TODO.tasks:
9471         Modified Preferences tasl
9472         * libanjuta/anjuta-plugin.c: 
9473         * libanjuta/anjuta-preferences-dialog.c: 
9474         * libanjuta/anjuta-preferences-dialog.h:
9475         * libanjuta/anjuta-preferences.c:
9476         * libanjuta/anjuta-preferences.h:
9477         * libanjuta/interfaces/Makefile.am.iface:
9478         * libanjuta/interfaces/libanjuta.idl:
9479         Added IAnjutaPreferences interface which every plugin that has preferences should
9480         implement. Call merge() and unmerge() at plugin activation/deactivation.
9481         Fixed preferences_page_remove()
9482         
9483         * plugins/build-basic-autotools/build-basic-autotools.c:
9484         * plugins/cvs-plugin/plugin.c: 
9485         * plugins/document-manager/plugin.c:
9486         * plugins/editor/plugin.c:
9487         * plugins/editor/plugin.h:
9488         * plugins/file-manager/plugin.c: 
9489         * plugins/gtodo/main.h:
9490         * plugins/gtodo/plugin.c: 
9491         * plugins/gtodo/preferences.c: 
9492         * plugins/message-view/anjuta-msgman.c: 
9493         * plugins/message-view/anjuta-msgman.h:
9494         * plugins/message-view/plugin.c:
9495         * plugins/sourceview/plugin.c: 
9496         * plugins/sourceview/plugin.h:
9497         * plugins/symbol-browser/an_symbol_prefs.c:
9498         * plugins/symbol-browser/plugin.c: 
9499         * plugins/terminal/terminal.c: 
9500         * plugins/valgrind/plugin.c
9501         * src/anjuta-app.c:
9502         
9503         Updated preference loading/unloading for all plugins
9505 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9506         
9507         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9508         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9509     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9510         recommended by the autoconf manual. 
9511         - Fixes compiling with autoconf 2.60.
9512         
9513         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9515 2006-08-02      Johanes Schmid <jhs@gnome.org>
9517         * plugins/profile-default/plugin.c:
9518         Fixed session handling
9520 2006-08-01  Johannes Schmid <jhs@gnome.org>
9522         * configure.in
9523         * plugins/Makefile.am:
9524         Disabled devhelp and glade for now as they do not work (#341073
9525         and #341170)
9526         
9527         * plugins/profile-default/anjuta-default-profile.ui (removed):
9528         * plugins/profile-default/plugin.c:
9529         * plugins/profile-default/plugin.h:
9530         * plugins/project-manager/anjuta-project-manager.ui:
9531         * plugins/project-manager/plugin.c:
9532         * plugins/project-manager/plugin.h:
9533         Limted multiple project support #315043
9535         * libanjuta/interfaces/libanjuta.idl:
9536         Added ianjuta_profile_unload
9538 2006-07-31 Naba Kumar  <naba@gnome.org>
9540         * libanjuta/interfaces/libanjuta.idl,
9541         plugins/editor/text-editor-iterable.c,
9542         plugins/editor/text_editor.c,
9543         plugins/sourceview/anjuta-view.c,
9544         plugins/sourceview/anjuta-view.h,
9545         plugins/sourceview/sourceview.c: Fixed text iteration and 
9546         IAnjutaEditor implementations in both scintilla
9547         and sourceview. Cleand up libanjuta API: Removed redundant
9548         erase_range() method from IAnjutaEditor interface, fixed
9549         ianjuta_editor_get_text to take length instead of range (consistency).
9550         autoindentation in both sourceview and scintilla more or less works,
9551         but still disabled for now because there are still some anomalies
9552         in text iteration.
9554         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9556         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9557         API changes.
9559 2006-07-30  Johannes Schmid <jhs@gnome.org>
9561         * plugins/sourceview/anjuta-document.c:
9562         * plugins/sourceview/anjuta-document.h:
9563         * plugins/sourceview/anjuta-view.c: 
9564         * plugins/sourceview/sourceview.c:
9565         Wrote a new "char_added" implementation, I hope this one is good
9567         * plugins/sourceview/sourceview-cell.c:
9568         Fixed typo: "text_iter" instead of "iter"
9570 2006-07-30 Naba Kumar  <naba@gnome.org>
9572         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9574 2006-07-30  Johannes Schmid <jhs@gnome.org>
9576         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9577         
9578         * plugins/debug-manager/plugin.c: 
9579         * plugins/patch/plugin.c:
9580         Use IAnjutaIndicable to mark debugger position
9582         * plugins/sourceview/sourceview.c:
9583         Define colors for IAnjutaIndicable
9585 2006-07-29  Johannes Schmid <jhs@gnome.org>
9587         * plugins/debug-manager/anjuta-debug-manager.ui:
9588         * plugins/debug-manager/breakpoints.c:
9589         * plugins/debug-manager/images/Makefile.am:
9590         * plugins/debug-manager/images/run-to-cursor.png:
9591         * plugins/debug-manager/plugin.c:
9592         Added toolbar and some icons
9594         * plugins/patch/anjuta-patch.ui:
9595         * plugins/patch/patch-plugin.c:
9596         * plugins/patch/patch-plugin.glade:
9597         * plugins/patch/plugin.c:
9598         * plugins/patch/plugin.h:
9599         Improved patch plugin (GUI and function)
9601         * plugins/sourceview/sourceview.c:
9602         Fixed another Gtk-Critical
9604         * plugins/tools/anjuta-tools.ui:
9605         * plugins/tools/plugin.h:
9606         Put Patch plugin in tools menu and changed ui file
9608 2006-07-29  Johannes Schmid <jhs@gnome.org>
9610         * plugins/document-manager/plugin.c:
9611         Fixed accelator Gtk-Warning
9613         * plugins/message-view/anjuta-msgman.c: 
9614         Fixed Gtk-Warning
9616         * plugins/sourceview/anjuta-document.c:
9617         * plugins/sourceview/anjuta-document.h:
9618         * plugins/sourceview/anjuta-marshal.list:
9619         Wrote a better emitter for the char-added signal
9621         * plugins/sourceview/sourceview.c:
9622         Fixed Redo/Undo to void Gtk-Criticals
9623         
9624         * plugins/sourceview/sourceview-args.c:
9625         * plugins/sourceview/sourceview-cell.c:
9626         * plugins/sourceview/sourceview-scope.c:
9627         * plugins/sourceview/sourceview-tags.c: 
9628         Adapted to new IAnjutaIterator API
9630 2006-07-28 Naba Kumar  <naba@gnome.org>
9632         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9634         * plugins/symbol-browser/an_symbol.c,
9635         plugins/symbol-browser/an_symbol_iter.c,
9636         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9637         subclass of AnjutaSymbol so that the symbol is accessible from
9638         the iter in light of changes in IAnjutaIterable.
9640         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9641         implementation of IAnjutaIterable.
9643 2006-07-28 Naba Kumar  <naba@gnome.org>
9645         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9646         IAnjutaIterable. They were kind of useless since the interface is
9647         defined on the data object itself. Added set_position() method
9648         in IAnjutaIterable to allow setting arbitrary current index to the
9649         iter.
9650         Added erase() and erase_range() in IAnjutaEditor.
9652         * plugins/editor/text-editor-iterable.c: Fixed 
9653         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9654         methods in editor. Fixed get_line_from_position() method.
9656         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9657         code. It's disabled for now.
9659         * plugins/sourceview/sourceview-cell.c,
9660         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9661         implementation.
9663 2006-07-27  Johannes Schmid <jhs@gnome.org>
9665         * plugins/sourceview/sourceview-cell.c:
9666         Fixed IAnjutaEditorCell to work only on a single line
9667         Fixed crasher in finalize
9669         * plugins/symbol-browser/an_symbol_prefs.c:
9670         * global-tags/Makefile.am:
9671         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9672         script installation     
9674 2006-07-26 Naba Kumar  <naba@gnome.org>
9676         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9677         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9678         
9679         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9680         
9681         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9682         support plugins
9683         
9684         * plugins/editor/text-editor-iterable.c,
9685         plugins/editor/text_editor.c,
9686         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9687         method to work correctly, it was ignoring start and end parameters.
9688         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9689         emission.
9690         
9691         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9692         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9694 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9696         * plugins/symbol-browser/an_symbol_view.c,
9697         plugins/symbol-browser/an_symbol_view.h,
9698         plugins/symbol-browser/plugin.c:
9699     fix a matching case into sv_extract_type_qualifier_from_expr ()
9700     and some minor issues.
9702 2006-07-26  Johannes Schmid <jhs@gnome.org>
9704         * plugins/language-support-cpp-java/plugin.c:
9705         Fixed to work kind of with sourceview editor
9706         * plugins/sourceview/anjuta-document.c: 
9707         * plugins/sourceview/anjuta-view.c: 
9708         * plugins/sourceview/sourceview-cell.c:
9709         * plugins/sourceview/sourceview.c:
9710         Fixed IAnjutaEditorCell and "char-added" signal
9712 2006-07-24 Naba Kumar  <naba@gnome.org>
9714         * plugins/document-manager/plugin.c,
9715         plugins/document-manager/plugin.h: Initial implementedion for loading
9716         support plugins.
9717         
9718         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9719         implementation.
9720         
9721         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9722         indicators are cleared (that leaved grey texts).
9724 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9726         * libanjuta/interfaces/libanjuta.idl,
9727         plugins/debug-manager/breakpoints.c,
9728         plugins/debug-manager/memory.c,
9729         plugins/debug-manager/registers.c,
9730         plugins/debug-manager/debug_tree.c,
9731         plugins/debug-manager/debugger.c,
9732         plugins/gdb/debugger.c,
9733         plugins/gdb/debugger.h,
9734         plugins/gdb/plugin.c:
9735         Add a parameter for reporting error
9736         Add a new interface for using gdb variable object
9737         Allow to cancel commands
9738         Rewrite handling of debugger state
9740         * plugins/debug-manager/plugin.c,
9741         plugins/debug-manager/locals.c,
9742         plugins/debug-manager/locals.h,
9743         plugins/debug-manager/register.c,
9744         plugins/debug-manager/stack_trace.c,
9745         plugins/debug-manager/stack_trace.h:
9746         Create and destroy local and stack trace windows when needed
9748 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9750         * plugins/document-manager/plugin.c:
9751         Fixed "Automatic" highlighting
9753 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9755         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9757         * plugins/sourceview/anjuta-view.c:
9758         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9760 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9761         
9762         * configure.in: Check for C/C++-Compiler correctly
9764 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9766         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9768         * plugins/debug-manager/stack_trace.c:
9769         Destroy stack window when debuuger is disabled (#347414)
9770         
9771         * plugins/sourceview/anjuta-view.c:
9772         Fix a crash with popup-menu (#347412)
9774 2006-07-13 Naba Kumar  <naba@gnome.org>
9776         * plugins/editor/Makefile.am,
9777         plugins/editor/text_editor.h,
9778         plugins/editor/text-editor-iterable.h,
9779         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9780         tested yet).
9781         
9782         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9783         code.
9784         
9785         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9787 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9789         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9790         Bug #342937
9791         
9792 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9794         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9796         * libanjuta/anjuta-preferences-dialog.c:
9797         Do not use the page_num returned by gtk_notebook_append_page to
9798         remove the page as it cause bugs when pages removal is not done
9799         in LIFO.
9801         * plugins/document-manager/anjuta-docman.c:
9802         * src/anjuta-app.c:
9803         makes Anjuta display dock_items which have previously been hidden
9805 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9807         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9809         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9810         * plugins/sourceview/sourceview.c: (imark_unmark):
9811         
9812         Patches for bugs #346450 and #346295
9813         
9814         * AUTHORS: Added Fredrik
9816 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9818         * plugins/message-view/anjuta-msgman.c: 
9819         Fixed close button/icon size (like in docman)
9821 2006-06-10 Naba Kumar <naba@gnome.org>
9823         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9824         being set.
9825         
9826 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9828         * libanjuta/interfaces/libanjuta.idl:
9829         Move inspect_memory function in IAnjutaCpuDebugger interface
9830         Rename Boolean type to State
9832         * plugins/debug-manager/breakpoint.c:
9833         Rename Boolean type to State
9835         * plugins/debug-manager/Makefile.am,
9836         plugins/debug-manager/anjuta-marshal.list,
9837         plugins/debug-manager/data_view.c,
9838         plugins/debug-manager/data_view.h,
9839         plugins/debug-manager/data_buffer.c,
9840         plugins/debug-manager/data_buffer.h,
9841         plugins/debug-manager/chunk_view.c,
9842         plugins/debug-manager/chunk_view.h,
9843         plugins/debug-manager/anjuta-debug-manager.ui,
9844         plugins/debug-manager/debugger.c,
9845         plugins/debug-manager/memory.c,
9846         plugins/debug-manager/memory.h,
9847         plugins/debug-manager/plugin.c,
9848         plugins/gdb/debugger.c,
9849         plugins/gdb/debugger.h,
9850         plugins/gdb/plugin.c:
9851         Rewrite memory window using a special widget
9852         Rename Boolean type to State
9854 2006-06-08 Naba Kumar <naba@gnome.org>
9856         * plugins/editor/text_editor.c (itext_editor_get_current_word):
9857         Do not return garbage characters and return NULL when there is no
9858         current word.
9859         
9860         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
9861         work correctly.
9862         
9863         * plugins/search/search-replace.c: Fixed a mem leak.
9865 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
9867         * libanjuta/anjuta-launcher.c:
9868         Added debug message (see #343522)
9869         
9870         * plugins/build-basic-autotools/build-basic-autotools.c:
9871         Patch from Günther Brammer to fix #344015
9873         * plugins/sourceview/sourceview.c:
9874         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
9875         automatic highlight of build messages)
9877 2006-06-06 Naba Kumar <naba@gnome.org>
9879         * configure.in,
9880         libanjuta/interfaces/libanjuta.idl,
9881         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9882         plugins/Makefile.am,
9883         plugins/document-manager/action-callbacks.c,
9884         plugins/document-manager/plugin.c,
9885         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
9886         interface for language highlight selection and langauge change
9887         signal.
9888         
9889         * plugins/language-support-cpp-java: Added language support
9890         plugin for cpp and java.
9892 2006-05-27  Naba Kumar  <naba@gnome.org>
9894         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
9895         plugins/debug-manager/*, data/Makefile.am,
9896         manuals/reference/libanjuta/libanjuta.types,
9897         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9898         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9899         merged anjuta-new-debugger branch into trunck.
9900         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
9902 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
9903         
9904         * libanjuta/interfaces/libanjuta.idl,
9905         plugins/debug-manager/debugger.c,
9906         plugins/debug-manager/debugger.h,
9907         plugins/gdb/anjuta-gdb.plugin.in,
9908         plugins/gdb/debugger.c,
9909         plugins/gdb/debugger.h,
9910         plugins/gdb/plugin.c:
9911         Add new IAnjutaCpuDebugger interface to access cpu register
9912         Run gdb instead of /usr/local/bin/gdb
9913         
9914         * plugins/debug-manager/plugin.c,
9915         plugins/debug-manager/registers.c,
9916         plugins/debug-manager/registers.h:
9917         Rewrite register window
9918         Rename Load target menu item to Run target
9920 2006-05-07  Naba Kumar  <naba@gnome.org>
9922         * plugins/gdb.init
9923         
9924 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
9926         * plugins/debug-manager/watch.c,
9927         plugins/debug-manager/breakpoint.c,
9928         plugins/debug-manager/breakpoint.h:
9929         Fix crash: disconnect save and load session signals
9931 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
9933         * libanjuta/interface/libanjuta.idl,
9934         plugins/debug-manager/debugger.c,
9935         plugins/gdb/plugin.c:
9936         Add a value parameter for evaluate command
9938         * plugins/debug-manager/anjuta-debug-manager.glade:
9939         Create new dialog box for watches using glade
9941         * plugins/debug-manager/anjuta-debug-manager.ui:
9942         Move watch menu items near the end
9943         Move breakpoint menu items outside the sub menu
9945         * plugins/debug-manager/debug_tree.c,
9946         plugins/debug-manager/debug_tree.h,
9947         plugins/debug-manager/debug_tree.h,
9948         plugins/debug-manager/watch.c:
9949         Move all GUI code from watch.c to debug_tree.c
9950         Add an auto update property to watches
9951         
9952         * plugins/debug-manager/locals.c,
9953         plugins/debug-manager/locals.h,
9954         plugins/debug-manager/stack_trace.c,
9955         plugins/debug-manager/stack_trace.h,
9956         plugins/debug-manager/plugin.c:
9957         Register actions before starting debugger
9959         * plugins/gdb/debugger.c:
9960         Do not call callback function if not present
9962 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
9964         * libanjuta/interfaces/libanjuta.idl,
9965         plugins/debug-manager/stack_trace.c,
9966         plugins/debug-manager/stack_trace.h,
9967         plugins/debug-manager/anjuta-debug-manager.ui,
9968         plugins/gdb/debugger.c:
9969         Add a popup menu in stack frame window
9970         Add a new frame-changed event
9971         Use MI command for getting stack informations
9972         Get filename with full path (need gdb > 6.3)
9974         * libanjuta/interfaces/libanjuta.idl,
9975         plugins/debug-manager/debug_tree.c,
9976         plugins/debug-manager/debugger.c,
9977         plugins/debug-manager/locals.c,
9978         plugins/debug-manager/locals.h,
9979         plugins/debug-manager/plugin.c,
9980         plugins/gdb/debugger.c,
9981         plugins/gdb/debugger.h,
9982         plugins/gdb/parser.c,
9983         plugins/gdb/parser.h,
9984         plugins/gdb/plugin.c,
9985         plugins/gdb/Makefile.am:
9986         Pass watch data with string instead of Watch structures
9987         Use debug_tree in local window
9988         Remove info local
9989         Remove parser.{ch}
9991         * plugins/debug-manager/breakpoints.c,
9992         plugins/debug-manager/utilities.c,
9993         plugins/debug-manager/utilities.h:
9994         Use a GtkListStore instead of a GtkTreeStore
9995         move goto_location_in_editor in utilities.c
9996         
9997 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
9999         * libanjuta/interfaces/libanjuta.idl,
10000         plugins/debug-manager/anjuta-debug-manager.ui,
10001         plugins/debug-manager/breakpoints.c,
10002         plugins/debug-manager/plugin.c,
10003         plugins/gdb/debugger.c:
10004         Add a breakpoint type
10005         Add new popup menu in breakpoint window
10006         Add toggle breakpoint in editor popup menu
10007         Save and restore breakpoint enable
10008         Fix bug in clear all breakpoints
10009         Remove old useless code
10011         * plugins/debug-manager/debugger.c:
10012         Fix some problem with debugger states
10014         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10015         Update documentation
10016         
10017 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10019         * data/Makefile.am,
10020         plugins/gdb/Makefile.am,
10021         plugins/gdb/gdb.init:
10022         Move gdb.init crom data to plugins/gdb
10024         * plugins/gdb/gdb.init,
10025         libanjuta/interfaces/libanjuta.idl,
10026         plugins/debug-manager/breakpoints.c,
10027         plugins/debug-manager/debugger.c,
10028         plugins/debug-manager/plugin.c,
10029         plugins/gdb/debugger.c,
10030         plugins/gdb/plugin.c:
10031         Support pending breakpoints
10032         Rewrite debugger states
10033         Split ianjuta_debugger_log into _enable_log and _disable_log
10035         * plugins/debug-manager/start.c,
10036         plugins/debug-manager/debug_tree.c,
10037         plugins/gdb/parser.c:
10038         Remove some useless lines
10040         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10041         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10042         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10043         Update documentation
10045 2006-03-12 Naba Kumar <naba@gnome.org>
10047         * manuals/references/libanjuta/libanjuta.types: Fixed
10048         debug-manager name.
10049         
10050 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10052         * libanjuta/anjuta-debugger.c,
10053         libanjuta/anjuta-debugger.h:
10054         Remove those files
10055         
10056         * libanjuta/interfaces/libanjuta.idl,
10057         plugins/debug-mananger/breakpoints.c,
10058         plugins/debug-manager/debug_tree.c,
10059         plugins/debug-manager/debugger.c,
10060         plugins/debug-manager/plugin.c,
10061         plugins/debug-manager/registers.c,
10062         plugins/debug-manager/sharedlib.c,
10063         plugins/debug-manager/signal.c,
10064         plugins/debug-manager/stack_trace.c,
10065         plugins/debug-manager/start.c,
10066         plugins/debug-manager/watch.c,
10067         plugins/gdb/debugger.c,
10068         plugins/gdb/debugger.h,
10069         plugins/gdb/parser.c,
10070         plugins/gdb/parser.h,
10071         plugins/gdb/plugin.c:
10072         Move types definitions from libanjuta/anjuta-debugger.{ch}
10073         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10074         
10075         * plugins/gdb/Makefile.am:
10076         Remove user interface from gdb plugin
10078 2006-03-12 Naba Kumar <naba@gnome.org>
10080         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10082 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10084         Modified Patch from Marc Maurer <uwog@uwog.net>:
10085         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10086         Fixes #342447
10087         
10088         * plugins/sourceview/Makefile.am:
10089         * plugins/sourceview/sourceview-cell.c:
10090         * plugins/sourceview/sourceview-cell.h:
10091         * plugins/sourceview/sourceview.c: 
10092         
10093         Implemented IAnjutaEditorCell
10095 2006-05-21  Naba Kumar  <naba@gnome.org>
10097         * libanjuta/interfaces/libanjuta.idl,
10098         plugins/document-manager/action-callbacks.c,
10099         plugins/document-manager/plugin.c,
10100         plugins/editor/print.c, plugins/editor/text_editor.c,
10101         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10102         Fixed zooming and added icons and shortcuts for zoom menu items.
10104 2006-05-21  Naba Kumar  <naba@gnome.org>
10106         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10107         whitespaces.
10109 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10111         * plugins/document-manager/anjuta-docman.c:
10112         Fixed close button reaction by setting the correct current editor
10114 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10116         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10117         * plugins/document-manager/anjuta-docman.c
10118         - Fix close button, you can close any tab as you wish now.
10119         - Fadeout mime icon as the same as close image  
10121 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10123         Patch from Marc Maurer <uwog@uwog.net>
10124         * main.c: Compile fix when NLS is enabled
10125         
10126         AUTHORS: Added Marc
10128 2006-05-20  Naba Kumar  <naba@gnome.org>
10130         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10131         while loading abiword-2.4.4/abi project).
10133 2006-05-18 Naba Kumar  <naba@gnome.org>
10135         * libanjuta/interfaces/libanjuta.idl,
10136         plugins/document-manager/action-callbacks.c,
10137         plugins/editor/print.c,
10138         plugins/editor/text_editor.c,
10139         plugins/editor/text_editor.h,
10140         plugins/editor/text_editor_prefs.c: Fixed zooming.
10141         
10142         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10143         interface for character iteration and IAnjutaEditorAssist interface
10144         for autocompletions and editor tips.
10146 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10148         Patch from Günther Brammer <GBrammer@gmx.de>:
10149         * plugins/document-manager/anjuta-docman.c:
10150         Make tabs smaller but keep nice closing icon
10152         * plugins/document-manager/anjuta-docman.c:
10153         * plugins/document-manager/Makefile.am:
10154         
10155         Added nice mime-icons to the editor tabs
10157 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10159         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10160         
10161         * plugins/symbol-browser/an_symbol_view.c:
10162         - Fixed crasher
10163         - Fixed symbol searching (Yang Hong (#341997))
10164         
10165         * plugins/devhelp/htmlview.c:
10166         Fixed devhelp plugin
10167         
10168         * plugins/build-basic-autotools/build-basic-autotools.c:
10169         * plugins/search/search-replace.c:
10170         * plugins/document-manager/anjuta-docman.c:
10171         
10172         Only add a marker to a line where it makes sense!
10174 === anjuta 2.0.2 ===
10176 2006-05-15  Naba Kumar  <naba@gnome.org>
10178         * configure.in: set required versions for
10179         gdl and glade3.
10180         
10181 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10183         * plugins/glade/plugin.c:
10184         Fixed signal connection for "gtk-doc-search"
10186 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10188         * NEWS: Set release date, add known issues
10189         
10190         * libanjuta/anjuta-shell.c:
10191         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10192         and debug other gtk-warnings/criticals)
10193         
10194         * plugins/build-basic-autotools/build-basic-autotools.c:
10195         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10196         
10197         * plugins/sourceview/anjuta-view.c:
10198         * plugins/sourceview/sourceview-args.c:
10199         * plugins/sourceview/sourceview-scope.c:
10200         * plugins/sourceview/sourceview-tags.c:
10201         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10203 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10205         * pixmaps/Makefile.am:
10206         Add preferences_general.png
10207         
10208         * plugins/devhelp/plugin.c:
10209         Fixed some more realise things
10210         
10211         * plugins/message-view/anjuta-msgman.c:
10212         Support stock icons for message panes
10213         
10214         * plugins/search/search-replace.c:
10215         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10216          
10217         * plugins/search/search-replace_backend.c:
10218         Fixed #341359
10219         
10220         * plugins/sourceview/anjuta-document.c:
10221         * plugins/sourceview/sourceview.c:
10222         Fixed finalise and tag completion
10223         
10224         * src/anjuta-app.c:
10225         Use preferences_general icon
10227 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10229         * pixmaps/Makefile.am:
10230         Fixed EXTRA_DIST
10232 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10234         * plugins/sourceview/sourceview-prefs.c:
10235         Fixed font & color handling
10236         
10237         * plugins/symbol-browser/an_symbol_view.c:
10238         Fixed crasher
10240 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10242         * plugins/macro/macros.xml:
10243         Fixed bug #341583 (Address of FSF)
10245 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10247         * src/main.c:
10248         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10249         Update: Do it the cool way...
10250         
10251 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10253         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10254         Implement gtk-api-help signals of glade3
10255         * configure.in: Bump to glade3 2.91.2
10256         
10257         * plugins/devhelp/plugin.c:
10258         Fixed some realize stuff in the devhelp plugin
10259         
10260         * plugins/sourceview/anjuta-document.c:
10261         fixed bug with scope completion
10263 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10265         * plugins/symbol-browser/an_symbol_view.c
10266         * plugins/symbol-browser/an_symbol_prefs.c
10267         * plugins/symbol-browser/an_symbol_prefs.h
10268         * global_tags/create_global_tags.sh:
10269         
10270         Automaticly create global tags on first startup
10272 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10274         * configure.in:
10275         * plugins/project-wizard/templates/Makefile.am:
10276         * (added) plugins/project-wizard/templates/cpp-logo.png:
10277         * (added) plugins/project-wizard/templates/cpp.wiz:
10278         * (added) plugins/project-wizard/templates/cpp/*:
10280         Added a generic c++ template. It's a simple hello world.
10282 2006-05-07  Massimo Cora' <maxcvs@email.it>
10284         * plugins/symbol-browser/an_symbol_view.c:
10285         fixed a stupid crasher.
10287 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10289         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10290         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10291         
10292         Fixed WxWidgets project type
10294 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10296         * plugins/devhelp/htmlview.c: 
10297         * plugins/devhelp/plugin.c:
10298         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10299         
10300         * plugins/project-wizard/install.c:
10301         Don't set a message - thanks to seb
10303 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10305         * plugins/devhelp/htmlview.c: 
10306         * plugins/symbol-browser/an_symbol_view.c:
10307         
10308         There is a weird crash in gtk_idle which I still did not completly fix!
10309         
10310         * plugins/project-wizard/install.c:
10311         Default to success instead of failure
10313 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10315         * plugins/devhelp/htmlview.c:
10316         * plugins/devhelp/plugin.c:
10317         Fixed bug and libdevhelp issue!
10319         * plugins/project-wizard/install.c:
10320         Fixed message string!
10322 2006-05-03  Massimo Cora' <maxcvs@email.it>
10323        
10324         * plugins/symbol-browser/an_symbol_view.c:
10325         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10327 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10329         * pixmaps/Makefile.am:
10330         * src/main.c:
10331         * anjuta.desktop.in.in
10332         
10333         GNOME Goal #2.1: Install theme-friendly icons
10335 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10337         * plugins/devhelp/htmlview.c: Reload page on reparent
10338         * plugins/document-manager/anjuta-docman.c:
10339         Present document-manager when document is selected in file-manager
10341 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10343         * plugins/symbol-broser/an_symbol_view.c:
10344         Fixed crasher in namespace exploration
10346 2006-05-01  Massimo Cora' <maxcvs@email.it>
10348         * configure.in:
10349         * plugins/valgrind/Makefile.am:
10351         Optional compiling of Valgrind plugin
10353 2006-05-01  Massimo Cora' <maxcvs@email.it>
10355         * plugins/symbol-browser/an_symbol_view.c:
10356         - modularized code. Marked with FIXME the parts which need improvement.
10357         - More comments.
10358     - Added basic namespace completion for Gtkmm type project:
10359     - namespace1::MyClass *class;
10360     - class-> [display]
10361     - Namespaces must be anyway improved.
10363 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10365         * plugins/devhelp/plugin.c: 
10366         Fixed up plugin unloading and show html widget on link selected
10367         
10368         * NEWS: Updated
10369         
10370 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10372         * plugins/devhelp/Makefile.am:
10373         * plugins/devhelp/anjuta-devhelp.plugin.in:
10374         * plugins/devhelp/htmlview.c:
10375         * plugins/devhelp/htmlview.h:
10376         * plugins/devhelp/plugin.c: 
10377         * plugins/devhelp/plugin.h:
10378         Reimplemeted devhelp plugin from scratch
10379         
10380         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10381         Fixed crasher
10383 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10385         * plugins/sourceview/sourceview-tags.c:
10386         complete some more tag types
10387         
10388         * plugins/valgrind/plugin.c:
10389         * plugins/valgrind/preferences.c:
10390         * plugins/valgrind/vggeneralprefs.c:
10391         
10392         Fixed lots of gtk warnings
10394 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10396         * plugins/sourceview/sourceview-scope.c:
10397         Implemented type-ahead for scope completion
10399 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10401         * manuals/C/Makefile.am:
10402         * manuals/Makefile.am:
10403         * plugins/document-manager/Makefile.am:
10404         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10405         * plugins/sourceview/Makefile.am:
10406         * tagmanager/c.c:
10407         
10408         Fixed distcheck
10409         
10410         * plugins/class-gen/goc_template_header: G_END_DECLS
10412 2006-05-27  Naba Kumar <naba@gnome.org>
10414         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10415         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10416         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10417         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10418         scintilla/include/Scintilla.iface,
10419         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10420         cvs. Fixed compile flags. Removed outdated patches.
10422 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10424         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10426         * plugins/sourceview/anjuta-document.c:
10427         * plugins/sourceview/sourceview-args.c:
10428         * plugins/sourceview/sourceview-scope.c:
10429         
10430         Add End/Home keypresses and support completion if symbol start with '!' for example
10431         in an if statement
10433 2006-04-27 Massimo Cora' <maxcvs@email.it>
10435         * libanjuta/interfaces/libanjuta.idl:
10437         * plugins/sourceview/sourceview-scope.c:
10438         * plugins/sourceview/tag-window.c: 
10439         * plugins/sourceview/tag-window.h:
10440         * plugins/symbol-browser/an_symbol_view.c:
10441         * plugins/symbol-browser/an_symbol_view.h:
10442         * plugins/symbol-browser/plugin.c:
10443         
10444         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10445         interface.
10446         Code and ideas for C/C++ new completion engine comes from IComplete written by
10447         Martin Stubenschrott <stubenschrott@gmx.net>.
10448         Currently the interface works only with GtkSourceView plugin.   
10449         
10450         * tagmanager/Makefile.am:
10451         * tagmanager/c.c: 
10452         * tagmanager/entry.h:
10453         * tagmanager/get.c:
10454         * tagmanager/get.h:
10455         * tagmanager/include/tm_file_entry.h:
10456         * tagmanager/include/tm_project.h:
10457         * tagmanager/include/tm_source_file.h:
10458         * tagmanager/include/tm_symbol.h:
10459         * tagmanager/include/tm_tagmanager.h:
10460         * tagmanager/include/tm_work_object.h:
10461         * tagmanager/include/tm_workspace.h:
10462         * tagmanager/parse.c:
10463         * tagmanager/read.c: 
10464         * tagmanager/read.h:
10465         * tagmanager/tm_project.c: 
10466         * tagmanager/tm_source_file.c: 
10467         * tagmanager/tm_workspace.c:
10468         
10469         Tagmanager can now parse a memory buffer and generate/update 
10470         tags into tm_workspace/tm_project on the fly, without using files.
10471         C/C++ is supported now.
10472         
10473 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10475         * plugins/sourceview/anjuta-document.c:
10476         * plugins/sourceview/sourceview-args.c:
10477         * plugins/sourceview/sourceview-scope.c:
10478         * plugins/sourceview/sourceview.c:
10479         
10480         Fixed some memory leaks and argument completion
10482 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10484         * plugins/glade/plugin.c:
10485         
10486         Fixed glade plugin build because of API changes in glade3
10488 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10490         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10491         Updated editor section
10492         
10493         * manuals/C/anjuta-manual/interface.xml:
10494         * manuals/C/anjuta-manual/preferences.xml:
10495         * manuals/C/anjuta-manual/projects.xml:
10496         Updated manual
10497         
10498         * plugins/editor/anjuta-editor.plugin.in:
10499         Better plugin name
10501 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10503         * configure.in:
10504         * plugins/editor/anjuta-editor.plugin.in:
10505         * plugins/sourceview/sourceview.plugin.in:
10507         Build both editors and let the user decide a runtime!
10508         
10509         * plugins/sourceview/sourceview-scope.c:
10510         Fixed bug in regex to allow test()-> completions
10512 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10514         * plugins/sourceview/anjuta-document.c:
10515         * plugins/sourceview/sourceview-args.c: 
10516         * plugins/sourceview/sourceview-scope.c:
10517         * plugins/sourceview/sourceview-tags.c:
10518         * plugins/sourceview/tag-window.c: 
10519         
10520         Improved callltip windows
10522 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10524         * src/anjuta-app.c: (on_session_save):
10525         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10526         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10528 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10530         * libanjuta/anjuta-utils.c: 
10531         * plugins/cvs-plugin/cvs-execute.c:
10532         Off-by-one...
10534         * scintilla/LexInno.cxx:
10535         * scintilla/LexOpal.cxx:
10536         * scintilla/LexTCL.cxx:
10538         Added missing files from scintilla-update
10540 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10542         * configure.in:
10543         * manuals/C/Makefile.am:
10544         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10545         * manuals/C/anjuta-manual/Makefile.am:
10546         * manuals/C/anjuta-manual/anjuta-manual.xml:
10547         * manuals/C/anjuta-manual/build.xml:
10548         * manuals/C/anjuta-manual/debugger.xml:
10549         * manuals/C/anjuta-manual/execute.xml:
10550         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10551         * manuals/C/anjuta-manual/figures/arguments.png:
10552         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10553         * manuals/C/anjuta-manual/figures/file_menu.png:
10554         * manuals/C/anjuta-manual/figures/menu_main.png:
10555         * manuals/C/anjuta-manual/figures/menubar.png:
10556         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10557         * manuals/C/anjuta-manual/figures/project_info.png:
10558         * manuals/C/anjuta-manual/figures/scrshot.png:
10559         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10560         * manuals/C/anjuta-manual/figures/tool-editor.png:
10561         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10562         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10563         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10564         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10565         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10566         * manuals/C/anjuta-manual/fileoperations.xml:
10567         * manuals/C/anjuta-manual/interface.xml:
10568         * manuals/C/anjuta-manual/introduction.xml:
10569         * manuals/C/anjuta-manual/preferences.xml:
10570         * manuals/C/anjuta-manual/projects.xml:
10571         * manuals/C/anjuta-manual/tools.xml:
10572         * manuals/Makefile.am:
10573         
10574         Updated manual and faq
10576         * scintilla/CallTip.cxx:
10577         * scintilla/CallTip.h:
10578         * scintilla/CellBuffer.cxx:
10579         * scintilla/CellBuffer.h:
10580         * scintilla/ContractionState.cxx:
10581         * scintilla/Document.cxx:
10582         * scintilla/Document.h:
10583         * scintilla/DocumentAccessor.cxx:
10584         * scintilla/Editor.cxx:
10585         * scintilla/Editor.h:
10586         * scintilla/ExternalLexer.cxx:
10587         * scintilla/Indicator.cxx:
10588         * scintilla/KeyMap.cxx:
10589         * scintilla/KeyWords.cxx:
10590         * scintilla/LexAU3.cxx:
10591         * scintilla/LexBash.cxx:
10592         * scintilla/LexCPP.cxx:
10593         * scintilla/LexCaml.cxx:
10594         * scintilla/LexCsound.cxx:
10595         * scintilla/LexEiffel.cxx:
10596         * scintilla/LexGui4Cli.cxx:
10597         * scintilla/LexHTML.cxx:
10598         * scintilla/LexLua.cxx:
10599         * scintilla/LexMSSQL.cxx:
10600         * scintilla/LexOthers.cxx:
10601         * scintilla/LexPOV.cxx:
10602         * scintilla/LexPython.cxx:
10603         * scintilla/LexRuby.cxx:
10604         * scintilla/LexSQL.cxx:
10605         * scintilla/LexVB.cxx:
10606         * scintilla/Makefile.am:
10607         * scintilla/PlatGTK.cxx:
10608         * scintilla/PropSet.cxx:
10609         * scintilla/RESearch.cxx:
10610         * scintilla/RESearch.h:
10611         * scintilla/ScintillaBase.cxx:
10612         * scintilla/ScintillaGTK.cxx:
10613         * scintilla/StyleContext.h:
10614         * scintilla/ViewStyle.cxx:
10615         * scintilla/ViewStyle.h:
10616         * scintilla/XPM.cxx:
10617         * scintilla/include/KeyWords.h:
10618         * scintilla/include/Platform.h:
10619         * scintilla/include/PropSet.h:
10620         * scintilla/include/SciLexer.h:
10621         * scintilla/include/Scintilla.h:
10622         * scintilla/include/Scintilla.iface:
10623         * scintilla/include/ScintillaWidget.h:
10624         * scintilla/lexers.make:
10626         Update to scintilla 1.68
10628         * src/anjuta-app.c:
10629         Only show help items which are really availible
10631         * plugins/cvs-plugin/cvs-callbacks.c
10632         * plugins/cvs-plugin/cvs-execute.c
10633         * plugins/cvs-plugin/subversion-callbacks.c:
10634         * libanjuta/anjuta-utils.c:
10635         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10637 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10639         * plugins/project-wizard/install.c,
10640         * plugins/project-wizard/autogen.c:
10641         Add error messages if using a read only directory
10642         Improve fix for bug #339296
10644 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10646         * libanjuta/interfaces/libanjuta.idl:
10647         * plugins/document-manager/action-callbacks.c:
10648         * plugins/document-manager/plugin.c:
10649         * plugins/editor/text_editor.c:
10650         Added IAnjutaEditorGoto 
10652         * plugins/editor/aneditor.cxx:
10653         * plugins/editor/aneditor.h:
10654         * plugins/editor/text_editor.h:
10655         * plugins/editor/text_editor_prefs.c:
10656         
10657         Fixed #305076
10659 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10661         * libanjuta/interfaces/libanjuta.idl:
10662         * plugins/document-manager/action-callbacks.c:
10663         * plugins/document-manager/anjuta-docman.c:
10664         * plugins/document-manager/plugin.c:
10665         * plugins/editor/text_editor.c: 
10666         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10667         
10668         * plugins/sourceview/sourceview.c:
10669         * plugins/sourceview/sourceview.glade:
10670         Fixed some uft-8 issues and added a preference option
10671         to enable/disable gnome-vfs monitoring
10672         
10673         * scintilla/Makefile.am:
10674         * scintilla/include/Makefile.am:
10675         Fixed build
10677 2006-04-20  Massimo Cora' <maxcvs@email.it>
10679         * libanjuta/interfaces/libanjuta.idl:
10680         Remove get_current_pos () because we have get_position()
10682 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10684         * NEWS: Updated
10685         * plugins/sourceview/tag-window.c:
10686         Don't close window on PageUp/PageDown
10688 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10690         * data/Makefile.am:
10691         * manuals/reference/libanjuta/Makefile.am:
10692         
10693         Some build fixes
10694         
10695         * src/Makefile.am:
10696         * src/bacon-message-connection.c: 
10697         * src/bacon-message-connection.h: (both from gedit)
10698         * src/main.c:
10699         
10700         Fixed #312319 (Opening files when Anjuta is already open)
10702 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10704         * TODO.tasks: Updated
10705         * plugins/sourceview/anjuta-view.c: 
10706         * plugins/sourceview/anjuta-view.h:
10707         * plugins/sourceview/sourceview.c: 
10708         
10709         * configure.in: Fix --enable-plugin-scintilla
10710         
10711         Added char_added signal
10713 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10715         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10716         
10717         Fixed diff for utf8
10718         
10719         * plugins/sourceview/sourceview.c:
10720         Fixed VFS monitoring (still a bit buggy)
10721         
10722         * plugins/sourceview/sourceview-args.c:
10723         * plugins/sourceview/tag-window.c: 
10724         
10725         Better sizing for the popup-window
10727 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10729         * plugins/project-wizard/templates/gnome/src/main.c:
10730         * plugins/project-wizard/templates/gnome/src/project.glade:
10731         * plugins/project-wizard/templates/gtk/src/main.c: 
10732         * plugins/project-wizard/templates/gtk/src/project.glade:
10733         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10734         
10735         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10736         
10737 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10739         * configure.in: More removal of obsoleteness.
10740         * po/no.po:
10742 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10744         * ROADMAP:
10745         * libanjuta/anjuta-preferences.c: 
10746         * libanjuta/anjuta-utils.c: 
10747         * libanjuta/anjuta-utils.h:
10748         * plugins/message-view/message-view.c:
10749         
10750         Changed color functions and moved convert_color to anjuta-utils.h
10751         
10752         * plugins/message-view/anjuta-message-manager-plugin.glade:
10753         GnomeColorPicker -> GtkColorButton (bug #309154)
10754         
10755         * plugins/sourceview/plugin.c:
10756         * plugins/sourceview/sourceview-prefs.c:
10757         * plugins/sourceview/sourceview.glade:
10758         Added color and font preferences
10760         * plugins/sourceview/sourceview-tags.c:
10761         Only show as much choices as configured in preferences
10763 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10765         * ROADMAP, NEWS: Updated (we are far behind ;-)
10766         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10768 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10770         * configure.in:
10771         * plugins/editor/Makefile.am:
10772         * scintilla/Makefile.am
10773         
10774         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10775         
10776         * global-tags/Makefile.am:
10777         * global-tags/create_global_tags.sh:
10778         * plugins/symbol-browser/an_symbol_prefs.c:
10779         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10780         * plugins/symbol-browser/plugin.h:
10781         * tagmanager/include/tm_workspace.h:
10782         * tagmanager/tm_workspace.c:
10783         
10784         Fixed symbol-browser prefs and move global tags generation from installtion to
10785         preferences to make the life easier for distributers and to allow updates after installtion
10787         * plugins/document-manager/action-callbacks.c: 
10788         * plugins/document-manager/action-callbacks.h:
10789         * plugins/document-manager/anjuta-document-manager.ui:
10790         * plugins/document-manager/indent-util.c:
10791         * plugins/document-manager/plugin.c:
10792         * plugins/editor/text_editor.c:
10793         
10794         Moved indent stuff to document-manager
10795         
10796         * plugins/sourceview/anjuta-view.c: 
10797         * plugins/sourceview/sourceview-args.c: 
10798         * plugins/sourceview/sourceview-scope.c:
10799         * plugins/sourceview/sourceview-tags.c: 
10800         * plugins/sourceview/sourceview.c:
10801         
10802         Fixed several bugs
10803         
10804         * plugins/sourceview/sourceview.plugin (removed):
10805         * plugins/sourceview/sourceview.plugin.in:
10806         Editor is not user-activatible
10807         
10808         * plugins/sourceview/sourceview.png:
10809         Updated icon
10811 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10813         * src/anjuta-app.c: Fixed crasher on plugin unloading
10815 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10817         * plugins/sourceview/sourceview.c
10818         * plugins/sourceview/sourceview-args.c
10819         * plugins/sourceview/sourceview-args.h:
10820         
10821         Polished argument completion
10823 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10825         * plugins/message-view/anjuta-msgman.c:
10826         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10827         
10828         Show message pane on switch (does not work, anjuta_shell needs a fix)
10829         
10830         * plugins/sourceview/Makefile.am:
10831         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10832         * plugins/sourceview/sourceview-args.c: 
10833         * plugins/sourceview/sourceview-args.h:
10834         * plugins/sourceview/sourceview-private.h:
10835         * plugins/sourceview/sourceview-scope.c: 
10836         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10837         * plugins/sourceview/sourceview-tags.c:
10838         * plugins/sourceview/sourceview.c:
10839         * plugins/sourceview/tag-window.c:
10840         * plugins/sourceview/tag-window.h:
10841         
10842         Added scope and argument completion
10844 2006-04-03  Johannes Schmid <jhs@gnome.org>
10846         * TODO.tasks
10847         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10848         (on_widget_remove):
10849         Save toolbar state
10851         * plugins/sourceview/sourceview.c: (iselect_clear):
10852         Make "Delete"-key working
10854         * configure.in: #336389
10856 2006-04-03  Johannes Schmid <jhs@gnome.org>
10858         * plugins/sourceview/Makefile.am:
10859         * plugins/sourceview/anjuta-view.c:
10860         * plugins/sourceview/plugin.c: 
10861         * plugins/sourceview/sourceview-private.h:
10862         * plugins/sourceview/sourceview-scope.c:
10863         * plugins/sourceview/sourceview-scope.h:
10864         * plugins/sourceview/sourceview-tags.c: 
10865         * plugins/sourceview/sourceview-tags.h:
10866         * plugins/sourceview/sourceview.c:
10867         * plugins/sourceview/sourceview.h:
10868         * plugins/sourceview/tag-window.c:
10869         
10870         - fixed goto_file_line
10871         - scroll to cursor on undo/redo
10872         - show correct popup-menu
10873         - scope completion (not ready yet)
10875 2006-04-03  Johannes Schmid <jhs@gnome.org>
10877         * plugins/sourceview/plugin.c: 
10878         * plugins/sourceview/sourceview-tags.c:
10879         * plugins/sourceview/sourceview.c: 
10880         * plugins/sourceview/sourceview.h:
10881         * plugins/sourceview/tag-window.c:
10882         
10883         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
10885 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10887         * plugins/sourceview/sourceview.c:
10888         Fixed next/previous bookmark.
10889         Toggled bookmark (set/unset).
10891 2006-04-03  Johannes Schmid <jhs@gnome.org>
10893         * plugins/document-manager/action-callbacks.c:
10894         Fixed Gtk-Warning in goto_line
10895         
10896         * plugins/sourceview/Makefile.am:
10897         * plugins/sourceview/anjuta-document.c:
10898         * plugins/sourceview/anjuta-view.c: 
10899         * plugins/sourceview/anjuta-view.h:
10900         * plugins/sourceview/sourceview-autocomplete.c:
10901         * plugins/sourceview/sourceview-autocomplete.h:
10902         * plugins/sourceview/sourceview-private.h:
10903         * plugins/sourceview/sourceview-tags.c:
10904         * plugins/sourceview/sourceview-tags.h:
10905         * plugins/sourceview/sourceview.c:
10906         * plugins/sourceview/tag-window.c:
10907         * plugins/sourceview/tag-window.h:
10908         Created a nice API for tag and completion windows
10909         
10910         * plugins/sourceview/sourceview-print.h:
10911         * plugins/sourceview/sourceview-print.c:
10912         Added printing
10913                 
10914 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10916         * plugins/sourceview/sourceview.c:
10917         Fixed typo (Sort bookmarks).
10918         
10919 2006-04-01  Johannes Schmid <jhs@gnome.org>
10921         * plugins/sourceview/anjuta-document.c:
10922         * plugins/sourceview/anjuta-document.h:
10923         * plugins/sourceview/anjuta-view.c:
10924         * plugins/sourceview/anjuta-view.h:
10925         * plugins/sourceview/sourceview-autocomplete.c:
10926         * plugins/sourceview/sourceview-autocomplete.h:
10927         * plugins/sourceview/sourceview-prefs.c:
10928         * plugins/sourceview/sourceview-prefs.h:
10929         * plugins/sourceview/sourceview-private.h:
10930         * plugins/sourceview/sourceview-tags.c:
10931         * plugins/sourceview/sourceview-tags.h:
10932         * plugins/sourceview/sourceview.c:
10933         * plugins/sourceview/sourceview.glade:
10934         * plugins/sourceview/tag-window.c: 
10935         * plugins/sourceview/tag-window.h:
10936         
10937         Improved code complete and autocomplete
10939 2006-04-01  Johannes Schmid <jhs@gnome.org>
10941         * plugins/sourceview/Makefile.am:
10942         * plugins/sourceview/bookmark.png:
10943         * plugins/sourceview/marker-attentive.png:
10944         * plugins/sourceview/marker-basic.png:
10945         * plugins/sourceview/marker-intense.png:
10946         * plugins/sourceview/marker-light.png:
10947         * plugins/sourceview/sourceview.c: 
10948         
10949         Added pixmaps for all marker types and show bookmarks
10950         
10951         * configure.in
10952         * plugins/sourceview/Makefile.am:
10953         Build sourceview on 2.14 only
10955 2006-03-31  Johannes Schmid <jhs@gnome.org>
10957         * plugins/sourceview/Makefile.am:
10958         * plugins/sourceview/anjuta-document.c:
10959         * plugins/sourceview/anjuta-view.c:
10960         * plugins/sourceview/anjuta-view.h:
10961         * plugins/sourceview/sourceview-autocomplete.c:
10962         * plugins/sourceview/sourceview-private.h:
10963         * plugins/sourceview/sourceview-tags.c:
10964         * plugins/sourceview/sourceview-tags.h:
10965         * plugins/sourceview/sourceview.c: 
10966         * plugins/sourceview/tag-window.c:
10967         * plugins/sourceview/tag-window.h:
10968         
10969         Added code completion with tag manager to the editor and fixed a save_as bug
10971 2006-03-31  Johannes Schmid <jhs@gnome.org>
10973         * src/main.c: Revert patch from Rob to allow building with
10974         Gnome 2.12
10975         * configure.in: Require at least 2.12 libraries
10977 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
10979         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
10981         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10982         Improve anjuta-plugin project template: Added missed files dist tarball
10983         (make dist)
10985         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
10986         typo
10988 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
10990         reviewed by: Johannes Schmid <jhs@gnome.org>
10992         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10993         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
10994         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
10995         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
10996         
10997         Improve anjuta-plugin project template. Also fix for #322744
10999 2006-03-27  Johannes Schmid <jhs@gnome.org>
11001         * plugins/sourceview/sourceview-private.h:
11002         plugins/sourceview/sourceview.c:
11003         
11004         Added basic bookmark support
11006 2006-03-27  Johannes Schmid <jhs@gnome.org>
11008         * TODO.tasks:
11009         Updated
11010         
11011         Patch from Rob Bradfort <robster@debian.org>:
11012         * src/main.c: (get_command_line_args), (main):
11013         Migration from popt to GOption
11014         
11015 2006-03-26 Naba Kumar  <naba@gnome.org>
11017         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11018         size to scale itself with theme.
11020 2006-03-26 Naba Kumar  <naba@gnome.org>
11022         * plugins/file-manager/an_file_view.c,
11023         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11024         when symbolview and fileview objects are destroyed to avoid crashes
11025         after the plugins are disabled.
11027 2006-03-26 Naba Kumar <naba@gnome.org>
11029         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11030         Deleted unused file.
11031         
11032         * plugins/glade/plugin.c: Be able to close glade plugin when there
11033         there is no glade project loaded.
11034         
11035         * plugins/sourceview/sourceview.plugin,
11036         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11038 2006-03-23  Naba Kumar  <naba@gnome.org>
11040         * plugins/editor/print.c: Fixed a bug where some sections of
11041         printed/previewed text is not highlighted.
11042         
11043 2006-03-20  Johannes Schmid <jhs@gnome.org>
11045         * libanjuta/interfaces/libanjuta.idl:
11046         Added IAnjutaPrint
11047         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11048         as we do not use private apis. Show help window and startup because it does 
11049         not survive gdl
11050         
11051         * plugins/document-manager/action-callbacks.c:
11052         plugins/editor/Makefile.am:
11053         plugins/editor/text_editor.c:
11054         plugins/editor/print.c:
11055         plugins/editor/print.h:
11056         
11057         Fixed printing (nobody has missed it BTW ;-)
11058         
11059         * plugins/sourceview/sourceview.c:
11060         Fixed a crasher
11062 2006-03-20 Naba Kumar <naba@gnome.org>
11064         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11065         devhelp >= 0.9 < 0.11 versions.
11066         
11067 2006-03-20  Johannes Schmid <jhs@gnome.org>
11069         * plugins/sourceview/anjuta-document-loader.c
11070         plugins/sourceview/sourceview.c:
11071         
11072         Fixed encoding bugs
11074 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11076         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11077         Fixed bug (line position)
11078         Give the good line position whatever the active editor.
11080 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11082         * configure.in: Added fi to ALL_LINGUAS
11084 2006-03-19  Johannes Schmid <jhs@gnome.org>
11086         * plugins/sourceview/anjuta-document-loader.c:
11087         replace gnome_vfs_get_mime_type_for_name_and data
11089         * plugins/build-basic-autotools/build-basic-autotools.c:
11090         Fixed #335142
11092 2006-03-17  Johannes Schmid <jhs@gnome.org>
11094         * plugins/editor/editor.glade:
11095         Added style-editor again after it got lost somehow
11097 2006-03-17  Johannes Schmid <jhs@gnome.org>
11099         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11100         configure.in: require devhelp 0.11
11101         
11102         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11104         plugins/build-basic-autotools/build-basic-autotools.c:
11105         forgot a an installtion callback for the "install as root"-feature
11107 2006-03-17  Massimo Cora' <maxcvs@email.it>
11109         reviewed by: Johannes Schmid <jhs@gnome.org>
11111         * plugins/class-gen/anjuta-class-gen-plugin.glade
11112         plugins/class-gen/class_gen.c 
11113         plugins/class-gen/goc_template_header
11114         plugins/class-gen/goc_template_source
11115         
11116         Fixed bug #334663
11118 2006-03-16  Johannes Schmid <jhs@gnome.org>
11120         * plugins/sourceview/sourceview.c:
11121         Fixed "save-point" signal for undo actions
11123 2006-03-16  Massimo Cora' <maxcvs@email.it>
11124         
11125         reviewed by: Johannes Schmid <jhs@gnome.org>
11126         
11127         * plugins/document-manager/anjuta-docman.c:
11128         Implement tab drag and drop
11130 2006-03-16  Johannes Schmid <jhs@gnome.org>
11132         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11133         plugins/build-basic-autotools/build-basic-autotools.c:
11134         
11135         Implemented "install as root"-feature (#321455)
11137 2006-03-16  Johannes Schmid <jhs@gnome.org>
11139         * mime/.cvsignore
11140         plugins/sourceview/.cvsignore
11141         plugins/tools/scripts/.cvsignore:
11142         Added/extended .cvsignore files
11143         
11144         * plugins/sourceview/sourceview-autocomplete.c:
11145         plugins/sourceview/sourceview-autocomplete.h:
11146         plugins/sourceview/sourceview-prefs.c:
11147         plugins/sourceview/sourceview-private.h:
11148         plugins/sourceview/sourceview.glade:
11149         Autcomplete just works(tm) now and respects preferences
11150         
11151         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11152         Use better algorithm from autocomplete
11154 2006-03-15  Johannes Schmid <jhs@gnome.org>
11156         * src/anjuta-app.c:
11157         Fixed bug #304495
11159 2006-03-15  Johannes Schmid <jhs@gnome.org>
11161         * libanjuta/interfaces/libanjuta.idl:
11162         plugins/class-gen/class_gen.c:
11163         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11164         plugins/project-manager/plugin.c:
11165         
11166         Allow to add multiple source files (#320191)
11167         
11168         * configure.in: Require gnome-build 0.1.3
11170 2006-03-14  Johannes Schmid <jhs@gnome.org>
11172         * plugins/macro/macro-utils.c: Fixed bug #333606
11173         * plugins/file-wizard/file.c: Fixed bug #333601
11175 2006-03-13  Johannes Schmid <jhs@gnome.org>
11177         * plugins/sourceview/sourceview_autocomplete.c
11178         plugins/sourceview/sourceview_autocomplete.h
11179         plugins/sourceview/sourceview.c
11180         plugins/sourceview/sourceview-private.h
11181         plugins/sourceview/sourceview-prefs.c:
11182         
11183         Cleaned up and fixed several issues
11184         
11185 2006-03-13  Johannes Schmid <jhs@gnome.org>
11187         * plugins/sourceview/Makefile.am:
11188         plugins/sourceview/sourceview-autocomplete.c
11189         plugins/sourceview/sourceview-autocomplete.h:
11190         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11191         plugins/sourceview/sourceview-private.h:
11192         plugins/sourceview/sourceview.c:
11193         
11194         Added (buggy) autocomplete feature to sourceview
11195         
11196 2006-03-12 Naba Kumar <naba@gnome.org>
11198         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11199         libanjuta/anjuta-session.c: Added API docs.
11201 2006-03-12 Naba Kumar <naba@gnome.org>
11203         * TODO.tasks: Added couple of tasks.
11204         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11205         Register private class as early as possible so that members could
11206         point to self class. Code clean up.
11208 2006-03-12 Naba Kumar <naba@gnome.org>
11210         * po/POTFILES.in, po/POTFILES.skip: Updated.
11212 2006-03-11 Naba Kumar <naba@gnome.org>
11214         * libanjuta/anjuta-shell.c,
11215         plugins/document-manager/anjuta-docman.c,
11216         plugins/document-manager/plugin.c,
11217         plugins/symbol-browser/an_symbol_search.c,
11218         plugins/valgrind/vgrule-list.c: Use correct signal names while
11219         creating them.
11220         
11221         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11222         signal names and fixed enum IANJUTA_TYPE_* macro.
11224 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11226         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11227         plugins/search/search-replace.c :
11228         Fixed bug (Bookmark the good line).
11229         Search & Replace (Mark all matched strings).
11230         
11231 2006-03-09  Johannes Schmid <jhs@gnome.org>
11233         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11234         Completed changes from yesterday
11235         
11236         * plugins/document-manager/anjuta-document-manager.glade:
11237         plugins/editor/editor.glade
11238         plugins/editor/plugin.c: (activate_plugin)
11239         plugins/editor/text_editor.c
11240     plugins/sourceview/Makefile.am
11241         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11242         plugins/sourceview/sourceview.glade:
11243         Completed preference changes
11245 2006-03-08  Johannes Schmid <jhs@gnome.org>
11247         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11248         plugins/search/plugin.c: (activate_plugin):
11249         
11250         Removed Gtk-Criticals
11251         
11252         * plugins/document-manager/anjuta-document-manager.glade:
11253         plugins/document-manager/plugin.c: (on_docman_auto_save),
11254         (on_gconf_notify_timer), (prefs_init):
11255     plugins/document-manager/plugin.h:
11256         plugins/editor/text_editor.c: (text_editor_instance_init),
11257         (text_editor_dispose):
11258         plugins/editor/text_editor.h:
11259         plugins/editor/text_editor_cbs.c:
11260         plugins/editor/text_editor_cbs.h:
11261         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11262         plugins/glade/plugin.c: (activate_plugin):
11263         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11264         plugins/sourceview/sourceview-private.h:
11265         plugins/sourceview/sourceview.c: (on_menu_popup),
11266         (sourceview_new), (ifile_open), (ifile_savable_save),
11267         (ifile_savable_save_as), (ieditor_set_popup_menu),
11268         (ieditor_get_filename), (imark_mark):
11270     Moved autosave from editor to document manager and fixed some things in 
11271     Sourceview plugin
11273 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11275         * plugins/search/anjuta-search.glade :
11276         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11277         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11278         plugins/search/search-replace.c : Fixed bug.
11279         
11280 2006-03-08  Johannes Schmid <jhs@gnome.org>
11282     * plugins/search/anjuta-search.glade
11283     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11285 2006-03-07  Johannes Schmid <jhs@gnome.org>
11287         * plugins/document-manager/action-callbacks.c
11288         plugins/document-manager/anjuta-document-manager.glade
11289         plugins/document-manager/plugin.c: (prefs_init),
11290         (activate_plugin):
11291         plugins/editor/Makefile.am:
11292         plugins/editor/editor.glade:
11293         plugins/editor/plugin.c: (on_style_button_clicked),
11294         (activate_plugin), (dispose):
11295         plugins/editor/style-editor.c:
11296         
11297         Startet to seperate document-manager and editor preferences
11299         * plugins/search/Makefile.am:
11300         plugins/search/anjuta-search.glade:
11301         plugins/search/search-replace.c:
11302         
11303         Moved search GUI to search-plugin
11304                 
11305         * plugins/sourceview/sourceview-prefs.c:
11306         plugins/sourceview/sourceview-prefs.h:
11307         plugins/sourceview/sourceview-private.h:
11308         plugins/sourceview/sourceview.c: 
11309         plugins/sourceview/sourceview.h:
11310         plugins/sourceview/Makefile.am:
11311         plugins/sourceview/anjuta-document.h:
11312         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11313         plugins/sourceview/plugin.c: 
11314         
11315         Added some preferences to sourceview and fixed vfs_monitor
11316         
11317         * tagmanager/c.c: (parseParens): 
11318         Removed annoying debug message
11319         
11320         * libanjuta/interfaces/libanjuta.idl: 
11321         Removed IAnjutaEditorFactory::create_style_editor()
11323 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11325         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11326         Search : Bookmark all matched lines.
11328 2006-03-06  Johannes Schmid <jhs@gnome.org>
11330         * plugins/class-gen/anjuta-class-gen.plugin.in
11331         plugins/file-loader/plugin.c: (sort_wizards)
11332         (on_create_submenu), (activate_plugin)
11333         plugins/file-wizard/anjuta-file-wizard.plugin.in
11334         plugins/glade/anjuta-glade.plugin.in
11335         plugins/project-import/anjuta-project-import.plugin.in
11336         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11337         
11338         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11339         sorted alphabeticly
11340         
11341         * plugins/project-wizard/templates/mkfile.wiz:
11342         Use configured project directory instead of ~/myproject
11343         
11344         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11345         (ifile_open):
11346         Show markers (again) and monitor uri
11348 2006-03-06  Naba Kumar  <naba@gnome.org>
11350         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11351         typedefs separately so that forward linking would work.
11352         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11354 2006-03-05  Naba Kumar  <naba@gnome.org>
11356         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11357         passing Enums and Structs in signals. Define struct _Name in
11358         generated code, so that forward referencing.
11359         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11360         
11361         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11362         
11363 2006-03-05  Naba Kumar  <naba@gnome.org>
11365         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11366         support. Generate GType definitions for enums in generated codes
11367         so that enums could be passed as signal params.
11368         
11369 2006-03-04  Naba Kumar  <naba@gnome.org>
11371         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11372         Restored cvs-moved revision files. They were originally marked
11373         deleted at their older locations. Now they are restored at
11374         their new locations. The changeset is one that was committed
11375         as part of document-manager, editor, search and print plugins
11376         separation from editor plugin.
11377         
11378 2006-03-03  Johannes Schmid <jhs@gnome.org>
11380         * plugins/sourceview/*:
11381         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11382         poiting this out!
11384 2006-03-04  Naba Kumar  <naba@gnome.org>
11386         * plugins/gdb/*: Deleted removed files (see previous changlog
11387         entry for files list).
11388         
11389 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11391         * plugins/debug-mananger/breakpoints.c,
11392         plugins/debug-manager/breakpoints.h,
11393         plugins/debug-manager/debug_tree.c,
11394         plugins/debug-manager/debug_tree.h,
11395         plugins/debug-manager/info.c,
11396         plugins/debug-manager/info.h,
11397         plugins/debug-manager/locals.c,
11398         plugins/debug-manager/locals.h,
11399         plugins/debug-manager/memory.c,
11400         plugins/debug-manager/memory.h,
11401         plugins/debug-manager/registers.c,
11402         plugins/debug-manager/registers.h,
11403         plugins/debug-manager/sharedlib.c,
11404         plugins/debug-manager/sharedlib.h,
11405         plugins/debug-manager/signal.c,
11406         plugins/debug-manager/signal.h,
11407         plugins/debug-manager/stack_trace.c,
11408         plugins/debug-manager/stack_trace.h,
11409         plugins/debug-manager/watch.c,
11410         plugins/debug-manager/watch.h,
11411         plugins/debug-manager/Makefile.am:
11412         Move from gdb plugin to debug manager plugin
11414         * plugins/debug-manager/anjuta-debug-manager.glade,
11415         plugins/debug-manager/anjuta-debug-manager.ui:
11416         Move all user interface from gdb to debug manager
11418         * plugins/debug-manager/utilities.c,
11419         plugins/debug-manager/utilities.h:
11420         Remove some unused code
11421         Add useful code from gdb plugin
11423         * plugins/debug-manager/start.c,
11424         plugins/debug-manager/start.h:
11425         Include code of attach_process
11426         Add more code to start the debugger
11428         * plugins/debug-manager/plugin.c,
11429         plugins/debug-manager/plugin.h,
11430         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11431         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11433         * plugins/debug-manager/debugger.c,
11434         plugins/debug-manager/debugger.h:
11435         Implement a queue of debugger command
11437         * plugins/gdb/actions.c,
11438         plugins/gdb/actions.h,
11439         plugins/gdb/watch_cbs.c,
11440         plugins/gdb/watch_cbs.h,
11441         plugins/gdb/watch_gui.c,
11442         plugins/gdb/watch_gui.h:
11443         Removed 
11445         * plugins/gdb/debugger.c,
11446         plugins/gdb/debugger.h,
11447         plugins/gdb/gdbmi.c,
11448         plugins/gdb/gdbmi.h,
11449         plugins/gdb/utilities.c,
11450         plugins/gdb/utilities.h,
11451         plugins/gdb/Makefile.am,
11452         plugins/gdb/anjuta-gdb.plugin.in:
11453         Implement necessary functions
11455         * plugins/gdb/parser.c,
11456         plugins/gdb/parser.h:
11457         Code for parsing variable previously in debug_tree.c
11459         * plugins/gdb/anjuta-gdb.glade,
11460         plugins/gdb/anjuta-gdb.ui:
11461         Remove user interface
11463         * plugins/gdb/gdbmi-test.c:
11464         Need update
11466         * plugins/gdb/anjuta-gdb.plugin.png:
11467         Try an improved icon for gdb (archer fish)
11469         * libanjuta/anjuta-debugger.c,
11470         libanjuta/anjuta-debugger.h,
11471         libanjuta/interfaces/libanjuta.idl,
11472         libanjuta/interfaces/anjuta-idl-compiler.pl,
11473         libanjuta/Makefile.am:
11474         Add declaration used in new IAnjutaDebugger interface
11476         * manuals/reference/libanjuta.types,
11477         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11478         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11479         Update documentation
11481 2006-03-02  Naba Kumar  <naba@gnome.org>
11483         * manuals/reference/libanjuta/Makefile.am,
11484         manuals/reference/libanjuta/libanjuta-docs.sgml,
11485         manuals/reference/libanjuta/libanjuta-sections.txt,
11486         manuals/reference/libanjuta/libanjuta.types,
11487         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11488         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11489         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11490         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11491         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11492         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11493         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11494         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11495         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11496         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11497         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11498         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11499         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11500         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11501         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11502         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11503         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11504         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11505         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11506         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11507         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11508         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11509         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11510         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11511         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11512         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11513         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11514         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11515         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11516         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11517         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11518         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11519         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11520         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11521         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11522         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11523         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11524         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11525         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11526         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11527         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11528         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11529         manuals/reference/libanjuta/tmpl/plugins.sgml,
11530         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11531         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11532         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11533         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11534         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11535         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11536         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11537         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11538         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11539         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11540         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11541         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11542         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11543         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11544         documentation.
11546 2006-02-28  Naba Kumar <naba@gnome.org>
11548         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11549         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11550         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11551         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11552         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11553         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11554         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11555         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11556         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11557         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11558         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11559         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11560         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11561         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11563 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11565         * plugins/sourceview/sourceview.c:
11566         Select to brace, select block.
11568 2006-02-28  Johannes Schmid <jhs@gnome.org>
11570         * plugins/file-wizard/Makefile.am
11571         plugins/file-wizard/action-callbacks.c (removed)
11572         plugins/file-wizard/action-callbacks.h (removed)
11573         plugins/file-wizard/anjuta-file-wizard.ui
11574         plugins/file-wizard/plugin.c: (activate_plugin),
11575         (deactivate_plugin)
11576         plugins/file-wizard/plugin.h:
11577         Removed Edit->Insert Text submenu (replace by macros plugin)
11578         
11579         * plugins/sourceview/sourceview.c: (sourceview_new),
11580         (ieditor_set_popup_menu):
11581         Fixed some more bugs
11582         
11583         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11585 2006-02-28  Naba Kumar <naba@gnome.org>
11587         * plugins/file-manager/an_file_view.c,
11588         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11589         rows also and with delay 1 sec (the color and timout value should
11590         probably be picked up from some system wide preference key).
11592 2006-02-28  Naba Kumar <naba@gnome.org>
11594         * libanjuta/interfaces/libanjuta.idl,
11595         plugins/document-manager/action-callbacks.c,
11596         plugins/document-manager/plugin.c,
11597         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11598         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11599         Added interface checks in document manager and enable/disable
11600         menus based on supported interface.
11601         
11602         * plugins/project-import/anjuta-project-import.glade: Set some
11603         resonable size for the import dialog.
11605  2006-02-27  Naba Kumar  <naba@gnome.org>
11607         * libanjuta/interfaces/libanjuta.idl,
11608         plugins/document-manager/action-callbacks.c,
11609         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11610         and eol conversion actions.
11612 2006-02-27  Johannes Schmid <jhs@gnome.org>
11613         
11614         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11615         * plugins/file-manager/an_file_view.c
11616         plugins/file-manager/plugin.h:  Added tooltips
11617         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11619 2006-02-26  Naba Kumar  <naba@gnome.org>
11621         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11622         plugins/build-basic-autotools/build-basic-autotools.c,
11623         plugins/build-basic-autotools/build-basic-autotools.h,
11624         plugins/build-basic-autotools/executer.c,
11625         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11626         disable indicator highlights preferences from message manager to
11627         build plugin. Implemented message indicator highlights in build tool.
11628         
11629         * plugins/editor/text_editor.c: Fixed indicators.
11631 2006-02-26  Johannes Schmid <jhs@gnome.org>
11633         * plugins/sourceview/sourceview.c:
11634         - Fixed some bugs
11635         - Added markers
11636         * plugins/subversion/svn_auth.c:
11637         Fixed username/password authentification but there might be a memory corruption
11639 2006-02-26  Naba Kumar  <naba@gnome.org>
11641         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11642         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11643         libanjuta/anjuta-launcher.h: Added documentation.
11645 2006-02-24  Naba Kumar  <naba@gnome.org>
11647         * plugins/editor/text_editor.c: Fixed change in API in
11648         IAnjutaEditorSelection::set().
11649         
11650 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11652         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11653         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11654         libanjuta/interfaces/libanjuta.idl :
11655         Search in sourceview editor (Select in buffer).
11658 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11660         * plugins/sourceview/sourceview.c :
11661         Fixed Replace, to_upper, to_lower.
11662         
11663         * plugins/search/search-replace_backend.c :
11664         Renamed header name.
11666 2006-02-22  Naba Kumar  <naba@gnome.org>
11668         * libanjuta/anjuta-plugin-description.c,
11669         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11670         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11671         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11672         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11673         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11674         
11675         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11676         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11677         
11678 2006-02-21  Naba Kumar  <naba@gnome.org>
11680         * libanjuta/interfaces/libanjuta.idl,
11681         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11682         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11683         interface for editor.
11685 2006-02-21  Naba Kumar  <naba@gnome.org>
11687         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11689         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11690         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11692 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11694         * GTKSOURCEVIEW EDITOR
11695         plugins/sourceview/sourceview.c :
11696         Fixed copy and Goto Line.
11697         
11698         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11699         plugins/macro/plugin.c :
11700         Fixed Insert key word and Insert macro.
11702 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11704         * plugins/document-manager/anjuta-docman.c:
11705         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11706         
11707         * configure.in:
11708         plugins/Makefile.am:
11709         plugins/sourceview/.cvsignore:
11710         plugins/sourceview/Makefile.am:
11711         plugins/sourceview/plugin.c: :
11712         plugins/sourceview/plugin.h:
11713         plugins/sourceview/sourceview.c: 
11714         plugins/sourceview/sourceview.h:
11715         plugins/sourceview/sourceview.plugin:
11716         plugins/sourceview/sourceview.plugin.in:
11717         plugins/sourceview/sourceview.png:
11719         Added sourceview editor plugin
11721 2006-02-19 Naba Kumar  <naba@gnome.org>
11723         * libanjuta/interfaces/libanjuta.idl,
11724         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11725         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11726         plugins/cvs-plugin/cvs-interface.c,
11727         plugins/document-manager/action-callbacks.c,
11728         plugins/document-manager/action-callbacks.h,
11729         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11730         plugins/search/plugin.c, plugins/search/search-replace.c,
11731         plugins/search/search-replace_backend.c,
11732         plugins/subversion/subversion-actions.c,
11733         plugins/subversion/subversion-callbacks.c,
11734         plugins/tools/editor.c, plugins/tools/execute.c,
11735         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11736         few fatal warnings.
11738 2006-02-15 Naba Kumar  <naba@gnome.org>
11740         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11741         within another.
11742         
11743         * libanjuta/interfaces/libanjuta.idl,
11744         plugins/document-manager/anjuta-docman.c,
11745         plugins/document-manager/plugin.c,
11746         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11747         unnecessary parameters from IAnjutaEditor interface and used proper
11748         types instead of 'gpointer'. Fixed various compiler warnings.
11749         
11750         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11751         file
11753 2006-02-12 Naba Kumar  <naba@gnome.org>
11755         * po/POTFILES.in: Updated.
11756         
11757 2006-02-11 Naba Kumar  <naba@gnome.org>
11759         * plugins/editor/properties.[cxx,h],
11760         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11761         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11762         to sci_prop_*(), because they were conflicting with external
11763         functions (in some ssl library).
11764         
11765 2006-02-08 Naba Kumar  <naba@gnome.org>
11767         Patch from Massimo Cora  <maxcvs@email.it>:
11768         * plugins/valgrind/anjuta-valgrind.schemas,
11769         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11770         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11771         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11772         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11773         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11774         plugins/valgrind/vgtoolview.c,
11775         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11776         before running the debugging session. I've added also a
11777         preference in Anjuta Preferences where you can specify
11778         the path to the valgrind binary. The default is /usr/bin/valgrind.
11779         Now it displays a dialog with the error. [it can be -program
11780         exited- or -file loaded or end of input-]. Some valgrind 3.x
11781         compatibility.
11782         
11783 2006-01-29 Naba Kumar  <naba@gnome.org>
11785         Patch from Massimo Cora  <maxcvs@email.it>:
11786         * configure.in, plugins/Makefile.am,
11787         plugins/valgrind/*: Valgrind plugin (requires
11788         binutils-dev and valgrind to be installed.
11790 2005-01-24 Johannes Schmid <jhs@gnome.org>
11792         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11793         plugins/tools/variables.c:
11794         Added current directory to possible variables
11796         * Patch from Günther Brammer <gbrammer@gmx.de>
11797         plugins/document-manager/anjuta-docman.c:
11798         Fix a crash on opening a file
11800         AUTHORS: Added Günther Brammer
11802 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11804         * libanjuta/anjuta-launcher.c:
11805         Fix a bug in AnjutaLauncher when output is bigger than buffer
11806         Probably fix bug #315188 and #305134
11808 2005-12-28      Johannes Schmid <jhs@gnome.org>
11809         
11810         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11811         * src/about.c: Use new gtk about dialog
11812         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11813         Updated anjuta_ui_add_action_group_entries call
11814         
11815         Patch from Jean Breford <jean.breford@normalesup.org>
11816         and Markus Habermehl <bmh1980de@yahoo.de>:
11817         
11818         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11819         * AUTHORS: Added Jean and Markus
11821 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11822         * plugins/search/search-replace.c :
11823         Bookmark all matched lines.
11824         * plugins/search/search-replace_backend.c :
11825         Fixed bug (Search in all project files).
11827 2005-12-21      Johannes Schmid <jhs@gnome.org>
11828         
11829         * plugins/search/plugin.c:
11830         Fixed signal names
11831         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11832         investigation needed.
11833         
11834         AUTHORS: Added Ross Goldner
11836 2005-12-19  Ross Golder  <ross@golder.org>
11838         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11839         application/xml MIME type.
11841 2005-12-18  Johannes Schmid <jhs@gnome.org>
11842         
11843         po/POTFILES.in: Updated files after directory changes
11844         HACKING: Removed outdated section 3 (anoncvs)
11846 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
11848         * plugins/build-basic-autotools/build-basic-autotools.c:
11849         Save all files in editor before running a command
11851         * plugins/tools/execute.c:
11852         Use document manager plugin instead of each editor for
11853         saving all files
11855 2005-12-15  Johannes Schmid <jhs@gnome.org>
11857         * plugins/document-manager/action-callbacks.c:
11858         (on_save_all1_activate), (on_swap_activate)
11859         plugins/document-manager/anjuta-docman.c:
11860         (on_save_as_filesel_response), (on_notebook_switch_page):
11861         
11862         Fixed some remaining issues in document-manger
11864 2005-12-15      Johannes Schmid <jhs@gnome.org>
11866         * plugins/profile-default/default.anjuta:
11867         Load Search plugin and Message Manager by default
11869 2005-12-14  Johannes Schmid <jhs@gnome.org>
11870         
11871         * plugins/editor/text_editor.c
11872         libanjuta/anjuta-utils.c:
11873         
11874         Check if files differ when gnome-vfs monitoring is used.
11875         (Bug #309688)
11877 2005-12-13  Johannes Schmid <jhs@gnome.org>
11879         * plugins/document-manager/plugin.c:
11880         Only save modified files in ianjuta_file_savable_save() for document-manager
11881         as discussed on mailing list.
11882         
11883         * plugins/cvs-plugin/cvs-callbacks.c:
11884         Fixed dialog handling for empty log message
11886 2005-12-13  Johannes Schmid <jhs@gnome.org>
11888         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
11889         
11890         * plugins/project-manager/* Removed ununsed files
11891         
11892         * plugins/symbol-browser/an_symbol_iter.c
11893         plugins/build-basic-autotools/build-basic-autotools.c
11894         plugins/build-basic-autotools/executer.c
11895         plugins/class-gen/class_gen.c
11896         plugins/class-inheritance/class-inherit.c
11897         plugins/cvs-plugin/cvs-actions.c
11898         plugins/cvs-plugin/cvs-interface.c
11899         plugins/debug-manager/attach_process.
11900         plugins/devhelp/plugin.c
11901         plugins/document-manager/plugin.c
11902         plugins/document-manager/indent_util.c
11903         plugins/editor/properties.cxx
11904         plugins/editor/aneditor.cxx
11905         plugins/editor/style-editor.c
11906         plugins/editor/text_editor.c
11907         plugins/macro/macro_db.c
11908         tagmanager/c.c:
11909         
11910         Use DEBUG_PRINT for debug messages
11912         libanjuta/anjuta-debug.h: Include config.h
11913         
11914         HACKING: Updated (BTW: does anyone read this?)
11915         
11916 2005-12-12  Johannes Schmid <jhs@gnome.org>
11918         Patch from Johan Ersvik <jersvik@fastmail.fm>:
11919         * plugins/gdb/debugger.c
11920         
11921         Fix a crasher in gdb plugin
11922         
11923         * plugins/gtodo/plugin.c
11924         plugins/search/plugin.c
11925         
11926         Fixed bug #305301
11927         
11928         * plugins/document-manager/anjuta-docman.c:
11929         
11930         Fixed error markers 
11931         
11932         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
11933         
11934         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
11935         
11936         * plugins/document-manager/anjuta-docman.c:
11937         highlight changed files in docman popup-menu
11938         * plugins/gdb/debug-tree.c:
11939         plugins/gdb/debugger.c
11940         Do not corupt entire "locals" tree when variable pointer have
11941         additional info and arrays/strucs/unions correctly.
11942         
11944 2005-12-11  Johannes Schmid <jhs@gnome.org>
11946         * plugins/document-manager/anjuta-docman.c
11947         plugins/document-manager/plugin.c
11948         plugins/editor/text_editor.c:
11949         
11950         AUTHORS: Added Johan Ersvik
11952         Fixed "is-dirty" bug and tab ordering
11954 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
11955         
11956         * plugins/editor/aneditor-autocomplete.cxx
11957         plugins/editor/aneditor-calltip.cxx
11958         plugins/editor/aneditor-priv.h
11959         plugins/symbol-browser/an_symbol.c
11960         plugins/symbol-browser/an_symbol_view.c
11961         tagmanager/entry.h
11962         tagmanager/tm_symbol.c
11963         tagmanager/tm_tag.c
11964         tagmanager/include/tm_symbol.h
11965         tagmanager/include/tm_tag.h
11966         tagmanager/c.c
11968         Better pointer recognition in tagmanager and symbol browser
11970 2005-12-11  Johannes Schmid <jhs@gnome.org>
11972         * plugins/search/*: New search plugin derived from search code in old editor
11973         plugin.
11974         
11975         * plugins/document-manager/*: new document-manger which is now seperated from
11976         editor to allow implementation of other editor widgets. Code is mostly derived
11977         from old editor plugin
11979         * plugins/print/* new print plugin which is not fully implemented in the
11980         moment
11982         * plugins/editor/text_editor.c: Added lots of interface code
11983         
11984         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
11985         IAnjutaEditorFactory and extended IAnjutaEditor
11986         
11987         * configure.in, plugins/Makefile.am updated build system for new
11988         plugins
11990         This is a huge commit which might still contain some bugs and also has
11991         some fixmes. Things that are not working are the search toolbar because it
11992         does not use the same backend as any other searching function and printing
11993         (easy to fix) because it did not yet implement IAnjutaPrintable.
11995 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
11997         * plugins/project-wizard/property.c:
11998         Use newer GtkFileChooser instead of GtkFileSelection with
11999         GnomeFileEntry to avoid a bug
12001         * plugins/project-wizard/install.c:
12002         Avoid an endless loop if project directory is not writable
12003         
12004         * plugins/project-wizard/druid.c:
12005         Allow creating project in empty directory without a
12006         warning
12008 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12009         
12010         Patch from Massimo Cora <maxcvs@email.it>
12011         * plugins/class-inheritence/class-inherit.c
12012         plugins/class-inheritence/plugin.c
12013         plugins/class-inheritence/plugin.h
12014         configure.in
12015         
12016         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12017         no longer supported!
12019 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12020         
12021         Patch from Johan Ersvik <jersvik@fastmail.fm>
12022         * plugins/message-view/message-view.c
12023         plugins/build-basic-autotools/build-basic-autotools.c
12024         plugins/build-basic-autotools/automake-c.filters
12026         This patch correct regex-filters for newer automake
12027         versions
12029 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12031        * plugins/tools/execute.c:
12032        Detect variables inside a word
12034 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12036         * libanjuta/anjuta-status.[ch],
12037         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12038         plugins/editor/anjuta-docman.c :
12039         New anjuta-status procedure.
12041 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12043         *Modified Files:
12044         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12045         plugins/editor/Makefile.am
12046         plugins/editor/anjuta-document-manager.glade
12047         plugins/editor/plugin.c plugins/editor/plugin.h
12048         plugins/editor/text_editor.c plugins/editor/text_editor.h
12049         *Added Files:
12050         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12051         plugins/editor/indent-util.c plugins/editor/indent-util.h
12052         plugins/editor/indent_test.c :
12053         Set and Preview indent preferences parameters.
12054         Saved indent user parameters.
12056 2005-10-27  Naba Kumar  <naba@gnome.org>
12058         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12059         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12060         theme color for saved documents.
12061         
12062 2005-10-26  Naba Kumar  <naba@gnome.org>
12064         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12065         list. Fixed bug #316731.
12066         
12067 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12069         * tagmanager/tm_symbol.c: Fixed bug #315218
12071 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12073         * plugins/build/build_file.c
12074           plugins/build-basic-autotools/build-basic-autotools.c
12075           plugins/tools/execute.c
12076           plugins/build/compile.c
12077           plugins/build/configurer.c
12078           plugins/debug-manager/plugin.c
12079           plugins/editor/plugin.c
12080           plugins/editor/print.c
12081           plugins/editor/text_editor.c
12082           plugins/file-loader/plugin.c
12083           plugins/file-manager/an_file_view.c
12084           plugins/symbol-browser/an_symbol_view.c
12085           plugins/gdb/debugger.c
12086           plugins/gdb/plugin.c
12087           plugins/glade/plugin.c
12088           plugins/macro/macro-actions.c
12089           plugins/macro/plugin.c
12090           plugins/profile-default/plugin.c
12091           plugins/project-manager/plugin.c
12092           plugins/project-manager/project_import.c
12093           plugins/symbol-browser/plugin.c
12094           plugins/tools/execute.c
12095           src/anjuta.c
12096           src/anjuta-actions.h
12097           src/shell.c:
12098           Correct spacing errors before and after "...".
12100 2005-10-20  Naba Kumar  <naba@gnome.org>
12102         * plugins/gdb/debugger.c: Fixed attach/detach process to
12103         updated UI properly.
12104         
12105 2005-10-18  Naba Kumar  <naba@gnome.org>
12107         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12108         #171314 too).
12109         
12110 2005-10-13  Naba Kumar  <naba@gnome.org>
12111         
12112         * plugins/project-mkfile-import/*: Removed separate import wizard for
12113         makefile based projects (because single widzard handles all wizards).
12115         * plugins/project-import/project-import.c: Made wizard window
12116         transient to main window.
12118         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12119         
12120         * AUTHORS: Added Eric's name in contributors list.
12121         
12122         * configure.in, plugins/Makefile.am,
12123         plugins/project-import/Makefile.am,
12124         plugins/project-import/anjuta-project-import.glade,
12125         plugins/project-import/project-import.c,
12126         plugins/project-import/project-import.h: Import wizard now detects
12127         both makefile and automake projects together instead of separate wizard.
12128         
12129         * plugins/project-wizard/templates/java/project.anjuta,
12130         plugins/project-wizard/templates/mkfile/project.anjuta,
12131         plugins/project-wizard/templates/python/project.anjuta,
12132         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12133         name to make it appropriate.
12135 2005-10-11  Naba Kumar  <naba@gnome.org>
12137         * configure.in: Fixed glade3 version requirement.
12139 2005-09-29  Alexander Shopov  <ash@contact.bg>
12141         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12143 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12145         * plugins/subversion/svn_auth.c
12146         plugins/subversion/anjuta_subversion.glade:
12147         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12149 2005-09-22  Naba Kumar  <naba@gnome.org>
12151         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12153         * configure.in,  plugins/Makefile.am
12154         plugins/project-manager/anjuta-project-manager.plugin.in,
12155         plugins/project-manager/plugin.c,
12156         (added) plugins/project-mkfile-import/.cvsignore,
12157         (added) plugins/project-mkfile-import/Makefile.am,
12158         (added) plugins/project-mkfile-import/
12159             anjuta-project-mkfile-import-plugin.png,
12160         (added) plugins/project-mkfile-import/
12161             anjuta-project-mkfile-import.glade,
12162         (added) plugins/project-mkfile-import/
12163             anjuta-project-mkfile-import.plugin.in,
12164         (added) plugins/project-mkfile-import/plugin.c,
12165         (added) plugins/project-mkfile-import/plugin.h,
12166         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12167         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12168         plugins/project-wizard/templates/Makefile.am,
12169         (added) plugins/project-wizard/templates/mkfile-logo.png,
12170         (added) plugins/project-wizard/templates/mkfile.wiz,
12171         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12172         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12173         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12174         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12175         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12176         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12177         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12178         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12179         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12180         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12181         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12182         Added makefile based project import wizard and wizard template.
12184 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12186         * libanjuta/anjuta-launcher.c: Reduced false password detections
12188 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12190         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12191         messages correctly.a
12193 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12194         
12195         * scintilla/Makefile.am: Changed scintilla library to noinst
12196         * pixmaps/Makefile.am: Install password.png
12197         * libanjuta/anjuta-launcher.c: Changed password detection
12198         to be able to access GNOME CVS with ssh.
12199         
12200 2005-08-31  Naba Kumar  <naba@gnome.org>
12202         * plugins/glade/plugin.c: Set transient window for the widget
12203         dialogs.
12204         
12205 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12207         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12209 2005-08-10  Naba Kumar  <naba@gnome.org>
12211         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12212         as shortcut key for execute.
12214         * src/about.c: Clean up.
12215         
12216         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12217         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12218         entry boxes.
12219         
12220 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12222         * plugins/editor/search-replace_backend.c :
12223         Fixed search in File Patterns.
12225 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12227         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12228         
12229 2005-08-04  Naba Kumar  <naba@gnome.org>
12231         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12232         for pango-1.8 rendering bug.
12233         
12234 2005-08-03  Naba Kumar  <naba@gnome.org>
12236         * plugins/glade/plugin.c: Proper names for plugin widgets.
12237         
12238         * plugins/subversion/anjuta-subversion.glade,
12239         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12240         string allocations. Use passed default values when available.
12241         Set proper focus and dialog default response. Destroy dialog after use.
12242         Return error when appropriate.
12244 2005-08-02  Naba Kumar  <naba@gnome.org>
12246         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12247         for pango-1.8 rendering bug.
12248         
12249 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12251         * scintilla/Makefile.am: Fixed a make -j x bug
12252         
12253 2005-08-02  Johannes Schmid <jhs@gnome.org>
12254         
12255         * plugins/subversion/svn-auth.c: Added username/password 
12256         auto function.
12258 2005-08-01  Naba Kumar  <naba@gnome.org>
12260         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12261         checks for character width calculations.
12262         
12263 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12265         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12267 2005-07-31  Naba Kumar  <naba@gnome.org>
12269         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12270         messup with pango 1.8. Fixed bug #311846.
12272 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12274         * plugins/gdb/memory.c : Fixed bug 305082.
12275         
12276         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12277         plugins/project-wizard/templates/gcj.wiz,
12278         plugins/project-wizard/templates/gnome.wiz,
12279         plugins/project-wizard/templates/gtk.wiz,
12280         plugins/project-wizard/templates/java.wiz,
12281         plugins/project-wizard/templates/python.wiz,
12282         plugins/project-wizard/templates/wxwin.wiz,
12283         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12285 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12287         * plugins/tools/execute.c:
12288         Correct a crash if editor is closed while a tool still use it.
12290 2005-07-28  Naba Kumar  <naba@gnome.org>
12292         * scintilla/*: Updated scintilla from their latest CVS.
12294 2005-07-27  Naba Kumar  <naba@gnome.org>
12296         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12297         plugins/build-basic-autotools/build-basic-autotools.c,
12298         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12299         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12300         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12301         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12302         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12303         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12304         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12305         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12306         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12307         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12308         argument to anjuta_ui_add_action_group_entries() and
12309         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12310         Fixed all plugins to pass translation domain. This fixes untranslated
12311         UI bugs. 
12313 2005-07-27  Naba Kumar  <naba@gnome.org>
12315         * plugins/class-inheritance/class-callbacks.c,
12316         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12317         proper system colors.
12319 2005-07-26  Naba Kumar  <naba@gnome.org>
12321         * ROADMAP: Updated and added more tasks.
12323 2005-07-25  Naba Kumar  <naba@gnome.org>
12325         * ROADMAP: Updated and added more tasks.
12326         
12327 2005-07-24  Naba Kumar  <naba@gnome.org>
12329         * HACKING: Fixed format.
12331 2005-07-24  Naba Kumar  <naba@gnome.org>
12333         * ROADMAP: Fixed format.
12334         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12336 2005-07-24  Naba Kumar  <naba@gnome.org>
12338         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12339         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12341 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12343         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12344         Correct wrong sensitivity setting
12345         
12346         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12347         
12348         * plugins/tools/variable.c:     Add variables for project manager
12350 2005-07-23  Naba Kumar  <naba@gnome.org>
12352         * ROADMAP: updated.
12354 2005-07-23 Naba Kumar  <naba@gnome.org>
12356         * plugins/subversion/Makefile.am,
12357         plugins/subversion/svn-auth.c,
12358         plugins/subversion/svn-auth.h: Added subversion authentication code
12359         stubs.
12360         
12361         * plugins/subversion/subversion-callbacks.c,
12362         plugins/subversion/subversion-callbacks.h,
12363         plugins/subversion/svn-backend-priv.h,
12364         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12365         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12366         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12367         Added file mode line.
12369 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12371         * configure.in: Added 'gl' to ALL_LINGUAS.
12373 2005-07-21 Naba Kumar  <naba@gnome.org>
12375         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12376         the active sources and kill the running process without emitting
12377         signals (which could be fatal because the object is being destroyed).
12378         Incidentally, fixed the crash that happens when stopping an active
12379         debugger session. Disabled debug prints and code clean up.
12380         Fixed bug #305587.
12381         
12382         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12383         message view object, because that prevents many unprocessed outputs
12384         from the cvs command from being appended in view. Does not set NULL
12385         to mesg_view private member (not required) so that any pending outputs
12386         to view is processed.Fixed bug #172666.
12388         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12389         type in supported list.
12390         
12391 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12393         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12394           grammar/spelling fixes.
12396 2005-07-17 Naba Kumar  <naba@gnome.org>
12398         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12399         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12400         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12401         plugins/project-wizard/templates/anjuta-plugin.wiz,
12402         plugins/project-wizard/templates/gcj.wiz,
12403         plugins/project-wizard/templates/gnome.wiz,
12404         plugins/project-wizard/templates/gtk.wiz,
12405         plugins/project-wizard/templates/gtkmm.wiz,
12406         plugins/project-wizard/templates/java.wiz,
12407         plugins/project-wizard/templates/python.wiz,
12408         plugins/project-wizard/templates/terminal.wiz,
12409         plugins/project-wizard/templates/terminal/Makefile.am,
12410         plugins/project-wizard/templates/terminal/po/Makefile.am,
12411         plugins/project-wizard/templates/terminal/src/Makefile.am,
12412         plugins/project-wizard/templates/wxwin.wiz,
12413         plugins/project-wizard/templates/xlib-dock.wiz,
12414         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12415         wizards and updated .wiz files to install them in newly created
12416         projects.
12418 2005-07-16 Naba Kumar  <naba@gnome.org>
12420         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12421         
12422         * plugins/file-manager/an_file_view.c,
12423         plugins/file-manager/plugin.c: Added file manager preferences to
12424         show/hide files ignored by version control (e.g. cvsignore).
12425         
12426         * plugins/editor/text_editor.c: Initialize vfs info struct.
12427         
12428         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12429         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12430         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12431         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12432         omf-install/.cvsignore, pixmaps/.cvsignore,
12433         plugins/file-manager/anjuta-file-manager-plugin.glade,
12434         scintilla/.cvsignore, scintilla/include/.cvsignore,
12435         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12436         tagmanager/python.c: Updated.
12438 2005-07-16 Naba Kumar  <naba@gnome.org>
12440         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12441         Fixed python parser to parser class methods.
12443 2005-07-15 Naba Kumar  <naba@gnome.org>
12445         * plugins/project-wizard/property.c: Used parenthesis to remove
12446         ambiguty.
12447         
12448         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12449         plugins/project-wizard/templates/gcj.wiz,
12450         plugins/project-wizard/templates/gnome.wiz,
12451         plugins/project-wizard/templates/gtk.wiz,
12452         plugins/project-wizard/templates/gtkmm.wiz,
12453         plugins/project-wizard/templates/java.wiz,
12454         plugins/project-wizard/templates/python.wiz,
12455         plugins/project-wizard/templates/terminal.wiz,
12456         plugins/project-wizard/templates/wxwin.wiz,
12457         plugins/project-wizard/templates/xlib-dock.wiz,
12458         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12459         and names.
12461 2005-07-15 Naba Kumar  <naba@gnome.org>
12463         * plugins/project-wizard/templates/java.wiz,
12464         plugins/project-wizard/templates/java/Makefile.am,
12465         plugins/project-wizard/templates/java/project.anjuta,
12466         plugins/project-wizard/templates/python.wiz,
12467         plugins/project-wizard/templates/python/Makefile.am,
12468         plugins/project-wizard/templates/python/project.anjuta: Use different
12469         project files for java and python module where debugger is not
12470         included in the list of plugins.
12472 2005-07-15 Naba Kumar  <naba@gnome.org>
12474         * configure.in, plugins/project-wizard/templates/Makefile.am,
12475         plugins/project-wizard/templates/gcj-logo.png,
12476         plugins/project-wizard/templates/gcj.wiz,
12477         plugins/project-wizard/templates/gcj/.cvsignore,
12478         plugins/project-wizard/templates/gcj/Makefile.am,
12479         plugins/project-wizard/templates/gcj/configure.in.tpl,
12480         plugins/project-wizard/templates/gcj/src/.cvsignore,
12481         plugins/project-wizard/templates/gcj/src/Makefile.am,
12482         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12483         plugins/project-wizard/templates/java-logo.png,
12484         plugins/project-wizard/templates/java.wiz,
12485         plugins/project-wizard/templates/java/configure.in.tpl,
12486         plugins/project-wizard/templates/java/po/Makefile.am,
12487         plugins/project-wizard/templates/java/po/POTFILES.in,
12488         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12489         plugins/project-wizard/templates/java/src/main.java,
12490         plugins/project-wizard/templates/python-logo.png,
12491         plugins/project-wizard/templates/python.wiz,
12492         plugins/project-wizard/templates/python/.cvsignore,
12493         plugins/project-wizard/templates/python/Makefile.am,
12494         plugins/project-wizard/templates/python/configure.in.tpl,
12495         plugins/project-wizard/templates/python/po/.cvsignore,
12496         plugins/project-wizard/templates/python/po/Makefile.am,
12497         plugins/project-wizard/templates/python/po/POTFILES.in,
12498         plugins/project-wizard/templates/python/src/.cvsignore,
12499         plugins/project-wizard/templates/python/src/Makefile.am,
12500         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12501         plugins/project-wizard/templates/python/src/main.py: Added Generic
12502         gcj and python project wizards. Fixed Generic java project to
12503         use _JAVA primary. Update gnome-build from cvs for them to work
12504         correctly.
12506 2005-07-12 Naba Kumar  <naba@gnome.org>
12508         * plugins/project-manager/plugin.c: Automatically determine
12509         project backend by probing.
12510         
12511 2005-07-04 Naba Kumar  <naba@gnome.org>
12513         * Makefile.am: Do not install old anjuta.glade file which conflicts
12514         with newer src/anjuta.glade.
12516 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12518         * plugins/an_symbol_prefs.c:
12519         Sort list of available symbol files
12521 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12523         * plugins/build-basic-autotools.c:
12524         Fixed #307810
12525         
12526         * plugins/gtodo/libgtodo.c:
12527         Possible fix for #307800
12529         * libanjuta/anjuta-encodings.c
12530         libanjuta/anjuta-launcher.c
12531         libanjuta/anjuta-preference-dialog.c
12532         libanjuta/anjuta-preferences.c
12533         libanjuta/anjuta-ui.c
12534         libanjuta/anjuta-util.c
12535         libanjuta/cell-renderer-captioned-image.c
12536         libanjuta/plugin.c:
12537         
12538         Patch from de_lupus@pandora.be (Kristof Vansant):
12539         Replaced deprecated gnome-i18n.h
12540         Closed #309153
12542 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12543         
12544         * plugins/subversion/anjuta-subversion.glade
12545         plugins/subversion/anjuta-subversion.ui
12546         plugins/subversion/plugin.c
12547         plugins/subversion/subversion-actions.c
12548         plugins/subversion/subversion-callbacks.h
12549         plugins/subversion/subversion-callbacks.c
12550         plugins/subversion/svn-backend-priv.h
12551         plugins/subversion/svn-backend.h
12552         plugins/subversion/svn-backend.c
12553         plugins/subversion/svn-thread.h
12554         plugins/subversion/svn-thread.c:
12555         
12556         Implemented Subversion diff
12557         
12558 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12559         
12560         * plugins/build-basic-autotools/build-basic-autotools.c:
12561         Fixed crash bug! Might be useful to release 2.0.2 soon
12562         because this bug will crash any build which produces errors
12563         or warnings
12565 === Anjuta 2.0.1 ===
12567 2005-06-27 Naba Kumar  <naba@gnome.org>
12569         * plugins/tools/execute.c: Formated code.
12570         
12571 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12573         * plugins/build-basic-autotools/build-basic-autotools.c:
12574         Remove two memory leaks
12575         Check command output versus untranslated strings too
12577         * plugins/tools/execute.c:
12578         Remove two memory leaks
12579         Check command output versus untranslated strings too
12580         Remove description message
12582         * plugins/tools/fileop.c:
12583         Escape tool name in xml configuration file
12585 2005-05-26 Naba Kumar  <naba@gnome.org>
12587         * configure.in: Bumped version to 2.0.1
12588         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12590         * plugins/tools/execute.c: Fixed clickable messages.
12591         * NEWS: Updated.
12593         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12594         Deactivate glade plugin when last glade project is closed. Reorder
12595         glade widgets in layout. Change glade project when user selects a
12596         new project. Removed project from the list when user closes it. Fixed
12597         glade project file loading from URI. Save and restored loaded glade
12598         projects in/from session.
12600         * plugins/class-gen/action-callbacks.c,
12601         plugins/class-gen/anjuta-class-gen-plugin.glade,
12602         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12603         plugins/file-wizard/anjuta-file-wizard.glade,
12604         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12605         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12606         "Add to project" correctly. Use the source file path returned after
12607         adding to project. Fixed memory leaks. Deactivate wizard plugins
12608         after use.
12609         
12610         * plugins/project-manager/plugin.c,
12611         plugins/project-wizard/anjuta-project-wizard.glade,
12612         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12613         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12614         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12615         project-wizard preference page to anjuta app, because they are
12616         more appropriated as general preferences. Renamed username and
12617         useremail properties keys.
12618         
12619         * po/POTFILES.in: Updated.
12621         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12622         saved at closing.
12623         
12624         * plugins/file-loader/plugin.c: Do not use static variable to store
12625         created submenu in factory. Fixed crash in anjuta exit.
12626         
12627 2005-05-24 Naba Kumar  <naba@gnome.org>
12629         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12630         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12631         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12632         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12633         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12634         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12635         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12636         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12637         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12638         
12639         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12640         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12641         plugins/build-basic-autotools/build-basic-autotools.c,
12642         plugins/build-basic-autotools/build-basic-autotools.h,
12643         plugins/build-basic-autotools/executer.c,
12644         plugins/build-basic-autotools/executer.h,
12645         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12646         plugins/tools/variable.c: Added an extra argument to
12647         anuta_util_dialog_input() to pass default value. Save/load project
12648         configure and execution parameters in/from session.
12650         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12651         symbol browser is loaded.
12652         
12653         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12654         freeze/thaw.
12656         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12657         deactivate would not start shell.
12659 2005-05-24 Naba Kumar  <naba@gnome.org>
12661         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12662         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12663         libegg/egg-submenu-action.c, libegg/test-actions.c,
12664         plugins/build-basic-autotools/build-basic-autotools.c,
12665         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12666         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12667         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12668         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12669         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12670         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12671         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12672         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12673         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12674         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12676 2005-05-24 Naba Kumar  <naba@gnome.org>
12678         * data/properties/styles.properties: Fixed defalt font.
12680         * plugins/editor/search-replace.c,
12681         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12682         project openness wihtout activating project-manager plugin (i.e.
12683         using anjuta_shell_get()).
12684         
12685         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12686         - Completed add_source(), add_group() and add_target() methods of
12687         IAnjutaProjectManager.
12688         - Change their definition to return the added element (or NULL).
12689         - Used interface API for project main menus and 'add to project'
12690         from file-manager context menu.
12691         - Select proper default target/group when prompting for adding
12692         source/target/group.
12693         - Do not expand all nodes in selection tree when default selection
12694         are given (eases navigation in big projects).
12695         - Code clean ups.
12696         - Marked strings for translation.
12698 2005-05-23 Naba Kumar  <naba@gnome.org>
12700         * src/anjuta-app.c: Save menu accelerators on change.
12701         * NEWS: Updated.
12702         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12703         save-as dialog (leading to crash later).
12705 2005-05-22 Naba Kumar  <naba@gnome.org>
12707         * NEWS: Updated.
12708         * AUTHORS: Added developers for other projects. Updated.
12709         * TODO.tasks: Updated.
12710         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12711         
12712 2005-05-22 Naba Kumar  <naba@gnome.org>
12714         * plugins/tools/execute.c: Make parsable lines distinct by adding
12715         a "Click me" description in the message. Allow tools to open arbibrary
12716         file in editory using gdb-styled annotation (The line starts with two
12717         \032 characters followed by the file:line).
12718         
12719         * plugins/tools/scripts/prepare-changelog.pl,
12720         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12721         ChangeLog file itself and open it.
12723 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12725         * plugins/tools/execute.c:
12726         Parse output in message pane
12727         Correct a crash on plugin deactivation
12729         * plugins/tools/fileop.c,
12730         plugins/tools/tool.c,
12731         plugins/tools/tool.h:
12732         Load only valid tools
12734 2005-06-21  Naba Kumar  <naba@gnome.org>
12736         * anjuta.spec.in: Fixed devel package requirement.
12738         * plugins/message-view/message-view.c: Scroll message on next/previous.
12740         * TODO.tasks: Updated.
12742         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12743         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12744         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12745         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12746         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12747         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12748         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12749         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12751         * libanjuta/anjuta-preferences.c,
12752         plugins/build-basic-autotools/build-basic-autotools.c,
12753         plugins/build-basic-autotools/executer.c,
12754         plugins/class-gen/action-callbacks.c,
12755         plugins/class-gen/action-callbacks.h,
12756         plugins/class-gen/class_gen.c,
12757         plugins/cvs-plugin/cvs-interface.c,
12758         plugins/debug-manager/attach_process.c,
12759         plugins/debug-manager/plugin.c,
12760         plugins/debug-manager/utilities.c,
12761         plugins/debug-manager/utilities.h,
12762         plugins/editor/aneditor-autocomplete.cxx,
12763         plugins/editor/aneditor.cxx,
12764         plugins/editor/search-replace.c,
12765         plugins/editor/search-replace_backend.c,
12766         plugins/gdb/breakpoints.c,
12767         plugins/gdb/registers.c,
12768         plugins/patch/plugin.c,
12769         plugins/project-wizard/druid.c,
12770         plugins/project-wizard/install.c,
12771         plugins/subversion/plugin.c,
12772         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12773         codes.
12775         * plugins/class-gen/action-callbacks.c,
12776         plugins/project-wizard/parser.c,
12777         plugins/project-wizard/property.c,
12778         plugins/project-wizard/values.c,
12779         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12781         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12782         alphabetically
12784 2005-06-20  Naba Kumar  <naba@gnome.org>
12786         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12787         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12788         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12789         
12790         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12791         exit idle function.
12792         
12793         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12794         Fixed possible memory corruption.
12796         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12797         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12798         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12799         progress bar increment and added progress status for symbol refresh
12800         and project loading.
12801         
12802         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12803         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12804         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12805         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12806         bar.
12808         * TODO.tasks: Updated.
12810 2005-06-19  Naba Kumar  <naba@gnome.org>
12812         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12813         Fixed warning.
12814         
12815         * plugins/project-import/project-import.c: Deactivate plugin when done.
12816         
12817 2005-06-18  Naba Kumar  <naba@gnome.org>
12819         * plugins/profile-default/plugin.c: Fixed error when loading another
12820         project while a project is still loaded.
12821         
12822         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12823         signal from gnome-build to popup group properties.
12824         
12825         * src/anjuta.c: Load default session by default.
12827         * po/POTFILES.in: Added missing files.
12828         
12829         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12830         activate plugin on load (activate it separately). Connect to activate
12831         and deactivate signals for housekeeping, so that if plugins are
12832         activated or deactivate externally, they are properly recorded.
12833         
12834         * plugins/profile-default/plugin.c: Save profile before a project
12835         is loaded so that it could be restored when project is closed.
12836         
12837         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12839 2005-06-17  Naba Kumar  <naba@gnome.org>
12841         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12842         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12843         for project. The plugins loaded for the project is restored when project
12844         is loaded next time.
12845         
12846         * TODO.tasks: Updated.
12847         
12848 2005-06-15  Naba Kumar  <naba@gnome.org>
12850         * plugins/tools/scripts/find-fixmes.pl,
12851         (new) plugins/tools/scripts/translation-status.pl,
12852         plugins/tools/scripts/tools-2.xml.in,
12853         plugins/tools/scripts/Makefile.am,
12854         plugins/tools/scripts/prepare-changelog.pl: Added translation
12855         status script. Completed find-fixmes.pl script. Fixed bugs.
12857         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
12858         tool path.
12860 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12862         * plugins/message-view/anjuta-message-manager-plugin.glade :
12863         renamed "messages.tag.position" to "messages.tab.position".
12864         plugins/message-view/anjuta-msgman.c : 
12865         Messages tab position prefrences.
12866         
12867 2005-06-14  Naba Kumar  <naba@gnome.org>
12869         * (new) plugins/tools/scripts/find-fixmes.pl,
12870         (new) plugins/tools/scripts/tools-2.xml.in,
12871         (new) plugins/tools/scripts/Makefile.am,
12872         (new) plugins/tools/scripts/prepare-changelog.pl,
12873         plugins/tools/plugin.h, plugins/tools/fileop.c,
12874         plugins/tools/Makefile.am, configure.in: Added system tools.
12876 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
12878         * plugins/tools/editor.c:
12879         Take care of creating .anjuta directory if missing
12881 2005-06-10  Naba Kumar  <naba@gnome.org>
12883         * configure.in: Increased gnome-build required to version 0.1.2.
12884         
12885         * plugins/project-manager/plugin.c: Fixed target/group removal.
12886         Fixed memory leaks.
12887         
12888 2005-06-10  Naba Kumar  <naba@gnome.org>
12890         * plugins/project-manager/plugin.c: Implemented target/group
12891         configuration (update gnome-build module from cvs).
12892         
12893 2005-06-07  Naba Kumar  <naba@gnome.org>
12895         Patch from: Massimo Cora'  <maxcvs@email.it>:
12896         * plugins/class-inheritance/Makefile.am,
12897         plugins/class-inheritance/class-inherit.c,
12898         plugins/class-inheritance/class-inherit.h,
12899         plugins/class-inheritance/plugin.c,
12900         plugins/class-inheritance/plugin.h,
12901         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
12902         expanded view of classes in hierarchy canvas (collapsable again).
12903         
12904 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
12906         * scintilla/patches/scintilla-64-bit.diff (added)
12907         * plugins/patch/patch-plugin.c:
12908         Conditional build for GTK 2.4 and GTK 2.6
12910 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
12912         * plugins/tools/anjuta-tools.glade,
12913         plugins/tools/editor.c,
12914         plugins/tools/plugin.h,
12915         plugins/tools/fileop.c:
12916         Add a check box to edit an user script
12917         Correct a few memory leak
12919         * plugins/tools/execute.c,
12920         plugins/tools/tool.c,
12921         plugins/tools/tool.h:
12922         Move utility remove_mnemonic function in tool.c
12923         Small fix
12925 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
12927         Patch from sbrabec@suse.cz:
12928         * configure.in
12929         scintilla/include/Scintilla.h:
12930         
12931         Fix 64-Bit warnings in gcc 4
12933 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
12934         
12935         * plugins/patch/patch_plugin.c
12936         plugins/patch/patch.h
12937         plugin/patch/patch-plugin.glade
12938         plugin/patch/Makefile.am:
12939         
12940         Changed patch plugin to use libglade and new gtk 2.6 widgets
12942 2005-05-31  Naba Kumar  <naba@gnome.org>
12944         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12945         * plugins/editor/text_editor.c: Don't show error
12946         for empty files.
12947         
12948 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
12949         
12950         * plugins/message-view/anjuta-message-manager.ui,
12951         plugins/message-view/anjuta-msgman.c,
12952         plugins/message-view/anjuta-msgman.h,
12953         plugins/message-view/message-view.c,
12954         plugins/message-view/message-view.h,
12955         plugins/message-view/plugin.c:
12956         Add a popup menu in messages panes
12957         Move save message pane option in it
12959 2005-05-28  Naba Kumar  <naba@gnome.org>
12961         * data/properties/styles.properties: Fixed default font
12962         names and sizes.
12964         * plugins/editor/style-editor.c: cleanup.
12965         
12966 2005-05-25  Naba Kumar  <naba@gnome.org>
12968         * plugin/gdb/plugin.c: Start gdb even if the program does
12969         not exists. Fixes bug #305074
12970         
12971 2005-05-24  Naba Kumar  <naba@gnome.org>
12973         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
12974         * configure.in: graphviz pkgconfig path.
12976 2005-05-24  Naba Kumar  <naba@gnome.org>
12978         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
12979         * TODO.tasks: Updated.
12980         
12981 2005-05-22  Naba Kumar  <naba@gnome.org>
12983         * anjuta.spec.in: Fixed spec file
12984         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
12986 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
12987         
12988         * TODO.tasks: Updated.
12990         * plugins/message-view/anjuta-message-manager.ui,
12991         plugins/message-view/message-view.c,
12992         plugins/message-view/message-view.h,
12993         plugins/message-view/plugin.c:
12994         Add shortcut for next and previous message
12995         Add a save message menu item
12996         Fix a bug in previous message
12998 2005-05-21  Naba Kumar  <naba@gnome.org>
13000         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13001         doc/Makefile.am, global-tags/create_global_tags.sh,
13002         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13003         and rpm package creation. Fixed installation paths.
13004         
13005         * plugins/editor/anjuta-document-manager.glade,
13006         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13007         and indent options.
13008         
13009         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13011 2005-05-21  Naba Kumar  <naba@gnome.org>
13013         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13014         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13015         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13016         tagmanager/Makefile.am: Fixed paths configure variables to take
13017         automake configure variables instead of hardcoding.
13019         * global-tags/tm_global_tags.c: Formated code.
13021         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13022         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13023         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13024         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13025         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13026         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13027         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13028         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13029         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13031 2005-05-20  Naba Kumar  <naba@gnome.org>
13033         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13034         and fixed rpm spec file (more testing required).
13035         
13036         * data/gdb.init: Don't set gdb prompt.
13037         
13038         * mime/Makefile.am: run update-mime-data only on system-wide install.
13039         
13040         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13042 2005-05-19  Naba Kumar  <naba@gnome.org>
13044         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13045         while it's not visible.
13047         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13048         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13049         
13050 2005-05-19  Naba Kumar <naba@gnome.org>
13052         * configure.in: Fixed subversion checks. Added
13053         --disable-plugin-subversion and --disable-plugin-glade
13054         configure flags to manually turn off their plugin builds.
13056         * plugins/editor/plugin.c: Save and restore current editor line
13057         positions in session.
13059 2005-05-18  Naba Kumar  <naba@gnome.org>
13061         * AUTHORS: Fixed email address.
13062         
13063         * libanjuta/anjuta-utils.c,
13064         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13065         when the projectmanager toplevel is not a window. Check for valid
13066         gtkwindow type before using the passed window as parent for anjuta
13067         dialogs.
13069 2005-05-17  Naba Kumar  <naba@gnome.org>
13071         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13072         
13073         * plugins/cvs-plugin/Makefile.am,
13074         plugins/devhelp/plugin.c,
13075         plugins/file-loader/Makefile.am,
13076         plugins/macro/Makefile.am,
13077         plugins/message-view/Makefile.am,
13078         plugins/patch/Makefile.am,
13079         plugins/project-manager/Makefile.am,
13080         plugins/subversion/Makefile.am,
13081         plugins/symbol-browser/Makefile.am: Removed -module flags
13082         from libtool flags
13084         * MAINTAINERS: Added file so that I could recieve bugzilla
13085         reports.
13087         * plugins/glade/plugin.c: Fixed compile error.
13089 === Anjuta 2.0.0 ===
13091 2005-05-15  Naba Kumar  <naba@gnome.org>
13093         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13094         version to 2.0.0.
13096         * plugins/symbol-browser/an_symbol_view.c,
13097         plugins/symbol-browser/plugin.c,
13098         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13099         symbols have been updated. Reset file symbols when update
13100         occurs. Fixed memory leaks.
13102         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13103         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13104         
13105 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13107         * plugins/tools/anjuta-tools.glade:
13108         Remove unused parameter dialog
13110         * plugins/tools/dialog.c,
13111         plugins/tools/fileop.c,
13112         plugins/tools/fileop.h,
13113         plugins/tools/tool.c,
13114         plugins/tools/tool.h,
13115         plugins/tools/variable.c:
13116         Add a few comments and cleanups
13118         * plugins/tools/editor.c,
13119         plugins/tools/editor.h:
13120         Remove code from previous plugin and add comments
13121         Use main window as parent (instead of tool list)
13123         * plugins/tools/execute.c,
13124         plugins/tools/execute.h:
13125         Remove code from previous plugin and add comments
13126         Fix warnings
13128 2005-05-14  Naba Kumar  <naba@gnome.org>
13130         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13131         release.
13132         
13133         * configure.in: Fixed
13134         
13135         * plugins/class-inheritance/class-inheritance.png: New icon.
13136         
13137         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13138         screws up when reparented.
13140 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13142         * plugins/editor/search-replace.c,
13143         plugins/editor/search-replace_backend.c
13144         plugins/project-manager/plugin.c : Clear find pane if searching same 
13145         expression. Clean code.
13147 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13149         * configure.in: Added ne in ALL_LINGUAS
13150         
13151 2005-05-13  Naba Kumar  <naba@gnome.org>
13153         * configure.in: Fixed glade-3 version.
13154         
13155         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13156         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13157         plugins/gdb/watch.c: Update locals, watch and frame document on
13158         frame change.
13160 2005-05-12  Naba Kumar  <naba@gnome.org>
13162         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13163         scope autocompletion when the function definition is incomplete.
13164         
13165         * plugins/class-gen/anjuta-class-gen.plugin.in,
13166         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13167         plugins/gdb/plugin.c,
13168         plugins/glade/anjuta-glade.plugin.in,
13169         plugins/project-import/anjuta-project-import.plugin.in,
13170         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13171         titles for the wizards.
13173 2005-05-11  Naba Kumar  <naba@gnome.org>
13175         * configure.in, plugins/debug-manager/Makefile.am,
13176         plugins/debug-manager/plugin.c,
13177         (added) plugins/debug-manager/images/.cvsignore,
13178         (added) plugins/debug-manager/images/Makefile.am,
13179         (added) plugins/debug-manager/images/detach-16.png,
13180         (added) plugins/debug-manager/images/detach.png,
13181         (added) plugins/debug-manager/images/step-into-16.png,
13182         (added) plugins/debug-manager/images/step-into.png,
13183         (added) plugins/debug-manager/images/step-out-16.png,
13184         (added) plugins/debug-manager/images/step-out.png,
13185         (added) plugins/debug-manager/images/step-over-16.png,
13186         (added) plugins/debug-manager/images/step-over.png,
13187         plugins/gdb/Makefile.am,
13188         plugins/gdb/breakpoints.c,
13189         plugins/gdb/plugin.c,
13190         (added) plugins/gdb/images/.cvsignore,
13191         (added) plugins/gdb/images/Makefile.am,
13192         (added) plugins/gdb/images/breakpoint.png,
13193         (added) plugins/gdb/images/locals.png,
13194         (added) plugins/gdb/images/stack.png,
13195         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13196         'remove all'. Added debugger icons.
13198         * plugins/editor/text_editor.c: Fixed file monitor.
13200         Patch from: Massimo Cora'  <maxcvs@email.it>
13201         * plugins/patch/anjuta-patch-plugin.png,
13202         plugins/class-gen/Makefile.am,
13203         plugins/class-gen/action-callbacks.c,
13204         plugins/class-gen/class_gen.c,
13205         plugins/class-gen/class_logo.xpm: Implemented vcs
13206         file addions. New icons by Fabio Zecchini
13208 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13210         * libanjuta/interfaces/libanjuta.idl
13211         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13212         plugins/editor/search-replace_backend.c
13213         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13215 2005-05-11  Naba Kumar  <naba@gnome.org>
13216         
13217         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13218         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13219         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13220         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13221         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13222         memory leaks.
13223         
13224         * plugins/symbol-browser/an_symbol_prefs.c,
13225         plugins/symbol-browser/an_symbol_search.c,
13226         plugins/symbol-browser/an_symbol_view.c,
13227         plugins/symbol-browser/an_symbol_view.h,
13228         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13230 2005-05-11  Naba Kumar  <naba@gnome.org>
13232         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13233         
13234         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13235         progress bar location at create time, instead of hardcoding.
13236         
13237         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13238         Added mini splash screen.
13239         
13240         * plugins/editor/text_editor.c: Do not produce warning when file
13241         monitor could not be created.
13242         
13243         * plugins/profile-default/plugin.c: Save project session on exit.
13244         Show mini splash with progress bar at profile load.
13246 2005-05-10  Naba Kumar  <naba@gnome.org>
13248         * configure.in, manuals/Makefile.am: Fixed compile flags.
13249         Disable outdated manuals builds.
13250         
13251         * global-tags/Makefile.am: Uninstall tags files on
13252         'make uninstall'
13253         
13254         * libegg/Makefile.am: Use configured deprecated flags.
13255         
13256         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13257         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13258         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13259         Updated.
13260         
13261         * mime/Makefile.am: Take DESTDIR into account.
13262         
13263         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13264         
13265         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13266         on scope autocompletion.
13267         
13268         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13269         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13270         shared libs and static libs paths for debugging. Order them
13271         correctly.
13272         
13273         * po/POTFILES.in: Updated.
13275 2005-05-09  Naba Kumar  <naba@gnome.org>
13277         * libanjuta/interfaces/libanjuta.idl,
13278         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13279         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13280         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13281         Implemented debugger source directory search and emits location changed
13282         signal with absolute path of the file.
13284         * plugins/tools/tool.c: Fixed compile errors.
13285         
13286 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13288         * plugins/tools/anjuta-tools.glade,
13289         plugins/tools/dialog.h,
13290         plugins/tools/dialog.c,
13291         plugins/tools/plugin.c,
13292         plugins/tools/editor.c:
13293         Improve graphical user interface
13294         Remove old code
13295         Correct an error on close
13296         Some cleanups
13298         * plugins/tools/fileop.c,
13299         plugins/tools/tool.h,
13300         plugins/tools/tool.c:
13301         Change the tool internal structure
13302         Support having tools configuration in several places
13304 2005-05-08  Naba Kumar  <naba@gnome.org>
13306         * plugins/gdb/actions.c,
13307         (removed) plugins/gdb/registers_cbs.c,
13308         (removed) plugins/gdb/registers_cbs.h,
13309         (removed) plugins/gdb/registers_gui.c,
13310         (removed) plugins/gdb/sharedlib_cbs.c,
13311         (removed) plugins/gdb/sharedlib_cbs.h,
13312         (removed) plugins/gdb/sharedlib_gui.c,
13313         (removed) plugins/gdb/signals_cbs.c,
13314         (removed) plugins/gdb/signals_cbs.h,
13315         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13317 2005-05-08  Naba Kumar  <naba@gnome.org>
13319         * plugins/build-basic-autotools/executer.c: Fixed programs
13320         listing dialog.
13321         
13322         * plugins/debug-manager/Makefile.am,
13323         plugins/debug-manager/anjuta-debug-manager.glade,
13324         plugins/debug-manager/plugin.c,
13325         plugins/gdb/Makefile.am: Used libglade for programs listing
13326         dialog.
13327         
13328         * (added) plugins/gdb/pointer.png: Stack pointer image.
13329         
13330         * libanjuta/anjuta-marshal.list,
13331         pixmaps/Makefile.am,
13332         plugins/gdb/actions.c,
13333         plugins/gdb/actions.h,
13334         plugins/gdb/anjuta-gdb-plugin.ui,
13335         plugins/gdb/anjuta-gdb.glade,
13336         plugins/gdb/breakpoints.c,
13337         plugins/gdb/breakpoints.h,
13338         plugins/gdb/debug_tree.c,
13339         plugins/gdb/debug_tree.h,
13340         plugins/gdb/debugger.c,
13341         plugins/gdb/debugger.h,
13342         plugins/gdb/gdbmi-test.c,
13343         plugins/gdb/gdbmi.c,
13344         plugins/gdb/gdbmi.h,
13345         plugins/gdb/info.c,
13346         plugins/gdb/info.h,
13347         plugins/gdb/locals.c,
13348         plugins/gdb/locals.h,
13349         plugins/gdb/memory.c,
13350         plugins/gdb/memory.h,
13351         plugins/gdb/plugin.c,
13352         plugins/gdb/plugin.h,
13353         plugins/gdb/registers.c,
13354         plugins/gdb/registers.h,
13355         plugins/gdb/registers_cbs.c,
13356         plugins/gdb/registers_cbs.h,
13357         plugins/gdb/registers_gui.c,
13358         plugins/gdb/sharedlib.c,
13359         plugins/gdb/sharedlib.h,
13360         plugins/gdb/sharedlib_cbs.c,
13361         plugins/gdb/sharedlib_cbs.h,
13362         plugins/gdb/sharedlib_gui.c,
13363         plugins/gdb/signals.c,
13364         plugins/gdb/signals.h,
13365         plugins/gdb/signals_cbs.c,
13366         plugins/gdb/signals_cbs.h,
13367         plugins/gdb/signals_gui.c,
13368         plugins/gdb/stack_trace.c,
13369         plugins/gdb/stack_trace.h,
13370         plugins/gdb/utilities.c,
13371         plugins/gdb/utilities.h,
13372         plugins/gdb/watch.c,
13373         plugins/gdb/watch.h,
13374         plugins/gdb/watch_cbs.c,
13375         plugins/gdb/watch_cbs.h,
13376         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13377         it for all debugger component updates and listing. Implemented
13378         user custom debugger command window. Fixed all debugger components
13379         to work correctly. Implemented debugger as GObject. Removed
13380         deprecated codes.
13381         
13382 2005-05-06  Naba Kumar  <naba@gnome.org>
13383         
13384         * TODO.tasks: Updated.
13385         
13386         * plugins/build-basic-autotools/Makefile.am,
13387         plugins/file-loader/Makefile.am,
13388         plugins/profile-default/Makefile.am,
13389         plugins/sample1/Makefile.am,
13390         plugins/symbol-browser/images/Makefile.am,
13391         src/Makefile.am: Fixed 'make distcheck' errors.
13393         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13394         updates.
13396         * tagmanager/tm_workspace.c: Include prototypes in getting
13397         scope members.
13399 2005-05-06  Naba Kumar  <naba@gnome.org>
13401         * TODO.tasks: Updated.
13402         
13403         * configure.in, plugins/cvs-plugin/Makefile.am,
13404         plugins/debug-manager/Makefile.am,
13405         plugins/devhelp/Makefile.am,
13406         plugins/editor/Makefile.am,
13407         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13408         
13409         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13410         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13411         interfaces.
13412         
13413         * tagmanager/tm_workspace.c,
13414         tagmanager/include/tm_workspace.h,
13415         plugins/editor/aneditor-autocomplete.cxx,
13416         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13417         to return all matching tag types when no name is given instead of
13418         returning empty array.
13419         
13420         * plugins/symbol-browser/Makefile.am,
13421         (added) plugins/symbol-browser/an_symbol.c,
13422         (added) plugins/symbol-browser/an_symbol.h,
13423         plugins/symbol-browser/an_symbol_info.c,
13424         plugins/symbol-browser/an_symbol_info.h,
13425         (added) plugins/symbol-browser/an_symbol_iter.c,
13426         (added) plugins/symbol-browser/an_symbol_iter.h,
13427         plugins/symbol-browser/an_symbol_search.c,
13428         plugins/symbol-browser/an_symbol_view.c,
13429         plugins/symbol-browser/an_symbol_view.h,
13430         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13431         plugins/symbol-browser/plugin.c,
13432         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13433         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13434         plugin and implemented IAnjutaIterable interface for symbol search
13435         and iteration.
13437         * plugins/class-inheritance/Makefile.am,
13438         plugins/class-inheritance/class-inherit.c,
13439         plugins/class-inheritance/class-inherit.h,
13440         plugins/class-inheritance/plugin.h: Use the newly added
13441         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13442         get rid of libanjuta-ctags.la dependencies.
13444 2005-05-02  Naba Kumar  <naba@gnome.org>
13446         * plugins/class-inheritance/class-inherit.c,
13447         plugins/class-inheritance/plugin.c,
13448         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13449         be found for a class. Formated code.
13451         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13452         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13453         of editor tabs.
13454         
13455 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13457         * libanjuta/anjuta-launcher.c:
13458         Keep trying sending data until all bytes have been written
13460         * plugins/tools/anjuta-tools.glade,
13461         plugins/tools/editor.c:
13462         Add a combo box to defined data from stdin
13464         * plugins/tools/execute.c:
13465         Send data in stdin if needed
13466         Code cleanups
13468         * plugins/tools/fileop.c,
13469         plugins/tools/tool.h,
13470         plugins/tools/tool.c:
13471         Store, load and save stdin data
13472         Use tools-2.xml instead of tools.xml
13474         * plugins/tools/plugin.c,
13475         plugins/tools/plugin.h:
13476         Code cleanups
13478         * plugins/tools/dialog.c,
13479         plugins/tools/dialog.h:
13480         Few code cleanups
13482         * plugins/tools/variable.c,
13483         plugins/tools/variable.h:
13484         Add editor related variables
13485         Code cleanups
13487 2005-04-29  Naba Kumar  <naba@gnome.org>
13489         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13491         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13492         
13493         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13494         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13495         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13496         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13497         working on gdb MI interface. Completed MI parser interface.
13499         Patch from  Massimo Cora <maxcvs@email.it>:
13500         * plugins/class-inheritance/Makefile.am,
13501         plugins/class-inheritance/class-inherit.c,
13502         plugins/class-inheritance/class-inherit.h,
13503         plugins/class-inheritance/plugin.c,
13504         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13505         Used system theme for colors. Display class members on mouse click.
13506         
13507 2005-04-28  Naba Kumar  <naba@gnome.org>
13509         * plugins/symbol-browser/an_symbol_prefs.c
13510         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13511         implementation to create/add/remove custom tags files in symbol
13512         brower preferences.
13514         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13515         EXTRA_DIST.
13517         * plugins/project-import/project-import.c: Fixed memory leaks and
13518         use correct debug prints.
13519         
13520         * TODO.tasks: Updated.
13521         
13522 2005-04-27  Naba Kumar  <naba@gnome.org>
13524         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13525         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13526         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13528         * plugins/editor/anjuta-docman.c,
13529         plugins/editor/anjuta-docman.h,
13530         plugins/editor/plugin.c: Emit editor-added signal from docman
13531         and connect signals to new editor correctly.
13533         * plugins/class-inheritance/plugin.c,
13534         plugins/symbol-browser/plugin.c: Added stock icons.
13535         
13536         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13537         plugins/build-basic-autotools/executer.c,
13538         plugins/build-basic-autotools/executer.h: Added missing files
13539         for the execute programs implementation.
13541 2005-04-26  Naba Kumar  <naba@gnome.org>
13542         
13543         * TODO.tasks: Updated.
13545         * plugins/file-loader/plugin.c,
13546         plugins/project-import/anjuta-project-import.plugin.in,
13547         plugins/project-import/plugin.c,
13548         plugins/project-import/project-import.c,
13549         plugins/project-import/project-import.h: Be able to import older
13550         anjuta projects.
13552 2005-04-26  Naba Kumar  <naba@gnome.org>
13554         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13555         removing it from the shell.
13557         * libanjuta/anjuta-shell.c,
13558         libanjuta/anjuta-shell.h,
13559         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13560         so that widget additions are freezed or thaw using a pending queue.
13561         Fixded UI flicker while loading projects.
13563 2005-04-26  Naba Kumar  <naba@gnome.org>
13565         * TODO.tasks: Updated.
13566         
13567         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13568         IAnjutaBuildable interface.
13569         
13570         * plugins/build-basic-autotools/Makefile.am,
13571         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13572         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13573         plugins/build-basic-autotools/build-basic-autotools.c,
13574         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13575         interface and UI for executing project/file programs. Implemented
13576         IAnjutaFile interface so that executables could be opened directly.
13577         
13578         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13579         Authors line (Reserved for external plugins, which do not have a way to
13580         show their credits).
13581         
13582         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13583         [File Loader] group for menu labels (default to "Name" if it is not
13584         defined.
13585         
13586         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13587         for executing external commands.
13589 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13591         * plugins/project-wizard/property.c:
13592         Correct a memory leak
13594         * libanjuta/interfaces/libanjuta.idl,
13595         plugins/editor/text_editor.c:
13596         Add erase_all and replace_selection function to IAnjutaEditor
13598         * plugins/tools/anjuta-tools.glade,
13599         plugins/tools/fileop.c,
13600         plugins/tools/editor.c,
13601         plugins/tools/tool.c
13602         plugins/tools/tool.h:
13603         Add shortcut and icon 
13605         * plugins/tools/variable.c,
13606         plugins/tools/variable.h:
13607         Add a variable asking parameters at run time
13609         * plugins/tools/execute.c:
13610         Add a warning message for missing document manager
13611         Add replace buffer and replace selection output
13612         Correct an error in popup output
13614         * plugins/tools/plugin.c,
13615         plugins/tools/plugin.h,
13616         plugins/tools/anjuta-tools.ui,
13617         src/anjuta.ui:
13618         Few clean up
13619         Attach tools menu to a new place
13621 2005-04-25  Naba Kumar  <naba@gnome.org>
13623         * libanjuta/plugins.c, src/about.c, src/about.h,
13624         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13625         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13626         plugins (about box for plugins) menu.
13628 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13630         *  plugins/editor/search-replace.c :
13631         Displayed full path in Search pane window. 
13632         Bug 300231 : Selected line in Search pane window .
13633                 
13634 2005-04-23  Naba Kumar  <naba@gnome.org>
13636         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13638 2005-04-22  Naba Kumar  <naba@gnome.org>
13640         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13641         
13642         * plugins/project-wizard/templates/java.wiz,
13643         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13644         to create bytecodes (.class) files.
13645         
13646         * plugins/symbol-browser/an_symbol_info.c,
13647         plugins/symbol-browser/an_symbol_info.h,
13648         plugins/symbol-browser/an_symbol_search.c,
13649         plugins/symbol-browser/an_symbol_view.c,
13650         plugins/symbol-browser/plugin.c,
13651         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13652         in file symbol list.
13654 2005-04-22  Naba Kumar  <naba@gnome.org>
13656         * TODO.tasks: Updated.
13657         
13658         * plugins/class-inheritance/Makefile.am,
13659         plugins/subversion/Makefile.am: Do not install plugin files when
13660         plugin build condition is false.
13661         
13662         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13663         plugins/build-basic-autotools/build-basic-autotools.c,
13664         plugins/build-basic-autotools/build-basic-autotools.h,
13665         plugins/file-loader/anjuta-loader-plugin.ui,
13666         plugins/file-loader/dnd.c,
13667         plugins/file-loader/plugin.c,
13668         plugins/file-loader/plugin.h,
13669         plugins/project-manager/anjuta-project-manager.ui,
13670         plugins/project-manager/plugin.c: Added open file and build context
13671         menu in project manager context menu.
13673 2005-04-22  Naba Kumar  <naba@gnome.org>
13675         * configure.in: Added message output showing conditional plugins to
13676         build or not.
13677         
13678         * src/layout.xml: Added layout for class-inheritance plugin widget.
13679         
13680         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13681         plugin name to remove redundant terms.
13682         
13683         * TODO.tasks: Updated.
13684         
13685         * configure.in,
13686         plugins/symbol-browser/Makefile.am,
13687         plugins/symbol-browser/an_symbol_view.c,
13688         (removed) plugins/symbol-browser/sv_class.xpm,
13689         (removed) plugins/symbol-browser/sv_function.xpm,
13690         (removed) plugins/symbol-browser/sv_macro.xpm,
13691         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13692         (removed) plugins/symbol-browser/sv_private_var.xpm,
13693         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13694         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13695         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13696         (removed) plugins/symbol-browser/sv_public_var.xpm,
13697         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13698         (removed) plugins/symbol-browser/sv_static_var.xpm,
13699         (removed) plugins/symbol-browser/sv_struct.xpm,
13700         (removed) plugins/symbol-browser/sv_unknown.xpm,
13701         (removed) plugins/symbol-browser/sv_variable.xpm,
13702         (added) plugins/symbol-browser/images/.cvsignore,
13703         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13704         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13705         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13706         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13707         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13708         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13709         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13710         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13711         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13712         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13713         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13714         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13715         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13716         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13717         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13718         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13719         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13720         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13721         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13722         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13723         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13724         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13725         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13726         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13727         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13728         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13729         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13730         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13731         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13732         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13733         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13734         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13735         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13736         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13737         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13738         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13739         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13740         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13741         pixmaps and added new icons (taken from monodevelop).
13743 2005-04-21  Naba Kumar  <naba@gnome.org>
13745         Patch from  Massimo Cora <maxcvs@email.it>:
13747         * configure.in, plugins/Makefile.am
13748         (new) plugins/class-inheritance/.cvsignore,
13749         (new) plugins/class-inheritance/Makefile.am,
13750         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13751         (new) plugins/class-inheritance/class-inherit.c,
13752         (new) plugins/class-inheritance/class-inherit.h,
13753         (new) plugins/class-inheritance/plugin.c,
13754         (new) plugins/class-inheritance/plugin.h,
13755         (new) plugins/class-inheritance/class-inheritance.png: Added class
13756         inheritance plugin.
13757         
13758         Changes by naba: Added pkgconfig check for graphviz and conditionally
13759         build graphviz.
13760         
13761         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13763 2005-04-20  Naba Kumar  <naba@gnome.org>
13765         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13766         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13767         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13768         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13769         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13770         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13771         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13772         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13773         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13774         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13775         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13776         
13777         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13778         message view management.
13780         * libanjuta/anjuta-children.[ch],
13781         plugins/build-basic-autotools/build-basic-autotools.c,
13782         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13783         Removed anjuta_children_init() function,
13784         because it is done automatically when first invoked. Introduced
13785         anjuta_children_recover() to recover the child signalling. Fixed
13786         child exit management to correctly recover the exit status.
13787         
13788         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13789         to properly shutdown the launcher and to kill the running process
13790         (without emitting any signal).
13791         
13792         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13793         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13794         gdb and program instance.
13796 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13798         * plugins/editor/search-replace.c :
13799         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13801 2005-04-18  Naba Kumar  <naba@gnome.org>
13803         * TODO.tasks: Marked completed items.
13804         
13805         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13806         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13807         plugins/project-manager/plugin.c: Prompt user for the debugging
13808         target (select from a list of project's executable targets) and
13809         correctly start debugger. Take care of libtool wrapping when the
13810         target selected is libtool target. Fixed debugger menu items
13811         sensitivity.
13813 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13815         * plugins/tools/execute.c,
13816         plugins/tools/execute.h:
13817         Implement save all files before running a command
13818         Implement all options for stdout and stderr except replace buffer
13819         Allow running several tools
13821         * plugins/tools/plugin.c:
13822         Move anjuta launcher in execute.c
13824         * plugins/tools/tools.h,
13825         plugins/tools/variable.c:
13826         Small changes
13828 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13830         * plugins/tools/anjuta-tools.glade:
13831         Add new properties in tool editor dialog
13832         Cosmetic improvements
13833         
13834         * plugins/tools/anjuta-tools.ui:
13835         Attach tool menu as a build menu
13837         * plugins/tools/dialog.c:
13838         Set tool menu item sensitivity in tool list
13839         Fix bugs
13841         * plugins/tools/editor.c,
13842         plugins/tools/editor.h,
13843         plugins/tools/fileop.c,
13844         plugins/tools/tool.c,
13845         plugins/tools/tool.h:
13846         Add new properties (active, save file...)
13847         Most of them are still not implemented
13849         * plugins/tools/execute.c,
13850         plugins/tools/execute.h:
13851         Reorganize code to support multiple run
13852         Support run in terminal
13853         
13854         * plugins/tools/plugin.c
13855         plugins/tools/plugin.h:
13856         Move message handling in execute.c
13858         * plugins/tools/variable.h,
13859         plugins/tools/variable.c:
13860         Add useful variables
13861         
13862 2005-04-13  Naba Kumar  <naba@gnome.org>
13864         * plugins/editor/text_editor.c: Fixed file monitoring condition.
13865         * plugins/editor/Makefile.am: Added gnome-vfs flags.
13866         
13867 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13869         * plugins/tools/dialog.c plugins/tools/tool.c :
13870         Fixed bugs.
13872 2005-04-06  Naba Kumar  <naba@gnome.org>
13874         * src/anjuta.c: Load default session only when
13875         "anjuta.session.load.last" preference is enabled.
13876         
13877 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
13879         * plugins/tools/Makefile.am,
13880         plugins/tools/variable.c,
13881         plugins/tools/variable.h:
13882         Add new code for handling variables
13884         * plugins/tools/anjuta-tools.glade:
13885         Improve tool editor dialog
13886         Add variable selection dialog
13888         * plugins/tools/dialog.c,
13889         plugins/tools/dialog.h,
13890         plugins/tools/plugin.c,
13891         plugins/tools/plugin.h:
13892         Add variable object
13893         Add a function to get it
13895         * plugins/tools/editor.c:
13896         Add gui code for variable selection dialog
13898         * plugins/tools/execute.c:
13899         Use variables for executing command
13900         
13901         * Naba: Compile warning fixes.
13903 2005-04-06  Naba Kumar  <naba@gnome.org>
13905         * TODO.tasks: Marked completed items.
13906         
13907 2005-04-06  Naba Kumar  <naba@gnome.org>
13909         * plugins/subversion/svn-backend.c: Fixed subversion plugin
13910         compile error.
13911         
13912         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
13914 2005-04-04  Naba Kumar  <naba@gnome.org>
13916         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
13917         inside Main window.
13918         
13919 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
13921         * plugins/tools/Makefile.am,
13922         plugins/tools/anjuta-tools.plugin.in,
13923         plugins/tools/anjuta-tools.ui,
13924         plugins/tools/anjuta-tools.gladei,
13925         plugins/tools/anjuta-tools-plugin.png,
13926         plugins/tools/plugin.c,
13927         plugins/tools/plugin.h,
13928         plugins/tools/dialog.c,
13929         plugins/tools/dialog.h,
13930         plugins/tools/fileop.c,
13931         plugins/tools/fileop.h,
13932         plugins/tools/tool.c,
13933         plugins/tools/tool.h,
13934         plugins/tools/editor.c,
13935         plugins/tools/editor.h,
13936         plugins/tools/execute.c,
13937         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
13938         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
13939         Not fully working
13941         * anjuta-tools.[ch]: Removed old tools code.
13942         
13943 2005-04-01  Steve Murphy  <murf@e-tools.com>
13945         * configure.in: Added "rw" to ALL_LINGUAS.
13947 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13949         * Modified Files:
13950         manuals/C/anjuta-manual/fileoperations.xml
13951         Added Files:
13952         manuals/C/anjuta-manual/figures/search_expr.png
13953         manuals/C/anjuta-manual/figures/search_expr_basic.png
13954         manuals/C/anjuta-manual/figures/search_file_list.png
13955         manuals/C/anjuta-manual/figures/search_file_pattern.png
13956         manuals/C/anjuta-manual/figures/search_replace.png
13957         manuals/C/anjuta-manual/figures/search_setting.png
13958         manuals/C/anjuta-manual/figures/search_target.png
13959         manuals/C/anjuta-manual/figures/search_target_action.png
13960         manuals/C/anjuta-manual/figures/search_target_in.png
13961         Removed Files:
13962         manuals/C/anjuta-manual/figures/find_files.png
13963         manuals/C/anjuta-manual/figures/find_replace.png
13964         manuals/C/anjuta-manual/figures/find_text.png :
13965         Updated Anjuta manual (File Operations)
13967 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13969         * manuals/C/anjuta-manual/fileoperations.xml,
13970         manuals/C/anjuta-manual/figures/open_file.png,
13971         manuals/C/anjuta-manual/figures/open_file_multiple.png,
13972         manuals/C/anjuta-manual/figures/prefs_print.png,
13973         manuals/C/anjuta-manual/figures/print_dlg.png,
13974         manuals/C/anjuta-manual/figures/print_preview.png.
13975         * Added Files:
13976         manuals/C/anjuta-manual/figures/add_edit_macro.png,
13977         manuals/C/anjuta-manual/figures/display_macro.png,
13978         manuals/C/anjuta-manual/figures/insert_text.png,
13979         manuals/C/anjuta-manual/figures/keyword_macro.png,
13980         manuals/C/anjuta-manual/figures/new_file_wizard.png,
13981         manuals/C/anjuta-manual/figures/save_as_file.png :
13982         Updated Anjuta Manual (File Operations)
13984 2005-03-23  Adam Weinberger  <adamw@gnome.org>
13986         * plugins/editor/action-callbacks.c,
13987           plugins/file-loader/plugin.c,
13988           plugins/gtodo/main.c,
13989           plugins/project-wizard/druid.c:
13990           Fix spelling/grammar errors. Fixes bugs
13991           169068, 169137, 169138, and 169139.
13993 2005-03-21  Naba Kumar  <naba@gnome.org>
13995         Patch from: Massimo Cora' <maxcvs@email.it>:
13996         
13997         * plugins/editor/Makefile.am
13998         plugins/editor/anjuta-docman.c,
13999         (added) plugins/editor/editor-tooltips.c,
14000         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14001         editor tabs to show full path.
14003 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14004         
14005         * plugins/subversion/svn-backend.c:
14006         Removed "apr-0/" from include because this is 
14007         already included in SVN_INCLUDE and broke building if
14008         apr >= 1.0 was installed.
14010 2005-03-18  Naba Kumar  <naba@gnome.org>
14012         Patch from: Massimo Cora' <maxcvs@email.it>:
14014         * plugins/editor/action-callbacks.c,
14015         plugins/editor/aneditor-calltip.cxx,
14016         plugins/editor/aneditor-priv.h,
14017         plugins/editor/aneditor.cxx,
14018         plugins/editor/aneditor.h,
14019         plugins/editor/anjuta-document-manager.ui: Added calltip
14020         activation from menu.
14022 2005-03-16  Naba Kumar  <naba@gnome.org>
14024         Patch from: Massimo Cora' <maxcvs@email.it>:
14025         
14026         * plugins/class-gen/action-callbacks.c,
14027         plugins/class-gen/anjuta-class-gen-plugin.glade,
14028         plugins/class-gen/class_gen.c,
14029         plugins/class-gen/class_gen.h,
14030         plugins/class-gen/class_logo.xpm,
14031         plugins/class-gen/plugin.c: Create files without project
14032         being open. Add to project support. And other enhancements.
14034 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14036         * anjuta.glade,
14037           plugins/debug-manager/utilities.c,
14038           plugins/file-loader/plugin.c,
14039           plugins/gdb/utilities.c,
14040           plugins/profile-default/plugin.c,
14041           plugins/project-import/project-import.c,
14042           src/anjuta-actions.h:
14043           Spelling/grammar fixes.
14045 2005-03-13  Naba Kumar  <naba@gnome.org>
14046         
14047         * plugins/editor/action-callbacks.c,
14048         plugins/editor/action-callbacks.h,
14049         plugins/editor/anjuta-document-manager.ui,
14050         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14051         submenu. Moved menuitems from Format to View->Editor.
14052         
14053         * src/action-callbacks.c, src/action-callbacks.h,
14054         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14055         layout and lock layout menus in View submenu. Get rid of
14056         Settings->Layout Manager menu.
14057         
14058         * plugins/project-import/anjuta-project-import.plugin.in:
14059         Fixed icon name
14061         * global-tags/Makefile.am,
14062         global-tags/create_global_tags.sh,
14063         plugins/editor/aneditor-autocomplete.cxx,
14064         plugins/editor/aneditor-priv.h,
14065         plugins/editor/aneditor.cxx,
14066         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14067         in editor and made it work in global symbols also.
14068         
14069         * src/anjuta-app.c: Always use priority texts besides icons style
14070         for toolbars, because other styles look horible for Anjuta (fixme).
14072 2005-03-11  Naba Kumar  <naba@gnome.org>
14074         * configure.in: Removed test for iconv.
14076         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14077         before scintilla widget is realized.
14078         
14079         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14080         for Update menuitem.
14081         
14082         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14083         already applied in scintilla main stream.
14084         
14085         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14086         and notified scintilla developer.
14087         
14088 2005-03-10  Naba Kumar  <naba@gnome.org>
14090         * src/action-callbacks.c: Removed reference to src/help.h (dead
14091         file).
14093         * plugins/editor/text_editor.c: Removed reference to
14094         src/launcher.h (a dead file).
14096         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14097         src/controls.c, src/controls.h, src/fileselection.c,
14098         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14099         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14100         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14101         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14102         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14103         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14104         Removed these dead files from CVS.
14107 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14109         * plugins/file-wizard/action-callbacks.c : Added error message.
14110         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14113 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14114         
14115         * plugins/cvs-plugin/cvs-callbacks.c
14116         plugins/cvs-plugin/plugin.c:
14117         Fixed preferences page init and busy handling
14118         
14119         * plugins/subversion/plugin.c:
14120         Fixed preferences page init
14122 2005-03-09  Naba Kumar  <naba@gnome.org>
14124         * plugins/Makefile.am, plugins/glade/Makefile.am,
14125         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14126         enabled glade plugin in Anjuta. The plugin is built only when
14127         glade3 is installed.
14128         
14129 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14131         * plugins/project-wizard/templates/java.wiz
14132         plugins/project-wizard/templates/java-logo.png (*)
14133         plugins/project-wizard/templates/java/*
14134         plugins/project-wizard/templates/Makefile.am
14135         configure.in:
14136         
14137         Add Java project type. It generates a autoconf/automake
14138         project which is compiled using gcj. It requires automake 
14139         > 1.4 (1.9 is known to work) to work!
14140         
14141         (*) still awaiting response from the gcj team if we
14142         may use their logo.
14143         
14144 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14145         
14146         * plugins/project-import/*
14147         plugins/Makefile.am
14148         configure.in:
14149         Added project import plugin. Might be a bit buggy and limited
14150         but works for now.
14151         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14152         Icon from old pixmaps dir
14154 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14156         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14157         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14158         Added C Custom_Indent line macro.
14159         Cleaned macros.xml
14161 2005-03-09  Naba Kumar  <naba@gnome.org>
14163         * TODO.tasks: Added new message-manager tasks.
14164         
14165         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14166         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14167         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14168         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14169         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14170         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14171         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14172         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14173         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14174         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14175         
14176         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14177         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14178         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14179         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14180         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14181         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14182         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14183         Removed debugger widgets from shell on debugger shutdown. Added
14184         scrolled windows for docked widgets. Removed unnecessary widget refs
14185         and unrefs. Destroy widgets correctly on debugger shutdown.
14186         
14187         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14188         with project description title. Removed frame shadow.
14189         
14190         * plugins/project-wizard/druid.c: Initializes tooltips.
14191         
14192         * scintilla/Makefile.am: Fixed comiple error.
14194 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14196         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14197           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14199 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14201         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14202         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14203         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14204         plugins/macro/macros.xml, plugins/macro/plugin.c :
14205         Moved cursor at the '|' position defined in macros.
14207 2005-03-07  Naba Kumar  <naba@gnome.org>
14209         * plugins/subversion/Makefile.am: Fixed build error.
14211         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14212         types (perl, python, shellscript).
14213         
14214         * plugins/editor/plugin.c: Fixed to show all highlight options.
14215         
14216 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14218         * TODO.tasks : updated tasks.
14219         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14221 2005-03-07  Naba Kumar  <naba@gnome.org>
14223         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14224         or disable subversion file-manager submenu. If "Subvesion" is also
14225         valid directory, we should also check for it.
14227         * configure.in: Disable cygwin macro until someone fixes the
14228         autoconf warnings.
14229         
14230         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14231         backward compatibility.
14232         
14233 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14235         * src/about.c : Cleaned code.
14236         * plugins/macro/macros.xml : Added "do_while" C macro.
14237         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14238         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14239         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14240         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14241         
14242 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14244         * plugins/class-gen/plugin.c:
14245         Removed "return" to activate project_root_uri watching.
14247 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14249         * plugins/Makefile.am
14250         plugins/subversion/*:
14251         Added subversion plugin. Add, Remove, Commit and Update work
14252         everything else needs work.
14253         
14254         * plugins/terminal/terminal.c
14255         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14256         we still have focus problems with the editor.
14258 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14260         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14261         
14262 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14264         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14266 2005-03-04  Naba Kumar  <naba@gnome.org>
14268         Patch from Massimo Cora' <maxcvs@email.it>:
14270         * plugins/class-gen/Makefile.am,
14271         plugins/class-gen/action-callbacks.c,
14272         plugins/class-gen/action-callbacks.h,
14273         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14274         plugins/class-gen/anjuta-class-gen.plugin.in,
14275         plugins/class-gen/class_gen.c,
14276         plugins/class-gen/class_gen.h,
14277         (removed) plugins/class-gen/clsGen.c,
14278         (added) plugins/class-gen/goc_template_header,
14279         (added) plugins/class-gen/goc_template_source,
14280         plugins/class-gen/plugin.c,
14281         plugins/class-gen/plugin.h: Refactored class gen code.
14282         Added GOCBuilder code. Fixed UI. Implemented plugin.
14284 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14286         * plugins/project-wizard/property.c
14287         plugins/project-wizard/install.c
14288         plugins/project-wizard/druid.c
14289         plugins/editor/goto_line.c
14290         plugins/editor/plugin.c
14291         plugins/gtodo/add_edit_item.c
14292         plugins/gtodo/ligtodo.c
14293         plugins/gtodo/main.c
14294         plugins/gtodo/preferences.c:
14295         Fixed #167559, #167534, #167266, #167357
14296         (Bad English in strings...)
14297         
14298         Thanks to Adam Weinberger and Thierry Moisan for
14299         reporting!
14301 2005-03-03  Naba Kumar  <naba@gnome.org>
14303         * libegg/Makefile.am, libegg/menu/Makefile.am,
14304         (added) libegg/egg-submenu-action.c,
14305         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14306         submenu (used for wizard listing).
14307         
14308         * plugins/file-loader/anjuta-loader-plugin.ui
14309         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14310         and toolbar.
14311         
14312         * plugins/editor/action-callbacks.c,
14313         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14314         ctrl+tabbing because it was interfaring with focus navigation.
14315         Focus editor on "Esc" in incremental search entry. Cleanups.
14316         
14317         * plugins/file-manager/an_file_view.c,
14318         plugins/symbol-browser/plugin.c,
14319         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14320         Cleanups.
14321         
14322         * plugins/profile-default/plugin.c,
14323         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14324         for sesssion load.
14325         
14326         * (removed) scintilla/patches/a64-crash-fix.patch,
14327         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14328         scintilla patches.
14330 2005-03-03  Naba Kumar  <naba@gnome.org>
14332         * HACKING: Fixed typos.
14333         
14334         * plugins/editor/aneditor-indent.cxx: Clean up.
14335         
14336         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14337         Enable/disable save, undo and redo actions depending on state
14338         of the editor.
14339         
14340 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14342         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14343         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14344         Displayed search_incremental status.
14346         * Removed plugins/editor/search_incremental.[ch]
14348 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14349         
14350         * plugins/cvs-plugin/cvs-execute.c
14351         plugins/cvs-plugin/cvs-callbacks.c:
14352         - Use weak reference on mesg_view and reuse tab if
14353         it still exists to avoid cluttering message manager.
14354         - Fixed bug in cvs remove
14355         
14356         README, HACKING: Updated
14357         
14358         configure.in: Added check for libsvn
14360 2005-02-29  Naba Kumar  <naba@gnome.org>
14361         
14362         * plugins/file-manager/an_file_view.c,
14363         plugins/symbol-browser/an_symbol_view.c,
14364         plugins/symbol-browser/plugin.c: Hide column headers (they
14365         are redundant).
14367 2005-02-29  Naba Kumar  <naba@gnome.org>
14369         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14370         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14371         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14372         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14373         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14374         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14375         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14376         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14377         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14378         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14380         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14381         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14382         (added) libanjuta/anjuta-session.[hc],
14383         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14384         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14385         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14386         src/main.c:
14387         
14388         Implemented session management. Implemented session
14389         container class. Added session notifications from shell. Implemented
14390         session save/load in editor, file-loader, default-profile-plugin
14391         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14392         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14393         and maximized states in session. Implemented project session
14394         management.
14396 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14398         * plugins/class-gen/action-callbacks.[ch],
14399         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14400         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14401         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14402         with Escape key.
14404 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14405         
14406         * plugins/project-wizard/anjuta-project-wizard.glade,
14407         plugins/project-wizard/druid.c:
14408         Add some padding in tab label in project selection page
14409         
14410         * plugins/project-wizard/druid.c,
14411         plugins/project-wizard/parser.c:
14412         Search for project template recursively
14413         Add ~/.anjuta/project to the search paths
14415 2005-02-26  Naba Kumar  <naba@gnome.org>
14417         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14418         * plugins/file-loader/plugin.c: Fixed crash bug.
14419         * libanjuta/plugins.c: Fixed memory leak.
14420         
14421 2005-02-26  Naba Kumar  <naba@gnome.org>
14422         
14423         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14424         "UserActivatable" attribute for plugins. This attribute if set to
14425         "no" will prevent users from activating/deactivating it from
14426         plugins dialog. Added a toggle button in plugins dialog to toggle
14427         the plugins list between list of activatable plugins (default) to
14428         list of all plugins. anjuta_plugin_select() now only selects the
14429         plugin. Added anjuta_plugins_select_and_activate() method that will
14430         select and activate it.
14431         
14432         * plugins/profile-default/Makefile.am,
14433         plugins/profile-default/anjuta-default-profile.ui,
14434         plugins/profile-default/plugin.c,
14435         plugins/profile-default/plugin.h,
14436         plugins/project-manager/anjuta-project-manager.ui,
14437         plugins/project-manager/plugin.c,
14438         plugins/project-manager/plugin.h:
14439         
14440         Anjuta projects (*.anjuta) files define the profile of respective
14441         projects. Profile is a set of related plugins required for the
14442         project to open. Moved "close project" action from Project Manager
14443         to Profile Manager plugin. Implemented loading and unloading of
14444         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14445         (instead of Project Manager) now handles opening of *.anjuta files.
14446         Close Project menuitem is now moved to File submenu (being
14447         consistent with Anjuta 1.x versions and avoiding creating Project
14448         submenu when project manager is not loaded).
14449         
14450         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14451         
14452         * src/anjuta.ui: Fixed place holder for projects.
14453         
14454         * (new) plugins/profile-default/default.anjuta: default startup
14455         profile. Removed the hardcoded plugins loading in
14456         DefaultProfilePlugin.
14458         * anjuta.anjuta,
14459         plugins/project-wizard/templates/terminal/project.anjuta:
14460         Implemented project format in newly created projects.
14462         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14463         plugins/class-gen/anjuta-class-gen.plugin.in,
14464         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14465         plugins/editor/anjuta-document-manager.plugin.in,
14466         plugins/file-loader/anjuta-loader.plugin.in,
14467         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14468         plugins/gdb/anjuta-gdb.plugin.in,
14469         plugins/glade/anjuta-glade.plugin.in,
14470         plugins/message-view/anjuta-message-manager.plugin.in,
14471         plugins/profile-default/anjuta-default-profile.plugin.in,
14472         plugins/project-manager/anjuta-project-manager.plugin.in,
14473         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14474         Defined UserActivatable attributes. Added supported types attribute.
14476         * plugins/project-wizard/anjuta-project-wizard.glade
14477         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14478         "Project Wizard" in preferences title.
14480         * TODO.tasks: Updated.
14481         
14482         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14483         Updated.
14484         
14485 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14487         * plugins/file-wizard/anjuta-file-wizard.glade
14488         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14489         
14490         Integrated License macros, cleaned file.c.
14491         
14492 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14493         
14494         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14495         username can not be found correctly.
14497 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14499         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14500         plugins/macro/macros.xml :
14501         
14502         Added Headers macros. Cleaned file.c
14504 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14506         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14507         plugins/macro/macros.xml :
14508         
14509         Fixed a bug. Added Header macro.
14511         
14512 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14514         * plugins/file-wizard/action-callbacks.c, 
14515         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14516         plugins/macro/macros.xml :
14517         
14518         Added FileName, Header template macros.
14519         
14520 2005-02-24  Naba Kumar  <naba@gnome.org>
14521         
14522         * plugins/patch/patch-plugin.c: Fixed a function call.
14523         
14524         * src/anjuta.c, src/main.c: Save and load default session.
14525         
14526 2005-02-24  Naba Kumar  <naba@gnome.org>
14528         * libanjuta/interfaces/libanjuta.idl,
14529         plugins/message-view/anjuta-msgman.c,
14530         plugins/message-view/anjuta-msgman.h,
14531         plugins/message-view/plugin.c: Added and implemented
14532         set_view_title() method.
14533         
14534         * plugins/build-basic-autotools/build-basic-autotools.c,
14535         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14536         build context pooling. Maximum 3 contexts are reused. Additional
14537         contexts are created when all are busy.
14539 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14541         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14542         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14543         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14544         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14546         Added Copyright, Changelog macros.
14547                 
14548 2005-02-23  Naba Kumar  <naba@gnome.org>
14550         Patch from Massimo Cora' <maxcvs@email.it>:
14551         * plugins/Makefile.am,
14552         plugins/patch/Makefile.am,
14553         (added) plugins/patch/anjuta-patch-plugin.png,
14554         (added) plugins/patch/anjuta-patch.plugin.in,
14555         (added) plugins/patch/anjuta-patch.ui,
14556         plugins/patch/patch-plugin.c,
14557         (added) plugins/patch/patch-plugin.h,
14558         (added) plugins/patch/plugin.c,
14559         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14560         architecture.
14562 2005-02-23  Naba Kumar  <naba@gnome.org>
14564         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14565         file-loader/plugin.c, profile-default/plugin.c:
14566         Implemented "activated" and "deactivated" signals for plugin class.
14567         Renamed *_location() functions to *_id(), because location is
14568         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14569         anjuta_plugins_unload_plugin().
14570         
14571         * class-gen/plugin.c: Fixed complier warning and utility function call.
14572         
14573         * debug-manager/plugin.c: Unload debugger plugin correctly.
14574         
14575         * project-manager/plugin.c:     Fixed compiler warnings.
14576         
14577         * plugins/project-wizard/templates/gnome/.cvsignore,
14578         plugins/project-wizard/templates/gnome/po/.cvsignore,
14579         plugins/project-wizard/templates/gnome/src/.cvsignore,
14580         plugins/project-wizard/templates/gtk/po/.cvsignore,
14581         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14582         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14583         
14584         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14585         build (we need to fix this thing).
14586         
14587 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14589         * plugins/macro/macro-action.[ch]
14590         plugins/macro/macro-edit.c
14591         plugins/macro/macro-dialog.c
14592         plugins/macro/macro-db.[ch]
14593         plugins/macro/plugin.[ch]
14594         plugins/macro/macro-util.[ch] (added)
14595         
14596         Cleaned up macro plugin and preview expanded macros.
14598 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14600         * plugins/cvs-plugin/cvs-interface.c:
14602         Fixed option setting when using no compression and not 
14603         ignoring .cvsrc
14605 2005-02-23  Naba Kumar  <naba@gnome.org>
14606         
14607         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14608         geometry on exit and startup (only if there is no geometry from the
14609         session).
14611         * TODO.tasks: Updated.
14612         
14613         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14614         
14615         * manuals/reference/libanjuta/Makefile.am,
14616         manuals/reference/libanjuta/libanjuta-docs.sgml,
14617         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14618         documentation for writing project templates.
14620 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14622         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14623         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14624         
14625         Expansion keywords in macros. 
14627 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14629         * plugins/file-wizard/action-callbacks.c,
14630         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14631         plugins/macro/macros.xml :
14632         
14633         Inserting text by macro plugin
14634         In progress ...
14636 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14638         * plugins/macro/plugin.c
14639         plugins/cvs-plugin/plugin.c:
14640         
14641         Fixed interfaces (use static)
14643 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14644         
14645         * plugins/macro/macro-actions.[ch]
14646         plugins/macro/plugin.c
14647         libanjuta/interfaces/libanjuta.idl:
14648         
14649         Implemented IAnjutaMacro interface to be used by file-wizard
14650         
14651         * plugins/cvs-plugin/plugin.c
14652         libanjuta/interfaces/libanjuta.idl:
14653         
14654         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14655         for all version control systems and not only for cvs.
14657 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14659         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14660         insert_macro.
14661         
14662         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14665 2005-02-21  Naba Kumar  <naba@gnome.org>
14667         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14668         IAnjutaDebugger interface.
14669         
14670         * plugins/debug-manager/anjuta-debug-manager.ui,
14671         plugins/debug-manager/attach_process.c,
14672         plugins/debug-manager/attach_process.h,
14673         plugins/debug-manager/plugin.c,
14674         plugins/debug-manager/plugin.h,
14675         plugins/gdb/actions.c,
14676         plugins/gdb/actions.h,
14677         plugins/gdb/anjuta-gdb-plugin.ui,
14678         plugins/gdb/breakpoints.c,
14679         plugins/gdb/breakpoints.h,
14680         plugins/gdb/debugger.c,
14681         plugins/gdb/debugger.h,
14682         plugins/gdb/memory.c,
14683         plugins/gdb/plugin.c,
14684         plugins/gdb/plugin.h,
14685         plugins/gdb/sharedlib.h,
14686         plugins/gdb/sharedlib_cbs.c,
14687         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14688         correctly between debug-manager and debugger. Implemented debugger
14689         interface in gdb plugin. Fixed action names. Added UI updating.
14690         Start and stop debugger (does not work yet). Fixed UI merging.
14691         Fixed debugger plugin handling in debug-manager.
14693 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14695         * plugins/editor/aneditor-autocomplete.cxx:
14696         
14697         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14698         crash with C++ "template" keyword.
14700 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14702         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14703         Fixed bug (Closed macro dialogs with Esc key).
14704         
14705 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14706         
14707         * plugins/project-wizard/xlib.wiz,
14708         plugins/project-wizard/xlib-logo.png,
14709         plugins/project-wizard/xlib/*:
14710         Port old xlib anjuta project on new project wizard
14711         
14712         * plugins/project-wizard/xlib-dock.wiz,
14713         plugins/project-wizard/xlib-dock/*:
14714         Port old xlib dock anjuta project on new project wizard
14715         
14716         * plugins/project-wizard/wxwin.wiz,
14717         plugins/project-wizard/wxwin-logo.png,
14718         plugins/project-wizard/wxwin/*:
14719         Port old wxwin anjuta project on new project wizard
14720         
14721         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14722         necessary changes for the new templates.
14723         
14724 2005-02-18  Naba Kumar  <naba@gnome.org>
14726         * plugins/Makefile.am: Added class-gen
14727         
14728 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14730         * plugins/project-wizard/header.c:
14731         Fix a bug in sorting of project categories
14733 2005-02-18  Naba Kumar  <naba@gnome.org>
14735         Patch from Massimo Cora  <maxcvs@email.it>:
14736         
14737         * plugins/class-gen/.cvsignore,
14738         plugins/class-gen/Makefile.am,
14739         (added) plugins/class-gen/action-callbacks.c,
14740         (added) plugins/class-gen/action-callbacks.h,
14741         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14742         (added) plugins/class-gen/class_gen.c,
14743         (added) plugins/class-gen/class_gen.h,
14744         (added) plugins/class-gen/plugin.c,
14745         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14746         new architecture.
14747         
14748         * plugins/project-manager/plugin.c: implemented add_source().
14750 2005-02-17  Naba Kumar  <naba@gnome.org>
14752         * plugins/file-loader/plugin.c: Fixed possible crash.
14753         
14754         * src/action-callbacks.c, src/action-callbacks.h,
14755         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14757 2005-02-17  Naba Kumar  <naba@gnome.org>
14758         
14759         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14760         plugins/project-wizard/templates/gnome.wiz,
14761         plugins/project-wizard/templates/gtk.wiz,
14762         plugins/project-wizard/templates/gtkmm.wiz,
14763         plugins/project-wizard/templates/terminal.wiz,
14764         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14765         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14766         plugins/project-wizard/templates/gnome/src/callbacks.c,
14767         plugins/project-wizard/templates/gnome/src/callbacks.h,
14768         plugins/project-wizard/templates/gnome/src/main.c,
14769         plugins/project-wizard/templates/gtk/src/callbacks.c,
14770         plugins/project-wizard/templates/gtk/src/callbacks.h,
14771         plugins/project-wizard/templates/gtk/src/main.c,
14772         plugins/project-wizard/templates/gtkmm/src/main.cc,
14773         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14774         to generate licence correctly (without any extra newlines). Removed
14775         IncludeGNUHeader macro definition and added proper licence property.
14776         Fixed project directory paths in file contents.
14778 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14780         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14781         Closed macro dialogs with Esc key.
14783 2005-02-16  Naba Kumar  <naba@gnome.org>
14785         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14786         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14787         plugins/project-wizard/templates/gnome/src/callbacks.c,
14788         plugins/project-wizard/templates/gnome/src/callbacks.h,
14789         plugins/project-wizard/templates/gnome/src/main.c,
14790         plugins/project-wizard/templates/gtk/src/main.c,
14791         plugins/project-wizard/templates/gtkmm/src/main.cc,
14792         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14793         macros to avoid blank newlines.
14795 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14797         * plugins/project-wizard/autogen.c:
14798         Correct a problem when having property value in UTF-8
14800         * plugins/project-wizard/druid.c:
14801         Correct a bug when reselecting a new project (all pages
14802         must be removed)
14804         * plugins/project-wizard/property.c:
14805         Avoid having default invalid properties
14807         * plugins/project-wizard/templates/terminal.wiz,
14808         plugins/project-wizard/templates/terminal/po/ChangeLog,
14809         plugins/project-wizard/templates/terminal/src/main.c:
14810         Remove command for testing run function
14811         Move destination directory to second page and include
14812         project name. Add exist tag. Remove unused properties.
14814 2005-02-16  Naba Kumar  <naba@gnome.org>
14816         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14817         plugins/debug-manager/anjuta-debug-manager.ui,
14818         plugins/debug-manager/plugin.c,
14819         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14820         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14821         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14822         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14823         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14824         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14825         (removed) src/anjuta_info.c,
14826         (removed) src/anjuta_info.h,
14827         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14828         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14829         (added) plugins/gdb/actions.c,
14830         (added) plugins/gdb/actions.h: Completed initial
14831         porting of debugger to new architecture. Fixed many of the debugger
14832         functions.
14834         * plugins/file-loader/plugin.c: Detect some important mime ourself
14835         to avoid inconsistencies when mime system isn't working.
14836         
14837 2005-02-16  Naba Kumar  <naba@gnome.org>
14839         * plugins/editor/Makefile.am,
14840         (added) plugins/editor/aneditor-autocomplete.cxx,
14841         (added) plugins/editor/aneditor-calltip.cxx,
14842         (added) plugins/editor/aneditor-indent.cxx,
14843         (added) plugins/editor/aneditor-priv.h,
14844         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14845         different smaller chunks to make it easy to maintain.
14847 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14849         * plugins/project-wizard/druid.c :
14850         
14851         Found system Email address if not defined in Preferences.
14853 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
14854         
14855         * plugins/project-wizard/gtkmm.wiz
14856         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14857         plugins/project-wizard/gtkmm/*
14858         
14859         Added GTKmm (C++) project type
14861 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
14863         * plugins/message-view/plugin.c
14864         plugins/message-view/message-view.c
14865         TODO.gtodo:
14866         Implemented next/prev action
14868 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14870         * plugins/project-wizard/templates/libglade2.* :
14871         Removed libglade2 project.
14872         
14873         * plugins/project-wizard/templates/gtk* :
14874         Removed interface.[ch] & support.[ch].
14875         
14876 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14878         * plugins/project-wizard/anjuta-project-wizard.glade,
14879         plugins/project-wizard/property.[ch],
14880         plugins/project-wizard/templates/anjuta-plugin.wiz :
14881         Added a new property ("iconfile").
14883 2005-02-14  Naba Kumar  <naba@gnome.org>
14885         * plugins/project-wizard/install.c,
14886         plugins/project-wizard/plugin.c,
14887         plugins/project-wizard/templates/anjuta-plugin.wiz,
14888         plugins/project-wizard/templates/gnome.wiz,
14889         plugins/project-wizard/templates/gtk.wiz,
14890         plugins/project-wizard/templates/libglade2.wiz,
14891         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
14892         newly created projects and open them. Fixed message buffering in
14893         wizard.
14895 2005-02-14  Naba Kumar  <naba@gnome.org>
14897         * src/about.c, pixmaps/Makefile.am,
14898         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
14899         
14900         * mime/gnome-mime-application-x-anjuta.png,
14901         pixmaps/anjuta_icon.png,
14902         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
14903         done by 9-speed at:
14904         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
14905         
14906 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14908         * configure.in,
14909         plugins/project-wizard/templates/libglade2-logo.png,
14910         plugins/project-wizard/templates/libglade2.wiz,
14911         plugins/project-wizard/templates/libglade2/* :
14912         Add Glade2 project
14915 2005-02-14  Naba Kumar  <naba@gnome.org>
14917         * TODO.tasks: Updated.
14918         
14919         * plugins/editor/anjuta-docman.c,
14920         plugins/editor/text_editor.c,
14921         plugins/editor/text_editor.h,
14922         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
14923         for file modification, but it is still not functioning.
14925 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
14927         * plugins/project-wizard/values.c,
14928         plugins/project-wizard/values.h,
14929         plugins/project-wizard/property.c,
14930         plugins/project-wizard/property.h,
14931         plugins/project-wizard/druid.c:
14932         Rewrite mandatory property check
14933         Add check of exist property
14934         Rewrite handling of cached property page
14936 2005-02-13  Naba Kumar  <naba@gnome.org>
14938         Patch from Igor Kovalenko  <garrison@mail.ru>:
14939         * tagmanager/tm_workspace.c: Improved performance.
14941 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14943         *plugins/project-wizard/templates/*.wiz,
14944         plugins/project-wizard/druid.c,
14945         plugins/project-wizard/templates/terminal/src/main.c,
14946         plugins/project-wizard/templates/gtk/src/*.[ch],
14947         plugins/project-wizard/templates/gtk/src/Makefile.am,
14948         plugins/project-wizard/templates/gnome/src/*.[ch],
14949         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
14950         Add Copyright date & Email address,
14951         Correct terminal project.
14952         
14953 2005-02-12  Naba Kumar  <naba@gnome.org>
14955         * plugins/project-wizard/property.c: Fixed hidden
14956         properties to take values.
14958         * plugins/project-wizard/file.[ch]: Renamed
14959         true/false enum values to fix compile error
14960         (conflict with other definition).
14961         
14962         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
14963         even when mime type detection fails (for example, when Anjuta is
14964         installed in non-system prefix).
14966 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
14968         * plugins/project-wizard/values.c,
14969         plugins/project-wizard/values.h:
14970         Rewrite file with more comments
14972         * plugins/project-wizard/druid.c,
14973         plugins/project-wizard/druid.h,
14974         plugins/project-wizard/autogen.c,
14975         plugins/project-wizard/autogen.h,
14976         plugins/project-wizard/druid.c,
14977         plugins/project-wizard/druid.h:
14978         Add more comments
14979         Use values instead of properties
14980         Move default properties to druid.c
14982         * plugins/project-wizard/install.c,
14983         plugins/project-wizard/install.h:
14984         Use values instead of properties
14985         Add a check to avoid overwriting files
14987         * plugins/project-wizard/parser.c,
14988         plugins/project-wizard/property.c,
14989         plugins/project-wizard/property.h:
14990         Update to use new values
14991         Add an "exist" attribute to check if a directory already exist
14993         * plugins/project-wizard/anjuta-project-wizard.glade:
14994         Change project selection page (GtkTextView => GtkLabel,
14995         GtkTable => GtkVBox)
14997         * plugins/project-wizard/templates/terminal.wiz:
14998         Move destination directory on second page
14999         
15000         * plugins/project-wizard/action.c:
15001         Add a few comments
15003 2005-02-12  Naba Kumar  <naba@gnome.org>
15005         * plugins/file-manager/an_file_view.c,
15006         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15007         views. Created dynamic update date of view depending on project
15008         changes -- similar to file-manager view.
15009         
15010         * plugins/devhelp/plugin.c: Load help on idle.
15011         
15012         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15013         autoformat' to proper location in preferences.
15014         
15015         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15016         compatibility.
15017         
15018         * plugins/editor/plugin.c: Fixed accel name.
15020 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15022         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15023         plugins/project-wizard/templates/gnome.wiz,
15024         plugins/project-wizard/templates/gtk.wiz,
15025         plugins/project-wizard/anjuta-project-wizard.glade,
15026         plugins/project-wizard/autogen.c:
15027         Add Username & Email address in Project preferences.
15029 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15031         *plugins/project-wizard/templates/gnome-logo.png,
15032         plugins/project-wizard/templates/gnome.wiz,
15033         plugins/project-wizard/templates/gnome/* :
15034         Add Gnome project
15036 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15038         * plugins/project-wizard/templates/terminal/src/main.c, 
15039         plugins/project-wizard/templates/terminal/src/main.c,
15040         plugins/project-wizard/templates/terminal/src/main.[ch] :
15041         Insert License in projects
15042         
15043 2005-02-11  Naba Kumar  <naba@gnome.org>
15045         * TODO.tasks: Added message manager task.
15046         
15047         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15048         
15049         * plugins/editor/plugin.c: Use bookmark stock icons.
15050         
15051         * plugins/message-view/anjuta-message-manager.ui,
15052         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15054 2005-02-10  Naba Kumar  <naba@gnome.org>
15056         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15057         
15058 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15060         * global-tags/Makefile.am
15061         Error during 'make install'
15063 2005-02-09  Naba Kumar  <naba@gnome.org>
15065         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15066         missing file.
15067         
15068 2005-02-08  Naba Kumar  <naba@gnome.org>
15070         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15071         
15072         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15073         Show busy cursur when updating global tags in preferences.
15075         * configure.in: Fixed.
15076         
15077 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15079         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15080           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15081          
15082         - Fixed anjuta-plugin project (glade)
15084 2005-02-08  Naba Kumar  <naba@gnome.org>
15086         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15087         Fixed automatic indentations.
15089         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15090         Global tags are now segregated into smaller api tags, which can be
15091         selectively loaded from symbol browser preferences.
15093         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15094         Implemented IProjectManager interface in project-manager. Mostly getter
15095         methods for now, but need to add add() and remove() methods to add
15096         or remove project elements.
15098         * plugins/gdb/debug_tree.c: Small fix.
15100         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15101         plugins/symbol-browser/an_symbol_info.c,
15102         plugins/symbol-browser/an_symbol_info.h,
15103         plugins/symbol-browser/an_symbol_search.c,
15104         plugins/symbol-browser/an_symbol_search.h,
15105         plugins/symbol-browser/an_symbol_view.c,
15106         plugins/symbol-browser/an_symbol_view.h,
15107         plugins/symbol-browser/plugin.c,
15108         plugins/symbol-browser/plugin.h,
15109         tagmanager/c.c,
15110         tagmanager/entry.h,
15111         tagmanager/tm_project.c,
15112         tagmanager/tm_symbol.c,
15113         tagmanager/tm_tag.c,
15114         tagmanager/tm_workspace.c,
15115         tagmanager/vstring.c,
15116         tagmanager/include/tm_tag.h,
15117         tagmanager/include/tm_workspace.h:
15118         
15119         - Fixed tagmanager parsing of source files to parse for typedefines and
15120         properly record element scopes. Implemented scope autocompletion
15121         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15122         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15123         patch list (author is unknown).
15124         - Implemented symbol-browser preferences for dynamically loading and
15125         saving tags API segments.
15126         - Fixed symbol-search to use tagmanager directly instead of depending
15127         on symbol-view for tags list.
15128         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15129         - Fixed TMSymbol to create the complete tags tree instead of letting the
15130         symbol-view created the root nodes.
15131         - Changed project tags cache name to .tm_project2.cache because the
15132         newer format records additional scope information.
15133         
15134 2005-02-07  Naba Kumar  <naba@gnome.org>
15136         * plugins/editor/style-editor.c,
15137         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15138         and GtkFontButton instead of deprecated widgets in
15139         style editor.
15140         
15141 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15143         * plugins/project-wizard/action.c,
15144         plugins/project-wizard/action.h,
15145         plugins/project-wizard/autogen.c,
15146         plugins/project-wizard/autogen.h,
15147         plugins/project-wizard/file.c,
15148         plugins/project-wizard/file.h,
15149         plugins/project-wizard/install.c,
15150         plugins/project-wizard/install.h,
15151         plugins/project-wizard/parser.h,
15152         plugins/project-wizard/parser.c,
15153         plugins/project-wizard/property.c,
15154         plugins/project-wizard/property.h,
15155         plugins/project-wizard/plugin.h,
15156         plugins/project-wizard/plugin.c,
15157         plugins/project-wizard/values.c,
15158         plugins/project-wizard/values.h:
15159         Replace C++ comments by C comments
15161         * plugins/project-wizard/autogen.c,
15162         plugins/project-wizard/autogen.h:
15163         Add a run time check of autogen version.
15164         Add UserName variable.
15166         * plugins/project-wizard/anjuta-project-wizard.glade,
15167         plugins/project-wizard/header.c,
15168         plugins/project-wizard/druid.c,
15169         plugins/project-wizard/druid.h:
15170         Sort project in alphabetic order.
15171         Correct selection troubles in notebooks.
15173         * plugins/project-wizard/parser.c:
15174         Add some check when reading the project header block.
15176 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15178         * plugins/project-wizard/action.c,
15179         plugins/project-wizard/action.h,
15180         plugins/project-wizard/autogen.c,
15181         plugins/project-wizard/autogen.h,
15182         plugins/project-wizard/file.c,
15183         plugins/project-wizard/file.h,
15184         plugins/project-wizard/install.c,
15185         plugins/project-wizard/parser.h,
15186         plugins/project-wizard/parser.c,
15187         plugins/project-wizard/property.c,
15188         plugins/project-wizard/property.h,
15189         plugins/project-wizard/values.c,
15190         plugins/project-wizard/values.h,
15191         Add a space between function name and open.
15193         * plugins/project-wizard/plugin.h,
15194         plugins/project-wizard/plugin.c,
15195         plugins/project-wizard/install.c,
15196         Avoid a crash if the user close the message view used by the .
15198         * plugins/project-wizard/anjuta-project-wizard,
15199         plugins/project-wizard/druid.c,
15200         plugins/project-wizard/druid.h,
15201         plugins/project-wizard/header.h,
15202         plugins/project-wizard/header.c,
15203         Add a text view with the description of each.
15204         Add a tab for each project.
15205         Replace some C++ comments to C comments.
15207 2005-02-05  Naba Kumar  <naba@gnome.org>
15209         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15210         New icon from Sebastien Granjoux .
15211         
15212 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15214         * libanjuta/anjuta-preferences.c:
15215         Set file property even without a focus out event (file selected 
15216         the browse dialog)
15218 2005-02-04  Naba Kumar  <naba@gnome.org>
15220         * plugins/glade/plugin.c: Fixed glade function calls.
15221         * configure.in: Fixed a typo.
15222         * TODO.tasks: Updated.
15224 2005-02-03  Naba Kumar  <naba@gnome.org>
15226         * plugins/project-manager/plugin.c: Fixed memory corruption.
15228         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15229         build error.
15230         
15231         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15232         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15233         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15234         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15236         * libanjuta/interfaces/libanjuta.idl,
15237         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15238         interface.
15239         
15240         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15242         Patch from Massimo Cora <maxcvs@email.it>:
15243         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15244         
15245 2005-02-01  Naba Kumar  <naba@gnome.org>
15247         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15248         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15249         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15250         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15251         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15252         from sourceforge -- a64 crash fixes (correct typing for GType)
15253         and fixes compile errors in sun.
15255         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15256         paste (shift+insert) in terminal.
15258 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15260         * configure.in: Add «nb» to ALL_LINGUAS.
15262 2005-02-01  Naba Kumar  <naba@gnome.org>
15264         * TODO.tasks, TODO: Updated todo tasks.
15265         
15266         * plugins/editor/anjuta-document-manager.glade: Improved search
15267         relace dialog.
15268         
15269         * TODO.tasks: Fixed xml format.
15270         
15271         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15272         work yet).
15273         
15274         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15275         cleanups.
15276         
15277         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15278         format during save (removed unwanted text nodes). Fixed scrollbars.
15280 2005-01-31  Naba Kumar  <naba@gnome.org>
15282         * libanjuta/interfaces/libanjuta.idl,
15283         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15284         Implemented append() method for IAnjutaEditor interface and fixed
15285         various bugs with text insertions (cvs diff and macro insertions).
15286         
15287         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15288         automatic indentation.
15289         
15290         * plugins/editor/action-callbacks.c,
15291         plugins/editor/action-callbacks.h,
15292         plugins/editor/anjuta-docman.c,
15293         plugins/editor/anjuta-document-manager.ui,
15294         plugins/editor/plugin.c,
15295         plugins/editor/text_editor.c,
15296         plugins/editor/text_editor.h,
15297         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15298         Fixed highlight issues.
15300         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15301         macro.
15302         
15303         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15305         * data/properties/*: Updated properties files from scite. Created
15306         styles.properties to override the scite styles.
15307         
15308         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15310         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15311         
15312 2005-01-30  Naba Kumar  <naba@gnome.org>
15314         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15315         unused definitions.
15316         
15317         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15318         
15319         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15320         plugins/editor/text_editor.c,
15321         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15322         fixed linuwidth preference setting, fixed insert text interface
15323         implementation. Improved automatice-indentation for cpp lexer.
15324         
15325         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15327 2005-01-29  Naba Kumar  <naba@gnome.org>
15329         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15330         option in update dialog as default. Improved import dialog. Sized
15331         log dialog.
15333         * configure.in: Fixed underquoted warning from autoconf.
15334         
15335         * plugins/editor/action-callbacks.c,
15336         plugins/editor/aneditor.cxx,
15337         plugins/editor/aneditor.h,
15338         plugins/editor/anjuta-document-manager.glade,
15339         plugins/editor/plugin.c,
15340         plugins/editor/plugin.h,
15341         plugins/editor/text_editor.c,
15342         plugins/editor/text_editor.h,
15343         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15344         for Editor and fixed all preferences syncronization and notifys for
15345         visible prefs (in editor preferences page).
15346         
15347         * plugins/file-loader/plugin.c: Load recent files on idle.
15349 2005-01-28  Naba Kumar  <naba@gnome.org>
15351         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15352         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15354         * plugins/editor/action-callbacks.c,
15355         plugins/editor/action-callbacks.h,
15356         plugins/editor/aneditor.cxx,
15357         plugins/editor/aneditor.h,
15358         plugins/editor/anjuta-document-manager.ui,
15359         plugins/editor/plugin.c,
15360         plugins/editor/text_editor.c,
15361         plugins/editor/text_editor.h,
15362         plugins/editor/text_editor_cbs.c,
15363         plugins/editor/text_editor_cbs.h,
15364         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15365         Text editor.
15367         Patch from Massimo Cora <maxcvs@email.it>:
15368         * plugins/editor/an_symbol_search.c,
15369         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15370         
15371 2005-01-27  Naba Kumar  <naba@gnome.org>
15372         
15373         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15374         minimum size request to 200.
15376         * plugins/symbol-browser/an_symbol_info.c,
15377         plugins/symbol-browser/an_symbol_info.h,
15378         plugins/symbol-browser/an_symbol_search.c,
15379         plugins/symbol-browser/an_symbol_search.h,
15380         plugins/symbol-browser/an_symbol_view.c,
15381         plugins/symbol-browser/an_symbol_view.h,
15382         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15383         pixbuf retrieval. Fixed runtime warning. Code clean up.
15385 2005-01-27  Naba Kumar  <naba@gnome.org>
15387         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15388         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15389         (new) plugins/glade/Makefile.am,
15390         (new) plugins/glade/anjuta-glade-plugin.png,
15391         (new) plugins/glade/anjuta-glade.plugin.in,
15392         (new) plugins/glade/anjuta-glade.ui,
15393         (new) plugins/glade/plugin.c,
15394         (new) plugins/glade/plugin.h,
15395         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15396         now until glade3 works properly.
15398         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15399         they are generated.
15400         
15401 2005-01-26  Naba Kumar  <naba@gnome.org>
15403         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15404         Added mime icon for anjuta projects.
15405         
15406         patch from Massimo Cora <maxcvs@email.it>:
15407         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15408         an_symbol_search.h, an_symbol_view.c, plugin.c:
15409         Fix/implement objects destroying/freeing.
15411 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15412         
15413         * src/action-callback.[ch], src/anjuta-actions.h:
15414         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15415         because it has not been updated for years and we know have a devhelp plugin
15416         which can do the job much better.
15417         * TODO.tasks: Updated done items
15419 2005-01-25  Naba Kumar  <naba@gnome.org>
15421         * autogen.sh: Fixed to generate interface files.
15423         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15424         session save filenames.
15425         
15426         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15427         
15428 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15430         * plugins/project-wizard/Makefile.am,
15431         plugins/project-wizard/install.c,
15432         plugins/project-wizard/install.h,
15433         plugins/project-wizard/parser.c,
15434         plugins/project-wizard/parser.h,
15435         plugins/project-wizard/templates/terminal.wiz:
15436         Add action list block in wizard template
15437         * plugins/project-wizard/file.c,
15438         plugins/project-wizard/autogen.c:
15439         Small fixes
15441 2005-01-23  Naba Kumar  <naba@gnome.org>
15443         * configure.in: Fixed build error.
15445 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15447         * plugins/project-wizard/druid.c,
15448         plugins/project-wizard/parser.c,
15449         plugins/project-wizard/property.c: Rewrite parser with
15450         better error handling
15452 2005-01-22  Naba Kumar  <naba@gnome.org>
15454         * plugins/symbol-browser/plugin.c: Changed c++ coments
15455         to c commnets and formated code to anjuta coding styles.
15456         
15457 2005-01-21  Naba Kumar  <naba@gnome.org>
15459         * configure.in, autogen.sh: Fixed build errors in newer automake.
15460         
15461         * plugins/editor/anjuta-docman.c: Do not emit change editor
15462         signal while in dispose.
15464         Patch from: Massimo Corà <maxcvs@email.it>
15465         * plugins/symbol-browser/Makefile.am,
15466         plugins/symbol-browser/an_symbol_view.c,
15467         plugins/symbol-browser/an_symbol_view.h,
15468         plugins/symbol-browser/plugin.c,
15469         plugins/symbol-browser/plugin.h,
15470         plugins/symbol-browser/test-symbol-browser.c,
15471         (new) plugins/symbol-browser/an_symbol_info.c,
15472         (new) plugins/symbol-browser/an_symbol_info.h,
15473         (new) plugins/symbol-browser/an_symbol_search.c,
15474         (new) plugins/symbol-browser/an_symbol_search.h:
15475         Added a cool real-time symbol-search-view in symbol browser.
15477 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15478         
15479         * plugin/macro/plugin.c
15480         plugin/macro/anjuta-macro-plugin.ui
15481         plugin/macro/macro-db.[ch]
15482         plugin/macro/macro-dialog.[ch]
15483         plugin/macro/macro-actions.[ch]
15484         plugin/macro/macro-edit.[ch]
15485         plugin/macro/plugin.[ch]:
15486         
15487         Implemented three menu items as Naba proposed:
15488         Edit->Macro->
15489                 Insert Macro: Pops of a border-less window to enter a shortcut
15490                 Add Macro: Same as Manage Macro => New
15491                 Manage Macros: Full-features macro dialog
15493 2005-01-20  Naba Kumar  <naba@gnome.org>
15495         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15496         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15497         libanjuta/anjuta-shell.h,
15498         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15499         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15500         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15501         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15502         src/main.c, src/shell.c: Implemented command line args processing
15503         and session management. Fixed geometry restoration.
15505 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15506         
15507         * plugins/macro/macro-db.c,
15508         plugins/macros.xml:
15509         Cleaned up XML interface and use attributes now for name, category and 
15510         shortcut. CDATA is used to avoid xml errors inside of macros.
15512 2005-01-19  Naba Kumar  <naba@gnome.org>
15514         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15516 2005-01-18  Naba Kumar  <naba@gnome.org>
15517         
15518         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15519         to work.
15521         * scintilla/*: Updated scintilla to current cvs and updated
15522         scintilla patches.
15523         
15524 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15525         
15526         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15527         plugins/cvs-plugin/cvs-actions.c:
15528         Added "Whole project" infrastructure but it does not
15529         work because I did not find a way to get the current project's
15530         root dir.
15532 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15534         * plugins/cvs-plugin/Makefile.am
15535         plugins/cvs-plugin/anjuta-cvs.plugin.in
15536         plugins/cvs-plugin/cvs-actions.c
15537         plugins/cvs-plugin/cvs-callbacks.c
15538         plugins/cvs-plugin/cvs-interface.[ch] (added)
15539         plugins/cvs-plugin/plugin.c:
15540         
15541         Added IAnjutaCVS interface and improved cvs plugin. There
15542         is still some work to do on cvs import and to add a current
15543         project toggle.
15545 2005-01-17  Naba Kumar  <naba@gnome.org>
15547         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15548         
15549         * configure.in: Fixed build errors.
15551         * data/Makefile.am,     (removed) data/README.stock_libs,
15552         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15553         (removed) data/header.c, (removed) data/stock_libs.anj,
15554         (removed) data/x-anjuta-project.desktop,
15555         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15557         * libanjuta/anjuta-plugin-description.c,
15558         libanjuta/anjuta-shell.c: Updated documentations.
15560         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15561         
15562         * libanjuta/anjuta-launcher.c,
15563         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15564         x86_64 systems.
15566 2005-01-17  Naba Kumar  <naba@gnome.org>
15567         
15568         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15569         plugins/project-wizard/templates/gtk.wiz,
15570         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15571         Updated templates to new format.
15572         
15573         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15574         * plugins/project-wizard/druid.c,
15575         plugins/project-wizard/parser.c,
15576         plugins/project-wizard/property.c,
15577         plugins/project-wizard/property.h,
15578         plugins/project-wizard/templates/terminal.wiz,
15579         plugins/project-wizard/templates/terminal/AUTHORS,
15580         plugins/project-wizard/templates/terminal/ChangeLog,
15581         plugins/project-wizard/templates/terminal/NEWS,
15582         plugins/project-wizard/templates/terminal/README,
15583         plugins/project-wizard/templates/terminal/project.anjuta,
15584         plugins/project-wizard/templates/terminal/src/main.c:
15585         Moveed code related to property types from druid.c and parser.c to 
15586         property.c. Changed tag from "<string ..." to
15587         "<property type="string..."     and so on. Rewrite parser
15588         (warning still in progress). Added list property. Changed
15589         terminal project to avoid using autogen on some file (much 
15590         faster) using the autogen attribute. Add a license list box in
15591         terminal project (just as an example). _label in item list is
15592         optional now.
15594 2005-01-16  Naba Kumar  <naba@gnome.org>
15596         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15597         plugins/edtior/anjuta-docman.c: Fixed build errors.
15598         
15599         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15600         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15601         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15602         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15603         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15604         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15605         libanjuta/resources.h,
15606         plugins/build-basic-autotools/build-basic-autotools.c,
15607         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15608         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15609         plugins/gtodo/plugin.c, src/Makefile.am,
15610         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15611         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15612         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15613         should be handled in respective plugins. Added API documentations.
15615         * libanjuta-docs.sgml, libanjuta-sections.txt,
15616         libanjuta.types,
15617         (added) tmpl/anjuta-debug.sgml,
15618         (added) tmpl/anjuta-launcher.sgml,
15619         tmpl/anjuta-plugin.sgml,
15620         tmpl/anjuta-preferences.sgml,
15621         tmpl/anjuta-shell.sgml,
15622         (added) tmpl/anjuta-status.sgml,
15623         (removed) tmpl/anjuta-stock.sgml,
15624         tmpl/anjuta-utils.sgml,
15625         (removed) tmpl/defaults.sgml,
15626         (removed) tmpl/fileselection.sgml,
15627         (removed) tmpl/gnomefilelist.sgml,
15628         tmpl/ianjuta-buildable.sgml,
15629         (added) tmpl/ianjuta-debugger-manager.sgml,
15630         (added) tmpl/ianjuta-debugger.sgml,
15631         tmpl/ianjuta-document-manager.sgml,
15632         tmpl/ianjuta-editor.sgml,
15633         tmpl/ianjuta-file.sgml,
15634         tmpl/ianjuta-loader.sgml,
15635         tmpl/ianjuta-markable.sgml,
15636         tmpl/ianjuta-message-view.sgml,
15637         (added) tmpl/ianjuta-project-manager.sgml,
15638         (added) tmpl/ianjuta-todo.sgml,
15639         (added) tmpl/ianjuta-wizard.sgml,
15640         tmpl/libanjuta-iface-marshallers.sgml,
15641         tmpl/libanjuta-unused.sgml,
15642         (removed) tmpl/pixmaps.sgml,
15643         tmpl/plugins.sgml,
15644         (removed) tmpl/properties.sgml,
15645         tmpl/resources.sgml: Updated API documentations.
15647 2005-01-15  Naba Kumar  <naba@gnome.org>
15649         * libanjuta/anjuta-launcher.c: Added API docs.
15650         
15651         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15652         plugins/project-wizard/templates/gtk.wiz,
15653         plugins/project-wizard/templates/terminal.wiz,
15654         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15655         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15656         plugins/project-wizard/templates/gtk/src/main.c,
15657         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15658         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15659         template files.
15661         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15662         * plugins/project-wizard/anjuta-project-wizard.glade,
15663         plugins/project-wizard/autogen.c,
15664         plugins/project-wizard/druid.c,
15665         plugins/project-wizard/druid.h,
15666         plugins/project-wizard/file.c,
15667         plugins/project-wizard/file.h,
15668         plugins/project-wizard/install.c,
15669         plugins/project-wizard/parser.c,
15670         plugins/project-wizard/plugin.c,
15671         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15672         setting the default project directory. Fix HIDDEN property, it's
15673         working but I think we could make this cleaner. Removed the
15674         copy of the string in mandatory_property. Add an optional autogen
15675         attribute, to force or avoid using autogen on some files, default
15676         without any attribute is autodetect.+ Replace the script tag with
15677         a normal file tag and an attribute execute.
15678         
15679 2005-01-14  Naba Kumar  <naba@gnome.org>
15681         * plugins/editor/action-callbacks.c,
15682         plugins/editor/search_incremental.c,
15683         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15684         works now.
15685         
15686         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15687         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15688         tabs.
15690 2005-01-12  Naba Kumar  <naba@gnome.org>
15692         * configure.in,
15693         plugins/project-wizard/templates/Makefile.am,
15694         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15695         plugins/project-wizard/templates/anjuta-plugin.wiz,
15696         (added) plugins/project-wizard/templates/gtk-logo.png,
15697         (added) plugins/project-wizard/templates/gtk.wiz,
15698         (added) plugins/project-wizard/templates/terminal-logo.png,
15699         plugins/project-wizard/templates/terminal.wiz,
15700         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15701         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15702         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15703         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15704         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15705         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15706         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15707         (added) plugins/project-wizard/templates/gtk/src/main.c,
15708         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15709         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15710         GTK+ project templated and fixed other templates. Updated template
15711         logos.
15713 2005-01-12  Naba Kumar  <naba@gnome.org>
15715         * plugins/macro/anjuta-macro.glade: Improved GUI.
15716         
15717 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15719         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15720         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15721         * plugins/cvs-plugin/cvs.[ch] (removed)
15722         Removed old unused files
15723         
15724         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15725         * plugins/cvs-plugin/cvs-actions.c
15726         * plugins/cvs-plugin/Makefile.am:
15727         Seperate callback functions for better error
15728         handling. Cleaned up code.
15729         
15730         * plugins/macro/macros.xml: removed corrupt cvs
15731         macros for now.
15733 2005-01-10  Naba Kumar  <naba@gnome.org>
15735         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15736         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15737         and leaks.
15739 2005-01-09  Naba Kumar  <naba@gnome.org>
15741         * libegg/egg-recent-action.c, libegg/test-actions.c,
15742         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15743         recent files models.
15744         
15745         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15746         two models -- one for projects and other for regular files and show
15747         both in recent files menu. Changed recent files group from "anjuta"
15748         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15749         when adding the URI in recent files.
15750         
15751         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15752         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15753         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15754         * plugins/macro/macros.xml: Fixed xml errors.
15756 2005-01-08  Naba Kumar  <naba@gnome.org>
15757         
15758         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15759         libegg/test-actions.c, libegg/menu/Makefile.am,
15760         libegg/menu/egg-recent-action.h: Added a new action for
15761         recent files.
15763         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15764         Fixed dispose. Cleanup.
15765         
15766         * plugins/file-loader/anjuta-loader-plugin.ui,
15767         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15768         Use the new action for recent files. Added recent files in
15769         toolbar.
15771         * plugins/project-wizard/druid.c: Show busy cursor and
15772         de-sensitize druid buttons during page change.
15773         
15774         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15775         * plugins/project-wizard/Makefile.am,
15776         plugins/project-wizard/druid.c,
15777         plugins/project-wizard/druid.h,
15778         plugins/project-wizard/install.c,
15779         plugins/project-wizard/plugin.c,
15780         plugins/project-wizard/plugin.h,
15781         plugins/project-wizard/property.c,
15782         plugins/project-wizard/property.h,
15783         (added) plugins/project-wizard/values.c,
15784         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15785         objects (in values.c and values.h) containing the values of all
15786         properties. The NPWProperty objects now keep their values in this
15787         object which is persistant for one activation of the plugin, so the
15788         user keeps all the values even if he goes backward. Used an anjuta
15789         message view to list all files copied by the project wizard.
15791 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15793         * plugins/macro/plugin.[ch],
15794         plugins/macro/macro-dialog.[ch]
15795         plugins/macro/macro-edit.[ch]
15796         plugins/macro/macro-db.[ch]
15797         plugins/macro/macro-actions.[ch]
15798         plugins/macro/anjuta-macro.plugin.in
15799         plugins/macro/anjuta-macro.glade
15800         plugins/macro/anjuta-macro.png
15801         plugins/macro/Makefile.am
15802         plugins/macro/macros.xml
15803         plugins/macro/anjuta-macro.ui (all added)
15804         configure.in
15805         plugins/Makefile.am:
15806         Added new macro plugins
15807         
15808         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15809         New icon
15810         
15811         * manuals/reference/template (removed)
15812         Removed old api reference
15813         
15814         * plugins/message-view/message-view.c:
15815         "Fixed" crash in on_row_deleted and added a
15816         comment that I cannot work this way. We will
15817         have to change everything a bit to avoid losing
15818         memory there.
15819         
15820         * plugins/text-editor/text_editor.c:
15821         Update line number width on file save
15824 2005-01-07  Naba Kumar  <naba@gnome.org>
15826         * plugins/project-wizard/anjuta-project-wizard.glade,
15827         plugins/project-wizard/druid.c,
15828         plugins/project-wizard/templates/anjuta-plugin.wiz,
15829         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15830         Display page description in bold. Fixed mandatory field check.
15832         * configure.in,
15833         libanjuta/libanjuta-1.0.pc.in,
15834         plugins/project-wizard/druid.c,
15835         plugins/project-wizard/parser.c,
15836         plugins/project-wizard/property.h,
15837         plugins/project-wizard/templates/anjuta-plugin.wiz,
15838         plugins/project-wizard/templates/terminal.wiz,
15839         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15840         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15841         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15842         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15843         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15844         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15845         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15846         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15847         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15848         plugins/project-wizard/templates/terminal/configure.in.tpl,
15849         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15850         plugins/project-wizard/templates/terminal/src/main.c: Implemented
15851         a new property type -- hidden. Fixed terminal and anjuta-plugin
15852         project templates.
15854 2005-01-07  Naba Kumar  <naba@gnome.org>
15856         * templates/anjuta-plugin.wiz,
15857         templates/terminal.wiz,
15858         templates/terminal/Makefile.am.tpl,
15859         templates/terminal/autogen.sh,
15860         (Removed) templates/terminal/configure.ac.tpl,
15861         (Added) templates/.cvsignore,
15862         (Added) templates/Makefile.am,
15863         (Added) templates/anjuta-plugin/.cvsignore,
15864         (Added) templates/anjuta-plugin/Makefile.am,
15865         (Added) templates/anjuta-plugin/src/.cvsignore,
15866         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
15867         (Added) templates/terminal/.cvsignore,
15868         (Added) templates/terminal/Makefile.am,
15869         (Added) templates/terminal/configure.in.tpl,
15870         (Added) templates/terminal/po/.cvsignore,
15871         (Added) templates/terminal/po/ChangeLog,
15872         (Added) templates/terminal/po/Makefile.am,
15873         (Added) templates/terminal/po/POTFILES.in,
15874         (Added) templates/terminal/src/.cvsignore,
15875         (Added) templates/terminal/src/Makefile.am,
15876         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
15877         project wizard. Fixed configure/po/Makefile template errors.
15879 2005-01-06  Naba Kumar  <naba@gnome.org>
15881         * configure.in: Added project templates.
15882         * plugins/project-wizard/templates/*: Added to project and renamed
15883         Makefile.am and configure.in to Makefile.am and configure.ac respectively
15884         for the project templates (so that they do not conflict with autotools
15885         build. Created proper configure.ac.tpl and autogen.sh for project
15886         templates.
15887         
15888 2005-01-06  Naba Kumar  <naba@gnome.org>
15890         * plugins/project-wizard/anjuta-project-wizard.glade,
15891         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
15892         Fixed file list parsing and to take absolute file paths (for example,
15893         from an icon selected previously). Used toggle buttons for boolean
15894         properties. Check if all mandatory fields are given before going
15895         forward in the wizard. Use scrollable viewport for listing property
15896         widgets incase the list goes out of wizard's size. Added tooltips
15897         as descriptions of the property widgets. And other fixes.
15899         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
15900         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
15901         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
15902         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
15903         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
15904         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
15905         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
15906         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15907         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
15908         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15909         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15910         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
15911         Restructured template files.
15913 2005-01-06  Naba Kumar  <naba@gnome.org>
15915         * configure.in: Added check for autogen.
15916         
15917         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
15918         in dispose.
15919         
15920         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
15921         Do not emit changed signal when in dispose.
15923         * plugins/symbol-browser/plugin.c: Don't updated symbols when
15924         symbol-view widget has been destroyed.
15925         
15926         * src/anjuta-app.c: Set null to preference, status and ui object
15927         pointers when they are destroyed.
15929         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
15930         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
15931         Added boolean, integer and file property types.
15932         
15933         * plugins/project-wizard/Makefile.am,
15934         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
15935         project wizard templates.
15937 2005-01-04  Naba Kumar  <naba@gnome.org>
15939         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
15940         added widgets.
15941         
15942         * plugins/editor/aneditor.cxx,
15943         plugins/editor/anjuta-docman.c,
15944         plugins/editor/plugin.c,
15945         plugins/editor/text_editor.c:
15946         Removed unnecessary ref/unref of scintilla.
15947         
15948         * plugins/message-view/anjuta-msgman.c,
15949         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
15950         make close button similar to document manager.
15951         
15952         * plugins/project-manager/plugin.c,
15953         plugins/project-manager/plugin.h: Removed dead codes. Removed
15954         unnecessary ref/unref.
15955         
15956         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
15957         instead of hard refs.
15959 2005-01-03  Naba Kumar  <naba@gnome.org>
15961         * libanjuta/interfaces/libanjuta.idl: Added configure() and
15962         generate() methods for IAnjutaBuildable interface.
15964         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
15965         IAnjutaBuildable inteface.
15967         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
15968         to destroy build context when message view is destroyed.
15969         
15970         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
15971         a ref to it and unref in destructor. AnEditor class wants to be the
15972         owner of scintilla widget. Fixed compile warnings with signed/unsigned
15973         comparisions.
15974         
15975         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
15976         complicate the scene. Removed editor widget from AnjutaDocman when
15977         the widget is destroyed.
15978         
15979         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
15980         from shell. It will be removed from shell when the widget is destroyed.
15981         
15982         * plugins/editor/text_editor.c: Added debug codes to track object
15983         finalizations.
15985         * plugins/message-view/anjuta-msgman.c: Remove message view on
15986         widget destroy. Destroy message view on remove. Removed all views
15987         correctly.
15988         
15989         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
15990         from container.
15992 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15994         * plugins/file-wizard/action-callbacks.c,
15995         plugins/file-wizard/anjuta-file-wizard.glade,
15996         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
15997         Insert Licence, copyright, header template ...
15998         
15999 2005-01-02  Naba Kumar  <naba@gnome.org>
16001         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16002         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16003         anjuta_status_add_widget() to allow setting busy cursor on non
16004         toplevel windows.
16006         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16008         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16009         mime types to take text/source also.
16010         
16011         * plugins/editor/anjuta-docman.c,
16012         plugins/editor/anjuta-docman.h,
16013         plugins/editor/plugin.c,
16014         plugins/editor/text_editor.c,
16015         plugins/editor/text_editor.h,
16016         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16017         AnjutaStatus and set busy cursor on editors.
16019         * plugins/file-loader/Makefile.am,
16020         plugins/file-loader/plugin.c,
16021         (added) plugins/file-loader/dnd.c,
16022         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16024         * src/anjuta.c: Hide anjuta window before destruction.
16026         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16027         * configure.in, plugins/Makefile.am,
16028         (removed) plugins/project-wizard/appwiz_page1.c,
16029         (removed) plugins/project-wizard/appwiz_page2.c,
16030         (removed) plugins/project-wizard/appwiz_page3.c,
16031         (removed) plugins/project-wizard/appwiz_page4.c,
16032         (removed) plugins/project-wizard/appwizard.c,
16033         (removed) plugins/project-wizard/appwizard.h,
16034         (removed) plugins/project-wizard/appwizard_cbs.c,
16035         (removed) plugins/project-wizard/appwizard_cbs.h,
16036         (removed) plugins/project-wizard/appwizard_gui.c,
16037         (removed) plugins/project-wizard/gnome_project.c,
16038         (removed) plugins/project-wizard/gnome_project.h,
16039         (removed) plugins/project-wizard/wizard_gui.c,
16040         (removed) plugins/project-wizard/wizard_gui.h,
16041         (added) plugins/project-wizard/.cvsignore,
16042         (added) plugins/project-wizard/Makefile.am,
16043         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16044         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16045         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16046         (added) plugins/project-wizard/applogo.png,
16047         (added) plugins/project-wizard/appwizard.png,
16048         (added) plugins/project-wizard/autogen.c,
16049         (added) plugins/project-wizard/autogen.h,
16050         (added) plugins/project-wizard/druid.c,
16051         (added) plugins/project-wizard/druid.h,
16052         (added) plugins/project-wizard/file.c,
16053         (added) plugins/project-wizard/file.h,
16054         (added) plugins/project-wizard/header.c,
16055         (added) plugins/project-wizard/header.h,
16056         (added) plugins/project-wizard/install.c,
16057         (added) plugins/project-wizard/install.h,
16058         (added) plugins/project-wizard/parser.c,
16059         (added) plugins/project-wizard/parser.h,
16060         (added) plugins/project-wizard/plugin.c,
16061         (added) plugins/project-wizard/plugin.h,
16062         (added) plugins/project-wizard/property.c,
16063         (added) plugins/project-wizard/property.h: Removed old application-wizard
16064         codes and added new template based (autogen based) project wizard
16065         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16067 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16069         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16070         * plugins/cvs-plugin/cvs-execute.c:
16071         Fix cvs_log which did not work because of some
16072         glade problem
16073         Patch from Mark R. Pariente <markpariente@cmu.edu>
16074         - Fix message highlighting
16076 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16077         
16078         * template/*,
16079         date/template/*,
16080         configure.in:
16081         Removed template stuff completly because we dicussed to implement
16082         a macro system for Edit->Insert Text
16084 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16085         
16086         * plugins/editor/aneditor.cxx,
16087         plugins/editor/text_editor.c:
16088         Set line number width dynamically
16089         * src/about.c:
16090         Prepered new GTK 2.6 about dialog
16092 2004-12-30  Naba Kumar  <naba@gnome.org>
16094         patch from: Massimo Corà  <maxcvs@email.it>
16095         * plugins/editor/aneditor.cxx: Highlights correct function
16096         argument in recursive calltips.
16098 2004-12-30  Naba Kumar  <naba@gnome.org>
16100         * plugins/symbol-browser/plugin.c,
16101         libanjuta/interfaces/libanjuta.idl,
16102         plugins/editor/text_editor.c: Fixed editor markers and added a new
16103         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16104         mark the line visited.
16105         
16106         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16107         libegg/Makefile.am, libegg/eggcomboselect.c,
16108         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16109         widget for use with symbol view in toolbar.
16110         
16111         * plugins/cvs-plugin/anjuta-cvs.ui,
16112         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16113         placeholder for cvs plugin context menu in filemanager.
16114         
16115 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16116         
16117         * plugins/cvs-plugin/plugin.c:
16118         Show popup menu only if the file is contained in
16119         a directory containing a "CVS" directory
16121 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16122         
16123         * plugins/cvs-plugin/cvs-action.[ch],
16124         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16125         * plugins/cvs-plugin/anjuta-cvs.ui,
16126         * plugins/cvs-plugin/plugin.c:
16127         Implemented "Import"
16128         
16129         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16130         Added right-click-menu for file-manager
16132 2004-12-26  Naba Kumar  <naba@gnome.org>
16134         * src/action-callbacks.c, src/action-callbacks.h,
16135         src/anjuta-actions.h, src/anjuta-app.c,
16136         src/anjuta.ui: Added fullscreen action.
16138         * plugins/cvs-plugin/cvs-actions.c,
16139         plugins/cvs-plugin/plugin.c,
16140         plugins/cvs-plugin/plugin.h: Watches current editor,
16141         project and file manager selection in plugin
16142         implementation.
16143         
16144 2004-12-26  Naba Kumar  <naba@gnome.org>
16146         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16147         src/action-callbacks.c: Fixed app finalization. Added a
16148         command line arg --proper-shutdown (-p), which when set
16149         will release all plugins and their resources (this option
16150         is mainly for debugging).
16151         
16152         * plugins/file-loader/plugin.c: Fixed filename duplications
16153         in recent files history.
16154         
16155         * plugins/profile-default/plugin.c: Disabled problematic
16156         plugins for now to load at startup.
16157         
16158         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16159         annoying debug prints.
16160         
16161 2004-12-23  Naba Kumar  <naba@gnome.org>
16163         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16164         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16165         plugins/cvs-plugin/anjuta-cvs.ui,
16166         plugins/cvs-plugin/cvs-actions.c,
16167         plugins/cvs-plugin/cvs-actions.h,
16168         plugins/cvs-plugin/cvs-execute.c,
16169         plugins/cvs-plugin/cvs-execute.h,
16170         plugins/cvs-plugin/Makefile.am,
16171         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16172         Added cvs log command.
16174 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16175         
16176         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16177         default
16179 2004-12-20  Naba Kumar  <naba@gnome.org>
16181         patch from: Massimo Corà  <maxcvs@email.it>
16182         * plugins/editor/aneditor.cxx: Added recursive calltips.
16184 2004-12-20  Naba Kumar  <naba@gnome.org>
16185         
16186         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16187         Show busy cursor during loading and unloading.
16188         
16189 2004-12-19  Naba Kumar  <naba@gnome.org>
16191         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16192         memory leaks. Disabled debug print.
16194         * plugins/symbol-browser/an_symbol_view.c,
16195         plugins/symbol-browser/plugin.c,
16196         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16197         problems. Creates SymbolView object every time when the
16198         plugin is activated.
16200         * plugins/project-manager/plugin.c: Close project when
16201         deactivating.
16202         
16203 2004-12-18  Naba Kumar  <naba@gnome.org>
16205         * po/POTFILES.in: Removed commented lines.
16206         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16207         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16208         * plugins/gdb/plugin.c: Fixed compile error.
16209         
16210         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16211         * libegg/eggcellrendererkeys.c: Fixed compile error.
16212         
16213 2004-12-18  Naba Kumar  <naba@gnome.org>
16215         * plugins/file-loader/plugin.c: Fixed loading bug.
16216         
16217         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16218         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16219         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16220         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16221         and corruptions. Fixed loading and unloading of plugins.
16222         
16223 2004-12-17  Naba Kumar  <naba@gnome.org>
16224         
16225         * plugins/file-loader/Makefile.am,
16226         plugins/file-loader/plugin.c,
16227         plugins/project-manager/plugin.c: Fixed memory corruption
16228         and disposition codes. Added missing plugin.h in Makefile.am.
16230 2004-12-16  Naba Kumar  <naba@gnome.org>
16232         * plugins/symbol-browser/an_symbol_view.c,
16233         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16234         codes. Fixed memory leaks and corruptions.
16236         * plugins/build-basic-autotools/build-basic-autotools.c
16237         plugins/editor/anjuta-docman.c,
16238         plugins/editor/text_editor.c,
16239         plugins/file-loader/plugin.c,
16240         plugins/file-manager/plugin.c,
16241         plugins/file-wizard/plugin.c,
16242         plugins/message-view/anjuta-msgman.c,
16243         plugins/message-view/anjuta-msgman.h,
16244         plugins/message-view/message-view.c,
16245         plugins/message-view/plugin.c,
16246         plugins/message-view/plugin.h,
16247         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16249         * src/about.c, src/about.h, src/action-callbacks.c,
16250         src/action-callbacks.h, src/anjuta-actions.h,
16251         src/anjuta-app.c, src/anjuta-app.h,
16252         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16253         src/anjuta.c, src/anjuta.h, src/getline.c, 
16254         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16255         src/start-with.c, src/start-with.h: Fixed emacs modes.
16257         * src/layout.xml: Brought document manager in front.
16258         
16259 2004-12-15  Naba Kumar  <naba@gnome.org>
16261         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16262         properly removed.
16263         
16264         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16265         finalization. Added a method to unload all plugins and destroy them.
16266         Fixed memory leaks.
16267         
16268         * plugins/sample1/plugin.c: Proper finalization code and renamed
16269         functions to proper names.
16270         
16271         * plugins/build-basic-autotools/build-basic-autotools.c,
16272         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16274         * src/shell.c: Unload all plugins on exit, so that memory profilers
16275         can detect memory leaks in plugins.
16277 2004-12-13  Naba Kumar  <naba@gnome.org>
16279         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16280         docking is working.
16281         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16282         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16284 2004-12-11  Naba Kumar  <naba@gnome.org>
16286         * data/properties/anjuta.properties: Fixed font size.
16287         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16288         compile file function. There are some fixmes there.
16289         * plugins/message-view/anjuta-msgman.c,
16290         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16291         
16292 2004-12-08  Naba Kumar  <naba@gnome.org>
16294         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16295         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16296         to escape quotes in a string.
16297         
16298         * plugins/cvs-plugin/cvs-actions.c,
16299         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16300         cvs diff command.
16302         * plugins/build-basic-autotools/build-basic-autotools.c,
16303         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16304         filters.
16305         
16306 2004-12-07  Naba Kumar  <naba@gnome.org>
16308         * plugins/build-basic-autotools/build-basic-autotools.c,
16309         plugins/build-basic-autotools/automake-c.filters: Completed directory
16310         tracking. Double click on Errors and warnings now work as expected.
16312         * plugins/build-basic-autotools.c: Added codes to track build directory
16313         so that absolute path of the files could be determined.
16315 2004-12-06  Naba Kumar  <naba@gnome.org>
16317         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16318         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16319         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16320         
16321 2004-12-05  Naba Kumar  <naba@gnome.org>
16323         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16324         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16325         
16326         * plugins/cvs-plugin/plugin.c,
16327         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16328         
16329 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16330         
16331         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16332         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16333         plugins/cvs-plugin/cvs-execute.[ch]:
16334         Implemented cvs status and cvs diff
16335         Known bugs:
16336         - rdiff command is not correct
16337         - Must find a way to allow selection of directies AND files 
16338         in GtkFileChooser
16340 2004-12-03  Naba Kumar  <naba@gnome.org>
16342         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16343         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16344         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16345         session.properties file if it is for the first time.
16346         
16347 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16348         
16349         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16350         commit.
16351         
16352         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16353         plugins/cvs-plugin/anjuta-cvs.ui:
16354         Implemented update/commit and changed menu layout 
16356 2004-12-02  Naba Kumar  <naba@gnome.org>
16358         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16359         property name (for cvs path property). Beautified dialogs.
16361 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16362         
16363         * plugins/message-view/anjuta-msgman.c: Changed callback name
16364         and changed switch-page handling.
16365         
16366         * plugins/cvs-plugin/cvs-actions.c:
16367         * plugins/cvs-plugin/cvs-execute.c:
16368         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16369         - Implemented cvs add and cvs removed - both working now
16370         - Created a useful preferences page
16371         
16373 2004-11-30  Naba Kumar  <naba@gnome.org>
16375         * libanjuta/anjuta-status.c: Fixed runtime warning.
16376         
16377         * plugins/editor/Makefile.am:
16378         plugins/editor/anjuta-document-manager.glade,
16379         plugins/editor/plugin.c
16380         plugins/editor/plugin.h
16381         plugins/editor/style-editor.c (new, moved from src/),
16382         plugins/editor/style-editor.h (new, moved from src/),
16383         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16384         settings in preferences.
16386         * plugins/editor/text_editor.c,
16387         plugins/editor/text_editor.h: Do not take unused args in
16388         text_editor_get_props().
16390         * src/style-editor.c, src/style-editor.h: Removed, moved to
16391         plugins/editor/ directory.
16393 2004-11-29  Naba Kumar  <naba@gnome.org>
16395         * plugins/editor/text_editor_cbs.c: Emit click signal in
16396         IAnjutaMarkable.
16397         * libanjuta/anjuta-status.c: More spacing between items.
16398         
16399 2004-11-29  Naba Kumar  <naba@gnome.org>
16401         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16402         
16403         * libanjuta/interfaces/libanjuta.idl,
16404         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16405         plugins/debug-manager/plugin.c,
16406         plugins/gdb/breakpoints.c,
16407         plugins/gdb/breakpoints.h,
16408         plugins/gdb/debugger.c,
16409         plugins/gdb/debugger.h,
16410         plugins/gdb/plugin.c,
16411         plugins/gdb/plugin.h,
16412         plugins/gdb/utilities.c,
16413         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16414         toggle breakpoint margin clicks.
16416 2004-11-28  Naba Kumar  <naba@gnome.org>
16418         * TODO.tasks: Fixed indentations.
16419         * plugins/gtodo/libgtodo.c: Save with indentation.
16420         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16421         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16422         * libanjuta/anjuta-status.c: Fixed busy cursors.
16423         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16424         * po/POTFILES.in: Updated.
16425         
16426 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16427         
16428         * plugins/editor/anjuta-document-manager.glade,
16429           plugins/editor/search-replace.[c,h], 
16430           plugins/editor/search-replace_backend.h
16431           plugins/editor/search-preferences.[c,h] :
16432           Saved Search-Preferences (gconf),
16433           Basic search by default.
16435 2004-11-22  Naba Kumar  <naba@gnome.org>
16437         * configure.in: Fixed build error.
16439 2004-11-21  Naba Kumar  <naba@gnome.org>
16441         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16442         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16443         Added AnjutaStatus class to libanjuta.
16444         Added anjuta_shell_get_status() method.
16445         
16446         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16447         and fixed marshaller generation.
16448         
16449         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16450         "updade_ui" signals to IAnjutaEditor interface.
16451         
16452         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16453         
16454         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16455         regexes.
16456         
16457         * plugins/class-gen/clsGen.c: Intial port.
16458         
16459         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16460         name.
16461         
16462         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16463         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16464         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16465         Implemented status update. Emits "update_ui" and "char_added" signals.
16466         Added view preferences.
16467         
16468         * plugins/file-loader/plugin.c: Added open with plugins in open with
16469         menus.
16470         
16471         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16472         
16473         * plugins/message-view/anjuta-msgman.c,
16474         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16475         to close correct message view rather than current view.
16477 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16478         
16479         * plugins/cvs-plugin/cvs-actions.c
16480         plugins/cvs-plugin/plugin.[ch]
16481         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16482         Implemented cvs add but ran into a launcher/message_view
16483         problem because of a limitation of the idl compiler
16485 2004-11-19  Naba Kumar  <naba@gnome.org>
16487         * plugins/project-manager/plugin.c: Displays a progress window during
16488         project load.
16489         
16490         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16491         Fixed UI separators.
16492         
16493         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16494         UI placeholder.
16495         
16496         * plugins/project-manager/anjuta-project-manager.ui,
16497         plugins/project-manager/plugin.[c,h]: Added add/remove context
16498         menus and implemented them. Added file manager merge menu.
16500 2004-11-18  Naba Kumar  <naba@gnome.org>
16502         * TODO.tasks: Updated.
16503         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16504         plugins/message-view/message-view.c: Fixed finalize and dispose
16505         methods.
16506         * plugins/debugger/*: Removed from cvs (development now in
16507         debug-manager).
16509 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16511         Reviewed by Naba Kumar  <naba@gnome.org>:
16512         
16513         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16514         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16515         plugins/gdb/breakpoints.c: all marker related stuff moved from
16516         editor and docman interfaces to IAnjutaMarkable
16518 2004-11-17  Naba Kumar  <naba@gnome.org>
16520         * TODO.tasks: Updated.
16521         
16522         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16523         
16524         * libegg/egg-combo-action.c: Block changed signal when changing model.
16525         
16526         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16527         Emit changed signal. Removed dead codes.
16528         
16529         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16530         that recent files history do not duplicate.
16531         
16532         * plugins/symbol-browser/an_symbol_view.c,
16533         plugins/symbol-browser/an_symbol_view.h,
16534         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16535         Fixed a bug.
16537 2004-11-15  Naba Kumar  <naba@gnome.org>
16539         * plugins/project-manager/plugin.c: Opens targets on double click.
16540         
16541         * plugins/message-view/message-view.c,
16542         plugins/file-manager/anjuta-file-manager-plugin.glade,
16543         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16544         Added proper class finalization
16545         and disposition. Added preferences notifications and callbacks to
16546         change info/warning/error colors.
16547         
16548         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16549         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16550         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16551         Implemented finalize method for AnjutaApp. Code cleanups.
16552         
16553         * plugins/message-view/plugin.c: Static parent_class.
16554         
16555 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16556         * plugins/editor/search-replace.[c,h], 
16557           plugins/editor/search-replace_backend.c
16558           Update search entry in main toolbar.
16559           Clean code.
16561 2004-11-11  Naba Kumar  <naba@gnome.org>
16563         * TODO.tasks: Updated.
16565         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16566         and completed on-the-fly-change preferences. Removed "changed"
16567         signal as it is no longer necessary (use notify for similar
16568         purpose to monitor individual preferences).
16570         
16571         * plugins/editor/anjuta-document-manager.glade: Added view menu
16572         preferences so that they are registered.
16573         
16574         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16575         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16576         connection to "changed" signal of preferences and implemented
16577         notifications for some editor preferences. More to implement.
16579 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16580         * plugins/editor/print.c
16581         Fixed bug 1047624 : Add line number every X lines.
16583 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16584         * plugins/editor/search-replace.c
16585         Fixed a crash bug (995755) when searching "%n"
16587 2004-11-09  Naba Kumar  <naba@gnome.org>
16589         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16590         Fixed to refresh categories list on file load.
16592 2004-11-08  Naba Kumar  <naba@gnome.org>
16593         
16594         * configure.in, plugins/Makefile.am,
16595         plugins/profile-default/plugin.c: Added cvs plugin in build.
16596         
16597         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16598         
16599         * plugins/debug-manager/.cvsignore: Added file to ignore.
16600         
16601         * plugins/debug-manager/Makefile.am: Removed dead codes.
16602         
16603         * src/anjuta.ui: Added placeholder for version control UI.
16605 2004-11-08  Naba Kumar  <naba@gnome.org>
16607         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16608         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16609         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16610         Updated.
16612         * global-tags/Makefile.am: Fixed make error.
16614         * plugins/profile-default/plugin.c: Added debug-manager
16615         and gdb plugins to load at startup so that debugger
16616         windows are docked properly. They will be removed
16617         later when we figure out runtime docking.
16619         * plugins/sample1/*: Restored to last working state.
16621         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16622         windows in lower pane. Named the windows appropriately.
16624         * ChangeLog: Fixed format.
16625         
16626 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16628         * libanjuta/interfaces/libanjuta.idl,
16629         libanjuta/anjuta-marshal.c,
16630         plugins/Makefile.am,
16631         plugins/debug-manager/plugin.c,
16632         plugins/editor/plugin.c,
16633         plugins/editor/text_editor.c,
16634         plugins/gdb/breakpoints.c,
16635         plugins/gdb/debugger.c,
16636         plugins/gdb/plugin.c,
16637         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16639 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16640         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16641         plugins/editor/search-replace.c,
16642         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16643         Search and Replace; Show result in find pane
16644           
16645 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16646         
16647         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16648         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16649         (added features: starting debugger and loading of core/executable,
16650         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16651         partially works)
16653 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16654         
16655         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16656         my cvs-plugin files...
16657         I hope I have rescued everything possible.
16658         
16659         * Naba: Could you please fix sample1 because I messed it up to 
16660         but there should be a histroy of this directory we should commit
16662 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16663         
16664         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16665         infrastructure
16666         * plugins/cvs-plugin/plugin.c,
16667         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16668         Added preferences dialog (not yet complete)
16670 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16671         
16672         * global-tags/Makefile.am, mime/Makefile.am:
16673         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16674         
16675         * template/xmltemplate.[ch],
16676         template/xmlstrings.[ch],
16677         template/autotools.[ch] removed,
16678         template/prj_template.[ch] removed,
16679         template/lang_template.[ch] removed,
16680         template/lib_template.[ch] removed,
16681         template/Makefile.am adjusted,
16682         template/dtds/lang.dtd removed, 
16683         template/dtds/lib.dtd removed,
16684         template/dtds/prj.dtd removed,
16685         template/dtds/autotools.dtd removed,
16686         data/template/lib/* removed,
16687         data/template/language/* removed,
16688         data/template/library/* removed,
16689         data/template/project/* removed,
16690         date/template/Makefile.am adjusted:
16691         Remove everything except text-templates to replace hardcoded 
16692         Edit->Insert texts with dynamic loaded.
16694         * plugins/cvs-plugin/plugin.[ch],
16695         plugins/cvs-actions.[ch],
16696         plugins/Makefile.am,
16697         plugins/cvs-plugin/Makefile.am,
16698         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16699         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16700         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16701         Added initial cvs-plugin code
16703 2004-10-21  Naba Kumar  <naba@gnome.org>
16704         
16705         * libanjuta/anjuta-plugin.c,
16706         plugins/build-basic-autotools/build-basic-autotools.c,
16707         plugins/debugger/plugin.c,
16708         plugins/devhelp/plugin.c,
16709         plugins/editor/anjuta-docman.c,
16710         plugins/editor/goto_line.c,
16711         plugins/editor/plugin.c,
16712         plugins/editor/search-replace.c,
16713         plugins/editor/text_editor.c,
16714         plugins/file-loader/plugin.c,
16715         plugins/file-manager/plugin.c,
16716         plugins/file-wizard/file.c,
16717         plugins/file-wizard/plugin.c,
16718         plugins/gdb/plugin.c,
16719         plugins/gtodo/plugin.c,
16720         plugins/message-view/anjuta-msgman.c,
16721         plugins/profile-default/plugin.c,
16722         plugins/project-manager/plugin.c,
16723         plugins/sample1/plugin.c,
16724         plugins/terminal/terminal.c: Defined all global variables static,
16725         particularly class parent_class variables. They were getting
16726         confused at link time.
16728         * libanjuta/plugins.c: Do not unload plugins when they are
16729         deactivated. Simply cache them for later activation. Unloading
16730         modules have some problem with shared libs using static class
16731         registration. Fixed hash type for installed plugins. Eventually,
16732         we want to add "CanUnload" attribute for .plugin files (in
16733         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16734         be unloaded from memory. Those plugins declaring CanUnload=false
16735         will not be unloaded from memory and will be put in the cache. Those
16736         not declaring anything or declaring CanUnload=true, will be unloaded
16737         from memory when they are deactivated.
16739         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16740         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16741         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16742         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16743         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16744         activation, deactivation. Fixed memory leaks.
16746 2004-10-20  Naba Kumar  <naba@gnome.org>
16748         * TODO.tasks: Updated.
16749         
16750         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16751         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16752         macro for adding interfaces to plugin types. Code cleanup.
16753         
16754         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16755         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16756         
16757         * plugins/build-basic-autotools/build-basic-autotools.c,
16758         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16759         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16760         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16761         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16762         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16763         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16764         plugins/project-manager/plugin.c,
16765         plugins/symbol-browser/an_symbol_view.c,
16766         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16767         newly defined macro to add interfaces to plugin types.
16769         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16771 2004-10-20  Naba Kumar  <naba@gnome.org>
16773         * TODO.tasks: Added task list.
16774         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16775         default values.
16777 2004-10-19  Naba Kumar  <naba@gnome.org>
16779         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16780         
16781         * plugins/editor/action-callbacks.c,
16782         plugins/editor/action-callbacks.h,
16783         plugins/editor/anjuta-docman.c,
16784         plugins/editor/anjuta-docman.h,
16785         plugins/editor/anjuta-document-manager.ui,
16786         plugins/editor/file_history.c,
16787         plugins/editor/file_history.h,
16788         plugins/editor/plugin.c: Added file history browsing.
16789         
16790         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16791         
16792         * plugins/message-view/anjuta-message-manager.ui,
16793         plugins/message-view/plugin.c: Added document manager context menu.
16794         
16795         * plugins/symbol-browser/an_symbol_view.c,
16796         plugins/symbol-browser/an_symbol_view.h,
16797         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16798         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16799         document manager context menu.
16800         
16801         * scintilla/*, scintilla/include/*: Updated to current cvs.
16802         
16803 2004-10-19  Naba Kumar  <naba@gnome.org>
16805         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16806         placeholder for debugger UI.
16807         
16808         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16809         * plugins/file-manager/plugin.c: Fixed loading bug.
16810         
16811         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16812         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16813         Initializes gconf database with default values when the
16814         values are not defined. Use bool and int prefs separately.
16816         * plugins/editor/plugin.c: Added encoding preferences.
16817         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16819         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16820         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16821         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16822         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16824 2004-10-18  Naba Kumar  <naba@gnome.org>
16826         * po/POTFILES.in: Updated.
16827         
16828         * libanjuta/anjuta-ui.c: Corrected debug messages.
16829         
16830         * libegg/egg-combo-action.c, libegg/test-actions.c,
16831         libegg/menu/egg-combo-action.h: Fixed combo action.
16832         
16833         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16834         Fixed format.
16835         
16836         * plugins/editor/action-callbacks.[c,h],
16837         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16838         Implemented file swap. Removed dead codes.
16839         
16840         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16841         dead codes.
16842         
16843         * plugins/symbol-browser/an_symbol_view.[c,h],
16844         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16845         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16846         Implemented file symbols. Implemented goto file line when symbol is
16847         selected.
16848         
16849         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16850         
16851 2004-10-10  Naba Kumar  <naba@gnome.org>
16853         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
16854         
16855         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16856         
16857         * plugins/debugger/.cvsignore,
16858         (added) plugins/debugger/Makefile.am,
16859         (added) plugins/debugger/anjuta-debugger.glade,
16860         (added) plugins/debugger/anjuta-debugger.plugin.in,
16861         (added) plugins/debugger/anjuta-debugger.plugin.png,
16862         (added) plugins/debugger/anjuta-debugger.ui,
16863         plugins/debugger/attach_process.c,
16864         (removed) plugins/debugger/attach_process_cbs.c,
16865         (removed) plugins/debugger/attach_process_cbs.h,
16866         (removed) plugins/debugger/breakpoints.c,
16867         (removed) plugins/debugger/breakpoints.h,
16868         (removed) plugins/debugger/debug_tree.c,
16869         (removed) plugins/debugger/debug_tree.h,
16870         (removed) plugins/debugger/debugger.c,
16871         (removed) plugins/debugger/debugger.h,
16872         (removed) plugins/debugger/memory.c,
16873         (removed) plugins/debugger/memory.h,
16874         (added) plugins/debugger/plugin.c,
16875         (added) plugins/debugger/plugin.h,
16876         (removed) plugins/debugger/registers.c,
16877         (removed) plugins/debugger/registers.h,
16878         (removed) plugins/debugger/registers_cbs.c,
16879         (removed) plugins/debugger/registers_cbs.h,
16880         (removed) plugins/debugger/registers_gui.c,
16881         (removed) plugins/debugger/sharedlib.c,
16882         (removed) plugins/debugger/sharedlib.h,
16883         (removed) plugins/debugger/sharedlib_cbs.c,
16884         (removed) plugins/debugger/sharedlib_cbs.h,
16885         (removed) plugins/debugger/sharedlib_gui.c,
16886         (removed) plugins/debugger/signals.c,
16887         (removed) plugins/debugger/signals.h,
16888         (removed) plugins/debugger/signals_cbs.c,
16889         (removed) plugins/debugger/signals_cbs.h,
16890         (removed) plugins/debugger/signals_gui.c,
16891         (removed) plugins/debugger/stack_trace.c,
16892         (removed) plugins/debugger/stack_trace.h,
16893         (added) plugins/debugger/utilities.c,
16894         (added) plugins/debugger/utilities.h,
16895         (removed) plugins/debugger/watch.c,
16896         (removed) plugins/debugger/watch.h,
16897         (removed) plugins/debugger/watch_cbs.c,
16898         (removed) plugins/debugger/watch_cbs.h,
16899         (removed) plugins/debugger/watch_gui.c,
16900         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
16901         
16902         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
16903         Added debugger gdb backend plugin.
16904         
16905         * plugins/message-view/plugin.c: Registered all message stock icons.
16906         
16907         * plugins/profile-default/plugin.c: Loads debugger plugin.
16908         
16909         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
16911 2004-10-08  Naba Kumar  <naba@gnome.org>
16913         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
16914         information.
16915         
16916         * plugins/symbol-browser/.cvsignore,
16917         plugins/symbol-browser/Makefile.am,
16918         plugins/symbol-browser/an_symbol_view.c,
16919         plugins/symbol-browser/an_symbol_view.h,
16920         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
16921         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16922         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
16923         plugins/symbol-browser/plugin.c,
16924         plugins/symbol-browser/plugin.h,
16925         plugins/symbol-browser/sv_class.xpm,
16926         plugins/symbol-browser/sv_function.xpm,
16927         plugins/symbol-browser/sv_macro.xpm,
16928         plugins/symbol-browser/sv_private_fun.xpm,
16929         plugins/symbol-browser/sv_private_var.xpm,
16930         plugins/symbol-browser/sv_protected_fun.xpm,
16931         plugins/symbol-browser/sv_protected_var.xpm,
16932         plugins/symbol-browser/sv_public_fun.xpm,
16933         plugins/symbol-browser/sv_public_var.xpm,
16934         plugins/symbol-browser/sv_static_fun.xpm,
16935         plugins/symbol-browser/sv_static_var.xpm,
16936         plugins/symbol-browser/sv_struct.xpm,
16937         plugins/symbol-browser/sv_unknown.xpm,
16938         plugins/symbol-browser/sv_variable.xpm,
16939         plugins/symbol-browser/test-symbol-browser.c,
16940         plugins/Makefile.am: Implemented Symbol
16941         browser plugin.
16942         
16943         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
16944         
16945         * plugins/build-basic-autotools/Makefile.am,
16946         plugins/devhelp/Makefile.am,
16947         plugins/editor/Makefile.am,
16948         plugins/file-loader/Makefile.am,
16949         plugins/file-manager/Makefile.am,
16950         plugins/file-wizard/Makefile.am,
16951         plugins/gtodo/Makefile.am,
16952         plugins/message-view/Makefile.am,
16953         plugins/profile-default/Makefile.am,
16954         plugins/project-manager/Makefile.am
16955         plugins/sample1/Makefile.am,
16956         plugins/terminal/Makefile.am,
16957         scintilla/Makefile.am,
16958         libegg/Makefile.am,
16959         launcher/Makefile.am,
16960         libanjuta/Makefile.am,
16961         src/Makefile.am,
16962         tagmanager/Makefile.am,
16963         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
16964         anjuta_data_dir in configure.in and used them in plugins Makefile.am
16965         files. Also fixed library dependencies.
16966         
16967         * plugins/editor/aneditor.cxx: Disabled unused codes.
16968         * plugins/file-manager/an_file_view.c: Added copyright.
16969         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
16970         
16971         * plugins/profile-default/plugin.c: Can load plugins by location.
16972         * plugins/project-manager/plugin.c: Remove project_root_uri value
16973         when project is closed.
16974         
16975 2004-10-06  Naba Kumar  <naba@gnome.org>
16977         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
16978         
16979         * libanjuta/interfaces/libanjuta.idl,
16980         plugins/editor/text_editor.c: Added get_length()
16981         and get_current_word() methods in IAnjutaEditor interface.
16982         
16983         * libegg/Makefile.am: Added test_actions target.
16984         
16985         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
16986         
16987         * plugins/build-basic-autotools/build-basic-autotools.c,
16988         plugins/file-loader/plugin.c,
16989         plugins/message-view/message-view.c: Added code to go to file and
16990         line number,
16991         
16992         * plugins/devhelp/plugin.c: Context sensitive help now works.
16993         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
16994         uri as line number and goes to that line number.
16995         
16996         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
16997         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
16998         gtodo_client_load() method to load from a diffrent file. Watched 
16999         project root directory in plugin to open TODO.tasks of the project.
17000         
17001         * plugins/project-manager/plugin.c: Updates project UI
17002         sensitive/insensitive.
17004         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17005         anjuta-shell program to test plugins.
17006         
17007         * src/anjuta-app.c: Registered UI accels.
17008         
17009 2004-09-28  Naba Kumar  <naba@gnome.org>
17011         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17012         method.
17013         
17014         * src/anjuta-app.c: Implemented present widget method.
17015         
17016         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17017         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17018         
17019         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17020         added editor.
17021         
17022         * plugins/editor/text_editor.c: Connects to preferences changed signal
17023         correctly.
17024         
17025 2004-09-28  Naba Kumar  <naba@gnome.org>
17026         
17027         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17028         print code.
17029         
17030         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17031         size to 5 pix.
17032         
17033         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17034         in changed signal callback.
17035         
17036         * plugins/editor/action-callbacks.c: Implemented save_all action
17037         callback. Removed dead code. Do save_as when saving a new file.
17038         Implemented incremental search.
17039         
17040         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17041         
17042         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17043         
17044         * src/anjuta-app.c: Registers UI accelerators.
17045         
17046 2004-09-27  Naba Kumar  <naba@gnome.org>
17048         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17049         
17050         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17051         plugins/devhelp/anjuta-devhelp.plugin.in,
17052         plugins/file-loader/anjuta-loader.plugin.in,
17053         plugins/file-manager/anjuta-file-manager.plugin.in,
17054         plugins/gtodo/anjuta-gtodo.plugin.in,
17055         plugins/project-manager/anjuta-project-manager.plugin.in,
17056         plugins/terminal/anjuta-terminal.plugin.in:
17057         Gave proper plugin names.
17059         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17060         error when regex fail.
17061         
17062         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17063         Added help and context search. Watches current editor. More menus
17064         in Help submenu. Update UI (sensitive when required) properly.
17065         
17066         * plugins/editor/anjuta-document-manager.ui,
17067         plugins/devhelp/anjuta-devhelp.ui,
17068         plugins/message-view/anjuta-message-manager.ui,
17069         src/anjuta.ui: Goto menu actions are in separate submenu.
17070         
17071         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17072         Removed unimplemented UI elements.
17073         
17074         * src/anjuta-app.c: Larger (and normal) icon size.
17075         
17076         * src/layout.xml: Task manager plugin along with document (in middle).
17077         
17078         * plugins/editor/plugin.c, plugins/file-loader.c,
17079         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17080         in gtkactions. Enable/disable UI properly.
17081         
17082 2004-09-26  Naba Kumar  <naba@gnome.org>
17084         * po/POTFILES.in: Updated, added missing files.
17086         * .cvsignore: Updated.
17087         
17088         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17089         a new function to get User input text.
17090         
17091         * libanjuta/resources.[c,h]: Added a function to created sized image.
17092         
17093         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17094         from filename, as thats the correct representation.
17095         
17096         * plugins/build-basic-autotools/Makefile.am,
17097         (added) plugins/build-basic-autotools/automake-c.filters,
17098         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17099         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17100         Rearragned UI elements in the build menu. Added codes to read build
17101         filter rules from external file. Implemented all build, configure,
17102         autogen commands. Watches current editor and project.
17103         
17104         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17105         Added editor changed signal and exports current editor value.
17106         Fixed parameter names. Fixed get_uri() interface implementation to
17107         return correct uri.
17108         
17109         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17110         elements.
17111         
17112         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17113         
17114         * plugins/file-manager/an_file_view.c,
17115         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17116         
17117         * plugins/file-wizard/file.c: Reads uri correctly.
17118         
17119         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17120         sets the page to the new view.
17121         
17122         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17123         Fixed signal connecting.
17124         
17125         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17126         to "project_root_uri" and exports as uri.
17127         
17128 2004-09-24  Naba Kumar  <naba@gnome.org>
17130         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17131         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17132         in correct way.
17133         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17134         * plugins/file-loader/plugin.c: Added comments.
17135         * plugins/build-basic-autotools/plugin.c: Added comments.
17136         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17137         
17138         * libanjuta/interfaces/libanjuta.idl,
17139         plugins/message-view/anjuta-msgman.c,
17140         plugins/message-view/message-view.c,
17141         plugins/message-view/message-view.h,
17142         plugins/message-view/plugin.c: Buffering and appending messages have
17143         been separated. message-view implementations cleaned up. Signals
17144         Emissions fixed. Messages now displayed in summary and details show
17145         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17146         API.
17147         
17148         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17149         preferences.
17150         
17151         * plugins/build-basic-autotools/Makefile.am,
17152         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17153         parsing of output to create message summaries. Uses new message view
17154         API.
17155         
17156         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17157         preferences to make dialog box smaller.
17158         
17159         * plugins/editor/search-replace.c: Fixed compile error with change
17160         in IAnjutaMessageView API.
17161         
17162 2004-09-21  Naba Kumar  <naba@gnome.org>
17164         * plugins/Makefile.am: Deletes old (installed) plugins before
17165         installing new ones.
17166         
17167         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17168         plugins/build-basic-autotools/build-basic-autotools.c,
17169         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17170         file URI from filemanager. Only disables/enables build submenu in file
17171         manager, instead of merging/unmerging.
17172         
17173         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17174         non-text files.
17175         
17176         * plugins/file-loader/anjuta-loader-plugin.ui,
17177         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17178         Implemented "Open with" file manager submenu. Displays error message
17179         when file can not be opened.
17180         
17181         * plugins/file-manager/an_file_view.c: Renamed
17182         file_manager_current_filename value name to file_manager_current_uri
17183         and exports proper URI.
17184         
17185         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17187 2004-09-19  Naba Kumar  <naba@gnome.org>
17189         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17190         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17191         save point signal to change editor tabs. Fixed accels.
17192         
17193         * plugins/file-loader/plugin.c: Fixed accels.
17195         * plugins/project-manager/plugin.c: Added target selection callback.
17196         
17197         * plugins/project-manager/plugin.c: Added URI activation.
17198         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17199         Fixed dialog and closed it on ok. Fixed a crash bug.
17200         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17202         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17203         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17204         plugins/file-loader/anjuta-loader-plugin.ui,
17205         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17206         Added recent files in file loade plugin.
17207         
17208         * ChangeLog: Fixed entry dates.
17209         
17210 2004-09-18  Naba Kumar  <naba@gnome.org>
17212         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17213         an unnecessary GtkFrame.
17214         
17215 2004-09-17  Naba Kumar  <naba@gnome.org>
17217         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17219         * TODO: Updated.
17220         
17221         * data/Makefile.am: Disabled installing old mime info.
17222         
17223         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17224         
17225         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17226         plugins/editor/anjuta-document-manager.ui,
17227         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17228         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17229         Added Editor context popup menu.
17230         
17231         * plugins/project-manager/anjuta-project-manager-plugin.png:
17232         Update image.
17233         
17234         * plugins/project-manager/anjuta-project-manager.plugin.in:
17235         Support .anjuta mime type.
17236         
17237         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17238         value.
17239         
17240         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17241         value.
17242         
17243         * src/layout.xml, plugins/profile-default/plugin.c:
17244         Added project manager plugin for startup.
17246 2004-09-16  Naba Kumar  <naba@gnome.org>
17247         
17248         * anjuta.prj: Updated.
17249         
17250         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17251         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17252         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17253         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17254         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17255         plugins/terinal/Makefile.am, src/Makefile.am,
17256         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17257         Fixed makefile syntax errors.
17259 2004-09-16  Naba Kumar  <naba@gnome.org>
17261         * configure.in, src/layout.xml,
17262         plugins/profile-default/plugin.c,
17263         libanjuta/interfaces/libanjuta.idl,
17264         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17265         
17266         * configure.in, plugins/Makefile.am,
17267         plugins/project-manager/.cvsignore, 
17268         plugins/project-manager/Makefile.am,
17269         plugins/project-manager/anjuta-project-manager-plugin.png,
17270         plugins/project-manager/anjuta-project-manager.plugin.in,
17271         plugins/project-manager/anjuta-project-manager.ui,
17272         plugins/project-manager/plugin.c,
17273         plugins/project-manager/plugin.h: Added project manager plugin
17274         based on gnome-build.
17275         
17276         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17277         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17278         
17279         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17280         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17281         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17282     
17283 2004-09-16  Naba Kumar  <naba@gnome.org>
17285         * plugins/editor/action-callbacks.c: Fixed compile error.
17286         
17287 2004-09-15  Naba Kumar  <naba@gnome.org>
17289         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17290         
17291         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17292         New improved splace with nicer progress.
17293         
17294         * configure.in, plugins/Makefile.am,
17295         (added) file-wizard/.cvsignore,
17296         (added) file-wizard/Makefile.am,
17297         (added) file-wizard/action-callbacks.c,
17298         (added) file-wizard/action-callbacks.h,
17299         (added) file-wizard/anjuta-file-wizard-plugin.png,
17300         (added) file-wizard/anjuta-file-wizard.glade,
17301         (added) file-wizard/anjuta-file-wizard.plugin.in,
17302         (added) file-wizard/anjuta-file-wizard.ui,
17303         (added) file-wizard/file.c,
17304         (added) file-wizard/file.h,
17305         (added) file-wizard/plugin.c,
17306         (added) file-wizard/plugin.h:
17307         Created new file wizard and added it. The wizard takes care of text
17308         bit insertions and new files creation.
17310         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17311         plugins/editor/action-callbacks.h,
17312         plugins/editor/anjuta-document-manager.glade,
17313         plugins/editor/anjuta-document-manager.ui,
17314         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17315         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17316         new files code and moved into a new plugin (file wizard).
17317         
17318         * libanjuta/plugins.[c,h]: Added plugins selection function.
17319         
17320         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17321         get_position(), insert() in IAnjutaEditor interface. Added
17322         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17323         interface (for wizard plugins).
17325         * plugins/file-loader/anjuta-loader-plugin.ui,
17326         plugins/file-loader/plugin.c: Added wizard launcher interface which
17327         scans for plugins implement IAnjutaWizard interface and presents the
17328         list to user for selection. The selected plugin is then activated
17329         for the wizard.
17331         * libanjuta/interfaces/.cvsignore: Updated.
17332         * plugins/message-view/.cvsignore: Updated.
17333         * plugins/launcher/*: Removed as launcher has already been moved to
17334         libanjuta as class.
17336         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17337         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17338         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17339         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17340         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17341         Updated API documentations.
17343 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17345         * configure.in: Added Punjabi to ALL_LINGUAS
17347 2004-07-29  Naba Kumar  <naba@gnome.org>
17349         * configure.in: Added file-loader plugin Makefile path and
17350         fixed devhelp version requirement.
17352 2004-07-28  Naba Kumar  <naba@gnome.org>
17354         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17355         terminal/preferences-terminal.png (added), message-view/*.png (added),
17356         message-view/*.xpm (added), editor/*.png (added),
17357         editor/*.xpm (added), plugins/editor/Makefile.am,
17358         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17359         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17360         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17361         respective plugins directories.
17363         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17364         pixmaps/block-end-16.png, pixmaps/block-end.png
17365         pixmaps/block-start-16.png, pixmaps/block-start.png
17366         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17367         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17368         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17369         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17370         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17371         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17372         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17373         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17374         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17375         pixmaps/preferences-editor.png, pixmaps/undock.png
17376         pixmaps/error-next-16.png, pixmaps/error-next.png
17377         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17378         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17379         pixmaps/preferences-terminal.png: Deleted
17381         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17382         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17383         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17384         plugins/editor/anjuta-document-manager.plugin.in,
17385         plugins/editor/anjuta-document-manager.ui,
17386         plugins/editor/plugin.c, plugins/editor/print.c,
17387         plugins/editor/search-replace_backend.c,
17388         plugins/editor/search_preferences.h,
17389         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17390         Moved properties souce files to editor plugin as it not required in
17391         libanjuta. Other editor fixes.
17393         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17394         libegg/dock/* (removed)
17395         : Restored GDL external dependencies and removed libegg dock
17396         sources, because gdl is being developed.
17397         
17398         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17399         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17400         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17401         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17402         libanjuta/plugins.c, libanjuta/plugins.h,
17403         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17404         gconf system. Shell now takes docking positions. Added more utility
17405         functions. Added plugins query function. And other fixes.
17407         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17408         
17409         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17410         plugin to load files based on mime type.
17411         
17412         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17413         
17414         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17415         plugins/file-manager/plugin.c: File manager now uses file loader to
17416         open files.
17418         * plugins/message-view/anjuta-msgman.c,,
17419         plugins/message-view/message-view.c,
17420         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17422         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17423         plugins/terminal/terminal.c, src/Makefile.am,
17424         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17425         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17426         
17427         * libegg/dock/*: Removed directory.
17428         
17429 2004-07-28  Naba Kumar  <naba@gnome.org>
17431         * configure.in: Reduced gnome-print version requirement.
17432         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17434 2004-07-21  Ray Strode  <rstrode@redhat.com>
17435         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17436         new mime sytem.
17438 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17439         
17440         * plugins/editor/search-replace.c: Some fixes
17441         * plugins/terminal/Makefile.am:
17442         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17444 2004-05-19  Naba Kumar  <naba@gnome.org>
17446         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17447         compiler warning.
17449 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17451         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17452         Implemented IAnjutaSavable
17453         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17455 2004-05-17  Naba Kumar  <naba@gnome.org>
17457         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17458         plugins/build-basic-autotools/.cvsignore,
17459         plugins/build-basic-autotools/Makefile.am,
17460         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17461         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17462         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17463         plugins/build-basic-autotools/build-basic-autotools.c,
17464         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17465         build plugin.
17466         
17467         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17468         definition.
17469         
17470         * plugins/file-manager/an_file_view.c,
17471         plugins/file-manager/anjuta-file-manager.ui,
17472         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17473         Added context menu UI.
17474         
17475         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17476         in view menu.
17478 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17479         
17480         * libanjuta/anjuta-preferences.[ch]: 
17481         Added save/load_gconf functions
17482         * src/action_callbacks.[ch], src/preferences.c: 
17483         Load global prefs from gconf at startup and save them
17484         on exit. Prefs load and save correctly but something resets
17485         them to default after loading...
17486         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17487         Somehow the linker does not find save/load_gconf functions
17488         in libanjuta. Must be a stupid mistake, I would be glad
17489         if someone could fix that.
17490         * manuals/reference/libanjuta-sections.txt: Added new
17491         preferences functions and removed gnome-filelist
17492         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17493         * plugins/file-manager/plugin.c:
17494         Added root-path property
17496 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17497         
17498         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17499         they are not longer needed.
17500         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17501         anjuta-sections.txt: Remove references to the files
17502         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17503         Use new nautilus icons for file-manager, looks incredible
17504         cool!
17506 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17507         
17508         * plugins/editor/anjuta-docman.c: gchar* to 
17509         const gchar* in arguments
17510         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17511         Interface
17512         * plugins/file-manager/an_file_view.c: Open files on
17513         double-click. Does not work yet because it does not
17514         find IAnjutaFile interface in document manager
17516 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17517         
17518         * plugins/editor/anjuta-docman.c
17519         * plugins/editor/text_editor.c:
17520         Made close button working, made multiple selection in
17521         File/Open dialog possble, fixed crash bug if file cannot
17522         be opened.
17524 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17525         
17526         * plugins/editor/action-callbacks.c
17527         * plugins/editor/anjuta-docman.c
17528         * plugins/editor/anjuta-docman.h
17529         * plugins/editor/search-replace.c
17530         * plugins/editor/search-replace_backend.c
17531         * plugins/editor/text_editor.c
17532         * plugins/editor/text_editor.h:
17533         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17534         able to open all files, use uri instead of full_filename, fixed
17535         many bugs.
17538 2004-05-13  Naba Kumar  <naba@gnome.org>
17540         * plugins/message-view/anjuta-message-manager-plugin.glade:
17541         HIG compliant.
17543         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17544         management.
17546         * pixmaps/anjuta_splash.png: Added border.
17547         
17548         * plugins/editor/anjuta-document-manager.png: New icon.
17549         
17550         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17551         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17552         
17553         plugins/editor/Makefile.am,
17554         plugins/editor/search-replace.c,
17555         plugins/editor/search-replace.h,
17556         plugins/editor/search-replace_backend.c,
17557         plugins/editor/search-replace_backend.h,
17558         plugins/editor/search_preferences.h,
17559         plugins/editor/search_preferences.c: Merged changes from
17560         ANJUTA_1_2_0 branch.
17561         
17562         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17563         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17564         operational.
17566         * plugins/terminal/Makefile.am,
17567         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17568         dialog.
17569         
17570         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17571         submenu.
17573 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17574         * plugins/message-view/plugin.c: Fixed glade file loading
17575         Removed "Show messages" menu item
17576         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17577         twice because of this load system layout hack.
17578         * libanjuta/anjuta-ui.h: Removed #include config.h
17579         * libanjuta/libanjuta.pc: Fixed path and depencies
17580         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17581         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17582         * libanjuta/properties.cxx : #include "properties_cxx.h"
17583         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17585 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17586         * plugins/message-view/*: Fixed message view preferences
17587         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17588         * anjuta.glade: Removed messages stuff
17590 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17591         
17592         * Removed libanjutamm, it is now hosted on SF.net:
17593         cvs.sf.net/cvsroot/anjuta/libanjutamm
17595 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17596         
17597         * libanjutamm/*
17598         Added some experimental code to add support for C++ plugins.
17599         Nothing works yet and it is likely that it will disappear but
17600         I have some questions to murrayc and he wants to see the code.
17602 2004-05-11  Naba Kumar  <naba@gnome.org>
17604         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17606         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17607         hightlight style menu actions.
17609         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17610         manuals/reference/libanjuta/plugin-description-file.sgml,
17611         manuals/reference/libanjuta/writing-plugins.sgml,
17612         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17613         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17614         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17616         * src/anjuta-app.c: Always load system layout for now.
17618         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17619         
17620         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17621         manuals/reference/libanjuta/libanjuta-sections.txt,
17622         manuals/reference/libanjuta/libanjuta.types,
17623         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17624         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17625         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17626         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17627         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17628         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17629         Updated documentation.
17631         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17632         plugins/profile-default/plugin.c, src/layout.xml:
17633         Created terminal plugin.
17634          
17635         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17636         (new) plugins/file-manager/.cvsignore,
17637         plugins/file-manager/an_file_view.c,
17638         plugins/file-manager/plugin.c,
17639         plugins/file-manager/plugin.h: Moved preferences to separate
17640         glade file and added cvsignore file.
17641         
17642         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17643         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17644         from the branch. I tried it     but there were way too many conflicts.
17645         
17646         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17647         
17648         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17649         util functions required during the merge.
17650         
17651         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17652         interface.
17653         
17654         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17655         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17656         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17657         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17658         Merged with ANJUTA_1_2_0 branch.
17660 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17662         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17664 2004-05-07  Naba Kumar  <naba@gnome.org>
17666         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17668         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17669         Added preferences reading and loading.
17670         
17671         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17672         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17673         libanjuta/fileselection.c, libanjuta/fileselection.h,
17674         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17675         
17676         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17678         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17679         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17680         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17681         data/macros/autogen.sh, data/macros2/autogen.sh
17682         data/properties/ada.properties, data/properties/anjuta.properties,
17683         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17684         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17685         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17686         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17687         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17688         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17689         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17690         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17691         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17692         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17693         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17694         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17695         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17696         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17697         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17698         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17699         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17700         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17701         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17702         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17703         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17704         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17705         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17706         (added) scintilla/scintilla-marshal.c,
17707         (added) scintilla/scintilla-marshal.h,
17708         (added) scintilla/scintilla-marshal.list,
17709         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17710         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17711         (added) scintilla/patches/scintilla-calltip-align.patch,
17712         (added) scintilla/patches/scintilla-minor.patch,
17713         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17715 2004-05-06  Naba Kumar  <naba@gnome.org>
17717         * (added) plugins/file-manager/Makefile.am,
17718         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17719         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17720         (added) plugins/file-manager/anjuta-file-manager.ui,
17721         (added) plugins/file-manager/plugin.c,
17722         (added) plugins/file-manager/plugin.h,
17723         (removed) plugins/file-manager/an_file_view.h,
17724         plugins/Makefile.am, configure.in,
17725         plugins/file-manager/an_file_view.c: Created file manager plugin.
17726         
17727         * plugins/profile-default/plugin.c: Added file manager plugin in default
17728         profile.
17729         
17730         * libanjuta/Makefile.am: Fixed dependencies.
17731         * pixmaps/anjuta_splash.png: New splash screen.
17733 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17734         
17735         * template/template.c/h: Added in-line doc
17736         * manuals/reference/template/*: Added template documentation
17737         * configure.in: Build template docs
17739 2004-05-05  Naba Kumar  <naba@gnome.org>
17741         * autogen.sh: Added commands to generate initial interfaces.
17742         
17743         * libanjuta/Makefile.am,
17744         (removed)libanjuta/anjuta-plugin-parser.c,
17745         (removed)libanjuta/anjuta-plugin-parser.h,
17746         (added)libanjuta/anjuta-plugin-description.c,
17747         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17748         plugin description.
17749         
17750         * libanjuta/anjuta-plugin.c,
17751         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17752         
17753         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17754         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17755         widget add_widget() method.
17756         
17757         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17758         and moved plugin sets loading in profile plugins.
17759         
17760         * libanjuta/interfaces/.cvsignore,
17761         (removed)libanjuta/interfaces/Makefile.am,
17762         libanjuta/interfaces/libanjuta.idl,
17763         libanjuta/interfaces/anjuta-idl-compiler.pl,
17764         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17765         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17766         (removed)libanjuta/interfaces/ianjuta-editor.c,
17767         (removed)libanjuta/interfaces/ianjuta-editor.h,
17768         (removed)libanjuta/interfaces/ianjuta-file.c,
17769         (removed)libanjuta/interfaces/ianjuta-file.h,
17770         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17771         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17772         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17773         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17774         *.h and Makefile.am files. They are autogenerated. Interfaces are
17775         by anjuta-idl-compiler.pl from libanjuta.idl file.
17776         
17777         * manuals/reference/libanjuta/Makefile.am,
17778         manuals/reference/libanjuta/anjuta-architecture.sgml,
17779         manuals/reference/libanjuta/libanjuta-docs.sgml,
17780         manuals/reference/libanjuta/libanjuta-sections.txt,
17781         manuals/reference/libanjuta/libanjuta.types,
17782         manuals/reference/libanjuta/plugin-description-file.sgml,
17783         manuals/reference/libanjuta/writing-plugins.sgml,
17784         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17785         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17786         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17787         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17788         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17789         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17790         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17791         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17792         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17793         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17794         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17795         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17796         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17797         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17798         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17799         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17800         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17801         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17802         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17803         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17804         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17805         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17806         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17807         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17808         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17809         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17810         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17811         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17812         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17813         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17814         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17815         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17816         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17817         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17818         interfaces template sgmls.
17819         
17820         * plugins/Makefile.am,
17821         plugins/devhelp/anjuta-devhelp.plugin.in,
17822         plugins/devhelp/plugin.c,
17823         plugins/editor/action-callbacks.c,
17824         plugins/editor/anjuta-document-manager.plugin.in,
17825         plugins/editor/plugin.c,
17826         plugins/editor/plugin.h,
17827         plugins/editor/text_editor.c,
17828         plugins/sample1/plugin.c,
17829         plugins/message-view/anjuta-message-manager.plugin.in,
17830         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17831         placement. Fixed other errors.
17832         
17833         * (added)plugins/profile-default/.cvsignore,
17834         (added)plugins/profile-default/Makefile.am,
17835         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17836         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17837         (added)plugins/profile-default/anjuta-default-profile.ui,
17838         (added)plugins/profile-default/plugin.c,
17839         (added)plugins/profile-default/plugin.h: Added a default new
17840         profile plugin.
17841         
17842         * src/Makefile.am,
17843         src/action-callbacks.c,
17844         src/anjuta-app.c,
17845         src/anjuta.c,
17846         src/main.cpp: Fixed necessary changes for libanjuta
17848 2004-05-04  Naba Kumar  <naba@gnome.org>
17850         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17851         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17852         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17853         placement for default widgets placements.
17855 2004-05-03  Naba Kumar  <naba@gnome.org>
17857         * manuals/reference/libanjuta/anjuta-architecture.sgml,
17858         manuals/reference/libanjuta/libanjuta-docs.sgml,
17859         manuals/reference/libanjuta/plugin-description-file.sgml,
17860         manuals/reference/libanjuta/writing-plugins.sgml:
17861         Wrote more sections in writing-plugins document and fixed errors.
17863 2004-05-03  Naba Kumar  <naba@gnome.org>
17865         * libanjuta/interfaces/libanjuta.idl: Added interface
17866         IAnjutaFileManager.
17867         
17868         * manuals/reference/libanjuta/anjuta-architecture.dia,
17869         manuals/reference/libanjuta/anjuta-architecture.png: Updated
17870         architecture diagram.
17871         
17872         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
17873          manuals/reference/libanjuta/libanjuta-docs.sgml,
17874         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
17875         (added) manuals/reference/libanjuta/writing-plugins.sgml:
17876         Wrote writing-plugins document and separated chapters into
17877         separate sgml files.
17878         
17879         * plugins/file-manager/an_file_view.c,
17880         plugins/file-manager/an_file_view.h: New and improved directory
17881         rendering.
17883 2004-05-02  Sven Herzberg  <herzi@abi02.de>
17885         * anjuta.glade: re-designed the new file dialog
17886         * anjuta_dialogs_strings.c: new strings from the new file dialog
17888 2004-04-30  Naba Kumar  <naba@gnome.org>
17890         * libanjuta/interfaces/Makefile.am.iface,
17891         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
17892         
17893         * libanjuta/interfaces/libanjuta.idl: Updated.
17895         * libanjuta/interfaces/Makefile.am.iface,
17896         libanjuta/interfaces/libanjuta.idl: Updated.
17898 2004-04-29  Naba Kumar  <naba@gnome.org>
17899         
17900         * libanjuta/interfaces/Makefile.am.iface,
17901         libanjuta/interfaces/libanjuta.idl: Updated.
17903 2004-04-29  Naba Kumar  <naba@gnome.org>
17905         * libanjuta/interfaces/giface-idlc-c.pl,
17906         libanjuta/interfaces/libanjuta.idl: Upgraded.
17907         * libanjuta/interfaces/Makefile.am.iface: Added.
17908         
17909 2004-04-28  Naba kumar  <naba@gnome.org>
17911         * libanjuta/interfaces/giface-idlc-c.pl,
17912         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
17913         definitions and wrote a compiler.
17914         
17915 2004-04-28  Naba Kumar  <naba@gnome.org>
17917         * libanjuta/anjuta-shell.c: Fixed docs.
17918         * libanjuta/interfaces/Makefile.am,
17919         libanjuta/interfaces/ianjuta-file.c,
17920         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
17921         
17922         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
17923         
17924         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
17926         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17927         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17928         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17929         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17930         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
17931         * src/anjuta-app.c: Fixed bug.
17933 2004-04-27  Naba Kumar  <naba@gnome.org>
17935         * libanjuta/anjuta-preferences-dialog.c,
17936         manuals/Makefile.am: Fixed document bugs and enabled docs
17937         building.
17939         * libanjuta/anjuta-preferences-dialog.c,
17940         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
17941         More documentation.
17942         
17943         * libanjuta/anjuta-preferences.c,
17944         manuals/reference/libanjuta/libanjuta-docs.sgml,
17945         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17946         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17947         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17948         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17949         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
17950         Wrote more documentations.
17952         * (removed) plugins/message-view/imessage-view.c,
17953         (removed) plugins/message-view/ianjuta-msgman.c,
17954         plugins/message-view/Makefile.am,
17955         plugins/message-view/anjuta-msgman.c,
17956         plugins/message-view/anjuta-msgman.h,
17957         plugins/message-view/message-view.c,
17958         plugins/message-view/message-view.h,
17959         plugins/message-view/plugin.c,
17960         plugins/message-view/plugin.h: Moved interface implementations
17961         in their respective classes and used correct macros to
17962         defined class types.
17964         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
17965         src/action-callbacks.c, src/anjuta-app.c: Subclassed
17966         AnjutaUI from GtkUIManager instead of GtkDialog.
17968         * manuals/reference/libanjuta/Makefile.am,
17969         manuals/reference/libanjuta/libanjuta-docs.sgml,
17970         manuals/reference/libanjuta/libanjuta-sections.txt,
17971         manuals/reference/libanjuta/libanjuta.types,
17972         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17973         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17974         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17975         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17976         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17977         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
17978         Wrote more documentation, fixed typos, added architecture
17979         diagram, updated object types etc.
17981         * plugins/editor/text_editor.c: Fixed interface implementation.
17983 2004-04-26  Naba Kumar  <naba@gnome.org>
17985         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17986         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17987         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
17988         architecture diagram and a new chapter on plugins description file.
17990 2004-04-25  Naba Kumar  <naba@gnome.org>
17992         *  libanjuta/anjuta-children.h,
17993         libanjuta/anjuta-plugin.c,
17994         libanjuta/anjuta-plugin.h,
17995         libanjuta/anjuta-preferences.c,
17996         libanjuta/anjuta-shell.c,
17997         libanjuta/anjuta-shell.h,
17998         libanjuta/e-splash.c,
17999         libanjuta/e-splash.h,
18000         manuals/reference/libanjuta/Makefile.am,
18001         manuals/reference/libanjuta/libanjuta-docs.sgml,
18002         manuals/reference/libanjuta/libanjuta-sections.txt,
18003         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18004         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18005         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18006         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18007         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18008         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18009         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18010         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18011         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18012         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18013         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18014         manuals/reference/libanjuta/tmpl/defaults.sgml,
18015         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18016         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18017         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18018         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18019         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18020         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18021         manuals/reference/libanjuta/tmpl/plugins.sgml,
18022         manuals/reference/libanjuta/tmpl/properties.sgml,
18023         manuals/reference/libanjuta/tmpl/resources.sgml,
18024         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18025         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18026         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18027         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18028         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18029         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18031         Added more template files and wrote more documentation.
18033 2004-04-24  Andras Timar  <timar@gnome.hu>
18035         * configure.in: Added hu to ALL_LINGUAS.
18037 2004-04-23  Naba Kumar  <naba@gnome.org>
18038         
18039         * configure.in: Fixed compile error.
18040         
18041         * libanjuta/anjuta-children.c,
18042         libanjuta/anjuta-children.h,
18043         libanjuta/anjuta-preferences.c,
18044         libanjuta/anjuta-preferences.h,
18045         libanjuta/anjuta-shell.c,
18046         libanjuta/anjuta-ui.c,
18047         libanjuta/anjuta-ui.h,
18048         manuals/reference/libanjuta/Makefile.am,
18049         manuals/reference/libanjuta/libanjuta-docs.sgml,
18050         manuals/reference/libanjuta/libanjuta.types,
18051         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18052         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18053         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18054         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18055         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18056         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18057         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18058         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18059         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18060         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18061         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18062         manuals/reference/libanjuta/tmpl/defaults.sgml,
18063         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18064         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18065         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18066         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18067         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18068         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18069         manuals/reference/libanjuta/tmpl/plugins.sgml,
18070         manuals/reference/libanjuta/tmpl/properties.sgml,
18071         manuals/reference/libanjuta/tmpl/resources.sgml,
18072         plugins/sample1/plugin.c: Added libanjuta API documentation.
18074 2004-04-22  Naba Kumar  <naba@gnome.org>
18076         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18077         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18078         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18079         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18080         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18081         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18082         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18083         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18084         (removed) libegg/eggradiotoolbutton.c,
18085         (removed) libegg/eggseparatortoolitem.c,
18086         (removed) libegg/eggtoggletoolbutton.c,
18087         (removed) libegg/eggtoolbar.c,
18088         (removed) libegg/eggtoolbutton.c,
18089         (removed) libegg/eggtoolitem.c,
18090         (removed) libegg/prop-editor.c,
18091         (removed) libegg/test-actions.c,
18092         (removed) libegg/test-drag.c,
18093         (removed) libegg/test-merge.c,
18094         (removed) libegg/test-toolbar.c,
18095         libegg/menu/Makefile.am,
18096         (removed) libegg/menu/egg-accel-dialog.h,
18097         (removed) libegg/menu/egg-action-group.h,
18098         (removed) libegg/menu/egg-action.h,
18099         libegg/menu/egg-entry-action.h,
18100         (removed) libegg/menu/egg-markup.h,
18101         (removed) libegg/menu/egg-menu-merge.h,
18102         (removed) libegg/menu/egg-menu.h,
18103         (removed) libegg/menu/egg-radio-action.h,
18104         (removed) libegg/menu/egg-toggle-action.h,
18105         (removed) libegg/menu/howitshouldwork.txt,
18106         (removed) libegg/toolbar/.cvsignore,
18107         (removed) libegg/toolbar/Makefile.am,
18108         (removed) libegg/toolbar/TODO,
18109         (removed) libegg/toolbar/eggradiotoolbutton.h,
18110         (removed) libegg/toolbar/eggseparatortoolitem.h,
18111         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18112         (removed) libegg/toolbar/eggtoolbar.h,
18113         (removed) libegg/toolbar/eggtoolbutton.h,
18114         (removed) libegg/toolbar/eggtoolitem.h,
18115         (removed) libegg/toolbar/prop-editor.h,
18116         (removed) libegg/toolbar/toolbar-api.txt,
18117         (removed) libegg/toolbar/toolbar-ideas.txt,
18118         plugins/devhelp/anjuta-devhelp.ui,
18119         plugins/devhelp/plugin.c,
18120         plugins/editor/action-callbacks.c,
18121         plugins/editor/action-callbacks.h,
18122         plugins/editor/anjuta-docman.c,
18123         plugins/editor/anjuta-document-manager.ui,
18124         plugins/editor/plugin.c,
18125         P plugins/message-view/Makefile.am,
18126         plugins/message-view/anjuta-message-manager.ui,
18127         plugins/message-view/plugin.c,
18128         plugins/sample1/anjuta-sample.ui,
18129         plugins/sample1/plugin.c,
18130         src/action-callbacks.c,
18131         src/action-callbacks.h,
18132         src/anjuta-actions.h,
18133         src/anjuta-app.c,
18134         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18135         Gtk actions and UIManager. Fixed all plugins to use this.
18136         
18137         * manuals/reference/gtkdoc-scangobj.diff,
18138         manuals/reference/libanjuta/Makefile.am,
18139         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18140         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18141         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18142         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18143         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18145         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18146         
18147 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18148         
18149         * plugins/message-view/imessage-view.c
18150         * plugins/message-view/ianjuta-msgman.c:
18151         Added interfaces
18153 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18155         * configure.in: Added en_CA to ALL_LINGUAS.
18157 2004-04-08  Naba Kumar  <naba@gnome.org>
18159         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18160         libanjuta/interfaces/Makefile.am,
18161         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18162         message manager and message view interfaces.
18164         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18165         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18166         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18167         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18168         src/anjuta-app.c: Used 'activate' and
18169         'deactivate' virtual methods for plugins. Fixed installed plugins
18170         dialogs. Added remove_widget() method for AnjutaShell.
18172         * libanjuta/interfaces/Makefile.am,
18173         libanjuta/interfaces/ianjuta-document-manager.c,
18174         libanjuta/interfaces/ianjuta-document-manager.h,
18175         libanjuta/interfaces/ianjuta-editor.c,
18176         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18177         and editor interfaces.
18179         * plugins/devhelp/plugin.c,
18180         plugins/message-view/anjuta-message-manager.plugin.in,
18181         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18182         plugins/sample1/plugin.c: Updated plugins implementation to
18183         reflect the changes.
18185 2004-04-07  Naba Kumar  <naba@gnome.org>
18187         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18188         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18189         libanjuta/interfaces/ianjuta-editor.h,
18190         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18191         plugins/editor/anjuta-docman.c,
18192         plugins/editor/anjuta-document-manager.plugin.in,
18193         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18194         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18195         Added supported interfaces for plugins. Tested plugin interfaces
18196         through sample plugin.
18197         
18198 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18199         
18200         * template/Makefile.am, data/templates/library/Makefile.am
18201         Fixed some automake-1.7 incompatibilities
18202         * template/xmltemplate.c: Small fix
18204 2004-02-23  Naba Kumar  <naba@gnome.org>
18206         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18207         Added plugins manager dialog.
18208         
18209         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18210         library dependencies.
18211         
18212         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18213         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18214         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18215         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18216         geometry command line option.
18217         
18218 2004-02-16  Naba Kumar  <naba@gnome.org>
18220         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18221         Added interfaces and IAnjutaEditor editor interface.
18222         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18223         interface.
18224         * libanjuta/anjuta-shell.h: Fixed bug.
18225         
18226 2004-02-13  Naba Kumar  <naba@gnome.org>
18228         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18229         
18230 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18231         
18232         * data/template/*/.cvsignore:
18233         Avoid all these ? in cvs output
18235 2004-02-13  Naba Kumar  <naba@gnome.org>
18237         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18238         includes and linking.
18240         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18241         and set required version to devhelp 0.8. This devhelp version
18242         can be acquired from gnome cvs branch devhelp branch
18243         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18245         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18246         src/actions-callbacks.c: Added Dock Manager settings menu item.
18248         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18249         * plugins/devhelp/plugin.c: Fixed a linking bug.
18250         
18251         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18252         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18253         external GDL dependency and used libegg codes.
18254         
18255 2004-02-12  Naba Kumar  <naba@gnome.org>
18257         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18258         Added devhelp plugin, but it can't be used without a
18259         patch in devhelp. So it's disabled for now.
18261         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18262         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18263         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18264         Update cvsignore files.
18266         * libanjuta/plugins.c, widgets/e-splash.c:
18267         Fixed plugins loading to show splash icons.
18268         
18269         * plugins/message-view/anjuta-message-manager.plugin.in,
18270         plugins/message-view/plugin.c: Fixed plugin registered name.
18272         * plugins/message-view/anjuta-message-view.png,
18273         plugins/sample1/anjuta-sample-plugin.png: Update images.
18275         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18276         src/main.c: Fixed layout loading.
18278         * plugins/devhelp/Makefile.am: Fixed error.
18280         * (removed) widgets/*, libanjuta/plugins.h,
18281         src/main.c: Transfered widgets to libanjuta/.
18282         
18283         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18284         toplevel directory to created only one library as libanjuta-egg.
18286         * data/Makefile.am: Fixed build error.
18288         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18289         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18290         libegg/.cvsignore: Added egg dock widget.
18292         * gdl/*: Removed as they are now available in libegg.
18293         
18294 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18296         * plugins/editor/anjuta-docman.c:
18297         Use stock close icon on tab close button
18299 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18300         
18301         * data/template/Makefile.am
18302         data/template/language/Makefile.am
18303         data/template/library/Makefile.am
18304         data/template/text/Makefile.am
18305         data/template/project/Makefile.am
18306         data/template/project/terminal/Makefile.am
18307         configure.in: Created Makefile to install templates
18309 2004-02-11  Naba Kumar  <naba@gnome.org>
18311         * plugins/editor/action-callbacks.c,
18312         plugins/editor/anjuta-document-manager.ui,
18313         plugins/editor/plugin.c
18314         plugins/message-view/anjuta-message-manager.ui,
18315         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18316         
18317 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18318         
18319         * plugins/message-view/*: MessageView plugin is now loaded
18320         The menu items are still dummies.
18322 2004-02-09  Naba Kumar  <naba@gnome.org>
18324         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18325         generation.
18326         
18327         * libanjuta/anjuta-preferences.h: Added some documentation.
18328         
18329         * libanjuta/anjuta-shell.h: Removed dead codes.
18330         
18331         * (removed) manuals/reference/gtkdoc-scangobj,
18332         manuals/reference/gtkdoc-scangobj.diff,
18333         manuals/reference/libanjuta/.cvsignore,
18334         manuals/reference/libanjuta/Makefile.am,
18335         manuals/reference/libanjuta/README.inline-doc,
18336         manuals/reference/libanjuta/README.sections,
18337         manuals/reference/libanjuta/libanjuta-docs.sgml,
18338         manuals/reference/libanjuta/libanjuta-sections.txt,
18339         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18340         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18341         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18342         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18343         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18344         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18345         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18346         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18347         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18348         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18349         manuals/reference/libanjuta/tmpl/defaults.sgml,
18350         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18351         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18352         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18353         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18354         manuals/reference/libanjuta/tmpl/plugins.sgml,
18355         manuals/reference/libanjuta/tmpl/properties.sgml,
18356         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18357         of scan program. Updated templates.
18359         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18360         editor action callbacks data.
18361         
18362         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18363         scintilla object ref/unref.
18365 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18366         
18367         * template/*: Added new xml based template system
18368         * template/dtds/*: Dtds to validate xml files of the template systems
18369         * data/template/*: Some sample template files
18370         Still needs some work but builds fine!
18372 2004-02-06  Naba Kumar  <naba@gnome.org>
18374         * cofigure.in, manuals/Makefile.am,
18375         (added) manuals/reference/*: Added API documentation
18376         structure (gtk-doc based).
18378         * libanjuta/libanjuta.h: Updated
18379         
18380 2004-02-05  Naba Kumar  <naba@gnome.org>
18381         
18382         * configure.in: Sets correct dependencies and
18383         uses gdl external library.
18385         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18386         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18387         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18388         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18389         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18390         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18391         and added file dialogs.
18393         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18394         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18395         Build dynamic libraries for libegg.
18397         * plugins/Makefile.am, plugins/editor/Makefile.am,
18398         plugins/editor/action-callbacks.c, 
18399         plugins/editor/action-callbacks.h,
18400         plugins/editor/anjuta-docman.c,
18401         plugins/editor/anjuta-docman.h
18402         plugins/editor/anjuta-document-manager.plugin.in
18403         plugins/editor/anjuta-document-manager.png
18404         plugins/editor/anjuta-document-manager.ui
18405         plugins/editor/file.c
18406         plugins/editor/file.h
18407         plugins/editor/plugin.c
18408         plugins/editor/print.c
18409         plugins/editor/print.h
18410         plugins/editor/search-replace.c
18411         plugins/editor/search_incremental.c
18412         plugins/editor/search_incremental.h
18413         plugins/editor/text_editor.c
18414         plugins/editor/text_editor.h
18415         plugins/editor/text_editor_cbs.c
18416         plugins/editor/text_editor_menu.h
18417         plugins/sample1/Makefile.am
18418         plugins/sample1/anjuta-sample-plugin.png
18419         plugins/sample1/anjuta-sample.plugin.in
18420         plugins/sample1/anjuta-sample.ui
18421         plugins/sample1/plugin-sample1.c
18422         plugins/sample1/plugin.c
18423         plugins/sample1/plugin.h: Created sample
18424         plugin and fixed editor plugin.
18426         * printing/*: Removed.
18428         * scintilla/Makefile.am: Builds dynamic library.
18430         * src/Makefile.am, src/action-callbacks.c,
18431         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18432         src/anjuta-actions.h, src/anjuta-app.c,
18433         src/anjuta-app.h, src/anjuta-callbacks.c,
18434         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18435         (removed) src/anjuta.h, src/anjuta.ui,
18436         src/layout.xml, src/main.c, src/preferences.h,
18437         src/utilities.c: Debuggged and finally made plugins
18438         loadable.
18440         * global-tags/Makefile.am: Fixed build error.
18442 2004-02-03  Naba Kumar  <naba@gnome.org>
18444         * configure.in: Users GDL from external package.
18445         * plugins/*: Added many new plugins (not ready though).
18446         * src/*: Removed many files (which have been transfered in plugins/).
18447         
18448 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18450         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18452 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18454         * configure.in: Added editor plugins
18455         
18456         * plugins/Makefile.am, src/search-replace_backend.h,
18457         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18458         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18459         
18460         * Added: plugins/editor/search_incremental.c, 
18461         plugins/editor/search_incremental.h
18463         * Update search-replace in plugins/editor
18464         
18465 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18466         
18467         * plugins/message-view/message-view.c: Some code clean-up
18469 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18471         * Added: search_incremental[ch]
18472         
18473         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18474         src/mainmenu_callbacks.c, src/toolbar.c
18475         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18476         
18477         * Incremental Search
18479 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18480         
18481         * plugins/message-view/anjuta-msgman.[c/h]:
18482         Added message manager for easier message handling with a
18483         similar interface as docman. Of course you can still use
18484         MessageView standalone.
18485         * plugins/Makefile.am: Added message-view because it compiles
18486         without errors.
18488 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18489         
18490         * plugins/message-view/*: Added message-view plugin 
18491         (still incomplete) 
18492         * configure.in: Added plugins/message-view/Makefile
18494 2004-01-03  Naba Kumar  <naba@gnome.org>
18496         * libanjuta/*.c: Added new files and updated old ones.
18497         * plugins/editor/*: Added editor plugin.
18498         * configure.in: Added editor plugin and moved editor related
18499         files into it.
18501 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18503         * src/Makefile.am: Added search-replace_backend.[ch]
18504         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18505         find_replace.[ch]
18506         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18507         src/search-replace_backend.c, src/search-replace_backend.h,
18508         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18509         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18510         src/toolbar_callbacks.c
18511         * The advanced Search/Replace functionality now replaces the older
18512         Find/Replace stuff.
18513         * The Search/Replace functionality can be interrupted during a long
18514         Search/Replace;
18515         
18516 2003-12-11  Naba Kumar  <naba@gnome.org>
18518         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18519         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18520         errors.
18521         * Makefile.am, libanjuta/*: Added new module.
18522         * src/Makefile.am: Fixed linking error.
18523         * src/watch_cbs.c: Debugger clean up.
18524         * configure.in: Added libanjuta-2.0.pc
18526         * configure.in, libanjuta/Makefile.am,
18527         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18528         libanjuta instead.
18530 2003-12-11  Naba Kumar  <naba@gnome.org>
18532         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18534         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18535         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18536         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18537         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18538         The user can now give a name at the creation of a new file and
18539         insert automatically (user choice) header, gpl notice, header
18540         template. The file extension is added automatically according
18541         to the selected type of file. The various insert functions have
18542         been moved from mainmenu-callback.c to file.c. The cursor is now
18543         moved after an insert operation. Removes also useless code in
18544         memory.c and search-replace.c
18545         
18546 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18548         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18549         sortable headers, process tree, removal of path and process params
18550         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18551         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18552         code cleanup
18554 2003-12-10  Naba Kumar  <naba@gnome.org>
18556         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18557         
18558 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18560         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18562 2003-11-28  Naba Kumar  <naba@gnome.org>
18564         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18565         
18566         * manuals/de/*: Added german translation docs.
18567         
18568         * configure.in, Makefile.am, src/Makefile.am,
18569         libegg/*/*: Added libegg library.
18570         
18571         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18572         installation directory.
18573         
18574         * src/text_editor_cbs.c: Fixed closing of file.
18576 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18577                                                                                 
18578         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18580 2003-09-05  Naba Kumar  <naba@gnome.org>
18582         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18583         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18584         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18585         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18586         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18587         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18588         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18589         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18590         using libegg. Initial commit -- compiles but is not complete.
18592 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18594         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18596 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18598         * configure.in: Removed "ta" from ALL_LINGUAS.
18600 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18602         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18604 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18606         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18608 2004-04-24  Andras Timar  <tmar@gnome.hu>
18610         * configure.in: Added hu to ALL_LINGUAS.
18612 2004-04-14  Naba Kumar  <naba@gnome.org>
18614         * src/Makefile.am, printing/Makefile.am,
18615         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18616         because we are still using GtkCombo and build breaks with gtk-2.4.
18617         
18618 2004-04-13  Naba Kumar  <naba@gnome.org>
18620         * NEWS: Updated.
18621         * anjuta.spec.in: Fixed build error.
18622         * po/POTFILES.in: Updated.
18623         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18625 2004-04-11  Naba Kumar  <naba@gnome.org>
18627         * NEWS: Updated.
18628         * AUTHORS: Updated.
18629         * configure.in: Added ga in ALL_LINGUAS.
18630         * ChangeLog: Fixed dates.
18631         
18632 2004-04-09  Naba Kumar  <naba@gnome.org>
18634         * src/print.c: Fixed buffer styling bug when printing with
18635         selection.
18637         * data/properties/anjuta.properties: Defined only one base font and
18638         used courier instead of lucidatypewriter, because most newer systems are
18639         unlikely to have it (bug #885023, #925956, #890473).
18640         
18641         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18642         warning.
18643         
18644         * src/an_file_view.c: Fixed possible crash bug.
18646 2004-04-07  Naba Kumar  <naba@gnome.org>
18648         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18649         gtk_main_quit() etc..), so that atexit() functions are not called
18650         (which is apparently done to free up memory and we don't need to
18651         do that at this point). Incidentally, something also happens in the
18652         atexit call which freezes the UI for far too long when the application
18653         exits and we want to avoid that..
18654         * src/glade_iface.c: Fixed compiler warning.
18655         
18656 2004-04-06  Naba Kumar  <naba@gnome.org>
18658         * src/project_dbase_gui.c: Fixed errors.
18660         * src/registers_gui.c: Fixed possible crash bug.
18661         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18662         * src/signals.[c,h]: Used tree view and glade file for dialog.
18663         * src/Makefile.am, src/about.c, src/an_file_view.c,
18664         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18665         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18666         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18667         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18668         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18669         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18670         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18671         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18672         src/launcher.h, src/main.c, src/main_menubar.c,
18673         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18674         src/message-manager-private.cc, src/message-manager.cc,
18675         src/preferences.c, src/project_config.c, src/project_dbase.c,
18676         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18677         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18678         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18679         src/search-replace.c, src/search-replace_backend.c,
18680         src/search_incremental.c, src/search_preferences.c,
18681         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18682         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18683         src/signals_gui.c, src/source.c, src/src_paths.c,
18684         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18685         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18686         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18687         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18688         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18689         tagmanager/Makefile.am, scintilla/include/SString.h,
18690         widgets/Makefile.am, widgets/gnomefilelist.c:
18692         Removed all deprecated codes and substituted
18693         with newer APIs. Fixed some possible crash bugs where cell renderers
18694         were being shared.
18695         
18696         * scintilla/patches/scintilla-minor.patch: Minor patch.
18698 2004-04-06  Naba Kumar  <naba@gnome.org>
18700         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18701         tree after all the files have been added (and not everytime a file
18702         is added in the project). Also fixed some memory corruption
18703         (possibly bug #900478).
18704         
18705         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18706         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18707         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18708         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18709         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18710         qualifier wherever appropriate.
18712 2004-04-05  Naba Kumar  <naba@gnome.org>
18714         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18715         switch terminal echo on/off. Debugger requires it off, while the
18716         rest requires it on.
18718         * src/search-replace.c: sets search direction and action (in addtion
18719         to target) for find in files.
18720         
18721 2004-04-02  Naba Kumar  <naba@gnome.org>
18723         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18725         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18726         src/an_symbol_view.c: Added an gtk events loop for
18727         displaying project loading status (for loading large projects) and
18728         debugger program starting ... just to give an impression of fastness :-).
18730         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18732         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18733         crash bug, which occurs when opening and closing a large project
18734         repeatedly.
18735         
18736         * src/attach_process.c: Fixed a comiple error for old gcc.
18737         
18738         * src/launcher.c: Prints proper error message when launcher child
18739         could not be executed and exits properly. Fixed a crash
18740         bug (bug #926606).
18741         
18742         * src/resources.c, src/utilities.c, src/glade_iface.c,
18743         src/debugger.c, src/attach_process.c: Properly exits forked children
18744         when they could not be executed.
18745         
18746 2004-04-01  Naba Kumar  <naba@gnome.org>
18748         * src/search-replace.c: Fixed a crash bug (bug #921893).
18750 2004-03-31  Naba Kumar  <naba@gnome.org>
18752         * anjuta.glade: Added a note on compiler options dialog ->support
18753         dialog telling that supports are only available for file mode.
18755         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18756         src/anjuta_cbs.c:
18757         Improved shutdown time delay by bypassing project closing
18758         and unloading plugins.
18760         * src/build_file.c, data/properties/anjuta.properties: Added a property
18761         to toggle on/off for going to first error automatically.
18763 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18765         * src/debugger.c: fixed core file loading
18766         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18767         for long lines (bugs #700968 and #911376)
18768         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18769         #917982.
18770         * src/anjuta.c: Focuses current AnEditor correctly.
18772 2004-03-30  Naba Kumar  <naba@gnome.org>
18774         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18775         * AUTHORS: Updated with all contributors names.
18776         * NEWS: Updated.
18777         * src/about.c: Reads contributors names from AUTHORS file.
18778         * manuals/C/anjuta-manual/authors.xml: Points to online
18779         contributors list.
18780         
18781 2004-03-29  Naba Kumar  <naba@gnome.org>
18783         * data/properties/ada.properties: Fixed syntax colors. Patch
18784         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18785         (bug #923474).
18787         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18788         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18789         generated projects, so that their pixmap files are
18790         found properly (bug #919903).
18791         
18792         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18793         anjuta.
18795         * src/source.c: Installs .glade file of libgllade
18796         projects in $(datadir)/$(package)/glade (part of bug #861038).
18797         
18798         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18799         in compiler options (bug #883837).
18800         
18801         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18802         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18803         
18804 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18806         * anjuta/src/search-replace.c: fixed another crash bug in
18807         "Find Usage"
18808         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18809         breakpoint property fix
18811 2004-03-29  Naba Kumar  <naba@gnome.org>
18813         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18814         (new) manuals/C/anjuta-advanced-tutorial/*:
18815         Added menu entry for 'Anjuta Advanced Tutorial'
18816         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18818 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18819         
18820         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18821         Fixed bug #908941  ('Open' starts in wrong directory)
18822         
18823 2004-03-26  Naba Kumar  <naba@gnome.org>
18825         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18826         compile error and bug #905738 with terminal.
18828         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18829         src/search-replace.[h,c], src/search_incremental.[h,c],
18830         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18831         src/text_editor.[c,h]: Fixed compiler warnings.
18832         
18833         * src/search-replace.c: Fixed a memory corruption (possible
18834         fix for bug #921893, but not yet confirmed).
18835         
18836         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18837         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18838         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18839         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18841 2004-03-25  Naba Kumar  <naba@gnome.org>
18843         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18844         crash bug with attach process dialog and made the dialog closable
18845         with 'esc'.
18846         
18847         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18848         always display within the margin.)
18849         
18850         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18851         the old breakpoint when it's properties are updated
18852         (creating a new updated one).
18853         
18854 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
18856         * src/aneditor.cxx, src/aneditor.h: fixed calltips
18857         displayed for wrong file.
18858         * src/breakpoints.c: conditional breakpoints
18859         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
18860         "Find in Files..." disabling policy
18862 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18864         * src/build_file.c: Fixed bug #874380
18865         Goto the first error if it exists.
18867 2004-03-24  Naba Kumar  <naba@gnome.org>
18869         * src/anjuta.c: Fixed to get correct child exit status
18870         using mask (bug #905738).
18871         
18872         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
18873         Aligned buttons in the New file dialog,
18874         set default response to OK, entry box activates default response,
18875         ESC closes dialog and hides on delet_event.
18877 2004-03-19  Naba Kumar  <naba@gnome.org>
18879         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
18880         tree).
18882 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
18884         * src/search-replace.c: fixed "Find Usage" crash when no project open
18886 2004-03-17  Naba Kumar  <naba@gnome.org>
18888         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
18889         Fixed the generated projects to read m4 directory if the directory
18890         exists (bug #917781).
18891         
18892 2004-03-12  Naba Kumar  <naba@gnome.org>
18894         * HACKING: Fixed formatting for auto-parsing.
18896 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
18897         
18898         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
18899         rework (bug #890609)
18901 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18902         
18903         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
18905 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18906         
18907         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
18908         * src/search_preferences.c: Fixed typo.
18909         
18910 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18911         
18912         * src/search-replace.c: improved Search&Replace
18913         For the moment "Replace All" does not work with non opened files
18914         but Anjuta should not crash now ! ??? 
18915         
18916 2004-02-26  Naba Kumar  <naba@gnome.or>
18918         * src/source.c: Fixed to pass cflags correctly
18919         and suppress the automake's default cflags.
18920         bug #816130, #801056, #782798, #773459
18921         
18922         * data/properties/anjuta.properties: Do not defualt to -k make option.
18923         bug #875486.
18925         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
18926         bug #877683.
18927         
18928         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
18929         
18930         * src/message-manager-private.cc: Disabled debug messages.
18931         
18932 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
18934         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
18936 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18937         * anjuta.glade, src/search-replace.c:
18938         Reduced Search&Replace dialog, bug #902636.
18939         
18940 2004-02-23  Naba Kumar  <naba@gnome.or>
18942         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
18943         (bug #866143).
18945 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18946         
18947         * src/search_incremental.c: Fixed bug #900903
18949 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
18950         
18951         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
18952         src/anjuta.c: Fixed bugs #890609 and #890609
18954 2004-02-23  Naba Kumar  <naba@gnome.or>
18956         * src/message-manager.cc: Disconnects menuitem signal properly.
18957         Fixed bug #901723.
18958         
18959         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
18960         bug #900897.
18961         
18962 2004-02-20  Naba Kumar  <naba@gnome.org>
18964         * src/message-manager-private.[c,h]: Implemented keypress
18965         event for the terminal and resets it when ctrl c or ctrl d
18966         is pressed. But it doesn't seem to be working on keypress.
18967         Added a workaround to let it work on key release instead.
18968         (bug #878357).
18969         
18970         * src/search-replace: Fixed compiler warnings.
18971         
18972 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
18974         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
18975         Use defined file name when saving new files (fixes bug #898105)
18976         Don't change filename when clicking on a directory
18977         
18978         BTW: Happy birthday to me :-)
18979         
18980 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18981         
18982         * src/search-replace.c: Fixed a crash bug 
18983         Crash on Find & Replace (#887833)
18984         
18985 2004-02-18  Naba Kumar  <naba@gnome.org>
18987         * src/executer.c: Fixed a crash bug.
18988         
18989         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
18990         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
18991         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
18992         instead of GtkWindow (Part of bug #671596).
18993         
18994         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
18995         src/registers_gui.c, src/registers_cbs.[h,c],
18996         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
18997         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
18998         src/compiler_options.c, src/an_file_view.c, start-with.c,
18999         src/anjuta-tools.c, help.c:
19001         Added "close" buttons on all
19002         dialogs (HIG) and fixed to properly response to ESC close
19003         (Part of bug #671596).
19005         * src/launcher.c: Disabled printing of long debug lines.
19006         
19007         * src/utilities.h: Fixed a compiler warning.
19008         
19009 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19011         * src/anjuta.c: "Save all" action now asks for filenames for new files
19012         (fixes bug #898111)
19014 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19016         * anjuta.glade, src/text_editor.c:
19017         Fixed a typo in Hello World indentation style 
19018         Fixed misuse of translated strings when looking for style
19019         This entry fixes bug #876037
19021 2004-02-16  Naba Kumar  <naba@gnome.org>
19023         * src/utilities.c: Fixed return value when dest file could
19024         not be created.
19026         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19027         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19028         internal function to compare files.
19029         
19030 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19032         * src/message-manager-private.cc:
19033         Set bold color as foreground color in terminal
19034         (fixes bug #864924)
19036         * src/aneditor.cxx:
19037         Use font style defined for message indicators in
19038         preferences/messages
19039         (fixes bug #885032)
19041 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19043         * src/build_project.c:
19044         Use build.silent option from preferences (fixes bug #895726)
19045         
19046 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19048         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19050 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19051         
19052         Patch from Massimo Corà <maxcvs@email.it>:
19053         * scintilla/LexCPP.cxx: Support "///" comments
19055 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19056         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19057         src/search_replace.h, src/search-replace_backend.h
19058         anjuta.glade
19059         
19060         * Added: src/search_preferences.c, src/search_preferences.h
19061         Allow the user to save search/replace settings and give them names.
19063 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19064         
19065         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19066         scintilla/ScintillaGTK.cxx:
19067         Hopefully fixed AMD 64 crash bug by using correct marshaller
19069 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19071         * src/preferences.c: Save GtkOptionMenu properties properly
19072         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19074 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19075         
19076         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19077         Fixed libiconv issue
19078         * NEWS: Updated
19080 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19081         
19082         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19083         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19084         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19085         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19086         src/sharedlib_gui.c:
19087         Debugger speed-up, replaced deprecated GtkCList
19089 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19091         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19093 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19095         * configure.in: Added "sq" to ALL_LINGUAS.
19097 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19099         * configure.in: Added "ko" to ALL_LINGUAS.
19101 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19103         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19104         src/search_incremental.c, src/search_incremental.h: 
19105         Search_incremental code cleanup
19107 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19109         * scintilla/*/*: Updated scintilla to CVS
19110         * Added: scintilla/Readme.sync
19111         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19112         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19113         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19114         scintilla/ScintillaGTK.cxx,
19115         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19116         scintilla/include/Scintilla.iface: Updated.
19118 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19120         * search-replace_backend.[ch], search_incremental[ch]: Added
19121         
19122         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19123         find_replace.[ch]: Removed.
19124         
19125         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19126         src/search-replace_backend.c, src/search-replace_backend.h,
19127         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19128         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19129         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19130         functionality now replaces the older Find/Replace stuff. The Search/Replace
19131         functionality can be interrupted during a long Search/Replace.
19133 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19135         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19136         selecting ".." and "." from file selector. 
19138 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19140         * anjuta.glade: Fixed wrong "fold.symbols" property
19142 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19143         
19144         * src/project_dbase_gui.c: Alphabetical order ;-)
19145         * src/compiler_options.c: Fixed bug #867539
19146         * src/launcher.c: Workaround for bugs #864922, #849928,
19147         #846386 and #845782: The launcher no longer hangs but does
19148         not get the exit status correctly sometimes.
19149         * Changes suggested by Bosik are obviously already in without
19150         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19151         * NEWS, README, anjuta.prj, configure.in: 
19152         Changed version to 1.2.1
19153         
19154         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19155         * anjuta_dialogs_strings.c, anjuta.glade: 
19156         Fixed bugs #860906, #859329
19157         
19158         Patch from grzegol@pld-linux.org
19159         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19160         freedesktop.org standard)
19162 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19163         
19164         Patch from Stefano Vallarino <stevalla@libero.it>:
19165         * src/source.[c/h]: Fixes cpp sample file to conform to 
19166         ISO/IEC 14882, C++-Standard 
19168 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19170         Review by Johannes Schmid <jhs@cvs.gnome.org>
19171         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19172         command using sh -c.
19173         * src/compile.c: Use build_execute_shell_command when compiling single
19174         files.
19176 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19177         
19178         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19179         * src/breakpoints.c: Code cleanup, workaroud for possible 
19180         launcher bug
19181         * src/src_paths.c: Update debugger dirs on directory change
19183 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19185         Review by Johannes Schmid <jhs@cvs.gnome.org>
19186         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19187         sortable headers, process tree, removal of path and process params
19188         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19189         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19190         code cleanup
19192 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19193         
19194         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19195         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19196         Add a dialog for "New file" which lets the user set the 
19197         filename and to add copyright/header templates to the file
19198         * Review: Changed function names to contain modules name (file_)
19200 2003-12-09  Naba Kumar  <naba@gnome.org>
19202         * setup-gettext: Fixed a typo.
19203         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19205 ---- Released version 1.2.0 ---
19207 2003-12-08  Naba Kumar  <naba@gnome.org>
19209         * src/preferences.c: Fixed compiler error.
19210         * global_tags/create_global_tags.sh: Fixed to install properly
19211         even when system.tags could not be generated.
19212         * NEWS: Updated.
19214 2003-12-06  Naba Kumar  <naba@gnome.org>
19216         * setup-gettext: Fixed to not generate intl directory with gettextize.
19218         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19219         * src/anjuta.c: Filters out unnecessary files from find in files
19220         command.
19221         
19222         * NEWS: Updated.
19223         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19224         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19225         
19226 2003-12-04  Naba Kumar  <naba@gnome.org>
19227         
19228         * src/gnome_project.c: Enables debug and optimization flags for
19229         new projects.
19230         
19231         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19232         
19233         * src/project_dbase_gui.c: combined header and c files for
19234         file selector.
19235         
19236         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19237         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19239 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19241         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19243 2003-11-29  Naba Kumar  <naba@gnome.org>
19245         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19246         * NEWS: Updated.
19248 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19249         
19250         * src/main_menubar.c: Now files cannot be opened twice in recently
19251         file menu
19253 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19255         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19257 2003-11-28  Naba Kumar  <naba@gnome.org>
19259         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19260         
19261 2003-11-27  Naba Kumar  <naba@gnome.org>
19263         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19264         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19265         
19266         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19267         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19268         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19269         checkbox in project wizard (project options page) to enable/disable
19270         source code generation with glade(mm).
19271         
19272         * NEWS: Updated
19273         
19274 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19276         * src/dnd.c: Opening files with special characters in the name.
19278 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19280         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19281         a long time.
19283 2003-11-18  Naba Kumar  <naba@gnome.org>
19285         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19286         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19287         src/project_import.c, plugins/patch/patch-plugin.c:
19288         Fixed g_signal_diconnect calls to pass correct data.
19289         (Fixed possible crash in project imports).
19290         
19291         * NEWS: Updated.
19292         
19293 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19295         Reviewed by Naba Kumar  <naba@gnome.org>
19296         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19297         and debugger. Sets default settings for pty in launcher.
19298         * data/gdb.init: Removed charset work around (now works with user's
19299         native charset)
19300         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19302 2003-11-18  Naba Kumar  <naba@gnome.org>
19304         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19305         names of 'index' to 'idx'.
19306         
19307 2003-11-17  Naba Kumar  <naba@gnome.org>
19309         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19310         * src/project_dbase.c: Prompts user for unsaved project files
19311         when project is closed.
19312         
19313 2003-11-16  Naba Kumar  <naba@gnome.org>
19315         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19316         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19317         older gcc.
19318         
19319 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19320         
19321         * src/anjuta.c: Fixed crash related to tag == NULL while 
19322         anjuta is exiting
19324 2003-11-11  Naba Kumar  <naba@gnome.org>
19326         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19327         found. It simply doesn't generate the c/c++ codes and continues with
19328         just a warning.
19329         * NEWS: Updated.
19330         
19331 2003-11-10  Naba Kumar  <naba@gnome.org>
19333         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19334         'Start with dialog'.
19336         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19337         German translation of anjuta-tutorial.
19338         
19339         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19340         * NEWS: Updated.
19342 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19344         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19345         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19346         the syntax highlighting in Preferences, the automatic syntax
19347         highlighting is now selected. When the debugger is stopped and the
19348         breakpoints window not closed, the gtk_tree_view in this window is
19349         now made unsensitive.
19351 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19353         * src/preferences.h, src/preferences.c, anjuta.glade:
19354         Fixed translation bug in preferences by using GtkOptionMenu
19355         * anjuta.prj: Project version 1.1.98
19357 ---------------- Released version 1.1.98 ----------------
19359 2003-11-07  Naba Kumar  <naba@gnome.org>
19361         * anjuta.spec.in: Revived docs package and combined all docs into
19362         one package.
19363         * configure.in: Bumped version to 1.1.98 rc2
19364         * NEWS: Updated.
19365         * anjuta.spec.in: Fixed scrollkeepr-update command.
19366         * anjuta.spce.in: Fixed file permissions.
19368 2003-11-06  Naba Kumar  <naba@gnome.org>
19370         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19371         menus to activate anjuta helps.
19372         
19373         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19374         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19375         manuals/C/anjuta-faqs/legal.xml (added),
19376         manuals/C/anjuta-faqs/Makefile.am,
19377         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19378         manuals/C/anjuta-faqs/.cvsignore,
19379         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19380         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19381         manuals/C/anjuta-tutorial/legal.xml (added),
19382         manuals/C/anjuta-tutorial/Makefile.am,
19383         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19384         manuals/C/anjuta-tutorial/.cvsignore,
19385         manuals/C/anjuta-manual/*.sgml (removed),
19386         manuals/C/anjuta-manual/*.xml (added),
19387         manuals/C/anjuta-manual/Makefile.am,
19388         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19389         manuals/C/anjuta-manual/.cvsignore,
19390         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19391         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19392         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19393         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19394         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19395         manuals/ja/anjuta-faqs/legal.xml (added),
19396         manuals/ja/anjuta-faqs/Makefile.am,
19397         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19398         manuals/ja/anjuta-faqs/.cvsignore,
19399         manuals/ja/anjuta-manual/*.sgml (removed),
19400         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19401         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19402         manuals/ja/anjuta-manual/*.xml (added),
19403         manuals/ja/anjuta-manual/Makefile.am,
19404         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19405         manuals/ja/anjuta-manual/.cvsignore,
19406         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19407         manuals/sgmldocs.make (removed),
19408         manuals/xmldocs.make (added), manuals/omf.make (added),
19409         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19410         documentations to newer docbook xml documentations. Converted 
19411         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19412         Enabled manulas installations.
19413         
19414         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19416 2003-11-05  Naba Kumar  <naba@gnome.org>
19418         * data/gdb.init: Sets host's charset to ascii to solve debugger
19419         freeze up due to uninitialized strings in target program.
19421         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19422         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19423         
19424         * NEWS: Updated.
19425         
19426         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19427         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19429 2003-11-04  Naba Kumar  <naba@gnome.org>
19431         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19432         problems.
19433         
19434         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19435         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19436         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19437         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19438         in file headers.
19439         
19440         * src/search-replace.c: Fixed infinite loop bug.
19441         * start-with.c: Fixed a crash bug with "Open last project".
19442         
19443         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19444         * scintilla/Makefile.am: Fixed compiler option.
19445         
19446 2003-10-16  Naba Kumar  <naba@gnome.org>
19448         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19449         * src/text_editor.c: Fixed autoformat.
19450         
19451 2003-10-15  Naba Kumar  <naba@gnome.org>
19453         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19454         of CTRL+number.
19455         
19456 2003-10-09  Naba Kumar  <naba@gnome.org>
19458         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19459         
19460 2003-10-08  Naba Kumar  <naba@gnome.org>
19462         * src/source.c: Fixed a GETTEXT typo error.
19463         * anjuta.glade: Made 'Sorted in order you open them' default option
19464         for editor tabs.
19466         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19467         * anjuta.glade, data/properties/anjuta.properties:
19468         Fixed the freeze of the "Preferences" combos at the first Anjuta
19469         init is generated by:
19470                 - a not complete translation of preferences.c file
19471                 - a difference between 2 names in anjuta.glade and
19472                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19473                 - the same name given to 3 combos (anjuta.glade).
19474                 
19475         * src/find_text.c: If the "whole document" mode is selected,
19476         a new search will select the next occurrence (Bug #764954).
19477         It is now possible to use the shortcuts to search next or previous
19478         occurrence even if the search dialog has the focus.     Bug #790318
19479         
19480         * src/main_menubar_def.h: "Select code block" shortcut; the new
19481         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19482         (Bug #811016).
19484         Patch from: Richard Lee  <r.h.lee@comcast.net>
19485         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19486         tagmanager/tm_workspace.c: The following is a patch to fix a
19487         seemingly random occurence where Anjuta would crash when a
19488         certain key was pressed.
19490 2003-09-29  Naba Kumar  <naba@gnome.org>
19492         * src/find_in_files.c: Ignores binary by default. Disabled the option
19493         of NOCVS search, because launcher does not use sh and hence can not
19494         pipe.
19495         
19496         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19497         "clean before build" state in project session and not in account session,
19498         otherwise the state gets reflected to other projects causing annoyance.
19499         
19500         * src/compiler_options.c: Fixed a bug where compiler options were always
19501         claimed 'modified'.
19503         * src/build_project.c, data/properties/anjuta.properties,
19504         src/commands.[h]: Fixed a bad bug where clean-before-build
19505         doesn't work.
19506         
19507         * scintilla/patches/research-cvs-nolog.diff,
19508         scintilla/patches/scintilla-ac-gtk2-port.diff,
19509         scintilla/patches/scintilla-ac-sort-fix.diff,
19510         scintilla-optimization.diff: Removed, because they are already in
19511         scintilla CVS.
19512         
19513         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19514         2003-09-29).
19516         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19517         scintilla/LexYAML.cxx: Added new scintilla lexers.
19518         
19519         * TODO, NEWS: Updated.
19521         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19522         * src/utilities.c: Fixed typo bugs.
19524 2003-09-26  Naba Kumar  <naba@gnome.org>
19526         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19527         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19528         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19529         text_editor_find() and Fixed I-Search wrapping.
19530         * src/debugger.c: Fixed to pass a newline after a debugger
19531         command (which was broken since the launcher was refactored.
19532         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19534 2003-09-25  Naba Kumar  <naba@gnome.org>
19536         * src/toolbar_callbacks.c: Fixed start of incremental search.
19537         
19538         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19539         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19540         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19541         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19542         menu and implementation.
19544 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19546         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19547         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19548         variables in Locals window.
19550 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19552         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19553         * src/utilities.[ch] : Fix a tooltip bug in 
19554         anjuta_util_toolbar_append_stock(), the label appeared instead of
19555         the tooltip text. Remove label from arguments of the function
19556         because label is included in the stock icon data.
19557         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19558         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19559         * FIXME: translation file should be updated because of label text removal.
19561 2003-09-24  Naba Kumar  <naba@gnome.org>
19563         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19564         
19565         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19566         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19567         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19568         stdout and stderr. Also buffered output and check-for-password
19569         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19570         with password prompts. Checkes for password prompts from all outputs.
19571         
19572         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19573         which takes a string (which could be utf8 also) and converts into
19574         utf8 string.
19575         
19576         * src/main.c: Connects kernel signals after gnome_program_init().
19577         
19578         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19579         * src/message-manager.c: Fixed bug #787026 by converting the strings
19580         to proper UTF8.
19581         
19582 2003-09-22  Naba Kumar  <naba@gnome.org>
19584         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19585         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19586         GtkCList and using GtkTreeView instead. Added the patch.
19587         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19588         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19589         
19590 2003-09-19  Naba Kumar  <naba@gnome.org>
19592         * printing/print.c: Proper UTF8 printing support.
19593         * src/main.c: moved kernel signal connects at the
19594         end of application initialization.
19595         
19596 2003-09-18  Naba Kumar  <naba@gnome.org>
19598         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19599         (new) lexers.make, (new) lexers: Update scintilla to latest
19600         scintilla CVS (2003-09-18), added new lexers, automated
19601         lexers makefiles sections and scintilla update. Added
19602         patches. Optimized pango rendering. Fixed a crash bug
19603         in scintilla.
19604         
19605         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19606         patch to remove cvs log command from RESearch.cxx file.
19607         * scintilla/patches/scintilla-pango-always.diff:
19608         Fixed file name.
19609         * scintilla/RESearch.cxx: Removed spurious cvs log command
19610         and logs.
19611         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19612         
19613         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19614         * src/dnd.c: Fixed a crash bug with DND.
19615         
19616 2003-09-15  Naba Kumar  <naba@gnome.org>
19618         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19619         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19620         src/toolbar_callbacks.c: Added an additional parameter to
19621         text_editor_goto_line() funtion which decides if the line should
19622         be made visible (if it's under fold).
19623         
19624         * src/style-editor.c: Fixed a compiler warning.
19625         * src/message-manager.cc: Calls parent method correctly.
19627         * src/preferences.h: Fixed prent class.
19628         
19629         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19630         * src/project_dbase.c: Fixed bug #713210.
19631         
19632 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19633                                                                                 
19634         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19636 2003-09-11  Naba Kumar  <naba@gnome.org>
19638         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19639         * src/style-editor.c: Fixed bug #769130 (Crash on font
19640         selection dialog).
19641         
19642         * src/message-manger.[h,cc]: Made AnMessageManager
19643         derived from GtkFrame and removed deprecated code.
19644         
19645         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19646         compiler warnings.
19647         
19648 2003-09-09  Naba Kumar  <naba@gnome.org>
19650         * src/Makefile.am: Addded rules for built sources.
19651         
19652 2003-09-08  Naba Kumar  <naba@gnome.org>
19654         * (new) src/anjuta-marshalers.list: Added marshalers definition
19655         file.
19656         
19657         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19658         and CXXFLAGS are not overwriten by automake's default.
19659         * src/style-editor.c: Added 'operators' in the style editor.
19660         
19661         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19662         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19663         * src/message-manager-private.cc, src/message-manager.cc:
19664         Converts message going into message into UTF-8 endoding.
19665         * src/main.c: Uses UTF-8 codeset for localization.
19666         
19667 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19669         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19670         
19671 2003-09-08  Naba Kumar  <naba@gnome.org>
19673         * TODO: Updated.
19674         
19675         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19676         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19677         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19678         The combo entries were updated if the same data with a different
19679         case exist in the combo list. The combo entries are now case sensitive. 
19680         Search&Replace bug; First search ,max actions = 0 ==> now max
19681         actions = 100.
19682         
19683 2003-09-08  Naba Kumar  <naba@gnome.org>
19685         * TODO: Updated.
19686         * src/utilities.[c,h]: a function takes contant args.
19687         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19688         Now the child terminated signal is emitted properly.
19689         * src/Makefile.am: Used $(top_srcdir) for referring to 
19690         scintilla objects.
19691         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19692         definitions file which will generate anjuta-marshalers.[c,h] files.
19693         * src/.cvsignore: Updated.
19694         * src/build_project.c: Changed su command to preserve quotes.
19695         * src/anjuta-tools.c, tagmanager/tm_project.c,
19696         tagmanager/tm_workspace.c: Use standard tmp file.
19697         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19698         so that users could report bugs easily.
19699         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19700         
19701         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19702         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19703         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19704         src/attach_process.c, src/breakpoints.c, src/commands.c,
19705         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19706         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19707         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19708         src/memory.c, src/message-manager-private.c, src/preferences.c,
19709         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19710         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19711         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19712         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19713         Fixed compile warnings and cleanup.
19714         
19715         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19716         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19717         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19718         Removed libzvt usage and implemented child spawing differently. Launcher is
19719         now proper GObject, which can be created multiple times (and can be
19720         operated in parallel).
19722         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19723         * src/project_import_gui.c, src/project_import_cbs.c,
19724         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19725         (crash on project import). Removed deprecared codes.
19726         
19727 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19728         
19729         * src/cvs.c: Fixed cvs output bug.
19731 2003-09-03  Naba Kumar  <naba@gnome.org>
19733         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19734         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19735         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19736         src/text_editor_cbs.c: Implements --
19737                 If the debugger is started
19738                         A double click in the margin add or remove a breakpoint
19739                         A single click activate or deactivate the breakpoint
19740                 else
19741                         A double click in the margin add or remove a bookmark
19743 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19744         
19745         Reviewed by Naba Kumar  <naba@gnome.org>
19746         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19747         User is now able to choose a branch on cvs update for project.
19748         Cleaned up variable names.
19750 2003-09-03  Naba Kumar  <naba@gnome.org>
19752         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19753         src/Makefile.am: Added lexers.
19754         * scintilla/*/*: Updated...
19755         * src/an_symbol_view.c: Fixed a crash bug.
19756         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19757         and build bugs.
19758         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19759         * src/source.c: Fixed project generation bug with gettext code.
19760         * tagmanager/tm_project.c: Fixed a crash bug.
19761         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19762         bug when there is no project open. Bug #____.
19763         * src/source.c: Fixed a bug with build failure with non-gnome
19764         project with glade-generated source (eg. gtk2). Bug #____.
19765         * NEWS: Updated...
19767 2003-08-22  Naba Kumar  <naba@gnome.org>
19769         Patch from: Rob Bradford  <rob@debianplanet.org>
19770         * data/Makefile.am: Fixed to install properly during
19771         package building.
19772         
19773         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19774         * src/debug-tree.c: Fixed a crash bug.
19775         * src/compiler_options.c: Takes care of linking the missing pieces;
19776         C flags, libs, optimization options, debug and profile.
19778         Patch from: Enver ALTIN  <ealtin@casdb.com>
19779         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19780         
19781 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19783         Reviewed by Naba Kumar  <naba@gnome.org>
19784         * src/project_dbase.c: Fixed bugs #778263 and #778413
19785           Adding multiple files to project should work now.
19787 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19789         Reviewed by Naba Kumar  <naba@gnome.org>
19790         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19791         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19792         for Locals window.
19794 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19796         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19798 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19800         * src/text_editor.c: Fix translatable string (#113934).
19802 2003-07-04  Naba Kumar  <naba@gnome.org>
19804         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19805         bug when there is no project open. Bug #____.
19806         
19807         * src/source.c: Fixed a bug with build failure with non-gnome
19808         project with glade-generated source (eg. gtk2). Bug #____.
19810 2003-06-26  Naba Kumar  <naba@gnome.org>
19812         * src/anjuta.h: Removed reference to windows-dialog.h.
19813         * src/message-manager-private.[cc,h]: Fixed doulbe click
19814         activation of messages to properly jump at the destination.
19815         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19816         * src/toolbar.c: Code clean-ups.
19817         
19818         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19819         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19820         
19821         * src/message-manager-private.[cc,h]: Removed dead codes.
19822         
19823         * (new) data/properties/css.properties,
19824         data/properties/anjuta.properties, data/properties/Makefile.am:
19825         Added CSS syntax hiliting properties.
19826         
19827         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19828         * src/debugger.c: Clean ups.
19829         * src/lexer.h: Added CSS lexer definition.
19830         
19831         * Makefile.am: Installs destop file properly.
19832         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19833         * NEWS: Updated for 1.1.97 release.
19834         * src/main_menubar_def.h: Changed some non working shortcuts.
19835         
19836 2003-06-24  Naba Kumar  <naba@gnome.org>
19838         * src/search-replace.c: Shows the dialog properly, even when it is
19839         hidden behind another window.
19840         
19841         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19842         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19843         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19844         and code clean up.
19845         
19846         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19847         setup wizard dialogs.
19848         
19849         * src/debugger.c: Removed a redundant call to
19850         debugger_update_controls().
19851         * src/compiler_options.c, src/launcher.c: code cleanup.
19852         * src/executer.c: Fixed execution bug with 'Set Program params...".
19853         
19854 2003-06-23  Naba Kumar  <naba@gnome.org>
19856         * widgets/e-splash.c: Removed border around the splash image.
19857         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19858         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19859         * src/cvs.c: Added a frame around commit log text widget.
19860         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
19861         crash bug associated with translated combo box list in preferences
19862         dialog (in different locale other than en_US). Used widget names
19863         to pass the combo list items.
19864         * po/POTFILES.in: Updated.
19865         * src/launcher.c: Creates the zvt terminal at startup (and not
19866         every time a build is done) -- speeds up buld operations.
19867         * src/file_history.c: Should be if() conditional instead of
19868         assertion check.
19869         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
19870         Disabled useless warnings.
19871         * src/project_dbase.c: Fixed bonobo 2 project name.
19872         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
19873         and uses correct glade-2 for file generation.
19874         
19875 2003-06-21  Naba Kumar  <naba@gnome.org>
19877         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
19878         And disables autocomple show for numbers (very annoying).
19879         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
19880         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
19881         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
19882         from view menu and adjust the controls accordingly.
19883         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
19884         only OK button.
19885         * src/project_dbase.[c,h]: Removed show_local flag processing.
19886         * src/message-manager.[c,h]: Reorganized messages tabs in more
19887         sensible order.
19888         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
19889         Also added PCRE dependency.
19890         
19891 2003-06-20  Naba Kumar  <naba@gnome.org>
19893         * pixmaps/anjuta_splash.png: New splash.
19894         from Jean Schurger  <yshartk@schurger.org>
19895         
19896         * src/controls.c: De-sensitize run-to-cursor when debugger
19897         is not running.
19898         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
19899         
19900         * src/message-manager-private.cc: Fixed to properly jump at
19901         the right file:line.
19902         
19903         * src/appwiz_page1.c: Fixed to correctly determine the project
19904         trpe from the wizard.
19905         
19906 2003-06-20  Naba Kumar  <naba@gnome.org>
19908         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
19909         * src/watch_gui.c: Code cleanups.
19910         * src/debugger.[c,h], src/stack_trace.[c,h],
19911         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
19912         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
19913         Removed direct access to stack_trace private data, Increased debugger
19914         command size from 256 to 1024 (to be on safer side). Also implemented
19915         row-activated signle for seting frame and viewing the source.
19916         * src/debugger.c: Avoids starting program and stopping debugger
19917         when starting debugger and stopping program, respectively.
19918         
19919         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
19920         Reverted codes to start debugger automatically
19921         The file is brought to the state just after the branching 
19922         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
19923         some code clean ups.
19924         
19925         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
19926         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
19927         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
19928         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
19929         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
19930         src/project_dbase.c: Code clean ups.
19931         
19932         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
19933         (Projects dir) so that correct $HOME/Projects path is set when
19934         anjuta is run for the first time.
19935         
19936 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
19938         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
19940 2003-06-13  Naba Kumar  <naba@gnome.org>
19942         * src/stack_trace_cbs.c: Moved variable declaration at the
19943         top of the block (bug #737867)
19944         
19945         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
19946         just CFLAGS and CXXFLAGS (bug #743617).
19947         
19948         * src/create_global_tags.sh: Fixed shell script to properly
19949         detect installed *-config files.
19950         
19951 2003-06-12  Naba Kumar  <naba@gnome.org>
19953         * src/preferences.[c,h]: Added methods for custom widgets in
19954         preferences: using custom set/get methods for them.
19955         
19956         * src/anjuta-encoding.c: Implemented up/down of the encodings
19957         in the list and property saves correctly.
19958         
19959         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19960         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
19961         the beginning of a file.
19963         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19964         * src/aneditor.cxx, src/aneditor.h,
19965         src/controls.c, src/main_menubar.c, src/main_menubar.h,
19966         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19967         src/mainmenu_callbacks.h: Allows the operator to select the current
19968         word or the current line (Request: 680801). It puts also
19969         sensitive/unsensitive several select/comment menu items.
19971         * src/breakpoints.c: Presets by default the current line for a
19972         defined breakpoint.
19974 2003-06-11  Naba Kumar  <naba@gnome.org>
19976         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
19977         color (red highlight) now cosistent for inactive tabs also.
19978         
19979         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
19980         'Advanced search and replace' in Edit->Search submenu.
19981         
19982         * data/properties/tcltk.properties: Fixed bug #731851. Added line
19983         wrappings '\' where     they were missing.
19984         
19985         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
19986         message is now more descriptive and details the correct thing to do
19987         for GNOME2 desktop.
19988         
19989 2003-06-10  Naba Kumar  <naba@gnome.org>
19991         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
19992         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
19993         Removed any reference to particular version of automake/autoconf
19994         so that they could work with newer versions (Bug #659394).
19996         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
19997         src/anjuta.c: Added coded to add/remove supported encodings.
19998         
19999         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20000         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20001         src/project_import.c, src/project_type.c, src/project_type.h,
20002         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20003         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20004         from the project wizard.
20006 2003-06-06  Naba Kumar  <naba@gnome.org>
20008         Patch from Etay Meiri  <etay-m@bezeqint.net>
20009         * src/compiler_options.c: Fixed bugs related to clean before
20010         build patch.
20011         
20012         * anjuta.desktop.in.in: Added commandline options.
20013         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20014         -dP and -A flags of CVS update into different options.
20015         
20016 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20018         * configure.in: Removed "ta" from ALL_LINGUAS.
20020 2003-06-02  Naba Kumar  <naba@gnome.org>
20022         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20023         return NULL for undefined properties and "" for defined but empty
20024         strings. It was creating many problems where both are assumed to be
20025         same. And besides, it doesn't matter to differentiate the two (the
20026         problem with preferences was due to a different bug).
20028         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20029         correctly. Also, s/props_build_in/props_built_in/g.
20030         
20031         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20032         list.
20033         
20034         * src/an_file_view.c: Unrefed pixbufs when done with them.
20036         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20037         (removed) file_text.png: Added and removed pixmaps.
20038         
20039 2003-05-30  Naba Kumar  <naba@gnome.org>
20041         * anjuta.glade: Fixed encodings preferences dialog
20042         
20043 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20044         
20045         Reviewed by Naba Kumar  <naba@gnome.org>
20046         
20047         * src/build_project.c src/clean_project/c: perform a clean before
20048         build, if required. Show the message manager on clean.
20049         * src/compiler_options.c: save the new options when window is closed
20050         and flag project to be cleaned before the next build.
20051         * src/project_dbase.c: added a 'clean before build' flag to project
20053 2003-05-29  Naba Kumar  <naba@gnome.org>
20055         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20056         dialog.
20057         
20058         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20059         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20060         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20061         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20062         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20063         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20064         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20065         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20066         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20068         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20069         Removed unused icons references.
20071 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20073         Reviewed by Naba Kumar  <naba@gnome.org>
20074         
20075         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20076           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20077           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20078           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20079           src/toolbar_callbacks.c: HIG compliant dialogs.
20081         * src/utilities.c: anjuta_button_new_with_stock_image() and
20082           anjuta_dialog_add_button() stolen from gedit.
20084         * src/main_menubar_def.h: Fixed mnemonics.
20086 2003-05-26  Naba Kumar  <naba@gnome.org>
20088         * src/project_dbase_gui.c: Added header files filter for add file
20089         dialog box. Disabled project window to be transient window.
20090         
20091         * src/message-manager.cc: Disabled message manager window to be
20092         transient window.
20093         
20094         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20095         a file could not be loaded.
20096         
20097         * src/project_dbase.c: Fixed a bug with GUI editor command
20098         where empty string is returned.
20099         
20100         * src/Makefile.am, src/preferences.h, src/text_editor.c
20101         src/text_editor.h, (new) src/anjuta-encodings.h,
20102         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20103         Added encoding support and to handle characters encoding correctly
20104         by auto detecting it during load. Added preferences for selecting
20105         the encoding during save.
20107         * src/preferences.c, src/resources.c: Removed debug messages.
20109         Patch from: Alexander Nedotsukov <bland@mail.ru>
20110         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20112 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20113         * src/anjuta.c: Try to sow the splash image more often.
20115 2003-05-20  Naba Kumar  <naba@gnome.org>
20117         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20118         * src/debug_tree.c: Colorize the modified locals during
20119         debugging and call memory analyze from the debugger.
20120         * src/breakpoints.c: The color is now different for the enabled
20121         and disabled breakpoints. Anjuta now can erase several
20122         breakpoints defined at the same line. The markers are updated
20123         according to the enable/disable action.
20124         
20125         Patch from Etay Meiri  <etay-m@bezeqint.net>
20126         * src/launcher.c: Fixes launcher freeze up bug during build.
20128 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20130         Reviewed by Naba Kumar  <naba@gnome.org>
20131         * scintilla/PropSet.h: Change member variables from private to protected.
20132         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20133         to PropSetFile class, which return a gchar * (and can therefore indicate
20134         whether properties are empty or do not exist) and make prop_get and
20135         prop_get_expanded use them.
20136         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20137         that the result of of prop_get cannot be an empty string.
20139 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20141         Reviewed by Naba Kumar  <naba@gnome.org>
20142         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20143         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20144         src/text_editor_cbs.c: When saving all the files in the project, the
20145         text editors are now only rehighlighted once instead of once for each
20146         file saved.
20148 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20149         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20150         * src/anjuta.desktop.in.in: Support startup notification.
20151 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20152         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20153         * src/anjuta.desktop.in.in: Support startup notification.
20156 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20158         Reviewed by Naba Kumar  <naba@gnome.org>
20159         
20160         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20161         memory leak from glade_xml_new call. Removed gxml field from Executer
20162         struct as only used in create_executer_dialog and then destroyed.
20163         
20164         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20165         
20166         * src/configurer.c: Fix warning trying to connect signal to non-existent
20167         environment entry in configure dialog and fix crash when closing the
20168         window.
20169         
20170         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20171         gnome_date_edit_get_time instead.
20172         
20173         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20174         in view menu required renumbering elsewhere.
20176 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20178         Reviewed by Naba Kumar  <naba@gnome.org>
20179         
20180         * src/breakpoints.c: fixed an error when removing breakpoint
20181         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20182         * src/debugger.c: changes to the way the debugger is activated
20183         * src/debugger.h: clean ups
20185 2003-05-13  Naba Kumar  <naba@gnome.org>
20187         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20188         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20189         src/memory.h: A new version of memory and the interface
20190         is now integrated in anjuta.glade
20192 2003-05-09  Naba Kumar  <naba@gnome.org>
20194         * configure.in: Bumped required gtk version to 2.0.8.
20195         
20196 2003-05-06  Naba Kumar  <naba@gnome.org>
20198         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20200 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20201         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20203 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20204         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20205         , tagmanager/c.c: Support for ProC and RDB files.
20207 2003-05-06  Naba Kumar  <naba@gnome.org>
20209         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20210         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20211         Uncomment (Box & Stream), Select the current function,
20212         authorize the "Quit" button of the GotoLine window
20214 2003-05-05  Naba Kumar  <naba@gnome.org>
20216         * src/watch_gui.h: CVS added new file.
20218         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20220         Patch from Etay Meiri <etay-m@bezeqint.net>
20221         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20222         src/mainmenu_callbacks.c, src/message-manager.cc,
20223         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20224         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20225         Ported stack trace to GNOME2 and added it in the message manager
20226         pane.
20228 2003-05-02  Naba Kumar  <naba@gnome.org>
20230         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20231         
20232         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20233         preferences property.
20234         
20235         * anjuta.prj: Fixed multiple preferences saved data.
20236         
20237         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20238         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20239         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20240         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20241         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20242         Upgraded scitilla from CVS with faster window repaint
20243         and more bugfixes.
20244         
20245         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20246         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20247         and code cleanups
20248         
20249 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20251         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20252         the window if messages are appended to the end and the scrollbar is
20253         at the end.
20255 2003-04-29  Naba Kumar  <naba@gnome.org>
20257         * configure.in: Removed omf-install from Makefiles list.
20259 2003-04-28  Naba Kumar  <naba@gnome.org>
20261         * po/POTFILES.in: Remvoded deleted files.
20262         
20263         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20264         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20266         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20267         is executed as detached) is not set properly.
20268         
20269 2003-04-25  Naba Kumar  <naba@gnome.org>
20270         
20271         * anjuta.prj: Updated.
20272         * src/anjuta_info.c: Fixed text wrapping and column view.
20273         * data/welcome.txt.in: Removed unaligned characters.
20274         
20275 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20276         * src/main_menubar.c: Disable setup dialog.
20278 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20279         * src/breakpoints.c; Fixed compilation with older GCC
20280         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20281         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20283 2003-04-18  Naba Kumar  <naba@gnome.org>
20285         * anjuta.prj: Updated (includes compiler options).
20286         
20287         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20288         function from anjuta.c (it was already available in anjuta-tools.c).
20289         
20290 2003-04-18  Naba Kumar  <naba@gnome.org>
20292         * src/about.c, THANKS: Updated
20293         
20294         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20295         
20296         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20297         properly from the project session before updating the file
20298         view.
20299         
20300         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20301         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20302         dialog settings (as it will not be required once GDL is in place) and
20303         added file view filters in the settings sub-menu.
20305 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20306         * HACKING: Updated
20307         * configure.in: Disable cast checks on final build.
20309 2003-04-17  Naba Kumar  <naba@gnome.org>
20311         * src/build_project.c: Fixed a compilation error.
20313         * src/launcher.c: Removed commnets.
20314         
20315         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20316         properties from editor tab to indentation tab and fixed a property
20317         label for proper i18n translation. Fixed typos in project config
20318         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20319         sorting and reordering in compiler options dialog.
20320         
20321         * src/compiler_options.c: Implemented _save() function to save the
20322         options (which was pending).
20323         
20324         * src/build_project.c: Destroys install-as-root dialog when it is done.
20325         
20326         * src/an_symbol_view.c: Change "event" event to "event-after" so
20327         that symbol row is selected first before the popup is shown.
20328         
20329 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20331         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20332         file in CVS/Entries. (Reviewed and applied by Biswa)
20334 2003-04-16  Naba Kumar  <naba@gnome.org>
20336         * aneditor.cxx: use unicode everytime (fixed unicode related
20337         bugs).
20339         * anjuta.prj: Fixed UI editor name (blank to use default) and
20340         anjuta version.
20341         
20342         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20343         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20344         Editor preferences page.
20346 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20347         * src/anjuta.[ch], src/print.c: Fixed warnings
20348         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20349         * configure.in: Profiling support with gprof
20351 2003-04-16  Naba Kumar  <naba@gnome.org>
20353         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20354         * src/launcher.c: Fixed cvs dialog.
20355         
20356 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20357         
20358         * src/message-manager-private.cc: Fixed double-click on first line of 
20359         output to properly select a line.
20360         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20361         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20363 2003-04-15  Naba Kumar  <naba@gnome.org>
20365         * src/message-manager-private.cc: Fixed the glade filename typo.
20367 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20368         * scintilla/*, data/properties/*: Scintilla CVS merge
20369         * anjuta.prj: Removed unnecessary files.
20370         * scintilla/PlatGTK.cxx: Force Pango fonts always
20371         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20372         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20373         for preferences.
20374         * configure.in: Change version no. for 1.1.1 (alpha release)
20375         * configure.in: Added '--with-pref-suffix' option.
20376         * config.guess, config.sub: Removed from CVS.
20378 2003-04-15  Naba Kumar  <naba@gnome.org>
20380         Patch from Timothee Besset  <ttimo@idsoftware.com>
20381         * Makefile.am: Fixed a shell script error during intallation.
20382         
20383 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20385         Reviewed by Naba Kumar  <naba@gnome.org>
20386         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20387         set_wm_class to use "anjuta" instead of "an.
20388         * src/message-manager-private.cc: Headers are hidden again.
20390 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20391         * src/project_dbase_gui.c: Memory corruption fix.
20392         * anjuta.prj: Updated project file
20394 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20395         * an_file_view.c: Connect to event-after signal rather than event so that
20396         selection is updated first and thus context menu is for the right file.
20397         Reviewed and applied by Biswa.
20399 2003-04-14  Naba Kumar  <naba@gnome.org>
20401         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20402         
20403         * src/auncher.c: More child exit fixes
20404         from Timothee Besset  <ttimo@idsoftware.com>
20406 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20407         
20408         Reviewed by Naba Kumar  <naba@gnome.org>
20409         
20410         * src/message-manager.[c/h], src/message-manager-private[c/h],
20411                 anjuta.[c/h]: Ported message-manager to Gtk2
20412         
20413         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20414         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20415         src/clean_project.c, src/compile.c, src/configurer.c,
20416         src/controls.c, src/cvs.c, src/debugger.c,
20417         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20418         src/project_import.c, src/search-replace.c: Changed name from
20419         AnjutaMessageManager to AnMessageManager to avoid too long type
20420         and funtion names.
20422 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20423         * src/launcher.c: Fix build won't stop problem - TTimo
20424         * TODO: Updated
20425         * pixmaps/anjuta_splash.c: New splash screen prototype.
20426         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20427         * src/compiler_options.c: Mute pkgconfig errors.
20428         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20430 2003-04-10  Naba Kumar  <naba@gnome.org>
20432         * configurer.[c,h]: Fixed dialog to close properly.
20433         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20434         debugging asserts.
20435         
20436 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20437         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20438         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20439         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20440         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20441         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20442         src/makefile.am: Move gdl to it's own directory.
20443         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20445 2003-04-09  Naba Kumar  <naba@gnome.org>
20447         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20448         branch.
20450 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20451         * src/anjuta-tools.c: Use CDATA for saving tools data.
20452         * anjuta.glade, src/search-replace.c: Port from branch.
20453         * widgets/e-splash.*, src/main.c: Better splash screen.
20454         * configure.in, widgets/gdl*: Import GDL widgets.
20455         * ROADMAP: Updated roadmap.
20456         * src/an_file_view.c: Use GDL icons for file tree.
20458 2003-04-09  Naba Kumar  <naba@gnome.org>
20460         * anjuta.glade: Added (hidden) initial setup-wizard window.
20461         
20462         Patch from: Vitaly  <vvv@rfniias.ru>
20463         * src/preferences.c: Fixes a bug with libglace widget access with
20464         translated strings.
20466         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20467         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20468         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20469         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20470         src/toolbar_callbacks.[c,h],
20471         src/memory.c, src/message-manager-private.cc,
20472         src/message-manager-private.h, src/message-manager.cc,
20473         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20474         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20475         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20476         watch window to a subwindow in the notebook
20478 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20479         * ROADMAP: Updated roadmap.
20481 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20483         * configure.in: Added Belarusian to ALL_LINGUAS.
20485 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20486         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20487         Henry Jia
20488         * ROADMAP: Added roadmap for HEAD.
20490 2003-03-29  Naba Kumar  <naba@gnome.org>
20492         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20493         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20494         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20495         (new) pixmaps/start-with-wizard.png,
20496         (new) pixmaps/start-with-import.png,
20497         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20498         up on anjuta start-up to give quick access to opening file/project or
20499         creation wizards.
20501         * src/main.c: Sets proper data directory for the gnome
20502         program.
20504 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20505         * src/text_editor.c: Fixed error/warning indicators.
20507 2003-03-24  Naba Kumar  <naba@gnome.org>
20509         * README: Correct version.
20510         
20511 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20513         * configure.in: Added checks to see if were building on FreeBSD
20514         systems.  Sets -DFREEBSD if we are, and also attempts to find
20515         gmake if the host system is FreeBSD.
20517         * src/getline.c: New file used to provide the getline function,
20518         which isnt available on a FreeBSD system.  The function is only
20519         defined if FREEBSD is defined.
20521         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20523         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20524         configure.in sets this to gmake on FreeBSD systems, and make
20525         on everything else.
20527 2003-03-23  Naba Kumar  <naba@gnome.org>
20529         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20530         
20531         * anjuta.spec.in: Fixed spec file for correct file paths and
20532         corrected rpmbuild.
20534         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20535         the rpm build command separately now.
20536         
20537         * src/anjuta.c, windows-dialog.c: Added some more window management
20538         stuffs (not still fully working, though).
20540         * TODO: Updated.
20542 2003-03-22  Naba Kumar  <naba@gnome.org>
20544         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20546 2003-03-21  Naba Kumar  <naba@gnome.org>
20548         * README: Removed Andy Piper's name from the active maintainers
20549         list on his request.
20550         
20551         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20552         preferences.
20553         
20554         * src/anjuta-tools.c: Fixed compiler errors.
20556         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20557         show bugs.
20558         
20559         * src/commands.c, src/src_paths.c, src/style-editor.c,
20560         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20561         becuase they are now hidden by default (from glade editing).
20562         
20563         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20564         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20565         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20566         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20567         basic windows managements.
20568         
20569 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20570         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20571         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20572         Enver ALTIN (a.k.a. skyblue)
20574 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20575         * tagmanager/*: Added ignore-list for symbols. This will make
20576         parsing more accurate for projects. Doc updates needed.
20578 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20579         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20580         * launcher/Makefile.am: Link to correct libraries
20581         * src/launcher.c: Do not allow NULL shell
20583 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20584         * src/debug_tree.c: Improve debug tree view.
20586 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20588         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20589         'Run Configure Script' and 'Execute Program'. Increase minimum width
20590         of Configure dialog.
20591         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20592         list widget by setting a model and adding a column and renderer.
20593           Actually store the nocvs toggle button in FindInFiles data structure.
20594           Handle selection changes via changed signal rather than row_activated.
20595           Use response signal for handling the close and find buttons.
20596           Close window when escape is pressed.
20597         * find_replace.c: Close window when escape is pressed.
20598         * find_text.c: Close window when escape is pressed in find dialog as
20599         well as wrap search question, where now Yes is the default button.
20601 2003-03-05  Naba Kumar  <naba@gnome.org>
20603         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20605         * src/message-manager-private.cc: Fixed a bug with vte conditional
20606         compilation.
20607         * anjuta.glade: Hides all windows in glade file.
20609 2003-03-05  Naba Kumar  <naba@gnome.org>
20611         * src/an_file_view.c: Fixed a compilation warning.
20612         * src/message-manager-private.cc: Conditional compilation for vte
20613         API.
20614         
20615 2003-02-28  Naba Kumar  <naba@gnome.org>
20617         * configure.in, anjuta.spec.in: Updated dependency packages version.
20618         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20619         * src/preferences.c: Added debug assertions.
20620         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20621         editor to enable/disable bringing the recent editor tabs first.
20622         
20623         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20624         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20625         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20626         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20627         and     bug fixes. Also code clean ups.
20628         
20629         * (new) src/search-replace.[h,c]: New search replace implementation
20630         from ANJUTA_1_0_0 branch.
20631         
20632         * (new) src/windows-dialog.[h,c]: New windows management class
20633         [work in progress].
20635 2003-02-28  Naba Kumar  <naba@gnome.org>
20637         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20638         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20639         src/appwizard.c, src/build_file.c, src/build_project.c,
20640         src/clean_project.c, src/compile.c, src/configurer.c,
20641         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20642         src/message-manager-dock.c, src/message-manager-dock.h,
20643         src/message-manager-private.cc, src/message-manager.cc,
20644         src/preferences-dialog.c, src/preferences-dialog.h,
20645         src/preferences.c, src/preferences.h, src/project_dbase.c,
20646         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20647         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20648         src/utilities.c, src/utilities.h:
20649         
20650         Widgetized Preferences and gave proper function names.
20652         * src/executer.c: Fixed a session loading bug.
20653         
20654 2003-02-27  Naba Kumar  <naba@gnome.org>
20656         * printing/print.c: Fixed printing font bug that failed to load the
20657         proper fonts.
20658         
20659         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20660         
20661         * TODO, anjuta.prj: Updated.
20663 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20665         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20666         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20667         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20668         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20669         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20670         fixed omf errors
20672 2003-02-25  Naba Kumar  <naba@gnome.org>
20674         * Makefile.am: Excluded omf-install from installation as the docs are
20675         not ready.
20676         
20677         TODO: Updated.
20678         
20679         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20680         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20681         property names and added new editor properties and code cleanups.
20682         Also added new project properties.
20683         
20684         * src/compiler_options.[h,c]: Added pkg-config packages supports
20685         and fixed bugs.
20686         
20687         * src/glade_iface.h: Cleanups.
20688         
20689         * src/launcher.c: Used timer instead of idle to scan.
20690         
20691         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20692         src/project_config.[h,c], src/project_import.c: Implemented project
20693         property to define GUI editor and to handle it.
20694         
20695         * src/preferences.c: i18n fixes.
20696         
20697         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20698         unused (and old) pixmaps.
20699         
20700         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20701         
20702 2003-02-25  Naba Kumar  <naba@gnome.org>
20704         * src/message-manager-private.[h,cc], src/preferences.c,
20705         anjuta.glade, anjuta_dialog_strings.c: Implemented
20706         gnome terminal profiles for the terminal preferences and moved the
20707         addition of terminal preferences in the terminal constructor.
20708         
20709         * anjuta.prj: Updated.
20711 2003-02-24  Naba Kumar  <naba@gnome.org>
20713         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20714         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20715         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20716         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20717         preferences dialog.
20719         * TODO: Updated.
20721         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20722         text selection and child re-spawning.
20724         * src/pixmaps.h: Removed unused pixmaps definitions.
20725         
20726 2003-02-23  Naba Kumar  <naba@gnome.org>
20728         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20729         the project tree/window.
20731         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20732         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20733         Correct the use of a variable and implemented session save/load
20734         for tree expansion states.
20735         
20736         * src/main_menubar_def.h: Fixed shortcuts keys.
20737         
20738         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20739         
20740         * anjuta.prj: Updated.
20741         
20742 2003-02-22  Naba Kumar  <naba@gnome.org>
20744         * src/debug_tree.[c,h]: GNOME2 port from 
20745         Etay Meiri <etay-m@bezeqint.net>
20746         
20747         * src/an_file_view.c, src/resources.[h,c],
20748         data/properties/bash.properties,
20749         data/properties/cpp.properties,
20750         data/properties/html.properties,
20751         data/properties/make.properties,
20752         data/properties/others.properties,
20753         data/properties/perl.properties,
20754         data/properties/props.properties,
20755         data/properties/xml.properties: Standarized file icons. Icons are
20756         defined in respective .properties file and are retrieved as resource
20757         data.
20759         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20760         in labels from the commands editor as that would create
20761         problems for translators.
20763 2003-02-21  Naba Kumar  <naba@gnome.org>
20765         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20766         as they should be part of CVS(?).
20768         * Makefile.am: Corrected a typo for glade generated strings file.
20770         * configure.in, po/hi.po: Added new Hindi (hi) translation
20771         in ALL_LINGUS and added initial Hindi translation.
20773         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20774         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20775         sv_unknown.xpm to more proper icon.
20777         * (new)data/properties/php.properties, data/properties/Makefile.am,
20778         data/properties/anjuta.properties, data/properties/html.properties:
20779         Fixed PHP syntax hilighting bug by separating php properties into
20780         different file (because of file size).
20782         * TODO: Updated.
20783         
20784 2003-02-20  Naba Kumar <naba@gnome.org>
20786         * src/breakpoints.c: Fixed breakpoints session saving/loading
20787         crash bug.
20788         
20789         * scintilla/*, scintilla/include/*: Updated to scintilla
20790         release 1.51
20791         
20792 2003-02-19  Naba Kumar <naba@gnome.org>
20794         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20795         * TODO: Updated.
20797         * Makefile.am, src/Makefile.am,
20798         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20799         (removed) src/anjuta_dialog_strings.c,
20800         (removed) src/anjuta_dialogs_strings.c,
20801         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20802         (added) anjuta.glade: Transfered glade files from src/ directory
20803         to the top level directory.
20805         * po/POTFILES.in: Updated.
20806         
20807         * (removed) macrocs2/*: Transfered to data/ directory.
20808         
20809         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20810         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20811         requires to have macros dir, but the projects generated by anjuta
20812         require them.
20813         
20814         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20815         trees.
20816         
20817         * src/defaults.c: Corrected default compiler options.
20818         
20819         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20820         wizard.
20821         
20822         * src/message-manager-private.cc, src/message-manager-private.h,
20823         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20824         
20825         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20826         source code generation for gnome2 projects.
20828 2003-02-11  Naba Kumar <naba@gnome.org>
20830         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20831         restores the expand/collaspe states of the nodes after refresh.
20832         
20833         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20834         
20835 2003-02-11  Naba Kumar <naba@gnome.org>
20837         * src/style-editor.c: Fixed pango font description handling for fonts.
20838         * src/anjuta.glade: Removed font size spin button.
20839         * configure.in, src/anjuta.prj: Corrected version.
20840         * TODO: update.
20841         
20842 2003-02-10  Naba Kumar <naba@gnome.org>
20844         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20845         references of scroll-menu.h and add about.h in Makefile.am.
20846         
20847         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20848         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20849         (removed) widgets/scroll-menu.h: Removed unused files.
20850         
20851         * Makefile.am: Added proper i18n rules and added intl tools for
20852         distributions.
20853         
20854         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20855         to the stable release).
20856         
20857         * anjuta.spec.in: Removed manuals packaging.
20858         
20859         * data/Makefile.am: Removed 'macros' installation (not required for
20860         gnome2 projects).
20862 2003-02-10  Naba Kumar <naba@gnome.org>
20864         * po/POTFILES.in: Updated.
20866         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
20867         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
20868         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
20869         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
20870         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
20871         icons and images.
20873         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
20874         src/toolbar_callbacks.h: Fixed scintilla notification signal name
20875         and fixed to properly handle focus in find entry box.
20877         * Makefile.am: Added code for RH system menu update.
20879         * .cvsignore: Updated.
20881         * NEWS: Updated.
20883 2003-02-03  Naba Kumar <naba@gnome.org>
20885         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
20886         editor preferences. and fixes dialogs.
20888         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
20889         Fixed linenumbers and header margins when they are disabled and
20890         removed unused header files.
20892         * src/attact_process.[h,c], src/debugger.c: Attach to process
20893         now works.
20895         * src/help.c: Fixed dialog response.
20897         * TODO: Updated.
20899         * data/properties/anjuta.properties: Corrected typo.
20901         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
20902         Change the signal to "changed" in entry from "selection-changed" in
20903         list.
20905         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
20906         short-cuts.
20908 2003-01-31  Naba Kumar <naba@gnome.org>
20910         * configure.in: Upgraded to use libgnomeprint-2.2
20911         
20912         * printing/Makefile.am: Updated
20913         
20914         *(removed) printing/print-doc.c, printing/print-doc.h,
20915         printing/print-util.c, printing/print-util.h: Removed because already
20916         merged with print.c.
20917         
20918         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
20919         and libgnomeprintui-2.2 and fixed rendering problems.
20920         
20921         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
20922         uneccessary print properties, as they are separately taken
20923         care in gnomeprint.
20924         
20925         * po/POTFILES.in: Update.
20927 2003-01-30  Naba Kumar <naba@gnome.org>
20929         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
20930         for about dialog box.
20931         
20932         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
20933         src/pixmaps.h: Modified for the above additions for about dialog.
20935 2003-01-29  Naba Kumar <naba@gnome.org>
20937         * src/style_editor.[c,h]: Added missing files.
20938         
20939 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20940         * scintilla/XPM.[cxx|h]: Added missing files
20942 2003-01-29  Naba Kumar <naba@gnome.org>
20943         
20944         * TODO, po/POTFILES.in: Updated.
20945         
20946         * anjuta.prj, src/anjuta.glade,
20947         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
20949 2003-01-28  Naba Kumar <naba@gnome.org>
20950         
20951         * data/properties/anjuta.properties, src/aneditor.cxx,
20952         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
20953         properties into text properties (earlier it was int properties).
20955         * TODO: Updated
20956         
20957         * scintilla/AutoComplete.c,xx,
20958         scintilla/AutoComplete.h,
20959         scintilla/CallTip.c,xx,
20960         scintilla/CallTip.h,
20961         scintilla/Document.c,xx,
20962         scintilla/Document.h,
20963         scintilla/Editor.c,xx,
20964         scintilla/Editor.h,
20965         scintilla/LexAVE.c,xx,
20966         scintilla/LexCSS.c,xx,
20967         scintilla/LexHTML.c,xx,
20968         scintilla/LexOthers.c,xx,
20969         scintilla/LexPython.c,xx,
20970         scintilla/LineMarker.c,xx,
20971         scintilla/LineMarker.h,
20972         scintilla/Makefile.am
20973         scintilla/PlatGTK.c,xx,
20974         scintilla/PropSet.c,xx,
20975         scintilla/ScintillaBase.c,xx,
20976         scintilla/ScintillaBase.h,
20977         scintilla/ScintillaGTK.c,xx,
20978         scintilla/ViewStyle.c,xx,
20979         scintilla/include/Platform.h,
20980         scintilla/include/SciLexer.h,
20981         scintilla/include/Scintilla.h,
20982         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
20983         
20984         
20985         src/Makefile.am,
20986         src/an_file_view.c,
20987         src/an_symbol_view.c,
20988         src/anjuta-tools.c,
20989         src/anjuta.c,
20990         src/anjuta.glade
20991         src/anjuta.h,
20992         src/anjuta_cbs.c,
20993         src/anjuta_dialogs_strings.c,
20994         src/anjuta_info.c,
20995         src/commands.c,
20996         src/compiler_options.c,
20997         src/debugger.c,
20998         src/help.c,
20999         src/main_menubar.c,
21000         src/main_menubar.h,
21001         src/main_menubar_def.h,
21002         src/mainmenu_callbacks.c,
21003         src/mainmenu_callbacks.h,
21004         src/message-manager-private.c,c
21005         src/message-manager-private.h,
21006         src/message-manager.c,c
21007         src/message-manager.h,
21008         src/pixmaps.h,
21009         src/preferences.c,
21010         src/preferences.h,
21011         src/project_config.c,
21012         src/project_dbase.c,
21013         src/project_dbase_gui.c,
21014         src/project_import_gui.c,
21015         src/properties.c,xx,
21016         src/properties.h,
21017         src/resources.c,
21018         src/src_paths.c,
21019         src/text_editor.c,
21020         src/text_editor_gui.c,
21021         src/toolbar.c,
21022         src/utilities.c,
21023         src/utilities.h,
21024         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21025         
21026 2003-01-24  Naba Kumar <naba@gnome.org>
21028         * src/text_editor_gui.c, src/toolbar.c,
21029         src/text_editor.c, src/text_editor_cbs.h:
21030         Used correct notification signal name for scintilla
21031         (gtk2) and fixed UI.
21032         
21033         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21034         when not required.
21035         
21036         * printing/print-doc.c,
21037         printing/print.c,,
21038         src/anjuta-tools.c,
21039         src/find_replace.c,
21040         src/goto_line.c,
21041         src/launcher.c,
21042         src/mainmenu_callbacks.c,
21043         src/project_dbase.c,
21044         src/project_dbase.h,
21045         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21046         src/text_editor.c,
21047         src/text_editor_cbs.h:
21050 2003-01-23  Naba Kumar <naba@gnome.org>
21052         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21053         correct stock icons and organized pixmap macros.
21054         
21055         Makefile.am: Removed non-generated files.
21056         
21057         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21058         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21059         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21060         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21061         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21062         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21063         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21064         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21065         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21066         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21067         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21068         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21069         stop.xpm, undo.xpm}: Removed because no longer used.
21071         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21072         file_unknown.xpm}: Files renamed from fv_*, as it would
21073         be the right name.
21075         * pixmaps/Makefile.am: Updated for the above changes.
21077 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21079         * pixmaps/autocomplete-16.png,
21080         pixmaps/autocomplete.png,
21081         pixmaps/block-end-16.png,
21082         pixmaps/block-end.png,
21083         pixmaps/block-start-16.png,
21084         pixmaps/block-start.png,
21085         pixmaps/bookmark-first-16.png,
21086         pixmaps/bookmark-first.png,
21087         pixmaps/bookmark-last-16.png,
21088         pixmaps/bookmark-last.png,
21089         pixmaps/bookmark-next-16.png,
21090         pixmaps/bookmark-next.png,
21091         pixmaps/bookmark-prev-16.png,
21092         pixmaps/bookmark-prev.png,
21093         pixmaps/error-next-16.png,
21094         pixmaps/error-next.png,
21095         pixmaps/error-prev-16.png,
21096         pixmaps/error-prev.png: gnome2-styled icons
21099 2003-01-23  Naba Kumar <naba@gnome.org>
21101         * anjuta.prj: Updated compiler options.
21102         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21104         * src/aneditor.cxx,
21105         src/anjuta.c,
21106         src/anjuta.glade,
21107         src/anjuta_dialogs_strings.c,
21108         src/mainmenu_callbacks.c,
21109         src/mainmenu_callbacks.h,
21110         src/text_editor.c,
21111         src/text_editor_cbs.c,
21112         src/text_editor_gui.c: GNOME2 Porting.
21114 2003-01-22  Naba Kumar <naba@gnome.org>
21116         * ChangeLog: Corrected dates.
21117         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21118         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21119         preferences.
21121 2003-01-22  Naba Kumar <naba@gnome.org>
21122         
21123         * plugins/patch/patch-plugin.c: Bug fix.
21124         
21125         * src/anjuta-tools.c,
21126         src/anjuta.c,
21127         src/anjuta.glade,
21128         src/anjuta.h,
21129         src/anjuta_dialogs_strings.c,
21130         src/breakpoints.c,
21131         src/cvs_gui.c,
21132         src/debugger.c,
21133         src/debugger.h,
21134         src/executer.c,
21135         src/glade_iface.c,
21136         src/main.c,
21137         src/mainmenu_callbacks.c,
21138         src/mainmenu_callbacks.h,
21139         src/preferences.c,
21140         src/project_dbase.c,
21141         src/project_dbase_gui.c,
21142         src/registers.c,
21143         src/sharedlib.c,
21144         src/signals.c,
21145         src/signals_cbs.c,
21146         src/source.c,
21147         src/stack_trace.c,
21148         src/toolbar_callbacks.c,
21149         src/utilities.c,
21150         src/utilities.h,
21151         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21152         
21153         * src/Makefile.am,
21154         (removed) src/CORBA-Server.c,
21155         (removed) src/CORBA-Server.h,
21156         (removed) src/Gladen-common.c,
21157         (removed) src/Gladen-stubs.c,
21158         (removed) src/Gladen.h,
21159         (removed) src/Prj-common.c,
21160         (removed) src/Prj-skelimpl.c,
21161         (removed) src/Prj-skels.c,
21162         (removed) src/Prj-stubs.c,
21163         (removed) src/Prj.h,
21164         (removed) src/glades.c,
21165         (removed) src/glades.h,
21166         (removed) src/messagebox.c,
21167         (removed) src/messagebox.h: Removed because no longer used.
21169 2003-01-21  Naba Kumar <naba@gnome.org>
21171         * src/anjuta-tools.c,
21172         src/anjuta.c,
21173         src/anjuta.glade,
21174         src/anjuta_dialogs_strings.c,
21175         src/anjuta_info.c,
21176         src/anjuta_info.h,
21177         src/breakpoints.c,
21178         src/compiler_options.c,
21179         src/debugger.c,
21180         src/find_replace.c,
21181         src/find_replace.h,
21182         src/find_text.c,
21183         src/find_text.h,
21184         src/goto_line.c,
21185         src/launcher.c,
21186         src/text_editor.c,
21187         widgets/gnomefilelist.c: GNOME2 porting.
21189 2003-01-20  Naba Kumar <naba@gnome.org>
21191         * global-tags/create_global_tags.sh: Uses pkg-config to
21192         read the modules.
21193         
21194         * src/anjuta.c,
21195         src/anjuta.glade,
21196         src/anjuta.h,
21197         src/anjuta_cbs.c,
21198         src/anjuta_dialogs_strings.c,
21199         src/breakpoints.c,
21200         src/breakpoints.h,
21201         src/compiler_options.c,
21202         src/compiler_options.h,
21203         src/fileselection.c,
21204         src/fileselection.h,
21205         src/mainmenu_callbacks.c,
21206         src/project_dbase_gui.c,
21207         src/session.c,
21208         src/src_paths.c,
21209         src/src_paths.h,
21210         src/text_editor.c,
21211         src/text_editor_gui.c,
21212         widgets/gnomefilelist.c,
21213         widgets/gnomefilelist.h: GNOME2 porting.
21214         
21215         * widgets/Makefile.am,
21216         (removed) widgets/gnomedirlist.c,
21217         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21218         
21219         * src/Makefile.am,
21220         (removed) src/src_paths_cbs.c,
21221         (removed) src/src_paths_cbs.h,
21222         (removed) src/src_paths_gui.c,
21223         (removed) src/compiler_options_cbs.c,
21224         (removed) src/compiler_options_cbs.h,
21225         (removed) src/breakpoints_cbs.c,
21226         (removed) src/breakpoints_cbs.h: Removed because they are now
21227         combined in singe file
21229 2003-01-16  Naba Kumar <naba@gnome.org>
21231         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21232         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21233         options dialog UI and data handling.
21236 2003-01-15  Naba Kumar <naba@gnome.org>
21238         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21239         Completed command editor porting.
21240         
21241         * src/anjuta.c: Removed the use of commands load function
21242         (not required).
21244         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21245         and unrefs.
21247         * src/anjuta-tools.c: Fixed translatable strings.
21248         
21249         * src/find_text.c: Fixed dialog creation from glade.
21250         
21251         * src/text_editor_gui.c, src/text_editor.c,
21252         src/text_editor_cbs.c: Completed port of detached text editor
21253         to gnome2 plateform.
21254         
21255 2003-01-14  Naba Kumar <naba@gnome.org>
21257         * src/anjuta.glade, src/preferences.[h,c],
21258         src/anjuta_dialogs_strings.c: Added build and editor
21259         preferences pages and other UIs. Fixed preferense loading and saving.
21260         
21261         * src/anjuta.c: Does case-insensitive match for tabs position
21262         preferences and removed preferences loading (done at _new() call).
21263         
21264         * anjuta-tools.c: Debugged tools dialog handling.
21265         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21266         
21267 2003-01-13  Naba Kumar <naba@gnome.org>
21269         * ABOUT-NLS: Update (strange).
21271         * autogen.sh: Removed blocking code.
21273         * configure.in: Fixed an autogen bug.
21274         
21275 2003-01-13  Naba Kumar <naba@gnome.org>
21277         * (new)src/anjuta.gladep
21278         (new)src/messagebox.c
21279         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21280         will be gradually removed (and then the files).
21281         
21282         * Makefile.am,
21283         anjuta.prj,
21284         printing/print-util.c,
21285         printing/print.c,
21286         scintilla/ScintillaGTK.c,xx
21287         src/Makefile.am,
21288         src/an_file_view.c,
21289         src/an_symbol_view.c,
21290         src/anjuta.c,
21291         src/anjuta.glade
21292         src/anjuta.h,
21293         src/anjuta_dialogs_strings.c,
21294         src/anjuta_gui.c,
21295         src/attach_process.c,
21296         src/attach_process.h,
21297         src/breakpoints.c,
21298         src/breakpoints.h,
21299         src/breakpoints_cbs.c,
21300         src/commands.c,
21301         src/commands.h,
21302         src/compiler_options.c,
21303         src/compiler_options.h,
21304         src/compiler_options_cbs.c,
21305         src/configurer.c,
21306         src/configurer.h,
21307         src/controls.c,
21308         src/cvs_cbs.c,
21309         src/debug_tree.c,
21310         src/debug_tree.h,
21311         src/executer.c,
21312         src/executer.h,
21313         src/find_in_files.c,
21314         src/find_in_files.h,
21315         src/find_in_files_cbs.c,
21316         src/find_replace.c,
21317         src/find_replace.h,
21318         src/find_text.c,
21319         src/find_text.h,
21320         src/goto_line.c,
21321         src/help.c,
21322         src/help.h,
21323         src/launcher.c,
21324         src/main.c,
21325         src/main_menubar.c,
21326         src/mainmenu_callbacks.c,
21327         src/message-manager.c,c
21328         src/pixmaps.h,
21329         src/preferences.c,
21330         src/project_config.c,
21331         src/project_config.h,
21332         src/project_dbase.c,
21333         src/project_import_cbs.c,
21334         src/resources.c,
21335         src/resources.h,
21336         src/splash.c,
21337         src/src_paths.c,
21338         src/src_paths.h,
21339         src/src_paths_gui.c,
21340         src/text_editor.c,
21341         src/text_editor_gui.c,
21342         src/toolbar.c,
21343         src/toolbar.h,
21344         src/utilities.c,
21345         src/utilities.h,
21346         src/wizard_gui.c,
21347         widgets/gnomefilelist.c: GNOME2 Port.
21349 2003-01-10  Naba Kumar  <naba@gnome.org>
21351         * src/an_file_view.c,
21352         src/anjuta_gui.c,
21353         src/appwizard_gui.c,
21354         src/compiler_options.c,
21355         src/compiler_options_cbs.c,
21356         src/cvs_cbs.c,
21357         src/executer.c,
21358         src/fileselection.c,
21359         src/find_in_files.c,
21360         src/goto_line.c,
21361         src/main_menubar.c,
21362         src/memory.c,
21363         src/message-manager-dock.c,
21364         src/preferences.c,
21365         src/project_dbase_gui.c,
21366         src/project_import_gui.c,
21367         src/registers_gui.c,
21368         src/sharedlib_gui.c,
21369         src/src_paths_gui.c,
21370         src/text_editor_gui.c,
21371         src/toolbar.c,
21372         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21374 2003-01-09  Naba Kumar <naba@gnome.org>
21376         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21377         problems with some comments.
21379         * anjuta.prj: New project file (updated?)
21381         * src/Makefile.am: Enabled deprecated API and fixed variables.
21383         * src/an_file_view.c,
21384         src/an_symbol_view.c,
21385         src/anjuta-plugins.c,
21386         src/anjuta-tools.c,
21387         src/anjuta.c,
21388         src/anjuta_gui.c,
21389         src/appwizard_cbs.c,
21390         src/attach_process.c,
21391         src/attach_process_cbs.c,
21392         src/compiler_options.c,
21393         src/compiler_options_cbs.c,
21394         src/launcher.c,
21395         src/mainmenu_callbacks.c,
21396         src/message-manager-private.c,c
21397         src/message-manager-private.h,
21398         src/message-manager.c,c
21399         src/message-manager.h,
21400         src/project_dbase.c,
21401         src/project_dbase.h,
21402         src/project_dbase_gui.c,
21403         src/project_import_cbs.c,
21404         src/project_import_gui.c,
21405         src/registers.c,
21406         src/resources.c,
21407         src/resources.h,
21408         src/sharedlib.c,
21409         src/signals.c,
21410         src/signals_cbs.c,
21411         src/signals_gui.c,
21412         src/splash.c,
21413         src/src_paths_cbs.c,
21414         src/src_paths_gui.c,
21415         src/stack_trace.c,
21416         src/text_editor.c,
21417         src/text_editor_gui.c,
21418         src/text_editor_menu.c,
21419         src/toolbar.c,
21420         src/toolbar_callbacks.c,
21421         src/utilities.c,
21422         src/watch.c,
21423         src/watch_cbs.c,
21424         src/wizard_gui.c: GNOME porting.
21426 2002-12-24 Naba Kumar <naba@gnome.org>
21428         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21429         NEWS, README, SEARCH-REPLACE,
21430         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21431         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21432         launcher/Makefile.am,
21433         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21434         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21435         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21436         printing/print-util.c, printing/print.c, printing/print.h,
21437         scintilla/*/*, widgets/e-shell-about-box.c,
21438         src/*, tagmanager/*/*, widgets/Makefile.am,
21439         widgets/gnomefilelist.c:
21440         
21441         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21442         src/*.[c,h] files to gnome2 API.
21444         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21445         strings table.
21447 2002-10-23  Naba Kumar <naba@gnome.org>
21449         * autogen.sh: Prevented Users from building HEAD cvs.
21450         
21451 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21453         * src/anjuta.glade: added the compiler options dialog, hopefully
21454         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21456 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21458         * src/anjuta.glade: fixed a lot of small glitches.
21460         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21461         now.
21463         * src/breakpoints_cbs.c: polished a bit.
21465 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21467         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21469         * src/commands.c: partial gnome 2 port.
21471         * src/utilities.[ch]: changed some bits to be const.
21473 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21475         * src/Makefile.am: removed breakpoints_gui.c and added a check
21476         for gdk-pixbuf deprecated functions, but there shouldn't be much
21477         anyway.
21479         * src/breakpoints_gui.c: killed.
21481         * src/anjuta.glade: added two dialogs for the breakpoints management.
21483         * src/anjuta.h:
21484         * src/anjuta_cbs.c:
21485         * src/appwizard.c:
21486         * src/attach_process.c:
21488         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21489         really huge changes and porting work.
21490         
21491         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21492         (breakpoints_dbase_new): moved the UI init bits here.
21494         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21495         a lot, not using any color anymore (not HIG compliant) and not using
21496         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21497         to be double checked.
21499         * src/build_file.c:
21500         * src/build_project.c: gnome 2 port.
21502 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21504         * src/anjuta.glade:
21505         * src/anjuta.h:
21506         * src/anjuta_cbs.c:
21507         * src/appwizard.c:
21508         * src/breakpoints.c:
21509         * src/breakpoints_cbs.c: cleaned up some bits.
21511 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21513         * src/Makefile.am:
21514         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21516         * src/an_symbol_view.[ch]:
21517         * src/attach_process_cbs.h: polished a bit.
21519         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21521 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21523         * configure.in:
21524         * src/Makefile.am: added libglade-2 to the build.
21526         * src/anjuta.[ch]: added support for libglade.
21528         * src/anjuta.glade: added. There could be a file per top-level widget,
21529         as some other gnome projects, though.
21531         * src/attach_process_gui.c: removed.
21532         * src/attach_process.[ch]: gnome 2 port.
21533         (attach_process_new): Added the treeview init and the widget references
21534         here.
21536 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21538         * src/an_file_view.c: fixed some compilation issues.
21540         * src/an_symbol_view.c: gnome 2 port.
21542 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21544         * src/an_file_view.c: finished gnome 2 port.
21545         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21546         directory pixmap depending on the event.
21548         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21549         (project_file_data_new): use a GtkTreePath.
21551 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21553         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21554         driving me nuts but they need to be ported, heh ?
21556         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21557         work since it's quite a total rewrite again.
21559 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21561         * src/an_file_view.c:
21562         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21564 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21566         * src/anjuta_info.c:
21567         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21569 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21571         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21572         nuts ATM.
21573        
21574         * src/an_file_view.c:
21575         * src/aneditor.cxx:
21576         * src/anjuta_cbs.c:
21577         * src/compiler_options.h:
21578         * src/messagebox.c:
21579         * src/messagebox.h:
21580         * src/pixmaps.h:
21581         * src/project_dbase.h:
21582         * src/resources.h: gnome 2 port.
21584 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21586         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21588         * data/properties/sql.properties: added the DATETIME data type.
21590         * data/properties/html.properties: added the foreach php keyword.
21592 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21594         * widgets/Makefile.am: removed blank line after the last backslash
21595         for avoiding a warning from automake.
21597         * configure.in:
21598         * src/Makefile.am: added the ORBit-2 dep.
21600 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21602         * AUTHORS: added Biswa, because I wonder why noone already have
21603         written his name in the Anjuta's hall of fame :)
21605 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21607         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21608         widgets/e-shell-about-box.c: Made to compile for gnome2.
21609         
21610 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21612         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21613         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21614         
21615         * configure.in, printing/print.h, printing/print.c,
21616         printing/print-doc.c: Made to compile for gnome2.
21617         
21618 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21620         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21621         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21622         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21623         widgets/Makefile.am:
21624         
21625         Upgraded the build system to gnome2 platform.
21626         
21627 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21628         * manuals/*: Added capability to generate PDF and PS.
21629         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21630         * TODO, TODO.biswa: Intergated TODO list.
21631         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21632         , bug #574470
21633         * src/dnd.c: Fix typo
21634         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21635         * src/anjuta.c: Bug #568895, Bug #575419
21637 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21639         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21640         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21642 2002-12-17  Naba Kumar <naba@gnome.org>
21644         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21645         bugs.
21646         
21647 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21648         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21649         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21650         * anjuta.prj: Added tools.sgml
21651         * data/properties/cpp.properties: Bug # 646974
21653 2002-12-16  Naba Kumar <naba@gnome.org>
21655         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21656         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21657         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21658         on 'Enter' and adds proper focus mechanism.
21659         * src/anjuta.c: Fixed a memory corruption bug.
21660         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21661         'Enter' and can also be Canceled. Sets proper default and focus policies
21662         for tools dialogs.
21663         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21664         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21665         translatable strings in dialogs and fixed some dialog properties.
21666         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21667         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21668         * src/message_manager_private.cc: Fixed some debug messages.
21669         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21670         widgets/gnomefilelist.c: Fixed a memory leaks.
21671         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21672         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21673         src/main_menubar_def.h: Implemented incremental search.
21674         * TODO: Updated.
21676 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21677         * tagmanager/*: Minor cleanups and warning fixes.
21678         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21679         GUI during long updates.
21680         * src/text_editor.c: Remove debug message.
21682 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21683         * tagmanager/tm_project.c: Fix a memory access problem.
21685 2002-12-13  Naba Kumar <naba@gnome.org>
21687         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21688         tools list to show "Enabled" flag of the tool. Fixed a bug where
21689         tool list is not cleared when creating a new tool.
21690         
21691 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21692         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21694 2002-12-12  Naba Kumar <naba@gnome.org>
21696         * anjuta-tools.[h,c], commands.c: Used the tools help of
21697         anjuta variables list in commands editor and fixed a typos
21698         buy in anjuta-tools.c.
21699         
21700 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21701         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21702         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21703         * TODO.biswa: Added to help me track things better.
21705 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21707         * configure.in, anjuta.spec.in: Added libglade dependency.
21708         * Makefile.am: Added anjuta.glade file.
21709         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21710         , src/mainmenu_callbacks.[ch], src/message-manager.h
21711         , src/widget-registry.c: Tools editor GUI + other additions.
21713 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21715         * src/project_dbase.[ch], tagmanager/tm_project.c,
21716         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21717         Implement syncing tags image with the project database.
21718         * src/anjuta-tools.c: Implemented variable substitution and
21719         working directory in tools.
21721 2002-12-09  Naba Kumar <naba@gnome.org>
21722         
21723         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21724         command configuration language list from properties.
21725         
21726         * data/properties/asm.properties, data/properties/ruby.properties:
21727         Fixed typos.
21729 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21731         * src/an_symbol_view.c: Remember current selected entry and select
21732         it automatically after refresh.
21734 2002-11-26  Murray Cumming  <murrayc@usa.net>
21736         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21737           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21738         and gnomemm 1.2 projects so that people know they are really
21739         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21740         But I did correct these to sue lowercase names.
21742 2002-12-01  Naba Kumar <naba@gnome.org>
21744         * data/anjuta.properties: Fixed caching problem on 
21745         indicators.
21746         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21747         indicators prefs.
21748         
21749 2002-12-01  Naba Kumar <naba@gnome.org>
21751         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21752         property name.
21753         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21754         property and uses it.
21755         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21756         current cursor.
21757         
21758 2002-11-30  Naba Kumar <naba@gnome.org>
21760         * src/debugger.c: Fixed a typo.
21761         * data/properties/*: Updated properties files and added
21762         new ones.
21763         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21764         Added comment submenu and cleaned up ref and unref of menus.
21765         * src/aneditor.h: Added definition of comment commands.
21766         * src/aneditor.c: Upgrade from latest SciTE source code.
21767         * src/text_editor.[hc], src/text_editor_cbs.c, 
21768         src/message_manager_private.cc, src/message_manager.[cc,h],
21769         src/anjuta.[c,h]: Added indicators support for errors/warnings
21770         highlight in the editor.
21771         * NEWS, TODO: Update.
21772         * scintilla/include/PropSet.h: Removed deprecrated function.
21773         
21774 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21776         * src/anjuta-tools.[ch]: Tools implementation (basic)
21777         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21778           , src/main_menubar_def.h: PLugins cleanup and segregation
21779         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21780           registry
21781         * anjuta.prj: Added new files
21782         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21783         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21784         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21785         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21786         * src/Makefile.am: Added new files
21787         * src/message-manager.[cc/h]: Added standard output and error windows
21789 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21791         * project_type.c: Fixed Gnomemm2 project type
21793 2002-11-25  Naba Kumar <naba@gnome.org>
21795         * printing/print.c: Fixed a compile warning.
21796         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21797         * src/utilities.c: Fixed a compile warning in sparc, hides the
21798         terminal check error output from the user.
21799         * project_config.[ch], project_dbase.[ch], source.c: Added project
21800         version, exclude modules configuration and reordered other config
21801         properties. Changed some strings to more descriptive text.
21802         * src/compiler_opitions.c: Removed extra newlines from .prj file
21803         save.
21804         * anjuta.prj: Converted to new format (only reorganised properties
21805         and removed extra newlines ... nothing else).
21806         * NEWS: updated
21807         
21808 2002-11-21  Naba Kumar <naba@gnome.org>
21810         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21811         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21812         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21813         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21814         Updated to the CVS version.
21816 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21818         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21819           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21820           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21821           images in completion lists. 
21822         * src/resources.h: Make C++ friendly.
21823         * scintilla/PropSet.cxx: Fix memory leak.
21825 2002-11-20  Naba Kumar <naba@gnome.org>
21827         * scintilla/*/*: Synced to latest scintilla 1.49
21828         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21829         New lexers added.
21831         * scintilla/RESearch.cxx: The automatic cvs log in the
21832         file really broke things trying to interprete the changelog
21833         entry incorrectly as end-of-comment. Removed the $cvs line
21834         and committed again.
21835         
21836 2002-11-19  Naba Kumar <naba@gnome.org>
21838         Patch from Timothee Besset <ttimo@idsoftware.com>
21839         
21840         * src/message-manager-private.cc: Interpretes absolute
21841         file paths properly in zvt terminal.
21843 2002-11-19  Naba Kumar <naba@gnome.org>
21845         Patch from Timothee Besset <ttimo@idsoftware.com>
21846         
21847         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21848         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
21849         (important) editor preferences in project (if there is one
21850         open).
21851         
21852         * TODO: Updated
21853         
21854 2002-11-18  Naba Kumar <naba@gnome.org>
21855         
21856         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21857         
21858         * src/debug_tree.c, src/find_in_files_gui.c,
21859         src/find_replace.c, src/find_text.c, 
21860         src/project_import.c, src/project_import_gui.c,
21861         src/wizard_gui.c: i18n Fixes.
21863 2002-11-15  Naba Kumar <naba@gnome.org>
21865         * plugins/class-gen/clsGen.c: Fixed to use project function
21866         to import files. Create non-existent directories before the
21867         sources are written.
21868         
21869         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
21870         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
21871         src/glade_iface.c,
21872         src/glades.c: Excluded gladen files from build. This
21873         will fix the unnecessary dependency on libssl.
21874         
21875         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
21876         file import funtion.
21877         
21878         * src/message_manager_private.cc: Fixed a compiler warning with
21879         DEBUG preprocessor macro.
21880         
21881         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
21882         wrong (undocked) editor window was closed on clicking close on an
21883         undocked editor window.
21884         
21885         * src/debugger.c: Fixed a bad bug where debugger terminal won't
21886         start correctly if the executable was run before with 'F3'.
21887         
21888         * src/toolbar_callbacks.c: Wrap around find next.
21889         * src/toolbar.c: Disable combo activate.
21890         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
21891         button positions to get 'yes' as default.
21893         * anjuta.spec.in: Updated.
21894         
21895         * src/anjuta_info.c, src/appwizard_gui.c,
21896         src/attach_process_gui.c, src/breakpoints_gui.c,
21897         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
21898         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
21899         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
21900         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
21901         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
21902         src/preferences.c, src/preferences_gui.c, src/project_config.c,
21903         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
21904         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
21905         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
21906         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
21907         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
21908         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
21909         plugins/patch/patch-plugin.c, printing/print-util.c:
21910         Set all windows and dialogs transient
21911         to their parents so that they remain floated above their parents.
21912         
21913 2002-11-13  Naba Kumar <naba@gnome.org>
21915         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
21916         take default editor font).
21917         
21918         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
21919         Corrected email address.
21920         
21921         * src/mainmenu_callbacks.c: Used spaces instead of tabs
21922         for changelog entry.
21924         * NEWS: Updated.
21925         
21926 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21927         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
21929 2002-11-06  Naba Kumar <naba@gnome.org>
21931         * README: Updated
21932         * anjuta.spec.in: Ships the .omf files with the
21933         documents instead of the base package.
21934         
21935 2002-11-04  Naba Kumar <naba@gnome.org>
21937         * data/properties/latex.properties: Fixed a bug.
21938         * ChangeLog: Released 1.0.0 stable.
21940 2002-11-04  Naba Kumar <naba@gnome.org>
21942         * src/commands.c: Added command with shell redirection capability.
21943         * data/properties/anjuta.properties: Changed default execution
21944         command.
21945         * src/project_dbase.c: Set project top dir in properties.
21946         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
21947         * data/Makefile.am: More diskcheck error fixes.
21948         
21949         * README, anjuta.spec.in, THANKS, AUTHORS,
21950         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
21951         manuals/C/anjuta-manual/authers,sgml,
21952         manuals/C/anjuta-manual/anjuta-manual.sgml,
21953         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21954         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
21955         : Changed anjuta home to
21956         new URL and my email address.
21957         
21958         * manuals/C/anjuta-manual/interfaces.sgml,
21959         manuals/C/anjuta-manual/prefereces.sgml,
21960         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
21961         
21962         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
21963         : removed reference to the help menu as the menu is modified
21964         when no help is found (which is very likely when we are
21965         shiping the documents separately).
21966         
21967 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21968         * anjuta.spec.in: Update specfile to make multiple RPMs.
21969         * data/Makefile.am: make dist fix.
21970         * src/text_editor_menu.c: Fix compile warnings (casts).
21972 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21973         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
21974         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
21976 2002-11-01  Naba Kumar <naba@gnome.org>
21978         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
21979         Added gnome2 macros to be used by gnome2 project wizard.
21980         
21981         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
21982         from gnome-common.
21983         
21984         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
21985         as it was conflicting with generated projects and is not
21986         useful for us.
21987         
21988         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
21989         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
21990         project generation, removed qt project as it's not complete and
21991         added gnome2 bonobo wizard.
21993 2002-10-29  Naba Kumar <naba@gnome.org>
21995         * po/POTFILES.in: Updated.
21996         * po/POTFILES.skip: Added.
21997         * preferences.h: Fixed print paper size property name.
21999 2002-10-28  Naba Kumar <naba@gnome.org>
22000         
22001         * data/user.properties, data/Makefile.am: Added user properties file
22002         which will be copied in user's ~/.anjuta/user.properties.
22003         
22004         * data/anjuta.properties: Changed a comment.
22005         
22006         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22007         
22008         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22009         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22010         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22011         item.
22013         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22014         instead of user properties file.
22015   
22016         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22017         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22018         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22019         * README, TODO: Updated.
22020         
22021 2002-10-28  Naba Kumar <naba@gnome.org>
22023     * manuals/C/anjuta-manual/figures/editor_guides.png,
22024     manuals/C/anjuta-manual/figures/editor_margins.png,
22025     manuals/C/anjuta-manual/figures/editor_markers.png,
22026     manuals/C/anjuta-manual/figures/local_variables.png,
22027     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22028     manuals/C/anjuta-manual/figures/prefs_print.png,
22029     manuals/C/anjuta-manual/figures/print_dlg.png,
22030     manuals/C/anjuta-manual/figures/print_preview.png,
22031     manuals/C/anjuta-manual/figures/symbol_browser.png,
22032     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22033     files for manual documentation.
22034     
22035     * manuals/sgmldocs.make,
22036     manuals/C/anjuta-manual/Makefile.am,
22037     manuals/C/anjuta-manual/authors.sgml,
22038     manuals/C/anjuta-manual/build.sgml,
22039     manuals/C/anjuta-manual/compileopts.sgml,
22040     manuals/C/anjuta-manual/debugger.sgml,
22041     manuals/C/anjuta-manual/execute.sgml,
22042     manuals/C/anjuta-manual/fileoperations.sgml,
22043     manuals/C/anjuta-manual/interface.sgml,
22044     manuals/C/anjuta-manual/preferences.sgml,
22045     manuals/C/anjuta-manual/projects.sgml,
22046     manuals/C/anjuta-manual/figures/arguments.png,
22047     manuals/C/anjuta-manual/figures/open_file.png,
22048     manuals/C/anjuta-manual/figures/other_opts.png,
22049     manuals/C/anjuta-manual/figures/scrshot.png,
22050     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22051     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22052     
22053     Updated anjuta manual documentation.
22055     
22056 2002-10-27  Naba Kumar <naba@gnome.org>
22058     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22059     check and modifies debugger terminal command accordingly
22060     to function properly.
22061     
22062 2002-10-25  Naba Kumar <naba@gnome.org>
22064         * manuals/sgmldocs.make: Fixed a couple of bugs.
22065         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22067 2002-10-24  Naba Kumar <naba@gnome.org>
22069         * src/debug_tree.c: Fixed a crash bug from Etay.
22071         * global_tags/create_global_tags: Added messages.
22072         Fixed infinite looping within files.
22073         
22074         * macro/autogen.sh: Removed debug and warning flags for defaults.
22075         
22076         Patch from Vadim Berezniker <vadim@berezniker.com>
22077         
22078         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22079         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22080         generation.
22082         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22083         temporarily just copy it
22085 2002-10-24  Naba Kumar <naba@gnome.org>
22087         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22088         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22089         manuals/C/anjuta-manual/compileopts.sgml,
22090         manuals/C/anjuta-manual/debugger.sgml,
22091         manuals/C/anjuta-manual/execute.sgml,
22092         manuals/C/anjuta-manual/fileoperations.sgml,
22093         manuals/C/anjuta-manual/interface.sgml,
22094         manuals/C/anjuta-manual/introduction.sgml,
22095         manuals/C/anjuta-manual/projects.sgml,
22096         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22097         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22098         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22099         manuals/ja/anjuta-manual/compileopts.sgml,
22100         manuals/ja/anjuta-manual/debugger.sgml,
22101         manuals/ja/anjuta-manual/execute.sgml,
22102         manuals/ja/anjuta-manual/fileoperations.sgml,
22103         manuals/ja/anjuta-manual/interface.sgml,
22104         manuals/ja/anjuta-manual/introduction.sgml,
22105         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22107 2002-10-24  Naba Kumar <naba@gnome.org>
22109         * src/project_type.c: added autogen for qt projects.
22110         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22111         Fixed a bug that retrieves wrong terminal command.
22112         * src/commnads.c: Added more terminal commands.
22113         * configure.in: Checks for scrollkeeper version.
22114         
22115 2002-10-22  Naba Kumar <naba@gnome.org>
22117         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22118         instead of AM_GNOME_GETTEXT.
22119         
22120         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22121         for setup-gettext for the wizard generated projects.
22123         * src/source.c: Fixed a bug where glade file wasn't generated.
22124         
22125         * src/gnome_project.c: Excluded project version from project dir
22126         name.
22127         
22128 2002-10-22  Naba Kumar <naba@gnome.org>
22130         * acinclude.m4: New file with dummy funtion for gettext
22131         cross compatibility fix.
22132         
22133         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22134         * configure.in: Fixed cflags to avoid useless warnings.
22135         * Makefile.am: EXTRA_DIST += setup-gettext.
22136         * src/toolbars.c: Added space paddings around tags label.
22138 2002-10-21  Naba Kumar <naba@gnome.org>
22140         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22141         
22142         * setup-gettext: New script to maintain gettext cross version
22143         compatibility.
22144         * configure.in, macros/autogen.sh: Fix for gettext cross version
22145         compatibility.
22146         
22147 2002-10-21  Naba Kumar <naba@gnome.org>
22149         * debug_tree.c: Fixed incorrect use of debug assertion.
22150         
22151 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22152             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22153         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22154         src/memory.c, src/memory.h, src/message-manager-private.cc:
22155         
22156         New parsing algorithm; adapted from kdevelop.
22157         Middle button menu for changing the value's display type
22159 2002-10-07  Naba Kumar <naba@gnome.org>
22161         * src/main_menubar_def.h: Changed status bar message for Help->
22162         Browse info pages. Bug #603308
22164         * src/executer.c: Made "User terminal" default for creating
22165         projects (User can always disable it later). Bug #114222
22166         
22167 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22169         * macros/autogen.sh: Require gettext 0.10.x for autogen
22170         * src/text_editor.c: Fixes Bug #595303
22171         * src/source.c: Fixes Bug #595970
22172         * src/anjuta.c: Fixes Bug #598366
22173         * scingtilla/LexCPP.cxx: Bug #602296
22174         * src/main_menubar_def.h: Bug #604363
22175         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22176         
22177 2002-10-07  Jens Georg <mail@jensgeorg.de>
22179         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22180         * gnomefilelist.c: This patch fixes the bug #611542
22181         
22182 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22184         * data/properties/Makefile.am: Added tcltk.properties file.
22185         
22186 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22188         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22189         
22190         * README: Updated README
22191         * plugins/class-gen/clsGen.c, src/message_manager.cc
22192           , src/mainmeu_callbacks.c, src/memory.c
22193           , src/project_dbase_gui.c, src/text_editor_gui.c
22194           , widgets/gnomefilelist.c: Set window icons
22195         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22196           Enabled release build (stripped + optimized binaries, etc.)
22197         * data/properties/anjuta.properties, src/commands.c,
22198           src/defaults.cFixed bug #595489 (stdin on executables)
22199         * src/appwizard.c, src/main.c, src/message-manager.cc
22200           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22201           , src/debug_tree.c: Memory related (valgrind) fixes.
22202         * src/message-manager-private.[cc,h], src/pixpams.h
22203           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22204         * anjuta.prj: Added debug_tree.c to SOURCES
22205         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22206           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22207           Compacted code and cleaned up unnecessary functions.
22208         * tagmanager/*.[ch]: Code fixes.
22209         
22210 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22211         
22212         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22213         
22214         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22215         Debug tree now detects changes of displayed variables
22216         and changes their color to red
22218 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22220         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22221         
22222         * mainmenu_callbacks.c: Set's the current file name in
22223         file save as dialog.
22224         
22225 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22227         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22229         * data/properties/tcltk.properties: New file for tcl/tk
22230         properties.
22232 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22234         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22235         Fixed a fatal bug which doesn't let building gnome2 related
22236         projects. They use different autogen.sh script. Defined new
22237         type field "gnome_macro_support".
22238         
22239         * data/autogen.sh.gnome2: New file.
22240         
22241         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22242         bug with quotes escaping in quotes.
22243         
22244         * src/message-manager-private.cc: Used event box instead
22245         of frame for local message pane, so that the borders appear
22246         properly and nicely.
22247         
22248         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22249         if there is a project open and all the files are un-docked.
22251         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22253 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22255         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22256         * THANKS: updated for new contributions
22257         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22259 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22261         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22262         src/project_dbase.h, src/project_type.c, src/source.c, 
22263         src/wizard_gui.c: new Qt project type
22264         *** NB not fully tested, may need some work, icon required...
22266 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22268         * src/memory.c, src/memory.h: new memory patch
22270 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22272         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22274 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22276         * lancher/anjuta_launcher.c: Determine pty from function
22277         call instead of running 'tty' externally.
22278         
22279         * data/properties/cs.properties: Added compile/build commands.
22280         Fixed execution properties.
22281         
22282         * src/commands.c: Added c# options.
22284         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22285         
22286         * src/debug_tree.[c,h], src/debugger.[c,h],
22287         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22288         
22289         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22290         1. Misaligned structs when they are members of other structs.
22291         2. '{' sometimes appears as a variable.
22292         3. Wrong processing of some arrays.
22293         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22294         that displays the tree in two columns (variable and value).
22296 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22298         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22300         * data/properties/sql.properties: added the DATETIME data type.
22302         * data/properties/html.properties: added the foreach php keyword.
22304 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22306         * NEWS: Updated with new features.
22307         
22308         * data/.cvsignore, doc/.cvsignore: Updated.
22309         
22310         Patch from: Etay Meiri <etay-m@bezeqint.net>
22311         
22312         * src/debug_tree.h, src/debug_tree.c: New files.
22313         
22314         * src/Makefile.am, src/message-manger-private.[h,cc],
22315         src/message-manger.cc: Added Tree view for debugger
22316         locals view.
22317         
22318 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22320         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22321         
22322         * src/memory.c, src/memory.h: New files.
22323         
22324         * src/Makefile.am, src/appwizard.c, src/controls.c,
22325         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22326         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22327         
22328         Memory view implemetation that would enable viewing raw memory
22329         during debugging.
22331 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22333         * AUTHORS: added Biswa, because I wonder why noone already have
22334         written his name in the Anjuta's hall of fame :)
22336 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22338         * src/appwizard_gui.c: Removed an ambiguous prototype.
22339         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22340         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22341         * THANKS: Updated M. Ali Vardar's email.
22342         
22343 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22345         * src/anjuta_gui.c: implemented feature request to stop main and browser
22346           toolbars having exclusive use of space
22348 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22350         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22351         left over from the previous work to fix bugs :-)
22352         
22353         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22354         src/controls.c, src/mainmenu_callbacks.h, 
22355         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22356         reviewed
22357         
22358         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22359         src/project_import_gui.c, src/sharedlib_gui.c, 
22360         src/signals_gui.c: set window icon correctly
22361         
22362         * NEWS: more updates for the release
22363         
22364         * HACKING: updated for window icons and insert menu information
22365         
22366         * src/cvs_gui.c, src/build_project.c, 
22367         src/project_import_cbs.c: message strings reviewed
22368         
22369         * src/controls.c: context help button should be disabled if 
22370         DevHelp is not installed
22371         
22373 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22375         * src/debugger.c: Fixed the signalling screw up because of string
22376         update in gdb used to report the child process PID. Also, no
22377         error dialog will be popped up for "no such file or directory"
22378         error (very annoying and useless error). This error will still
22379         be shown on the debug message window. Avoided terminating the
22380         program when the terminal is terminated -- doesn't hurt, otherwise
22381         we get crappy egg-and-hen problem.
22382         
22383         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22384         dimensions loading.
22385         
22386         * src/anjuta.c: Limited the default size of main window to sane
22387         values.
22389         * src/preferences.c: Fixed some deadly memory corruption bugs in
22390         the recent patches. Return from getenv() should NEVER be freed,
22391         because they are static strings.
22392         
22393         * src/preferences_gui.c: Removed the fix for crash bug with font
22394         selection and applied the real fix.
22395         
22396 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22398         * NEWS: updated for release
22400 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22402         * src/launcher.c: Added a fix a memory leak and a possible
22403         fix for zvt-crash bug.
22404         
22405         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22406         
22407         * data/properties/latex.properties,
22408         data/properties/ada.properties: Added file.is.source property.
22409         
22410         * src/an_file_view.c: Set auto column size of the file
22411         revision column.
22412         
22413         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22414         The user is now prompted to confirm the closing of the file
22415         if it is being used by CVS. If yes, the editor is closed and
22416         the CVS operation stops.
22417         
22418 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22420         * anjuta.prj: bump project version for release
22421         * BUGS: removed unnecessary file
22423 2002-06-07      Philip Van Hoof <freax@pandora.be>
22425         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22426         during the life of the file list widget
22427         * src/preferences_gui.c: sticking-plaster fix to font selection
22428         causes segfault bug
22430         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22432 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22434         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22435         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22436         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22437         added options for symbol and file browsers.
22438         * data/properties/cpp.properties: linker flags should come after
22439         the name of the file to compile.
22440         * scintilla/Editor.cxx: fixed gcc compilation warning.
22441         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22442         be executed from bindir only.
22443         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22444         tagmanager/include/tm_file_entry.h: CVS version information in file 
22445         browser.
22446         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22447         window.
22448         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22449         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22450         crashes during file import.
22451         * src/project_import.c: disable project menu items during project 
22452         import.
22453         
22454         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22456 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22458         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22459         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22460         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22461         modified Insert menu, added C functions template, header C 
22462         template, modified header_template HEADER_H ==> NAMEFILE_H
22463         
22464         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22466 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22468         * data/properties/html.properties: changed some file 
22469         associations
22471 2002-06-05 Philip Van Hoof <freax@pandora.be>
22473         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22474         
22475         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22477 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22479         * data/properties/anjuta.properties, src/defaults.c: Make windows
22480         docked by default, fix the big fonts bug.
22481         
22482         * src/an_file_view.c, src/main_menubar_def.h, 
22483         src/project_dbase_gui.c: sanitized the Edit/View mess.
22484         
22485         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22486         for customizing shortcuts.
22487         
22488         * src/mainmenu_callbacks.c: Search for selected word if present.
22489         
22490         * src/text_editor_menu.c: Added context menu options for docking
22491         and undocking editor windows.
22492         
22493         * src/main_menubar.h, src/main_menubar.c: more support for the 
22494         shortcuts menu item.
22495         
22496         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22498 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22500         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22501         all commit messages being written to top of the file
22502         
22503         * src/main_menubar_def.h: message strings reviewed
22504         
22505         * src/project_import.c: message strings reviewed
22506         
22507         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22508         some bugs around reading the project properties for creating 
22509         .glade and .desktop files in the Application Wizard. There were
22510         typos in the property names being retrieved
22511         
22512         * widgets/gnomefilelist.c: changed build_full_path to make 
22513         the file widget support ~
22514         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22515         
22516         * THANKS, widgets/e-shell-about-box.c, 
22517         manuals/anjuta-manual/C/authors.sgml: updated for new
22518         patch
22520 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22522         * src/project_dbase.c: Fixed the file-path-corruption bug
22523         and the cannot-import-file-in-project bug. (follow-up with
22524         the last commit from Stef).
22525         
22526         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22527         with unsaved-project.
22528         
22529 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22531         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22532         misplaced g_free.
22534 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22536         * data/properties/{xml,html,other}.properties: changed some file 
22537         associations
22538         
22539         * data/anjuta.mime: oops! cvs added
22540         
22541         * scintilla/RESearch.cxx: fixed up a problem with comments
22542         
22543         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22544         to avoid messages about missing libs
22545         
22546         * NEWS: started the release notes
22548 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22550         * HACKING: updated with new information on printing, patch naming
22551         
22552         * TODO: removed completed tasks
22553         
22554         * THANKS: updated a few contributions
22555         
22556         * anjuta.prj: updated the icon file
22557         
22558         * anjuta.desktop.in.in: updated to add Categories
22559         
22560         * data/anjuta.mime: created a mime type for Anjuta project files
22561         (NB needs to be added to the install in /usr/share/mime/)
22562         
22563         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22564         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22565         to PNG for websites.
22566         
22567         * plugins/patch/patch-plugin.c: clarified some messages and 
22568         made it easier to see different patching sessions
22569         
22570         * src/toolbar.c: changed some message text for consistency
22571         
22572         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22573         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22574         in preferences. 
22575         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22576                  
22577         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22578         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22579         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22580         Added XLib Project and a Dockapp Project types.
22581         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22582         projects
22583         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22584         * src/source.c: Fixed memory leak in existing projects. 
22585         (filename was not freed)
22586         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22588 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22590         * src/anjuta.h, src/anjuta.c: Added error display funtions
22591         with parent windows.
22592         
22593         * src/appwizard_cbs.c: Changed error display function to use
22594         parented version.
22595         
22596 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22598         * printing/print.h, printing/printing.c: Taken care of document
22599         zoom factor and fixed a font loading bug. Dynamically calculated
22600         text widths to work with zooms properly. Re-organized code for
22601         dynamic text width calulations to work in general with utf8 chars.
22602          Determined font height and width automatically from the font info.
22603         
22604         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22605         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22606         Converted text.zoom.factor property to use #defined value. Removed
22607         margin header and margin numbers preferences, as they  now
22608         calculated dynamically.
22609         
22610 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22612         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22613         printing/print-util.h, printing/print.c, printing/print.h:
22614         Rewritten printing support for style based printing. Syntax highlighted
22615         printing, monochromatic printing, setup using preferences etc.
22617         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22618         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22619         language and the styled text buffer.
22620         
22621         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22622         the print setup preferences page and added printer preferences. Added functions
22623         to retrieve preferences with default values.
22624         
22625         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22626         the printing.
22628         * data/properties/anjuta.properties: Added default printer preferences.
22630         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22631         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22632         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22634         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22635         
22636 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22638         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22640         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22641         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22642         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22643         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22645         printing/Makefile.am: Reduced compiler optimizations.
22647         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22648         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22649         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22650         tagmanager/tm_workspace.c: TagManager fixes.
22652 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22654         * printing/*: CVS added. :)
22655         
22656 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22658         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22660         * printing*: CVS added.
22661         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22662           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22663           src/main_menubar_def.h: Gnome Print support
22664         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22665         * configure.in: Enable debugging flag option
22666         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22667           Print properties defined.
22668         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22669         
22670 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22672         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22673         
22674         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22675         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22676           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22677           and cleanups
22678         * src/text_editor.c: Minor cleanups.
22679         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22680         * src/project_dbase.c: Fixes to add/remove files from project.
22681         * src/help.c: Fix minor memory leak.
22682         * src/project_dbase_gui.c: Remove debugging messages.
22683         * src/utilities.[ch]: Cleanups and minor fixes.
22684         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22686 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22688         * src/anjuta.c [anjuta_apply_preferences()]:
22689         Fixed a crash bug when tab pos is not defined for the editors.
22690         
22691         * data/properties/cpp.properties: Set default identifier property to normal.
22692         This fixes the bug in which the fore color gets hidden with dark background.
22694 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22696         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22697         scintilla 1.46
22698         
22699         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22700         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22701         src/anjuta.c, data/properties/anjuta.properties:
22702         Implemented line wrapping.
22703         
22704         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22705         
22706         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22707         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22708         tags. Code was reviewed from GNOME Bonsai view.
22709         
22710         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22711         it seems to have been removed by scintilla people.
22712         
22713         * data/properties/anjuta.properties: Set default line wrap to false, as
22714         is noticably slow with big files.
22715         
22716 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22718         * src/project_import_gui.c: disallow the selection of files in
22719           the browse dialog.
22720         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22721           preferences code.
22722         
22723 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22725         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22726           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22727         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22728         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22729           now works properly.
22730         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22731         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22732         * src/utilities.[ch]: Added some utility functions.
22733         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22734         
22735         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22737 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22739         * HACKING: info on FIXME statements and removed ccview references
22740         * Makefile.am: added rule to make RPM package
22742 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22744         * THANKS, widgets/e-shell-about-box.c, 
22745         manuals/anjuta-manual/C/authors.sgml: updated for new
22746         patch
22747         * src/anjuta.c: removed unnecessary warning code since CVS 
22748         support is now implemented :-)
22749         * manuals/sgmldocs.make: implemented a fix for bug #553969
22750         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22751         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22752         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22753         
22754 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22755         
22756         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22757           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22758           src/main_menubar_def.h, src/preferences_gui.c,
22759           preferences.c, preferences.h: setup Username and Email 
22760           preferences, Insert ChangeLog and Username editor functions
22761           
22762           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22764 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22765         
22766         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22767           src/src_paths_cbs.c, src/src_paths_gui.c
22768           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22770           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22772 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22774         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22775           and goto tag menu items to main menu.
22777 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22779         * THANKS, widgets/e-shell-about-box.c, 
22780         manuals/anjuta-manual/C/authors.sgml: added new contributors
22781         * HACKING: updated with info on files to change for credits
22783 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22785     * src/aneditor.cxx: extended extension list which fixes segfault
22786     on selecting lisp, ruby or matlab as highlight style.
22788 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22790         * src/main_menubar_def.h: fixed an array initialiser and fixed
22791         the lexer settings for the new entries on the Format menu
22793 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22795         * Synced with Scintilla 1.45
22797 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22799         * anjuta.prj: added another missing file
22800         * ChangeLog: fixed some incorrect change dates I caused by 
22801         sloppy cut-and-pasting :-/
22803 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22804         
22805         * src/mainmenu_callbacks.c: fixed title of new About box
22807 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22809         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22811 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22813         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22814         * anjuta.prj: updated for new files
22816 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22818         * widgets/e-shell-about-box.c: Added version display.
22819         
22820 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22822         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22823         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22824         from Philip Van Hoof)
22826 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22828         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22829         dependency
22830         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22831         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22832         that produced build errors (needs checking on a machine with the
22833         ja locale!)
22834         * data/properties/lisp.properties: updated to match format of other
22835         lexer property files supplied with Anjuta
22837 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22839         * anjuta.prj: added new files
22840         * HACKING: added information from the mailing list on 
22841         adding new project types to the wizard (thanks to Johannes)
22843 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22845         * src/utilities.h, src/launcher.c, src/gnome_project.c,
22846           src/appwiz_page2.c: Fix for 547038.
22848 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22850     * attach_process.c, attach_process_cbs.c: Fixed a dialog
22851     hide bug.
22852     
22853     * about.h: cvs removed.
22854     
22855 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22857         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22859         Fix for #539574.
22861         * src/anjuta.c (anjuta_system_error): checks for the error number to
22862         know whether the error description is needed or not.
22864 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22866         * pixmaps/anjuta_logo.png: New about logo.
22867     
22868         * pixmaps/anjuta_icon.png: New icon from Misha. The
22869         old one had trouble with some gtk themes.
22870     
22871         * about.c: Removed. No longer needed.
22873         * mainmenu_callbacks.c: Removed reference of about.h
22874     
22875 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22877         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22879         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
22880           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
22881         About Dialog (thanks to the Evolution team for the cool widget!)
22883 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22885         Patch from lbell <lbell@tsc4.com>
22886     
22887         * src/find_in_files.c, src/find_in_files.h,
22888           src/anjuta.c: Added save_yourself, load_yourself routines.
22889     
22890         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
22891         Added "Append messages" toggle button. This will enable
22892         the search results to be appended to the already existing
22893         results.
22894     
22895         * src/debugger.c: Fixed a typo.
22896     
22897         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
22898           src/session.c, src/session.h: Improved session management.
22900 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22902         * THANKS, FUTURE, AUTHORS: Changed my email and
22903         avoided yahoo.com.
22905 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22907         Impl. feature request #525271 (add Lisp support).
22909         * data/properties/lisp.properties: added.
22911         * data/properties/Makefile.am, data/properties/anjuta.properties: added
22912           the lisp properties.
22914         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
22915           src/utilities.[ch]: added support for the Lisp highlight style.
22917 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22919         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22920           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22921           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
22922           option preferences to have a persistent setting. Plus it's not used
22923           often, so it's better here than flooding the menus.
22925         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
22926           preferences pages a lot more consistent and sweeter: tabs direction
22927           radiobuttons are directed against the meaning, all pages have an
22928           outter frame, a lot of padding, removed all expand attributes for
22929           vertical boxes, ...
22931           That's not a total revamp, but it's really looking better now, even
22932           if there's still work to be done.
22934 2002-05-01  Andy Piper <andy.piper@freeuk.com>
22936         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
22937         * TODO: added task to be completed before next release (update all credits)
22939 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22941         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
22942         Benke László.
22944 2002-05-01  Benke László  <decike@freemail.hu>
22946         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22948         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22949           src/main_menubar_def.h, src/mainmenu_callback.[ch],
22950           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
22951           to the format menu in order to reorder the notebook tabs in
22952           alphabetical order everytime a file is created/opened/saved.
22954 2002-05-01  Philip Van Hoof <freax@pandora.be>
22956         * widgets/gnomefilelist.[ch] (history_combo_go),
22957         (history_combo_clicked): impl.
22959         (gnome_filelist_new_with_path): use this new impl.
22961 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22963         * src/project_dbase_gui.c (add_file): added the xpm file type.
22965 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22967         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
22968         tag manager fixes.
22970         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
22971           of tag types.
22973         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
22974           src/text_editor_menu.c: Added context sensitive search in symbol
22975           browser and editor.
22977         * configure.in: Changed version number to 0.1.9.99.
22979         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
22980           src/project_import.c: Minor changes to project import facility.
22982         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
22983           (Forced to use specific brace format)
22985         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
22986           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
22987           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
22989 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
22991         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
22992         replaced the spinbutton with an hscale, and made the UI less "blocky".
22994         * src/cvs_gui.c: When diffing a project you can choose date and
22995         release now.
22997         * src/project_dbase.c: Import_file activated again
22999         * configure.in, plugins/Makefile.am: Added patch plugin
23001         * plugins/patch/*: The new patch plugin
23003 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23005         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23007         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23008         dropdown list shown by autocompletion are now removed.
23010 2002-04-28  Philip Van Hoof <freax@pandora.be>
23012         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23013         a bunch of filetypes from the older version.
23015         * src/project_dbase_gui.c (add_file): changed the import
23016         dialog's filetypes combo contents depending on the
23017         type of data to be imported.
23019 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23021         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23022         the amount parameter as Philip stated and reformated to follow the
23023         Gnome convention.
23025         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23026         changed accordingly.
23028 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23030         Fix for #531293.
23032         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23033         Shift-F6, to be more consistent with other Gnome apps.
23034         Moved the "Search next" entry under the "Search" one, and swapped the
23035         order of the "Find in files" and "Find and Replace" ones.
23037         Some additional fixes ands cleanups on the edit menu.
23039         * src/main_menubar.h: replaced all occurences of repeat_find by
23040         find_again for the code to be more consistent.
23042         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23043         sensitiveness depending on the existence of an active text buffer.
23045         * TODO: added some bits about improving the usability of the
23046         search/search again couple.
23048 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23050         * src/preferences_gui.c: made the tab labels text more consistent
23051         (s/misc/Misc/).
23053 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23055         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23057         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23058         filename.
23060         * src/main.c (main): simplified some code and cleanups.
23062         Fix a part of #499366:
23064         * src/commands.[ch] (sync_from_props), (command_editor_save),
23065         (on_apply_clicked), (create_command_editor_gui): added the gui
23066         corresponding to the command.terminal preference.
23068 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23070         Fix for #465180.
23072         * anjuta.spec.in: added build requirements for the source rpm.
23074 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23076         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23077         
23078         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23079           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23080           src/project_type.c, source.c, wizard_gui.c:
23081           Added new GNOME 2 project types and changed glade behaviour to
23082           produce GTK code if project type GTK was selected and GTKmm code
23083           if project type GTKmm was selected (and not depending on the 
23084           selected language. Disabled glade for GNOME 2 projects because
23085           we will need glade2 there.
23086           
23087         * src/project_dbase.c: Fixed a memory lack.
23088         
23089         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23090         
23091         * src/cvs.c: Added an error message if jobs are running
23093 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23095         * tagmanager/tm_work_object.c: Fixed a chrash
23096         bug which occurs when it tries to stat an empty
23097         file name.
23098         
23099 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23101         * src/controls.c: CVS menu items now becomes
23102         insensitive when the launcher is busy.
23103         
23104         * src/anjuta.c, cvs.h, cvs.c: Created a function
23105         to update the cvs preferences when preferences are
23106         applied in preferences dialog and called it from
23107         anjuta_update_preferences().
23108         
23109 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23111         * src/cvs.c: Added a space in the cvs command
23112         before the revision part. This fixes the cvs
23113         error we get when cvs-diffing with revisions.
23114         
23115         * src/cvs.c: Fixed a compiler warning.
23116         
23117         * src/find_replace.c: The dialog now remembers
23118         the settings including the "prompt on replace"
23119         which seems to have broken somewhere line the
23120         changes.
23121         
23122 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23124         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23125         Added a new property in cvs class to hold a boolean
23126         for enabling date in cvs diff. This fixed the bizzare
23127         diff output due to the date that goes with the cvs
23128         command. Also, set the default value of compression
23129         to 3 and unified diff option to 1.
23130         
23131 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23133         * src/cvs.c: The diff editor is set to hilite as
23134         diff syntax hiliting.
23135         
23136         * configure.in, manual/Makefile.am:
23137         Added a new manual module for ja language.
23138         
23139         * manual/ja/*/*/*: New module and files for the
23140         ja translation for the anjuta documentation
23141         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23142         
23143 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23145         * src/launcher.c: Made a very messy work around
23146         for the launcher authentication to work properly.
23147         
23148         * src/find_replace.c: Applied the missing patch
23149         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23150         
23151 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23153         * src/cvs.c, src/main_menubar_def.h: made message strings
23154         consistent with existing standards from our own documentation 
23155         (such as uppercase P in Project, corrected spelling of 
23156         repository, etc.)
23158 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23160         * src/cvs_gui.c: Cleaned up gui and aligned various
23161         widgets to give a clean look.
23162         
23163 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23165         * src/launcher.c: Added work around to retrieve
23166         the child exit code. It works. :)
23167         
23168         * src/find_in_files.c, src/gnome_project.c,
23169         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23170         src/clean.c, src/clean_project.c, src/build_project.c,
23171         src/build_file.c: Modified to handle the new
23172         child exit code.
23173         
23174 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23176         * src/find_replace.c: Changed signal to call
23177         on_replace_text_close on from delete_event
23178         to close => the replace history is now updated.
23180 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23182         * src/cvs.c: escaped the cvs import message before
23183         passing it to cvs.
23184         
23185 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23187         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23188         
23189         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23190         
23191         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23192         Added cvs import
23193         
23194         * src/preferences_gui.c: GUI improvements
23195         
23196         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23198 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23200         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23201         Removed static qualifier from tm_tag_type_name() and
23202         availed it's prototype for use in outside code. also
23203         created reverse map function tm_tag_type_name();
23204         
23205         * src/anjuta.c: Implemented qualified tags names for
23206         the tag list (on the toolbar pulldown list) to avoid
23207         ambiguty in tags with similar names (like prototype
23208         and definition). Patch modified and improved.
23209         
23210         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23211         
23212 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23214         * src/utilities.[c,h]: Added a utility funtion
23215         that escapes the single and double quotes in a
23216         given string. Useful for passing command line
23217         args with quotes.
23218         
23219         * src/cvs.c: Escaped the cvs log message before
23220         passing it to cvs command line to avoid ambiguties
23221         with quotes in the message.
23222         
23223         * pixmaps/anjuta_icon.png: Changed to the new icon.
23224         from Todd Goyen <goyen@mbi-berlin.de>
23225         
23226         * src/message-manager-private.cc: Added regex to 
23227         recognize (underline hilite) the parsable outputs
23228         from the zvt terminal.
23229         
23230 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23232         Patch from: Tina Hirsch <tehirsch@arcor.de>
23233         
23234         * src/project_type.c:
23235         Fixed a bug in the wxproject type and modified the erroroutput when
23236         configure doesn't find wx-config
23237         
23238         Patch from: Timothee Besset <ttimo@idsoftware.com>
23239         
23240         * src/anjuta.c, src/message-manager-private.cc,
23241           src/message-manager-private.h
23242         Catches double clicks in the zvt terminal, and calls goto_error_line
23243         to jump to the appropriate location in the source. This will recognize
23244         grep -n output
23245         
23246 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23247         
23248         * src/build_project.c: Taken care of memory leak
23249           by freeing cmd variable properly.
23251         * src/main_menubar_def.h: Fixed wrong signal connection
23252           for cvs project commit.
23253           
23254         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23255         
23256         * src/preferences_gui.c: Added some border and adjusted
23257           expandsion, filling in box adds to make the cvs preferences
23258           more nicer.
23259         
23260 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23262         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23263         
23264         * src/cvs*, src/main_menubar*, src/preferences*: 
23265         Moved CVS settings to preferences, added a nice login dialog.
23266         
23267         * src/controls.c, src/project_dbase.c:
23268         CVS project options are only shown if a project is open
23269         
23270         * src/build_project.c:
23271         User is now asked if he wants to install as root 
23272         
23273         * src/launcher.c:
23274         Fixed a warning
23276         * anjuta.prj: Updated with cvs files
23277         
23278         * TODO: Remove task which are done
23279         
23280 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23282         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23283         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23284         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23286         Modified launcher to use controlling terminal to detect and
23287         take care of password authentications (for example, for cvs
23288         and root installs).
23289         
23290         * pixmaps/password.png: New file.
23291         
23292 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23294         Anjuta kick start tutorial wirtten by:
23295           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23297         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23298           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23299           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23300           manuals/C/anjuta-tutorial/figures/*.png:
23301           
23302           Added files
23303         
23304         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23305           
23306           Modified files.
23307         
23308 2002-03-28 Roel Vanhout <roel@stack.be>
23310         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23312         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23313           src/preferences_gui.c:
23314         Added option to wrap around to beginning/end of file when on last bookmark
23315         and next/previous bookmark is pressed
23316         
23317 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23319         Patch from Philip Van Hoof <freax@pandora.be>
23320         
23321         * src/gnomefilelist.c:
23322         Added gimp like feature that changes the file extension of
23323         the filename entered in the selections when the file
23324         filter is changed.
23325         
23326 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23327         
23328         Patch from Roy Wood <roy.wood@filogix.com>
23329         
23330         * src/controls.c, src/find_text.c, src/find_text.h,
23331           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23332           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23333           
23334           Menuitem for entering currently selected text as find target,
23335           added key accel for "find next" and changed some key accels for
23336           other key for consistency.
23337           
23338         * src/utilities.c:
23339           Cleaned up code.
23340         
23341 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23343         * src/watch.c, src/watch.h, src/watch_cbs.c,
23344           src/watch_cbs.h, src/watch_gui.c:
23345         
23346           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23347         
23348           Added change watch entries feature
23349           and Watch entries modify on double click fixed.
23351 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23353         * src/mainmenu_callbacks.c:
23354         
23355           Project commit should not bypass dialog as
23356           we need to get the cvs log from the user.
23357           
23358 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23360         * src/project_dbase.c:
23361         
23362           Patch from Roy Wood <roy.wood@filogix.com>
23363           
23364           Fixed docking bug with the new docking patch
23365           to fix copy/paste bug.
23366           
23367 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23369         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23370           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23371           src/main_menubar.h, src/main_menubar_def.h,
23372           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23374           Added cvs project support. Featured bypass cvs dialog for
23375           cases where we don't need dialog (such as project and right
23376           click selection from file browser). Cleaned up cvs code to
23377           make them generic cvs operations instead of separate file
23378           and project operations. Added cvs log action. Increased
23379           file entry box width and enabled "unified diff" by default.
23380           Used Editor buffer for status and log and set hilite for
23381           these buffers including diff buffer (DIFF hilite).
23382           
23383 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23385         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23387         * data: Added file autogen.sh.wxwin 
23388         * data/Makefile.am: Added entry for autogen.sh.wxwin
23389         * pixmaps: Added project image appwiz_wxwin.png
23390         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23391         * src/appwizard_cbs
23392           src/compiler_options.c
23393           src/pixmaps.h
23394           src/project_dbase.c
23395           src/project_dbase.h
23396           src/project_import_cbs.c
23397           src/project_type.c
23398           src/source.c
23399           src/source.h
23400           src/wizard_gui.c: Added everything necessary for new
23401                             project type 'wxWindows (wxGTK)
23402         * src/project_dbase.c: Fixed a bug that caused every project
23403                                to be a glade project in dialog
23404                                                    'Project information'.
23406 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23408         Patch submitted by Roy Wood <roy.wood@filogix.com>
23409         
23410         * src/anjuta_gui.c, src/message-manager-dock.c,
23411           src/project_dbase.c:
23412           
23413           fixed the copy/paste bug by rewriting dock/undock
23414           code.
23416 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23418         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23419         
23420         * src/cvs*, src/Makefile.am:
23421           New file for CVS support. File operations currently work
23422           cvs login needs to be done. Project support is not yet
23423           started.
23425         * src/main_menubar*, src/mainmenu_callbacks,
23426           src/anjuta.c, src/anjuta.h:
23427           Added menus and functions for cvs commands.
23428           
23429         * src/text_editor_menu.h: 
23430           Added #include <gtk/gtk.h>
23431           
23432         * src/gotoline.h:
23433           Removed a warning (and this time it works ;-)
23435         * src/utilities.c, src/utilities.h:
23436           Added a utility function to retrieve directory
23437           name out of full path.
23439 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23441         * src/executer.c: (create_executer_dialog): changed the default
23442           focus on the entry.
23444 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23446         * widgets/gnomefilelist.c:
23447         Fixed duplicate history entries for the same directory.
23448           
23449 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23451         Fix for #520092.
23453         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23454           it's already used by scintilla to delete the whole current line.
23456 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23458         Fix for #525107.
23460         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23461           calls to fileselection_hide_widget,
23462           (on_open_filesel_cancel_clicked): removed.
23464         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23465           (on_add_prjfilesel_cancel_clicked):
23467         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23468           impl.
23470         * src/fileselection.c: Made some functions static.
23471           (fileselection_hide_widget): rewritten using the new
23472           gnome_filelist_set_multiple_selection function.
23474         * src/fileselection.c: (on_file_selection_delete_event): removed
23475           unuseful widget hides. Some cleanups,
23476           (on_file_selection_cancel_clicked): impl,
23477           (create_fileselection_gui): changed the cancel button clicked's
23478           callback to use this new function.
23480         * src/anjuta.c: (anjuta_new):
23481         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23482           callbacks, because this the gnome filelist widget's job.
23484         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23485           clist selection mode duplicates set,
23486           (gnome_filelist_key_press): use the new impl. function.
23488 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23490         Fix for #441233.
23492         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23493           fixed some bogus code using an array cell out of
23494           range, removed unecessary gettext usages.
23496         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23497           some cleanups and now transform minus characters to
23498           underscores.
23500         * src/source.c:
23501           (source_write_configure_in),
23502           (source_write_toplevel_makefile_am),
23503           (source_write_desktop_entry),
23504           (source_write_glade_file):
23505         * src/project_dbase.c: (project_dbase_summon_glade),
23506           (project_dbase_generate_source_code):
23507         * src/glades.c: (gladen_write_glade_write):
23508           replaced some occurences of the target name by the
23509           project filename, using project_dbase_get_proj_name,
23510           to fix the name of some files.
23511           Fixed a lot of mem leaks.
23512           Various code cleanups.
23514 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23516         Merged with latest (1.44) scintilla.
23518         Added: - The calltip.<lexer>.end.definition property to display help
23519                  text on a second line of calltip.
23520                - The calltip.<lexer>.word.characters property to correctly find
23521                  calltips for functions that include characters like '$' which
23522                  is not normally considered a word character.
23523                - The use.monospaced property to determine initial state of
23524                  Use Monospaced Font setting.
23526         Bugs fixed: Too many to mention; please see :
23527                     http://www.scintilla.org/ScintillaHistory.html for the
23528                     full changes list.
23530         * scintilla/*/*: updated nearly all files.
23532         * TODO: removed the need of a scintilla merge.
23534         Merged with latest (1.44) SciTE properties.
23536         * data/properties/anjuta.properties: added the wrap, use.monospaced
23537           properties.
23539         * data/properties/html.properties: added a missing php extension, and
23540           updated php keywords to the latest reference.
23542         * data/properties/pascal.properties: added commands to compile, build
23543           and execute pascal applications.
23545         * data/properties/lua.properties: added styles for statements.
23547         * data/properties/bash.properties: added the declare keyword.
23549         Fixed distchecking.
23551         * global-tags/Makefile.am,
23552           global-tags/create-global-tags.sh: used some kind of ugly hack to
23553           make distchek work, since noone has proposed some better way.
23555         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23556           and Ctrl-N replace Alt-N for new file according to the Gnome design
23557           reference.
23559 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23561         * widgets/gnomedirlist.c
23562         widgets/gnomedirlist.h
23563         widgets/gnomefilelist.c
23564         widgets/gnomefilelist.h:
23566         Added GPL headings in the file.
23568 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23570         * src/attach_process.c
23571         src/attach_process_cbs.c
23572         src/attach_process_cbs.h
23573         src/attach_process_gui.c
23574         src/breakpoints.c
23575         src/breakpoints_cbs.c
23576         src/breakpoints_cbs.h
23577         src/breakpoints_gui.c
23578         src/commands.c
23579         src/compiler_options.c
23580         src/compiler_options_cbs.c
23581         src/compiler_options_cbs.h
23582         src/compiler_options_gui.c
23583         src/find_in_files.c
23584         src/find_in_files_cbs.c
23585         src/find_in_files_cbs.h
23586         src/find_in_files_gui.c
23587         src/find_replace.c
23588         src/find_text.c
23589         src/help.c
23590         src/preferences.c
23591         src/preferences_gui.c
23592         src/project_config.c
23593         src/src_paths.c
23594         src/src_paths_cbs.c
23595         src/src_paths_cbs.h
23596         src/src_paths_gui.c:
23597         
23598         Bugs #521629 and #522427 fixed. The problem was, that the
23599         escape-key was not catched and the dialog was hidden, but
23600         the flag was not set correctly.
23602         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23603         using the gnome_dialog_close_hides()-setting present in most dialogs.
23604         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23605         emits "close" and set the flag in the close-callback.
23607         Patch from: Jens Georg <mail@jensgeorg.de>
23609 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23611         * src/*.{c,cpp}: s/string_free/g_free/
23613         * src/utilities.[ch]: (string_free): removed.
23615 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23617         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23619         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23620         src/mainmenu_callbacks.[ch]:
23621         Removed Project menu options: README, TODO, ChangeLog and NEWS
23622         Moved Save Build Messages to Build menu and only highlight it
23623         when there are build messages.
23624         Corrected a spelling: "mojority" -> "majority"
23625         Fixed initialisation of edit.edit_app_gui so now Edit menu
23626         can be shown when no project is loaded.
23628         * src/project_dbase.h: Removed prototype for static function
23630 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23632         * src/text_editor.c: Editor is marked changed after
23633         autoformat. 
23634         
23635         Patch from: Jens Georg <mail@jensgeorg.de>
23637 2002-03-04 Roel Vanhout <roel@stack.be>
23639         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23641         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23642         Added option to ignore binary files on 'Find in files' (grep -I option)
23644 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23646         * src/main.c:
23647         session restoration and commandline load in 
23648         gtk idle loop.
23649         
23650         * src/anjuta.[h,c], src/anjuta_cbs.c:
23651         Removed "clear windows menu" and prevented runtime 
23652         warnings.
23653         
23654         * src/compile.c, src/build_file.c, src/build_project.c,
23655         src/clean.c:
23656         Takes into account the preference setting for 
23657         show dialog when job completes. Dialogs are
23658         shown when it is enabled otherwise not.
23659         
23660 2002-03-03 Roel Vanhout <roel@stack.be>
23662         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23663         
23664         * src/find_text.c
23665         Store 'Find...' search string on search so that 'Find Next' will search for
23666         that string, even if the dialog hasn't been closed yet.
23668 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23670         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23671         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23672         src/main_menubar_def.h:
23673         
23674         Organized menus, removed "Windows" and "Utilities" menus from the
23675         menubar [they are no longer needed]. Also removed some extragenous
23676         separators.
23677           
23678 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23680         * src/message-manager-private.cc:
23681         Set message clist selection mode to BROWSE.
23682         
23683         * src/message-manager.cc, src/an_symbol_view.c,
23684         src/an_file_view.c:
23685         Added Key navigation for the CTree and CList. Arrow left for
23686         node collapse, right for node expand, space (or enter) for
23687         activation (same as double click).
23688         
23689 2002-03-03 Roel Vanhout <roel@stack.be>
23690         
23691         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23692         
23693         * plugins/class-gen/clsGen.c
23694         Added functionality to semi-intelligently prefill filename
23695         boxes with names deduced from class name
23697 2002-02-26 lbell <lbell@tsc4.com>
23699         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23700         * src/preferences_gui.c:
23701         Removed an incorrect use of gtk_misc_set_alignment().
23702         
23703         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23704         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23705         src/preferences.h, src/preferences_gui.c:
23706         
23707         Added the option to reload last open project at the startup.
23708         Added the possibility to open a new project without close
23709         an existing one
23710         
23711         * src/properties.cxx:
23712         Corrected a spelling mistake in message string.
23713         
23714         * src/session.c:
23715         Updated session functions.
23716            
23717 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23719         * widgets/gnomefilelist.c: Bug fixes.
23720         
23721         Patch from Philip Van Hoof <freax@pandora.be>
23722         
23723 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23725         * src/an_file_view.c:
23726         anjuta was unable to open some files becuase they were not being
23727         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23728         Removed mime checking when opening with anjuta, becuase it doesn't
23729         hurt to open binary files in anjuta (some even may want to do so).
23730         
23731         Added a warning when mime type is not set when "view with default
23732         viewer" is activated.
23733         
23734         * src/an_file_view.c, an_symbol_view.c:
23735         Converted N_() to _() where ever appropriate in the strings.
23736         
23737 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23738         
23739         * src/appwizard_gui.c, src/appwizard_cbs.c
23740           src/wizard_gui.c/h, src/appwiz_page3.c,
23741           src/project_import_gui.c:
23742           
23743         Moved target type radiobuttons to appwiz. page 2
23744         
23745         * src/message-manager-private.cc
23746         Fixed a bug which caused a crash if next message function was used
23748         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23750 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23752         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23753         Modifies the behaviour of Alt-TAB in Anjuta. This
23754         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23755         edited files in the first items of the notebook.
23757         Patch from: Timothee Besset <timo@qeradiant.com>
23758         
23759 2002-02-24  Philip Van Hoof <freax@pandora.be>
23761         * widgets/gnomefilelist.c, gnomefilelist.h:
23762           Added filecompletion
23763           
23764         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23766 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23768         * configure.in: Added "sk" to ALL_LINGUAS.
23770 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23771   
23772         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23773           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23774           src/wizard_gui.c: Added support for static and dynamic libs
23775         
23776 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23778         * widgets/gnomefilelist.c:
23779           Fixed gnome_filelist_get_lastfilename so it no longer returns
23780           a corrupted path.
23782 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23784         * src/resources.h, resources.c:
23785         Added url handler.
23787         * src/main_menubar_def.h, mainmenu_callbacks.c:
23788         Changed to use gnome configed url handler.
23790 2002-02-19  Philip Van Hoof <freax@pandora.be>
23792         * widgets/gnomefilelist.c
23793         Added PHP filetype.
23795 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23797         * plugins/class-gen/clsGen.c:
23798         Added c++ support.
23799         
23800         * widgets/gnomefilelist.c:
23801         Gives the maximum space to the files section of the open file dialog.
23802         
23803         Patches from: lbell <lbell@tsc4.com>
23804         
23805 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23807         * src/anjuta.c, main.c:
23808         Used tm_get_real_path in anjuta_get_full_filename();
23809         
23810 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23811         
23812         * anjuta.prj: update version
23814 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23816         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23817           removed the amount arg and replaced with a NULL-ending list.
23818           (gnome_filelisttype_makedefaultlist): use the new prototype.
23820 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23822         * src/about.c, THANKS: updated for new contributors
23823         
23824         * anjuta.prj: added new files
23825         
23826         * README: corrected some documentation, ctags no longer needed,
23827           pkgconfig now required
23828           
23829         * data/properties/others.properties: add .cvsdiff extension
23830         
23831         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23832           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23833           file import
23834           
23835         * doc/anjuta.1: added initial man page thanks to 
23836           Rob Bradford <rob@debianplanet.org> (NB build and install 
23837           needs work)
23838         
23839 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23841         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23842           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23843           warning flags. 
23844   
23845         * configure.in: Changed version to 0.1.10-pre
23846   
23847 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23849         * src/fileselection.c: (create_fileselection_gui): always display
23850           the directory creation button as we cannot rely on the dialog
23851           titlebar.
23853         * widgets/gnomefilelist.[ch]: fixed includes.
23855         * pixmaps/new_folder.xpm: resized, added a + sign.
23857 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23859         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
23860           changed all extensions to begin with a dot.
23862 2002-02-16  Philip Van Hoof  <freax@pandora.be>
23864         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23866         * THANKS: added Philip.
23868         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
23870         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
23871         * src/file_selection.[ch],
23872         * widgets/gnomefilelist.[ch]: added a filetype
23873           combobox to the Anjuta file dialog widget.
23875 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
23877         * anjuta.spec.in: eep! the import script was not being installed by
23878           RPM - fixed for the release.
23880 2002-02-13  Stephane Demurget  <demurgets@free.fr>
23882         Various cleanups and fixes for the next release to be able to make
23883         distcheck.
23885         * plugins/*/*.c: added missing prototypes causing gcc to speak to
23886           much and make some tweaks plus cleanups.
23888         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
23889           args to remove some warnings.
23891         * global-tags/Makefile.am,
23892           data/Makefile.am,
23893           src/Makefile.am: link against Anjuta static libs using the
23894           $(top_builddir) dir, not anymore on $(top_srcdir) to make
23895           distcheck happy.
23897         * src/Makefile.am: ditto with all the Anjuta static libs.
23899         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
23900           include, as we already include the whole directory for the build.
23902         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
23903           
23904 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
23906         * pixmaps/Makefile.am: icon for libglade project now installed
23907         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
23908         * manuals/C/Makefile.am: removed ChangeLog reference which was 
23909           breaking some build stuff
23910         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
23911           include reference problems that showed up on make distcheck
23912         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
23914 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
23915         
23916         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
23918 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
23920         * src/message-manager-private.cc:
23921           The horizontal scrollbar now shows properly on demand.
23922         
23923 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
23925         * src/dnd.c fixed some warnings
23926         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
23927           and works. It is shown always at the moment but before it was
23928           shown on demand and did never work. 
23930 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
23932         * src/anjuta.c: Fixed a crash bug.
23933           patch from: Jens Georg <mail@jensgeorg.de>
23935 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
23937         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
23938           reports a problem with missing end tags on <graphic>
23940 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23942         * manuals/C/ChangeLog: removed since it was never used
23943         * manuals/C/anjuta-manual/*: more updates, new screenshots
23944         * anjuta.prj: updated for new manuals/ structure
23946 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
23948         * source.c, compiler_options.[c/h]:
23949           Fixed bug #460321 "Problem with optimization options" 
23950           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
23951         
23952 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23954         * NEWS: prepared for release, need to fill in date
23955         * data/welcome.txt: version number updated
23957 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23959         * src/text_editor_menu.c, src/an_file_view.c, 
23960           src/an_symbol_view.c: marked strings for translation
23961         
23962         * src/defaults.c, data/properties/xml.properties:
23963           *.omf and *.xsl files should use XML highlighting
23964           
23965         * manuals/C/anjuta-manual/*:
23966           - restructured so that files have more meaningful names
23967             and are easier to edit (see anjuta-manual.sgml for the
23968                 ordering)
23969           - updated some screenshots
23970           - continued rewrite
23972 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
23974         * main.c: Made a workaround to remove the old
23975         anjuta gnome config file (older than 9 Feb 2002). This
23976         will fix the bug which never lets the brower toolbar shown.
23977         
23978         * main.c: In fact, the above solution wouldn't work in all
23979         cases. Therefore, here is the better fix, which works by
23980         detecting the version of the old config file and deleting
23981         ~/.gnome/Anjuta if it is lesser than 0.1.9.
23982         
23983 2002-02-01  Andy Piper <andy.piper@freeuk.com>
23985         * HACKING: added info on submitting patches
23987 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
23989         * src/project_import_gui.c, src/project_import.c:
23990           - If Project Import Wizard is canceled everything is 
23991                 cleaned up now.
23992           - Back button is now insensitive on page 3 (some problems: 
23993                 see TODO in project_import_qui.c:284
23994           - Menu frame is insensitive if project type != GNOME(mm)
23996 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23998         * src/main.c: Fixed bug #  (Unable to open files on
23999         double click in project window from second trial onwards when
24000         the project is opened from command line).
24001         
24002         * po/POTFILES.in: Removed tags_manager.[h,c]
24003         
24004 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24006         * src/preferences.c:
24007           A quick hack to fix the 'invisible' browser toolbar when
24008           upgrading from 0.1.8 to 0.1.9
24009           
24010         * src/anjuta.c:
24011           Fixed toolbar names which were causing confusions in the toolbar
24012           show/hide.
24013           
24014         * src/main.c:
24015           Substituted "anjuta" with PACKAGE
24016           
24017         * src/project_import_gui.c: 
24018           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24019           
24020         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24021           Added new files and removed obsolete ones.
24022           
24023 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24025         * src/appwizard_cbs.c, project_import_cbs.c, 
24026           main_menubar_def.h, project_import_gui.c: 
24027           updates to message strings and layout for the 
24028           import wizard.
24029           
24030         * text_editor_cbs.c: fix for the tab menu entries for 
24031           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24033 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24035         * src/toolbars.c,
24036           src/toolbars.h,
24037           src/anjuta_gui.c,
24038           src/controls.c:
24039           
24040           Tag dropdown exclusive (takes
24041           all space in the toolbar) and never vertical and
24042           increased the width of the tag combo to 256 pixs.
24043           Toolbar separator before the combo and button.
24044           Added tags label before the tag button.
24045           Reorganized the dock bands for the toolbars.
24046           
24047         * src/project_import_gui.c
24048           src/project_import.c:
24049           Fixed an error and removed an unused variable.
24050           
24051         * data/properties/anjuta.properties:
24052           Removed the property for the old toolbar and set
24053           browser toolbar show to default.
24054           
24055         * src/project_dbase.c: excluded modules were not
24056           loaded. Fixed.
24057           
24058         * src/source.c:
24059           No build files will be written if the project is blocked.
24060           
24061         * src/project_import.c,
24062           src/project_import_cbs.c,
24063           src/project_gui.c,
24064           src/wizard_gui.c:
24065           
24066           Manually applied Johannes patch to fix some memory
24067           issues and gui clean up.
24068           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24069         
24070         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24071           Fixed a bad bug with remove file from project because of
24072           files were never removed properly from the project and
24073           from the tagmanager.
24074           
24075         * src/appwiz_page3.c: Disabled unused codes to clear
24076           compiler warnings.
24077           
24078 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24080         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24081         
24082         * data/Makefile.am
24083           pixmaps/Makefile.am
24084           src/Makefile.am
24085           src/an_file_view.c
24086           src/an_symbol_view.c
24087           src/anjuta.c
24088           src/anjuta.h
24089           src/anjuta_cbs.c
24090           src/anjuta_gui.c
24091           src/controls.c
24092           src/main_menubar.c
24093           src/main_menubar.h
24094           src/main_menubar_def.h
24095           src/mainmenu_callbacks.c
24096           src/mainmenu_callbacks.h
24097           src/pixmaps.h
24098           src/project_dbase.c
24099           src/project_dbase.h
24100           src/text_editor.c
24101           src/text_editor_menu.c
24102           src/text_editor_menu.h
24103           src/toolbar.c
24104           src/toolbar.h
24105           src/toolbar_callbacks.c
24106           src/toolbar_callbacks.h :
24107           
24108           Patch submitted by:
24109           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24110           
24111           Removes the Tags toolbar and substituted it with
24112           tags combo dropdown list. Fixes a couple of bugs.
24113           
24114           Moved the tag combo to browser toolbar because
24115           main toolbar was becoming too long.
24116           Made a new icon of tag toolbar.
24117           
24118         * po/zh_TW.po: Fixed bug.
24119           
24120         * pixmaps/an_tag.xpm: Added new file.
24122 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24124         * src/project_import_gui.c: Reorganized project
24125         import gui page 2.
24126         
24127 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24129         * HACKING: added info on creating windows and dialogs
24131 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24133         * src/tm_file_view.c:
24135           Sorts the file list at the end instead of doing sort-insert
24136           to improve performance.
24137           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24139         * src/project_dbase.c: Resolved a conflict from
24140           Johannes's patch.
24141           
24142         * src/project_import.c:
24143         
24144           Fixed to use anjuta_import.sh for the bin dir and
24145           not from the data dir.
24146         
24147           Used anjuta_is_installed() function to verify a the command's
24148           executability.
24149         
24150           Fixed import command to use sh (which is more general and is
24151           gauranteed to be found in any unix system :-)). Also, added
24152           double quotes around the import directory.
24153         
24154           Changed some strings for better translations (like avoiding
24155           duplicates).
24156           
24157           Fixed the reading of wrong target type.
24158           
24159         * src/control.c: Insensitive "import project" when there is
24160           a project open.
24161           
24162         * src/project_import_cbs.c:
24163           
24164           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24165           Fixed selection of gettext checkbox.
24166           Sets the menu entries.
24167           
24168 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24169         
24170         * src/appwiz_page[1-4].c
24171         * src/appwiz_gui.c
24172         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24173         be able to reuse it.
24174         
24175         * src/mainmenubar.[c/h]
24176         * src/mainmenubar_def.h
24177         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24178         menu item
24179         
24180         * src/message-manager.c: Fixed bug 509192
24181         * src/message-manager-dock.c: Added accel_group if window is undocked
24182         
24183         * src/project_dbase.[c/h]: Splitted opening code to be able
24184         to use it without an open file dialog
24185         (Maybe I broke Naba's changes, please take a look)
24186                         
24187         * src/project_import.[c/h]
24188         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24189         
24190         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24191         import wizard
24193 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24195         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24196           string cleanups
24197           
24198         * manuals/C/anjuta_manual/*: started rewrite of the 
24199           manual, updated some screenshots
24201 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24203         * src/gnomefilelist.h, src/gnomefilelist.c:
24204         
24205           Fixed multiple selection bug (#497085). The OK button is
24206           sensitive when in multiple mode, if the no. of
24207           selection is one or more.
24208           
24209           Toggle between single and multiple selection mode
24210           and multiple mode display.
24211           
24212           Fixed strings to translable strings.
24213           
24214           Fixed some compiler warnings by commenting out
24215           unused functions.
24216           
24217 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24219         * src/project_dbase.c: App status bar now updates
24220           with the project name when the project is loaded.
24221         
24222         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24223           
24224           Puts the directories at the top. They're also sorted now.
24225           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24226         
24227 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24229         * scripts/anjuta_import.sh.in: Added file.
24230         * scripts/anjuta_import.sh: Removed file.
24232         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24233           Updated files.
24234           
24235         * src/main_menubar_def.h:
24236         
24237           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24238           reflect the opposite of Find (CTRL+F) and also to leave
24239           CTRL+R or Redo.
24240           
24241           Changed Glade summon with ALT+G, which frees the ATL+E
24242           for poping up the edit menu.
24243           
24244         * src/Makefile.am: Debugging link flags by Biswa, removed.
24246 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24248         * HACKING: added information on best practices for writing
24249           application messages and GUI labels
24250           
24251         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24252           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24253           src/clean_project.c, src/compile.c, 
24254           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24255           src/configurer.c, src/debugger.c, src/executer.c, 
24256           src/find_in_files.c, src/find_in_files_cbs.c, 
24257           src/find_replace.c, src/find_text.c, src/glades.c, 
24258           src/gnome_project.c, src/goto_line.c, src/main.c, 
24259           src/main_menubar.c, src/main_menubar_def.h, 
24260           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24261           src/project_config.c, src/project_dbase.c, 
24262           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24263           src/support.c, src/tags_manager.c, src/text_editor.c, 
24264           src/text_editor_gui.c, src/text_editor_menu.c, 
24265           src/toolbar_callbacks.c, src/utilities.c: 
24266           lots of minor message updates to make them more user-friendly 
24267           and consistent
24269 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24271         * src/executer.c:
24272         
24273           Because of the spaces escaping, the command could not be
24274           executed when run without terminal. Now fixed.
24275           
24276         * anjuta.prj, Makefile.am:
24277         
24278           Added anjuta project file.
24279         
24280 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24282         * src/message-manager-private.h, message-manager-private.cc,
24283           message-manger.cc:
24284           
24285           Added freeze() and thaw() for the message window class to
24286           speed up the message manager update.
24287         
24288         * src/project_config.h, project_config.c,
24289           src/project_dbase.h, project_dbase.h
24290           scripts/anjuta_project.template:
24291           
24292           Added two new prject attributes: project.config.blocked and
24293           project.excluded.modules. The former will make sure that users
24294           are not given any previlidge in enabling the 'overwrite build
24295           files' flags and the later issues a list of modules in the project
24296           to be skipped for symbol browsing and project listing.
24297         
24298         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24299         
24300           Modified script to read the template from the anjuta data dir
24301           rather than from the directory in which the script exist. Otherwise,
24302           Being transfered to the bin dir, the script will not be able to
24303           find the template when it is run.
24304           
24305           The script is also create with configure.in to set in the anjuta
24306           data dir path inside the script.
24307           
24308 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24310         * po/fr.po: updated to the latest sources.
24312 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24314         * scripts/Makefile.am:
24315           anjuta_import.sh goes with distribution.
24316           
24317         * po/*.po: They seem to have updated (merged with
24318           anjuta.pot) automatically when I did "make dist".
24319           
24320 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24322         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24323           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24324           the compiler options dialog.
24325         
24326         * ChangeLog:
24327           Correct todays date. :)
24328           
24329         * scripts/Makefile.am:
24330           Installs anjuta_import.sh in $(prefix)/bin dir and
24331           is treated as an executable.
24332           
24333 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24335         * Fix for bug #499373
24336         
24337         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24338           java, properties, latex.properties, lua.properties, others.properties,
24339           perl.properties:
24340           
24341           Added double-quotes around file arguments so that
24342           filenames with spaces could also work.
24344         * launcher/anjuta-launcher.c, executer.c:
24345           Escaped quotes in the cammand and it's arguments before executing
24346           so that args with spaces can also work.
24347           
24348           Commented #DEBUG switch.
24349           
24350 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24352         * scripts/*: Added files which I forgot previously.
24353         
24354         * src/aneditor.h: Lined up commands definition for better look.
24355         
24356         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24357           main_menubar.h, control.c:
24358           Added three more convert EOL chars submenu items in transform.
24359           Reformatted some some.
24360         
24361         * data/anjuta.properties:
24362           Reformatted a line.
24363         
24364         * src/aneditor.h, aneditor.c:
24365           Added three commands (with definitions) for EOL conversions.
24366           
24367         * src/text_editor.c:
24368           Editor detects file mode from the file content and
24369           set the editing mode to CR/LF/CRLF automatically.
24370           Refined Dos mode extrageneous chars filter
24371           This will make sure that filter works only in Dos mode and not
24372           in other modes.
24373           
24374         * src/anjuta.c: Editor mode display in status bar.
24375         
24376         * src/preferences_gui.c: Changed the string for dos mode
24377           filter to more sensible string.
24378         
24379         * src/aneditor.c: Default editor mode sets during widget creation
24380           and not everty time the properties are loaded. This makes sure
24381           that the auto-detected mode is not overridden by the default mode.
24382           
24383         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24384         
24385         * src/anjuta.c: Fixed bug #476028.
24386           Now anjuta also searches for file relative to top project dir,
24387           when the project is open.
24388         
24389         * src/anjuta_cbs.c: Fixed bug #499536.
24390           File is not closed if it is not able to save the file properly.
24391           
24392         * src/mainmenu_callbacks.c: Fixed bug #499536.
24393           Newfiles (which are not modified) are also closed on "close all files".
24394         
24395 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24397         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24398         
24399         * tagmanager/tm_source_file.c, regex.c, parse.c:
24400           defined and delimited g_messages within #debug.
24401           
24402         * src/preferences.c, data/anjuta.properties:
24403           saved/defied message-manager tag position in string.
24404           Message tag possition is saved between sessions. And
24405           and tag position bottom as default.
24406           
24407 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24409         Patch submitted by:
24410         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24412         * Makefile.am
24413           configure.in
24414           data/Makefile.am
24415           data/properties/Makefile.am
24416           global-tags/Makefile.am
24417           pixmaps/Makefile.am
24418           src/Makefile.am
24419           src/an_file_view.c
24420           src/an_file_view.h
24421           src/an_symbol_view.c
24422           src/an_symbol_view.h
24423           src/anjuta.c
24424           src/anjuta_cbs.c
24425           src/file_history.c
24426           src/file_history.h
24427           src/message-manager-private.cc
24428           src/pixmaps.h
24429           src/project_dbase.c
24430           src/project_dbase_gui.c
24431           src/tags_manager.c
24432           src/text_editor.c
24433           src/utilities.c
24434           src/utilities.h
24435           src/watch_gui.c:
24436         
24437           Modified files.
24438         
24439         * scripts/*
24440           pixmaps/sv_class.xpm
24441           pixmaps/sv_function.xpm
24442           pixmaps/sv_macro.xpm
24443           pixmaps/sv_private_fun.xpm
24444           pixmaps/sv_private_var.xpm
24445           pixmaps/sv_protected_fun.xpm
24446           pixmaps/sv_protected_var.xpm
24447           pixmaps/sv_public_fun.xpm
24448           pixmaps/sv_public_var.xpm
24449           pixmaps/sv_static_fun.xpm
24450           pixmaps/sv_static_var.xpm
24451           pixmaps/sv_struct.xpm
24452           pixmaps/sv_unknown.xpm
24453           pixmaps/sv_variable.xpm
24454           pixmaps/fv_core.xpm
24455           pixmaps/fv_text.xpm
24456           pixmaps/filestoremove.txt:
24457         
24458           New files.
24459         
24460         * pixmaps/class.xpm
24461           pixmaps/function.xpm
24462           pixmaps/fv_autofile.xpm
24463           pixmaps/fv_doc.xpm
24464           pixmaps/fv_i18n.xpm
24465           pixmaps/fv_source.xpm
24466           pixmaps/private_func.xpm
24467           pixmaps/private_var.xpm
24468           pixmaps/protected_func.xpm
24469           pixmaps/protected_var.xpm
24470           pixmaps/public_func.xpm
24471           pixmaps/public_var.xpm
24472           pixmaps/struct.xpm
24473           pixmaps/variable.xpm
24474         
24475           Removed files.
24476         
24477         * tagmanager/*/*:
24478         
24479           Upgraded to tagmanager-0.7
24481 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24482         * src/anjuta_cbs.c: Fixed bug #506441
24483         * src/watch_gui.c: Changed layout of eval dialog so that
24484         it fits on a 800x600 desktop with German translation. 
24486 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24488         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24489         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24490           icon for new project type (thanks to Misha)
24491         * configure.in: build and install Danish translation
24492         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24493           credits to cover new patches and translations
24495 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24496         
24497         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24498           src/appwiz_page1.c:
24499         
24500       - Font preferences are restored properly now (\n was missing)
24501           - Dock menu label of message-manager is "Dock/Undock" instead
24502           of "Dock|Undock" to match with the rest of anjuta.
24503           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24504           changed it in anjuta, too 
24506 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24508         * tagmanager/tm_source_file.c,
24509           tagmanager/parse.c,
24510           tagmanager/tm_project.c,
24511           src/an_symbol_view.c,
24512           src/anjuta.c:
24513           
24514           Disabled debug warnings.
24516 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24518         * src/appwiz_page1.c
24519           src/compiler_options.c
24520           src/project_dbase.c
24521           src/project_dbase.h
24522           src/project_type.c
24523           src/source.c
24524           src/source.h:
24525           
24526           New project type named LibGlade.
24527           
24528           Patch submitted by:
24529           Dick Knol <dknol@gmx.net>
24531         * src/gnome_prj.c:
24532           Commented out unused pixmap creation. May be it
24533           will fix the crash in project creation.
24534           
24535 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24537         * src/registers.c
24538           src/registers.h
24539           src/registers_cbs.c
24540           src/registers_cbs.h
24541           src/registers_gui.c
24542           src/sharedlib.c
24543           src/sharedlib.h
24544           src/sharedlib_cbs.c
24545           src/sharedlib_cbs.h
24546           src/sharedlib_gui.c
24547           src/signals.c
24548           src/signals.h
24549           src/signals_cbs.c
24550           src/signals_cbs.h
24551           src/signals_gui.c
24552           src/stack_trace.c
24553           src/stack_trace.h
24554           src/stack_trace_cbs.c
24555           src/stack_trace_cbs.h
24556           src/stack_trace_gui.c
24557           src/text_editor.c
24558           src/watch.c
24559           src/watch.h
24560           src/watch_cbs.c
24561           src/watch_cbs.h
24562           src/watch_gui.c
24563           
24564           Fixed bug #496290: Attach/detach removed from these
24565           windows as they are never implemented.
24566           
24567           Patch submitted by:
24568           Johannes Schmid <johannes.schmid@gmx.de>
24569           
24570 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24572         * src/anjuta.c,
24573           src/anjuta_cbs.c:
24574           
24575           Fixed bug:
24576           when you right click on the tabs, a list of filenames are given
24577           out, but now it gives a list of "page 1", "page 2", etc...
24578           
24579           Patch submitted by: 
24580           Jens Georg <mail@jensgeorg.de>
24582         * anjuta.in.in: Removed c|c++ because, it was not necessary
24583           and was causing translation problem.
24584           
24585         * plugins/class-gen/clsGen.c:
24586           removed "'" for the same reason.
24587           
24588 attached the fix for the menu
24591 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24593         * src/preferences.h,
24594           src/preferences.c,
24595           src/preferences_gui.c:
24596           
24597           Adds the functionality to Anjuta to auto save your unsaved
24598           files before you build a project.
24600           Patch submitted by: 
24601           jason <jason_williams@suth.com>
24602           
24603         * src/anjuta.[h,c]:
24604           Added function for save all files.
24605         
24606         * src/mainmenu_callbacks.c:
24607           Modified to use the above function.
24608         
24609         * src/build_project.c:
24610           Save all files before build if it is set in the
24611           preferences.
24613 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24615         * src/message-manager-private.cc
24616           src/message-manager-private.h
24617           src/message-manager.cc:
24618           
24619           Message-manager now restores the tabs which were shown on startup.
24620           The terminal is now created on demand (as requested by Biswa)
24621           and I have removed some debug messages.
24622           
24623           Patch submitted by: 
24624           Johannes Schmid <johannes.schmid@gmx.de>
24626 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24628         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24629           proper tabs keyboard navigation.
24631         * src/an_symbol_view.c,
24632           src/anjuta_cbs.c,
24633           src/gnome_project.c,
24634           src/project_dbase.c,
24635           src/tags_manager.c: removed some debugging display.
24637 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24639         * src/message-manager-dock.c
24640           src/message-manager-private.cc
24641           src/message-manager-private.h
24642           src/message-manager.cc
24643           src/preferences.c
24644           src/preferences.h
24645           src/preferences_gui.c:
24646           
24647           Patch submitted by: 
24648           Johannes Schmid <johannes.schmid@gmx.de>
24649           
24650           This patch adds a tab to the notebook of the preferences-dialog
24651           where you can change the colors, the tab position of the new
24652           message manager. Also the truncate messages stuff has moved
24653           from misc tab to messages tab.
24655           Also improved the remembering position stuff of message manager.
24656           
24657         * data/internal.properties,
24658           Added definitions for messages colors and tag position.
24659           
24660         * src/message_manager.cc:
24661           Fixed a bug that never lets the messages panes to get cleared.
24662           Added wmclass setting for the message window. Fixed a bug in
24663           which the message window was not being shown.
24664         
24665         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24666           output and disabled it.
24668         * src/anjuta.c: Preferences created and loaded before anything else.
24669           anjuta now recognizes messages colors on startup and initializes
24670           them.
24671         
24672 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24674         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24676 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24678         * pixmaps/file_c.xpm,
24679           pixmaps/file_cpp.xpm,
24680           pixmaps/file_file.xpm,
24681           pixmaps/file_h.xpm,
24682           pixmaps/file_html.xpm,
24683           pixmaps/file_i18n.xpm,
24684           pixmaps/file_icon.xpm,
24685           pixmaps/file_pix.xpm,
24686           pixmaps/fv_doc.xpm,
24687           pixmaps/fv_i18n.xpm,
24688           pixmaps/fv_image.xpm,
24689           pixmaps/fv_source.xpm,
24690           pixmaps/fv_unknown.xpm: made these icons transparent.
24692 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24694         * launcher/anjuta_launcher.c: updated message strings
24695         * src/message-manager-dock.c: added newline at end to avoid compile warning
24696         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24697         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24698           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24699           entries for username and Python-style GPL notice
24700         * HACKING: added info on files to change to update Insert menu
24702 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24704         * src/project_dbase.c,
24705           src/an_file_view.c,
24706           src/an_symbol_view.c:
24707           Changed the CTree expander style to square and
24708           line style to Dotted line.
24709           
24710         * po/POTFILES.in: Removed and Added translable files.
24712 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24714         * ccview/.cvsignore: Removed.
24715         
24716 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24718         * ccview/
24719                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24720                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24721                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24722                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24723                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24724                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24725         
24726         Removed ccview module because it is no longer needed.
24728 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24730         * src/project_dbase.c:
24731           Shifted structure initialization in project_dbase_new()
24732           before anything else, otherwise it was crashing due to
24733           uninitialized values.
24734         
24735         * src/an_symbol_view.c:
24736           Disabled high volume debug output.
24738 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24739         
24740         Applied a very heavy patch from:
24741         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24743         * Makefile.am
24744         configure.in
24745         pixmaps/Makefile.am
24746         src/Makefile.am
24747         src/aneditor.cxx
24748         src/aneditor.h
24749         src/anjuta.c
24750         src/anjuta.h
24751         src/commands.c
24752         src/commands.h
24753         src/compile.c
24754         src/compile.h
24755         src/controls.c
24756         src/defaults.c
24757         src/fileselection.c
24758         src/main_menubar.c
24759         src/main_menubar.h
24760         src/main_menubar_def.h
24761         src/mainmenu_callbacks.c
24762         src/mainmenu_callbacks.h
24763         src/project_dbase.c
24764         src/project_dbase.h
24765         src/project_dbase_gui.c
24766         src/tags_manager.c
24767         src/text_editor_menu.c
24768         src/toolbar_callbacks.c
24769         tagmanager/Makefile.am
24770         tagmanager/ctags.c
24771         tagmanager/include/Makefile.am
24772         tagmanager/include/tm_project.h
24773         tagmanager/include/tm_symbol.h
24774         tagmanager/include/tm_tag.h
24775         tagmanager/include/tm_tagmanager.h
24776         tagmanager/include/tm_workspace.h
24777         tagmanager/tm_project.c
24778         tagmanager/tm_source_file.c
24779         tagmanager/tm_symbol.c
24780         tagmanager/tm_tag.c
24781         tagmanager/tm_workspace.c
24782         widgets/Makefile.am: Modified.
24783         
24784         * src/an_file_view.[c,h],
24785           src/an_symbol_view.[c,h],
24786           src/file_history.[c,h],
24787           src/support.[c,h],
24788           widgets/scroll-menu.[c,h],
24789           tagmanager/tm_file_entry.c
24790           tagmanager/include/tm_file_entry.h: Added new files.
24791           
24792         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24793         private_func.xpm, public_func.xpm,
24794         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24795         private_var.xpm, public_var.xpm,
24796         function.xpm, fv_i18n.xpm, macro.xpm,
24797         protected_func.xpm, struct.xpm,
24798         fv_autofile.xpm, fv_image.xpm,
24799         ofolder.xpm, protected_var.xpm, variable.xpm:
24800           Updated and Added pixmap files.
24802         Features:
24803         ---------
24804         a) Removes CCView dependency.
24805         b) Improves the terminal.
24806         c) Adds tag navigation context menus.
24807         d) Upgrades tagmanager to latest version.
24808         e) Miscellaneous small additions.
24810 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24812         * src/project_dbase_gui.c: Fixed crash of anjuta
24813         when project first created.
24814         
24815         * src/gnome_project.c: It now updates the tags manager
24816         when new projects are created.
24817         
24818 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24820         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24821           for this big patch.
24822         
24823         * src/messages.[c,h]: Removed files.
24825         * src/message-manager.[cc,h],
24826           src/message-manager-dock.[c,h],
24827           src/message-manager-private.[cc,h]
24828           New files.
24830         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24831           src/build_project.c, src/clean_project.c, src/compile.c
24832           src/configurer.c, src/debugger.c, src/find_in_files.c
24833           src/mainmenu_callbacks.c, src/preferences.h
24834           src/preferences_gui.c, src/properties.h
24835           src/utilities.c, src/utilities.h:
24836           The new messages widget.
24837           New features:
24838             - Use of GtkNotebook instead of ToggleButtons
24839               and show/hide
24840             - Popupmenu to show and hide message types and
24841               to dock/undock in detach mode
24843           All other things should work as they did with the
24844           old message window. Currently the keyboard short-cuts
24845           do not work in detached mode.
24846           
24847           Some functions in utitlities.[c,h] changed.
24848           so that they take const arguments where this is possible
24849           
24850         * src/Makefile.am, po/POTFILES.in:
24851           Removed messages.[c,h] and
24852           added message-manager.[cc,h], message-manager-dock.[c,h],
24853           message-manager-private.[cc,h]
24854           
24855         * src/message-manager.h: Removed "include <bonobo.h>"
24856           and added a newline at the end of the file.
24857           
24858         * src/message-manager-private.cc:
24859           Set clist's width setting to Automatic.
24860           Set scroll window's scroll bars to Automatic.
24861           
24862 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
24864         * text_editor_menu.c:
24865           Fixed misalignment of the function sub menu
24866           in the text editor pop up menu.
24867           
24868 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24869         
24870         * src/text_editor.c: Fixed a compiler warning.
24871         
24872 2002-01-04  Andy Piper <andy.piper@freeuk.com>
24874         * THANKS, manuals/*/authors.sgml: updated for new translations
24875         * plugins/class-gen/clsGen.c: converted messages to English
24876         * src/about.c, src/main_menubar_def.h: string updates
24878 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24880         * src/anjuta.c
24881           src/anjuta_cbs.c
24882           src/text_editor.c
24883           src/mainmenu_callbacks.c
24884           src/text_editor.h
24885           src/text_editor.c
24886           src/text_editor_cbs.c
24887           src/text_editor-gui.c:
24888           
24889           Earlier code for adding 'cross' button
24890           for closing pages were too error prone and unorganized.
24891           Cleaned up the code and shifted the 'extra' widgets
24892           creation (eg. close button, close_pixmap and lable)
24893           from anjuta to text_editor. This takes care of proper
24894           widgets creation and destruction. Otherwise, anjuta
24895           was crashing at too many points, especially related
24896           to docking and undocking.
24897           
24898 2002-01-04  Stephane Demurget  <demurgets@free.fr>
24900         * src/aneditor.cxx: removed debugging code.
24902         * data/properties/.cvsignore: added swap files.
24904 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24906         * src/anjuta.c
24907           src/anjuta_cbs.c:
24908           Fixed Crashing of anjuta when a new file is saved as
24909           different file.
24910           
24911 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24913         * src/aneditor.c: Some debug codes around.
24914         
24915         * data/internal.properties, data/anjuta.properties: Removed.
24916           data/properties/Makefile.am:
24917           data/properties/ada
24918           data/properties/cs
24919           data/properties/make
24920           data/properties/rc
24921           data/properties/html
24922           data/properties/ruby
24923           data/properties/baan
24924           data/properties/idl
24925           data/properties/pascal
24926           data/properties/sample
24927           data/properties/bash
24928           data/properties/java
24929           data/properties/perl
24930           data/properties/sql
24931           data/properties/conf
24932           data/properties/latex
24933           data/properties/props
24934           data/properties/vb
24935           data/properties/cpp
24936           data/properties/lua
24937           data/properties/python
24938           data/properties/xml
24939           data/properties/others
24940           data/properties/.cvsignore:
24941             Added files. Properties now splitted into small files
24942             for each language.
24944         * data/Makefile.am
24945           configure.in: Update the removal and added properties module.
24947         * src/preferences.c: preferences_new(): Updated to reflect the
24948           new properties files organization.
24949           
24950         * src/Makefile.am: Added Baan Lexer.
24952 2002-01-01  Stephane Demurget  <demurgets@free.fr>
24954         * src/aneditor.cxx: readded the baan lexer. 
24956         * src/preferences.c: fixed translated messages and a typo.
24958         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
24959           confusing the regexp usage in xml-i18-merge.
24961 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
24963         * src/project_dbase.c: tidied some messages, and spotted a typo in
24964           the reading of properties which prevented the project version from
24965           ever being reported in the Project Information window - fixed :)
24967         * po/POTFILES.in: removed syntax.h
24969 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24971         * data/internal.properties: fixed baan properties.
24972           Added all ada properties.
24974         * src/main_menubar_def.h,
24975           src/lexer.h,
24976           src/aneditor.cxx,
24977           src/utilities.[ch]: added support for the Ada highlight style.
24979 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24981         * plugins/*/.cvsignore: updated.
24983 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24985         * src/syntax.h,
24986           src/text_editor.c,
24987           src/Makefile.am: removed the empty header syntax.h.
24989 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
24991         * main_menubar.c:
24992         Stef's observation on the 'superfluous' hseparators in the recent
24993         files and projects is fully justified -- removed.
24994         
24995         * main_menubar_def.h:
24996         Changed "Plug Ins" to "Plugins" in the menu label.
24997         
24998         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
24999         Added class-gen in the configure output and class-gen module.
25000         
25001         * data/internal.properties:
25002         Correct mis-spelled "jave" to "java".
25003         Added file.is.source for *.h, *.c, *.cpp properties.
25004         
25005         * global-tags/Makefile.am:
25006         "chmod +x create_global_tags.sh" before it is executed, because
25007         there is very high chance that it will be found "-x" and resulting
25008         in error
25010 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25012         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25013         for the backtrace.
25015         * src/gnome_project.c: (create_new_project): if the user doesn't
25016           select any icon, it doesn't have any extension and thus we can't
25017           use it in printf on Solaris, since the %s modifier use strlen to
25018           know the string length and then crash. On Linux, gcc checks the value
25019           of the pointer to be NULL and write "(null)" if necessary. We can't
25020           rely on that.
25022         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25023           don't need to have the directory icon but the generic one.
25025 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25027         Merged with latest (1.42) scintilla.
25029         Added: Support for the {load,save}.on.(de)activate properties.
25030                The PHP lexer to match keywords case insensitively.
25031                Baan lexer.
25032                Experimental supports for changeable style attribute & line
25033                wrapping.
25034                
25035         Updated: Both the C++ and HTML lexers.
25036                  More shell keywords added.
25037                  Horizontal scrolling and diplay of long lines optimised.
25038                  Cursor setting optimised.
25040         Bugs fixed: Caret movement over folded lines.
25041                     Selection tracking in 2ndary views when doing modifications.
25043         * scintilla/CallTip.{cxx.h},
25044           scintilla/ContractionState.{cxx,h},
25045           scintilla/Document.{cxx,h},
25046           scintilla/Editor.{cxx,h},
25047           scintilla/KeyWords.cxx,
25048           scintilla/LexHTML.cxx,
25049           scintilla/PlatGTK.cxx,
25050           scintilla/RESearch.cxx,
25051           scintilla/ScintillaBase.cxx,
25052           scintilla/ScintillaGTK.cxx,
25053           scintilla/Style.{cxx,h},
25054           scintilla/StyleContext.h,
25055           scintilla/ViewStyle.cxx,
25056           scintilla/include/*.h: updated.
25058         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25060         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25061           should have been told to the scintilla team. We're lucky I read the
25062           ChangeLog and the modifications of the lexer (thanks to the Gnome
25063           bonsai for this ;)
25065         * data/internal.properties: added Baan definitions.
25066           Fixed some issues for C such as *_cast directive, that are only
25067           available with C++.
25068           Updated C++, HTML and shell scripts definitions.
25069           Updated Ada and Bullant, that have been forgotten.
25071         * src/main_menubar_def.h,
25072           src/lexer.h,
25073           src/aneditor.cxx,
25074           src/utilities.[ch]: added support for the Baan highlight style.
25076 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25078         Polished the plugins menu behaviour and added a tearoff
25079         menuitem to the recent entries submenu.
25081         Note: The recent entries list seems to be too height
25082               with all these superfluous hseparators.
25084         * src/main_menubar.c: Polished, making some
25085           functions declarations static and cleaning some code.
25087           (create_submenu_plugin): removed the extra
25088           plugins entry and the horizontal separators.
25090           (on_plugins_menu_realize): the plugins menu is only
25091           shown if there's at least one available.
25093           (create_submenu*): added a tearoff menuitem to have
25094           a more homogeneous menu style. For now, it doesn't
25095           take care of user settings (but it was even worse
25096           before :).
25098 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25100         * configure.in: added the packageplugindir variable to avoid
25101           installing the plugins in $(prefix). It's not the same path as
25102           anjuta 2 to allow parallel installation.
25104 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25105         Fix a reopened part of bug #440676: keyboard navigation between the
25106         different text buffers. Changed to a more global approch. 
25108         * src/notebook.[ch]: removed.
25110         * src/Makefile.am: removed notebook.[ch]
25112         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25113           (on_anjuta_window_key_press_event): added to fulfill the global
25114           shorcuts handling.
25116         * HACKING: updated according to the new global shortcuts handling.
25118 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25120         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25121           Shifted plugin menu from Edit submenu to main menu.
25122         
25123         * po/POTFILES.in:
25124           Added plugins/sample1/plugin-sample1.c
25125           
25126         * plugins/sample1/plugin-sample1.c:
25127           Added localization and used anjuta_info, instead of anjuta_error.
25128           
25129         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25130           Added cvs ignores.
25131           
25132 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25134         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25135           for plugin dir.
25136         
25137         * Makefile.am: Added module plugins.
25138         
25139         * plugins, plugins/Makefile.am, plugins/sample1/*:
25140           Created plugins modules.
25141           
25142         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25143           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25144           to load plugins of *.so only and not *.so* (which results
25145           in duplicates).
25146         
25147         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25148           plugins during packaging.
25150 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25152         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25154 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25156         * configure.in: Added portuguese to ALL_LINGUAS
25158 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25160         * global-tags/.cvsignore
25161         tagmanager/.cvsignore
25162         tagmanager/include/.cvsignore:
25163         Added cvs ignore files.
25165         * data/.cvsignore
25166         Updated cvs ignore file.
25167         
25168 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25170         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25171           data/anjuta.properties, data/internal.properties: clean up some 
25172           message strings (me)
25174 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25176         * src/about.c, THANKS: added Jens to the credits
25177         
25178 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25180         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25181           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25182           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25183           Georg <mail@jensgeorg.de> to add close button to file tabs.
25185 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25187         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25188           (debugger now catches correct signal from process)
25190 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25192         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25193         * src/pixmaps.h: switch appwizard project icons to new designs
25194         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25196 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25198         * pixmaps/Makefile.am: stop redundant images from being installed.
25199           The next step will be to remove them completely.
25200         * src/appwiz*: further updates (more to come)
25201         * src/pixmaps.h: cleaned up, commented
25202         * src/splash.c: should use the pixmaps macro defined
25203         * HACKING: more on the graphics stuff and use of pixmaps.h
25205 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25207         * src/defaults.c: fix bug #494864
25209 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25211         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25212           graphics from Misha
25213         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25214           redundant graphics, no longer used
25215         * src/appwiz*: revamped application wizard by Andy and Misha for
25216           a more usable and professional look-and-feel
25217         * HACKING: updates to cover patching, graphics, and some additions
25218           post-0.1.8
25219         * TODO: removed some implemented features
25221 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25223         * data/anjuta.properties, data/internal.properties: cleanup
25224         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25225           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25226           to edit styles colors for keywords and add Goto Tag menu option
25227           in the editor
25229 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25231         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25232         
25233         Fixed bug #460335
25234         fixes the Forget of the cursor position when tab is brought active
25235         from project manager.
25236         
25237 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25239         * src/messages.c
25240           Exported "TERM=xterm" to get a color terminal when
25241           anjuta is not started from within a terminal.
25242           
25243 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25245         * src/messages.c
25246           src/messages.h
25247           Added a frame around zvt terminal.
25248           
25249         * src/preferences_gui.c
25250           Modified to say "Use glade component (experimental)"
25251           instead of "Use Component".
25252           
25253 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25255         * Patch from 
25256         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25257         
25258         * src/anjuta.c
25259         src/fileselection.c
25260         src/messages.c
25261         src/messages.h
25262         src/preferences.c
25263         src/preferences.h
25264         src/project_dbase.c
25266         a) Extra scrollbar in terminal no longer appears.
25267         b) Character set preference should be preserved (untested).
25268         c) File selection widget now remembers last directory.
25269         d) On creation of generic project, the glade 'file not found' error no
25270                 longer occurs.
25271         e) First terminal window is created 'on demand', so it should always to
25272                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25273                 environment is now passed to the terminal.
25274         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25275                 with getcwd()).
25276         g) Fixed some compilation warnings.
25278 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25280         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25281           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25282         * src/*: cleanups (me)
25283         * pixmaps/mini_term.xpm: added new file for terminal button
25284           (me, based on existing artwork)
25286 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25288         * configure.in: bumped version to 0.1.9-pre
25289         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25290           translation
25291         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25293 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25295         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25296           files are free of that char)
25297         * configure.in: added "az" to ALL_LINGUAS
25299 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25301         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25302           crash bug fix from Biswa.
25303         * FUTURE: added Anjuta/gIDE merger information to provide 
25304           details on future direction and status of 1.x stuff
25305         * NEWS: prepared for release
25306         * po/de.po: update from Jens Georg <mail@jensgeorg>
25308 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25310         * multiple minor updates pre-0.1.8
25311         * patch from Biswa to fix syntax highlighting and packaging
25312         * po/fr.po: update from Stef
25314 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25316         * global-tags/Makefile.am
25317         global-tags/create_global_tags.sh
25318         global-tags/tm_global_tags.c
25319         scintilla/LexCPP.cxx
25320         scintilla/include/SciLexer.h
25321         src/aneditor.cxx
25322         src/project_dbase.c
25323         tagmanager/Makefile.am
25324         tagmanager/include/Makefile.am
25325         tagmanager/include/tm_project.h
25326         tagmanager/include/tm_tag.h
25327         tagmanager/include/tm_tagmanager.h
25328         tagmanager/tm_project.c
25329         tagmanager/tm_source_file.c
25330         tagmanager/tm_tag.c
25331         tagmanager/tm_workspace.c:
25332         
25333         Includes the syntax highliting patch to scintilla).
25334         and more stable code.
25335         
25336         *tagmanager/include/tm_symbol.h: New file.
25337         *tagmanager/tm_symbol.c: New file.
25338         
25339         Add symbol tree building functionality at project level
25340         
25341         Patch from:
25342         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25343         
25344 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25346         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25347           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25348           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25349           : New and improved pixmaps from Misha <misha@phreaker.net>
25350           Thanks to him.
25352 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25353         
25354         * Big patch submitted by
25355           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25356           Many thanks to him.
25357         
25358         * src/Makefile.am, src/aneditor.cxx
25359           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25360           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25361           Use of tagmanager lib for advanced calltips.
25363         * global-tags/*: Created new directory and added files to 
25364           generate system.tags.
25366         * tagmanager/*: Created new directory and added tagmanager lib
25367           files.
25369         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25370           the above additions.
25372         * data/Makefile.am: Modified to accomodate generated system.tags file.
25374 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25376         * scintilla/: updated to 1.41
25377         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25378         * src/about.c: updated list of authors
25379         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25380         * HACKING: updated to cover Scintilla usage
25381         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25382           translation
25384 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25386         * src/aneditor.cxx: Fixed compilation errors with it.
25387           by add include to gtk+ headers and typedefining a mysteriously
25388           vanished class Colour.
25390 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25392         * configure.in: Added pt_BR in the languages.
25393         
25394 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25396         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25397           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25398         * THANKS: updated
25399         * manuals/C/anjuta-manual/*: new format to match
25400           the rest of the GNOME docs chapter layout. Added the many
25401           new contributors. Moved Authors and License information into new
25402           chapters of their own - should make expansion easier too
25403         * src/compiler_options.c: changed the profiler option to -pg to 
25404           work with GNU tools (gprof)
25405         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25406           and text labels
25407         
25408 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25410         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25411           compiler_options_gui.c:
25412           Added a new entry for linker flags and renamed c_options to c_flags
25413           and l_options to l_libs. Also, added a new function:
25414           compiler_options_set_prjlflags_in_file();
25415         
25416         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25417         
25418         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25419           
25420 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25422         * THANKS, src/about.c: corrections and additions following 
25423         Naba's big update
25424         * src/main_menubar.c: patch from Rikul to fix the problem with 
25425         menu accelerators not being loaded
25427 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25429         * THANKS: Added all contributors and translators names and emails.
25430         * AUTHORS: Updated
25431         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25432         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25433               Added new file (earlier logo with border).
25434         * src/about.c: Added all contributors names and emails
25435               and used macro definition for logo pixmap file.
25436         * src/pixmaps.h: Added entry for anjuta splash screen.
25438 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25440         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25441         to new PNG version (thanks to Misha) and removed the old
25442         pixmap.
25444 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25446         * THANKS: added Conner Mo for simplified Chinese translation.
25447         * configure.in: added zh_CN in ALL_LINGUAS
25449 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25451         * THANKS: added Joe Man for his traditional Chinese translation.
25452         * configure.in: added zh_TW in ALL_LINGUAS.
25454 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25456         * src/main_menubar_def.h: Changed the link of lidn to
25457         http://lidn.sourceforge.net.
25458         
25459 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25461         * Applied patch from Rikul
25462         * Applied patch from Luca
25463         * Fixed a cvs conflict. :)
25465 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25467         * THANKS: added Marc Botermans for his Dutch translation.
25469         * configure.in: added nl in ALL_LINGUAS.
25471         * po/nl.po: added.
25473 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25475         * anjuta.c: Fixed luca's typo.
25476         * resources.c, resources.h: Changed gchar* return to void, to
25477                 avoid a compiler warning.
25478         * scintilla/Makefile.am: Reorganized file entries.
25479         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25481 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25483         * Upgraded scintilla to 1.4.
25484         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25485                 LexLisp.cxx StyleContext.cxx StyleContext.h
25486         * src/Makefile.am: Added 4 lexers and separated lexer objects
25487                 from the main link variable.
25489 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25491         * THANKS: added Luca, even if it shouldn't be my role to write
25492           this sort of thing :)
25494         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25495           the latest Luca patch.
25497 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25499         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25500         This is not documented yet; plugins to come later.
25501         * src/find*.c: find dialogs now persistent 
25502         (Rick <rikul@bellsouth.net>)
25503         * widgets/gnomefilelist.c: fixed multiple file open issue 
25504         (Rick <rikul@bellsouth.net>)
25505         * changes to recent file and project lists handling 
25506         (lbell <lbell@tsc4.com>)
25507         * more minor UI updates (me)
25509 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25511         * src/Makefile.am: removed warnings for traditional C syntax
25512         * pixmaps: added new icons for mini_locals, mini_cvs and
25513         the splash screen - thanks to Misha <misha@phreaker.net>
25515 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25517         * src/toolbar.c: fix typo in tooltip text
25518         * ccview/cccmd.cc: alter Func to Function in menu text
25520 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25522         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25523         issue with find dialog reporting an error when Scintilla finds text
25524         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25525         DOS files (i.e. CR/LF translation)
25527 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25529         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25530         #452436
25531         * data/internal.properties: default fold style now set to 3 :-)
25532         * applied patch from rikul <null@acm.org> to turn notebook tab 
25533         headings red when file has been edited.
25535 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25537         * configure.in: Added "no" to ALL_LINGUAS.
25538         
25539 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25541     * Patch from lbell <lbell@tsc4.com>
25542     src/controls.c
25543     src/debugger.c
25544     src/main_menubar.c
25545     src/main_menubar.h
25546     src/main_menubar_def.h
25547     src/mainmenu_callbacks.c
25548     src/mainmenu_callbacks.h
25549     src/project_dbase.c
25550     src/project_dbase.h
25551     
25552     Implemented a check menu item to handle the 'show locals' flag
25553     for the current project.
25555     * data/internal.properties: Removed the redundant command
25556     for gnome-terminal.
25557     
25558 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25560         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25562 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25564         * configure.in: Added "ta" to the languages list.
25566 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25568         * data/internal.properties:
25569           added fold.symbols property to control appearance of folds
25570           in the Scintilla editor (thanks to rikul <null@acm.org>)
25572 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25574         * src/message.c:
25575           one extra button for message win is being created -- Fixed.
25576         
25577           The frame should be hidden and not only the pix_lab when
25578           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25579           -- Fixed.
25580         
25581         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25582           for the time being it is same as mini_cvs.xpm.
25583         
25584 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25586         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25588         Patch from rikul <null@acm.org>
25589         
25590         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25591         glades.h, messages.c, messages.h, pixmaps.h,
25592         project_dbase.c, project_dbase.h, session.c,
25593         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25594         
25595         inserted 'add to watch' option in inspect window, so you can add easily
25596         a variable in watch window .
25597         
25598         Added a new message pane for the gdb local variables inspection. Changed
25599         the code in messages.c to better account for future new panes insertion.
25600         Defined a new pixmap for the new tab button in pixmaps.h
25601         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25602         install script.
25603         
25604         Changed the debugger module to have a single function for asking to gdb
25605         to send program info. The idea is to ask the debugger about only the
25606         info needed to open windows( watch, registers, etc ) to speedup the step
25607         command. I plan to ask informations to the debugger based on the user
25608         interface status.
25609         The request for local variables is enabled by default, but the
25610         projectDBase has a variable to control it, to allow disabling that
25611         feature,  there is also the code to save and to reload the state. If you
25612         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25613         in project_dbase.c
25615         This big patch is from:  lbell <lbell@tsc4.com>
25616         
25617 2001-09-20  Stephane Demurget <demurgets@free.fr>
25619         Patch from rikul <null@acm.org> :
25621         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25622           problem and added folding support for php/hmtl.
25624 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25626         * Fixed dnd of files within scintilla.
25627         patch from:  rikul <null@acm.org>
25628         
25629 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25631         * Applied patch from Luca.
25632         
25633         * src/source.c: source_write_build_files(): Fixed the project generation
25634           failure. The fist return statement and the free_project_type were 
25635           misplaced.
25637 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25638         
25639         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25640         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25641         
25642         1) Restore the error color to red (waiting for a configurable one )
25643         2) Saving projects settings if you exit anjuta without closing an open
25644         saved project
25645         3) New Menu 'repaeat search' to search with a keystroke without pressing
25646         the toolbar button
25647         4) some define in the menus to better handle menu item update
25648         
25649         Patch from: lbell <lbell@tsc4.com>
25650         
25651         * main_menubar_def.h, main_menubar.c: Change the position of
25652         "Repeat find" menu position.
25654 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25656          project_type.h, project_type.c, source.c: Applied patch.
25657          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25658          
25659 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25661         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25662         
25663 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25664         
25665         * Fixed bug #445752
25666   
25667 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25668         
25669         * Fixed bugs in Gtk-- and Gnome-- project type
25671 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25673         * dnd.c: Support for multiple files drag-n-drop.
25674         
25675           Patch from: rikul <null@acm.org>
25676         
25677         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25678           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25679           saving from menu.
25680         
25681           Patch from: rikul <null@acm.org>
25683         * Applied patch for widgetizing goto dialog box.
25684           Patch from: ???
25685         
25686         * Applied patch for having new project type handling.
25687           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25688           
25689 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25691         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25692           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25693           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25694           find_replace.c, find_replace.h, find_text.c, find_text.h,
25695           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25696           project_dbase.h, source.c, text_editor.c, text_editor.h,
25697           text_editor_cbs.c, utilities.c, utilities.h:
25698         
25699           Applied a huge patch (after slight preview). I would like Luca
25700           to have his feature additions mentioned here.
25701         
25702           Patch from: lbell <lbell@tsc4.com>
25704 2001-09-09  Stephane Demurget <demurgets@free.fr>
25706         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25708         * po/fr.po: updated to the latest sources.
25711 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25712         
25713         * Fixed bug #445752
25714   
25715 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25717         * dnd.h, dnd.c: New files for drag n drop support.
25718                 
25719         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25720            Added drag and drop support for opening files.
25721         
25722         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25723         Archit Baweja <bighead@crosswinds.net> for this idea.
25724         
25725         * TODO: Added some more todos. :-(
25727 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25729         * Fixed the goto line activate bug.
25730         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25732 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25733         
25734         * Fixed bugs in Gtk-- and Gnome-- project type
25736 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25738         * widgets/gonmefilelist.c, gnomefilelist.c:
25739         Modified multiple selection on pressing control.
25740           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25741         
25742         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25743         Modified multiple selection on pressing control.
25744           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25745         
25746 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25748         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25749           This is useless; but just in case...
25751 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25753         * data/internal.properties: modified a bit of perl properties.
25754         
25755 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25757         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25758           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25759           Added support for multiple file imports. Changed the standrd C++
25760           convention of #include <file> to #include <file.h>, because I had given
25761           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25762           now support the #include <file> convention. That is something to be fixed :). 
25763           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25765 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25767         * src/anjuta.c: Added function static greetings_text(), to solve the non
25768                 translation of the greetings text in the wizard.
25769                 
25770 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25772         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25773           dialogs, with OK the default (fix bug #453482)
25775 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25777         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25778         
25779         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25780         
25781 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25783         * src/aneditor.cxx
25784           src/aneditor.h
25785           src/anjuta_cbs.c
25786           src/controls.c
25787           src/main_menubar.c
25788           src/main_menubar.h
25789           src/main_menubar_def.h
25790           src/mainmenu_callbacks.c
25791           src/mainmenu_callbacks.h:
25792                 Applied the patch that addes menu items which allow users to
25793                 insert GPL notice and date time in current document.
25794                 patch from: Rick Patel <rikul@shreve.net>       
25795                 
25796         * src/main_menu.c: Fixed a compilation error.
25797         
25798         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25799         
25800         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25801           about the unterminated strings.
25802           
25803         * scintilla/*: Updated scintilla to 1.3.9 version.
25804         
25805 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25806         
25807         * widgets/gnomefileselection.c:
25808           Applied the patch for fixing multiple selection of file open funcion,
25809           which will deselect the files selected.
25810           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25812 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25814         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25815           src/fileselection.c, src/anjuta_cbs.c:
25816           Applied the patch     for multiple selection of file open.
25817           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25818           
25819 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25821         * Removed "-f" option in call to devhelp, because devhelp no longer
25822           supports that.
25823         
25824 2001-08-26  Stephane Demurget <demurgets@free.fr>
25826         All these modifications have been pointed out by
25827         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25829         * data/internal.properties: two fixes for the PHP lexer.
25830           this out.
25832         * fr.po: minor fixes.
25834         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25836 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25837         
25838         * main_menubar.c,
25839           main_menubar.h,
25840           main_menubar_def.h,
25841           main_menubar_callbacks.c,
25842           controls.c:
25843                 Added new menu item for "close all fils".
25844                 (Patch from Rikul <rikul@shreve.net>, after revision)
25845         
25846         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25847         
25848         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25849                 (Patch from Rikul <rikul@shreve.net>)
25850         
25851         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25852                 (Patch from Rikul <rikul@shreve.net>)
25854 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25855         
25856         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25857            project name in application widzard.
25858            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
25860         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
25861           of the 'OK' button there is an 'Execute' one.
25862           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
25863         
25864         * executer.c: Changed cancel button to close button. That was more appropriate.
25865           
25866 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25868         * HACKING: corrected >>>>>> Config management.
25869         
25870         * HACKING: Added many things.
25871         
25872         * src/launcher.h: Added some comments.
25874 2001-08-21  Stephane Demurget <demurgets@free.fr>
25876         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
25878         * HACKING,
25879           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
25880           src/appwizard_cbs.c,
25881           src/appwizard_gui.c: Applied UI/docs cleanup patch from
25882           Andy Piper <andy.piper@freeuk.com>
25884         * po/fr.po: updated to latest sources.
25886         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
25889 2001-08-18  Andy Piper <andy.piper@freeuk.com>
25891         * Fixed bugs #450280 and #448845
25893         * src/about.c: corrected Naba's e-mail address (.net, not .com)
25894         
25895         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
25896           named dialogs
25897         
25898         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
25899           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
25900           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
25901           names to remove "Anjuta: " prefix
25902           
25903         * src/main_menubar_def.c: altered a message
25904         
25905         * launcher/anjuta_launcher.c: cleaned up some messages
25907         * src/debugger.c: edited messages to improve clarity
25908         
25909         * src/app_wiz*.c: tidied wizard interface
25912 2001-08-15  Stephane Demurget <demurgets@free.fr>
25914         Synced Naba's fix and mine about the wizards not working and removed
25915         anjuta.prj to avoid a nasty checkin.
25917         * Makefile.am: removed the install-data-local rule.
25919         * data/Makefile.am: changed the list of files.
25921         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
25923         * .cvsignore: added anjuta.prj for the same reason.
25926 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
25928         * src/source.c: Fixed a bug that fails new gnome projects to get
25929           created.
25931         * src/project_manager.c: Fixed a bug that disables storing recent
25932           project history.
25934         * Makefile.am: Added stuffs to install the macro files in the
25935           anjuta share file.
25938 2001-08-14  Stephane Demurget <demurgets@free.fr>
25940         * data/Makefile.am: added some rules to support the gnome/ macros
25941           dir in order to make the wizards work again.
25943         * anjuta.spec.in: upped the release number.
25946 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
25948         * configure.in (ALL_LINGUAS): Added pl.
25951 2001-08-09  Stephane Demurget <demurgets@free.fr>
25953         * anjuta.spec.in: fixed the doc files list.
25956 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
25958         * src/about.c: corrected my email address. :-)
25959         
25960         * TODO: Updated.
25961         
25962         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
25963          (patch from Andy Piper <squiggle@ukgateway.net>)
25965 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
25967         * debugger.c: Fixed a bug associated with debugging threaded
25968           application.
25969         
25970         * text_editor_menu.c: Fixed broken ui in text editor
25971           pop up menu.
25972           
25973         * text_editor_menu.c: Now the option sub menu in text editor pop up
25974           works.
25975         
25976         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
25977                 (suggested by lord sibn <sibn@utspl.cjb.net> )
25978         
25979 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25981         * src/text_editor_menu.c: Added menu item for context help
25982           (patch from Andy Piper <squiggle@ukgateway.net>)
25983         
25984 2001-08-06  Stephane Demurget <demurgets@free.fr>
25986         * ccview/cccproj.cc: added missing i18n strings.
25988         * data/welcome.txt: bumped version to 0.1.6.
25990         * src/anjuta.c: fixed a compilation error due to devhelp integration.
25992 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25993         
25994         * help.c, help.h: Added support for DevHelp context sensitive help
25995                 and gnome api browsing.
25996         * Fixed toolbars and editor views "not save" bug.
25997         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
25998           (patch from Andy Piper <squiggle@ukgateway.net>)
25999         * Updated THANKS and chapter15.sgml for uk and ru translators.
26001 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26003         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26004         * Updated configure.in to include these changes
26005         
26006 2001-08-03  Stephane Demurget <demurgets@free.fr>
26008         * src/project_dbase_gui.c: fixed bug #446963
26009           (on_project_dbase_ccview_update_start),
26010           (on_project_dbase_ccview_update_end): added.
26011           These two respectively disable and enable close file/project
26012           menu entries and toolbar items, while the ccview part updates
26013           its tag database.  
26016 2001-08-03  Stephane Demurget <demurgets@free.fr>
26018         * configure.in: added sv to the ALL_LINGUAS list.
26019         
26021 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26023         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26024                 file to work: merge translations and distribute it.
26026         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26028         * NEWS, README, THANKS & TODO: Spelling fixes.
26030 2001-08-01  Stephane Demurget <demurgets@free.fr>
26032         * README: updated requirements.
26034         * scintilla/Makefile.am,
26035           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26036           target can't be realized (custom build path).
26038         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26039           Removed install-data-local.
26041         * src/compiler_options.c: changed the include paths of the pixmaps.
26042           we hadn't any warning because of the include paths passed to the
26043           compiler. Thanks to make distcheck for reporting this.
26046 2001-07-31  Stephane Demurget <demurgets@free.fr>
26048         * NEWS, THANKS: updated.
26050         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26051           fixed to show the correct kernel signal number and its description.
26053         * widgets/gnomefilelist.c: fixed bug #445756
26054           (goto_last): renamed to goto_prev and changed according to goto_next.
26055           (goto_next): added.
26056           (goto_directory): removed.
26057           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26058           returned value is now the position in the list.
26059           (check_ok_button_cb): changed the back check and added one for next.
26060           (gnome_filelist_set_dir): the check in history make it wouldn't be
26061           a "true" history. polished the whole thing, using set_dir_internal.
26062           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26063           there's no check in the history when using back or next.
26065         * manuals/*: added missing .cvsignore files.
26068 2001-07-30  Stephane Demurget <demurgets@free.fr>
26070         * po/fr.po: updated to latest sources.
26072         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26073           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26074           to put off their sensitive attributes.
26076 2001-07-29  Stephane Demurget <demurgets@free.fr>
26077         
26078         * po/fr.po: fixed some grammar things.
26079           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26080           this out.
26081         
26082         * src/utilities.c: (file_is_link): use lstat instead of stat.
26084 2001-07-27  Naba Kumar <kh_naba@123india.com>
26085         
26086         * Remove help dir from cvs, because it is no longer
26087           needed.
26088         
26089         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26090           needed.
26092 2001-07-24  Naba Kumar <kh_naba@123india.com>
26094         * debugger.c: (debugger_update_prog_status): Fixed
26095                 the bug with gdb version 5. Debugger starts, when
26096                 step in/out/over etc are clicked.
26097         
26098         * debugger.c: All functions: added debugging codes.
26099         
26100         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26101         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26102           Modified to recognize non project files also.
26103           
26104         * source.c: (source_write_configure_in):
26105           Added source for 'prefix' counterparts for
26106           no-prefix AC_SUBST.
26107         
26108 2001-07-23  Naba Kumar <kh_naba@123india.com>
26109         
26110         * anjuta.c: added function anjuta_remove_text_editor();
26111           and suitably modified anjuta_remove_current_text_editor().
26112           
26113         * project_dbase.c: project_dbase_close(), Added code to
26114           close all opened files that belong to the project when
26115           the project is closed.
26116          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26117         
26118         * Updated the manuals/anjuta-manual subdir for GDP standards.
26119            (patch from Andy Piper <squiggle@ukgateway.net>)
26120         
26121         * main_menubar.h, main_menubar.def: Added Menu items to handle
26122           urls for library references, bugs, patches and feature request
26123           submission.
26124         
26125 2001-07-20  Naba Kumar <kh_naba@123india.com>
26126         
26127         * Set wmclass names in all windows.
26128           (patch from Andy Piper <squiggle@ukgateway.net>)
26129         * New splash logo from "Misha" <misha@phreaker.net>);
26131 2001-07-19  Naba Kumar <kh_naba@123india.com>
26132         
26133         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26134           set caret color, calltip back color and selection fore/back
26135           color.
26137 2001-07-18  Naba Kumar <kh_naba@123india.com>
26138         
26139         * project_dbase.c: Closes all files when project is closed.
26140          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26141          -- We still need to refine this as it closes all sort of files.
26142         
26143         * compiler_options.c: Fixed seg-fault bug when last item in
26144           compiler option lists is removed.
26145         
26146         * Fixed missing newline warnings during compilation.
26147           (patch from Andy Piper <squiggle@ukgateway.net>)
26149 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26151         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26152                 autogenerated no need to store'em in CVS.
26154         * ccview/.cvsignore: Addition of cvsignore.
26156 2001-07-17  Naba Kumar <kh_naba@123india.com>
26157         
26158         *GUI fixes and spell corrections
26159         (patch from Andy Piper <squiggle@ukgateway.net>)
26161 2001-07-15  Naba Kumar <kh_naba@123india.com>
26162         
26163         *Fixed double error message for file not found.
26164         
26165         *Put white backgrounds for png images.
26166         
26167         *Converted '-' to '_' in sgml files.
26169 2001-07-14  Naba Kumar <kh_naba@123india.com>
26170         
26171         * project_dbase.c: Short-cut for expand/collasp project tree
26172         
26173         * project_dbase_gui.c:
26174          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26176 2001-07-13  Naba Kumar <kh_naba@123india.com>
26177         
26178         * notebook.[h,c]: Added
26179          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26180         Project/message window now toggles on control and
26181         and notebook switch short-cut
26183 2001-07-7  Naba Kumar <kh_naba@123india.com>
26184         
26185         * Changed a new icon set which looks more gnomish.
26186         
26187         * Changed a new anjuta splash logo.
26188         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26190 2001-07-6  Naba Kumar <kh_naba@123india.com>
26191         
26192         * ccview/*: Integrated ccview for class view and file view
26193                 in the project Manager.
26194         
26195         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26197 2001-07-1  Naba Kumar <kh_naba@123india.com>
26198         
26199         * scintilla/*: Upgraded Scintilla to version 1.3.7
26200         
26201         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26202         
26203 2001-06-28  Naba Kumar <kh_naba@123india.com>
26204         
26205         * src/debugger.c: Correct step-over and step-out swapping.
26206         
26207         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26208           chapters and added more stuffs.
26210 2001-06-13  Naba Kumar <kh_naba@123india.com>
26211         
26212         * data/autogen.sh.gtkmm: Added
26213         
26214         * data/autogen.sh.gnomemm: Added
26215         
26216         * src/appwiz.c: Added two more application wizard templetes
26217         
26218         * src/project: for gtk-- and gnome-- and proper support
26219         
26220         * src/source.c: for c++ in the project configuration.
26221         
26222         * src/source.h:
26224 2001-05-05  Naba Kumar <kh_naba@123india.com>
26226         * Merged my pre-cvs modifications with 
26227           the current cvs copy.
26229         * (lot of files change).
26231         * Implemented session management.
26233         * Local installation possible by
26234           manageing our own pixmaps paths
26235           manupulations.
26236         
26237         * resources.h: Added.
26238         * resources.c: Added.
26240         * Fixed some bugs.
26241         
26242 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26244         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26245                 Corrected/extended ignores.
26247 2001-05-04  Naba Kumar <kh_naba@123india.com>
26249         * manuals/: dir tree added.
26250           Sgml documentation started in this dir.
26251           
26252         * omf-install/: dir tree added.
26253         
26254         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26255           Created initial document structure.
26256           
26257         * configure.in: Added test for scrollkeeper.
26258           Added some Makefile entries in AC_OUTPUT.
26259         
26260         * Makefile.am: Added subdir manuals/
26261         
26262         * HACKING: Wrote something stupid.
26264 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26266         * Makefile.am: Added ChangeLog in local data list, becaused it's
26267           needed to create a new project.
26268           
26269         * po/fr.po: minor fixes.
26271         * src/build_file.c, src/configurer.c, src/debugger.c,
26272           src/executer.c, src/find_replace.c, src/gnome_project.c,
26273           src/goto_line.c, src/launcher.c, src/messages.c, 
26274           src/preferences.c src/project_dbase.c: functions declared static.
26275           
26276         * widgets/gnomefilelist.c: Fixed a project creation bug,
26277           introduced with latest changes.
26279 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26281         * widgets/gnomefilelist.c,
26282           BUGS: Fixed an annoying bug preventing from loading files/project
26283           given on the command line. Polished the whole gnome_filelist widget.
26285 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26287         * src/main.c,
26288           src/anjuta.c,
26289           src/anjuta.h: Polished the command line parsing.
26291         * BUGS: Need to clean that damn gnome_filelist widget.
26293 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26295         * src/registers.c,
26296           src/sharedlib.c,
26297           src/signals.c: Removed duplicated includes.
26299         * po/fr.po: minor fixes.
26301         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26302           create_compiler_options_page? () declared static.
26303         * src/main.c,
26304           src/anjuta.c: Put a command line option for disabling
26305           the splashscreen.
26307         * src/preferences_gui.c: Fixed an internationalization issue,
26308           other functions declared static.
26310         * src/gnome_project.c: Fixed some memory leaks,
26311           new_prj_terminated () declared static. 
26313 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26315         * configure.in: Sort ALL_LINGUAS alphabetically.
26317 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26319         * Emptied that ugly old Changelog.
26321 == Anjuta 0.1.5 ===
26322 == Anjuta 0.1.4 ==
26324 2001-03-10 Naba kumar  <naba@gnome.org>
26326         * src/gnome_project.c: Fixed project dir creation bug.
26328         * src/text_editor.c: Fixed double accelerators bug.
26329         
26330         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26332         * src/stack_trace.c, * src/compiler_options.c,
26333         data/internals.properties, src/defaults.c:
26334         Fixed pixmap creation with NULL window.
26336         * src/commands.c, src/preferences_gui.c, src/build_project.c
26337         src/clean_project.c: Bug fix.
26338         
26339         * src/main_menubar_def.h: i18n bug fix.
26340         
26341         * src/executer.h, src/executer.c: Bug fix.
26342         
26343         * src/controls.c: Bug fix.
26344         
26345         * src/debugger.c: Debugger now takes program args.
26346         
26347         * po/ja.po: Added japanese translation file.
26348         
26349         Upgraded to ver 0.1.4
26350         ... Fixed other minor bugs.
26352 == Anjuta 0.1.3 ===
26354 2001-XX-XX Naba kumar  <naba@gnome.org>
26356         * Lots of unaccountable changes. Integrated scintilla.
26357         Redesigned Project managemet. Added supports for other languages.
26358         Java style properties managements. .... blah blah
26359         
26360 2000-11-11 Naba kumar  <naba@gnome.org>
26362         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26363         Upgraded to version 0.1.3.
26365         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26366         Fixed to activate Debug->add watch properly.
26368 === Anjuta 0.1.2 beta_2 ===
26369 === Anjuta 0.1.2 ===
26371 2000-11-05 Naba kumar  <naba@gnome.org>
26373         * src/compiler_options.c, src/compiler_options_cbs.c
26374         src/compiler_options_cbs.h, src/compiler_options_gui.c
26375         src/anjuta2.c, extra/stock_libs.anj (new),
26376         extra/README.stock_libs (new), htmls/page13.html,
26377         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26378         added libraries. Stock libs provided for ease of entry. Modified
26379         help html file accordingly.
26381 2000-11-03 Naba kumar  <naba@gnome.org>
26383         * README: Minor fixes in Doc files.
26385         * src/gnome_prj.c, src/appwidzard_cbs.c:
26386         Fixed to ignore non-existant dir for blank prj.
26387         More checking in project creation, especially to confirm
26388         that the prj file already does not exist.
26390         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26392         * src/controls.c: Now Menu item "Format/Detach current document"
26393         is inactive when there is no document opened.
26395 === Anjuta 0.1.1 ===
26397 2000-11-01 Naba kumar  <naba@gnome.org>
26399         Completed and Release of first version (Beta) with lots of bugs.
26401 1999-12-27 Naba kumar  <naba@gnome.org>
26403         Anjuta project started.
26405                 TRANSLATION STATISTICS
26406                 Total messages: 0
26408         Translation status given in percentage.
26409 +----------------------------------------------------------------------------+
26410 |  Po file  |            Language  | Translated |   Fuzzy   |   Untranslated |
26411 +----------------------------------------------------------------------------+