* plugins/debug-manager/command.c,
[anjuta-git-plugin.git] / ChangeLog
blob28418fbf1c87192fadfdb3cad480c2514580bd0a
1 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
3         * plugins/debug-manager/command.c,
4         plugins/debug-manager/command.h,
5         plugins/debug-manager/breakpoints.c,
6         libanjuta/interfaces/libanjuta.idl:
7         Avoid adding the same breakpoint several times
9         * plugins/gdb/debugger.c:
10         Fix bug #515463: Deattaching process kill it
12 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
14         * manuals/anjuta-manual/C/debugger.xml:
15         Fix translation bug #515459 and #515460
17 2008-02-10  Johannes Schmid <jhs@gnome.org>
19   Patch from Rémi Cardona <remi@gentoo.org>
21         * plugins/build-basic-autotools/Makefile.am:
22         * plugins/cvs-plugin/Makefile.am:
23         * plugins/document-manager/Makefile.am:
24         * plugins/editor/Makefile.am:
25         * plugins/indent/Makefile.am:
26         * plugins/language-support-cpp-java/Makefile.am:
27         * plugins/message-view/Makefile.am:
28         * plugins/sourceview/Makefile.am:
29         * plugins/symbol-browser/Makefile.am:
30         * plugins/terminal/Makefile.am:
31         * scripts/build-schemas.mk:
32         * src/Makefile.am:
33   Fix #512531 – Parallel build fails
34   
35   * AUTHORS: Added Rémi
37 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
39         * plugins/debug-manager/queue.c:
40         Fix interrupt command, not working due to previous change
42 2008-02-10  Johannes Schmid <jhs@gnome.org>
44         * src/Makefile.am:
45         * src/anjuta-app.c:
46         * src/anjuta-callbacks.c (removed):
47         * src/anjuta-callbacks.h (removed):
48         
49         Removed (almost) empty files, fixes #515383 and #515388
51 2008-02-09  James Liggett <jrliggett@cox.net>
53         Reviewed by Naba Kumar  <naba@gnome.org>:
55         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
56         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
57         * plugins/subversion/svn-command.c:
58         (svn_command_make_canonical_path):
59         * plugins/subversion/svn-command.h:
60         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
61         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
62         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
63         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
64         * plugins/subversion/svn-remove-command.c:
65         (svn_remove_command_new):
66         * plugins/subversion/svn-status-command.c:
67         (svn_status_command_new):
68         * plugins/subversion/svn-switch-command.c:
69         (svn_switch_command_new):
70         * plugins/subversion/svn-update-command.c:
71         (svn_update_command_new):
72         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
73         die if the user gives a path that libsvn doesn't like. 
74         
75         Fixes bug #515500
77 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
79         * plugins/debug-manager/command.c,
80         plugins/debug-manager/command.h,
81         plugins/debug-manager/queue.c:
82         Fix crashes when trying to stop the debugger while it is busy
84 2008-02-08  Johannes Schmid <jhs@gnome.org>
86   Patch from Rodrigo Moya <rodrigo@novell.com>
88         * plugins/glade/plugin.c: (ifile_open):
89         * plugins/symbol-browser/test-class.cpp:
90         * AUTHORS: Added Rodrigo
91         
92         #514732 – 64 bit compliation error
93         #514733 – Use of uninitialized variables
95 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
97         * manuals/anjuta-manual/C/debugger.xml:
98         Fix translation bug #514494 and bug #514440
100 2008-02-05  Massimo Cora'  <maxcvs@email.it>
102         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
103         Fix a compile error added in the previous patch
105 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
107         * plugins/profiler/gprof-view.c,
108         plugins/class-inheritance/class-callbacks.c,
109         plugins/class-inheritance/class-inherit.c,
110         plugins/symbol-browser/an_symbol.c,
111         plugins/symbol-db/symbol-db-engine-iterator-node.c,
112         libanjuta/interfaces/libanjuta.idl:
113         Change ianjuta_symbol_file function to ianjuta_symbol_uri
115 2008-02-04  Johannes Schmid <jhs@gnome.org>
117         * plugins/search/anjuta-search.glade: Fixed typo
119 2008-02-03  Johannes Schmid <jhs@gnome.org>
121         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
122         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
123         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
124         .glade:
125         * plugins/build-basic-autotools/build-basic-autotools.c:
126         (build_get_context), (build_configure_project):
127         * plugins/class-gen/anjuta-class-gen-plugin.glade:
128         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
129         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
130         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
131         * plugins/devhelp/plugin.c: (devhelp_activate):
132         * plugins/editor/Makefile.am:
133         * plugins/editor/anjuta-editor-scintilla.glade:
134         * plugins/editor/text_editor.c:
135         * plugins/editor/text_editor.h:
136         * plugins/editor/text_editor_menu.c (removed):
137         * plugins/editor/text_editor_menu.h (removed):
138         * plugins/file-wizard/anjuta-file-wizard.glade:
139         * plugins/gtodo/notification.c: (create_notification_window):
140         * plugins/gtodo/preferences.c: (preferences_widget):
141         * plugins/language-support-cpp-java/plugin.c:
142         (cpp_java_plugin_activate_plugin):
143         * plugins/message-view/anjuta-message-manager-plugin.glade:
144         * plugins/message-view/plugin.c: (activate_plugin):
145         * plugins/project-manager/plugin.c: (confirm_removal):
146         * plugins/search/anjuta-search.glade:
147         * plugins/search/plugin.c:
148         * plugins/search/search-replace.c: (nb_results_alert):
149         * plugins/subversion/subversion-commit-dialog.c:
150         (on_subversion_commit_response):
151         * plugins/symbol-browser/plugin.c: (activate_plugin):
152         * plugins/valgrind/plugin.c: (on_menu_run_activate):
153         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
154         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
155         * src/anjuta.glade:
156         
157         Fixed translation bugs from #507921.
158         Removed unused files in scintilla plugin
160 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
162         * manuals/anjuta-manual/C/debugger.xml:
163         Fix bug #514124 and bug #514138: Wrong menu item name
165 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
167         * plugins/profiler/gprof-view.c,
168         plugins/symbol-browser/plugin.c,
169         plugins/class-inheritance/class-callbacks.c,
170         plugins/debug-manager/plugin.c,
171         plugins/tools/editor.c,
172         plugins/search/search-replace.c,
173         plugins/search/search-replace_backend.c,
174         plugins/search/search-replace_backend.h,
175         plugins/build-basic-autotools/build-basic-autotools.c,
176         plugins/document-manager/plugin.c,
177         plugins/document-manager/file_history.c,
178         plugins/document-manager/anjuta-docman.c,
179         plugins/document-manager/anjuta-docman.h,
180         plugins/document-manager/action-callbacks.c,
181         libanjuta/interfaces/libanjuta.idl:
182         Rename IAnjutaDocumentManager functions:
183         find_document_with_path, goto_file_line, goto_file_line_mark
184         and get_full_filename into
185         find_document_with_uri, goto_uri_line, goto_uri_line_mark
186         and get_uri
187         Fix search plugin to use an URI instead of a file path
188         Fix anjuta_docman_get_uri to always return an URI
190 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
192         * plugins/debug-manager/breakpoints.c:
193         Fix bug #514118: Rename Clear All Breakpoints to Remove
194         All Breakpoints
196 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
198         * manuals/anjuta-manual/C/debugger.xml:
199         Update debugger documentation
201 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
203         * plugins/debug-manager/sharedlib.c,
204         plugins/debug-manager/anjuta-debug-manager.glade,
205         plugins/debug-manager/queue.c,
206         plugins/tools/execute.c,
207         plugins/tools/anjuta-tools.glade,
208         plugins/tools/editor.c,
209         plugins/project-wizard/templates/terminal.wiz,
210         plugins/project-wizard/templates/xlib-dock.wiz,
211         plugins/project-wizard/templates/wxwin.wiz,
212         plugins/project-wizard/templates/java.wiz,
213         plugins/project-wizard/templates/gnome.wiz,
214         plugins/project-wizard/templates/anjuta-plugin.wiz,
215         plugins/project-wizard/templates/gtkmm.wiz,
216         plugins/project-wizard/templates/python.wiz,
217         plugins/project-wizard/templates/cpp.wiz,
218         plugins/project-wizard/templates/sdl.wiz,
219         plugins/project-wizard/templates/gtk.wiz,
220         plugins/project-wizard/templates/minimal.wiz,
221         plugins/project-wizard/templates/xlib.wiz,
222         plugins/project-wizard/templates/gcj.wiz,
223         plugins/gdb/plugin.c,
224         plugins/gdb/debugger.c,
225         libanjuta/anjuta-plugin-manager.c:
226         Partial fix of #507921: translation issues in debug-manager, tools,
227         project-wizard, gdb and anjuta-plugin-manager.
229 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
231         * plugins/debug-manager/queue.c:
232         Debugger Local, Stack and Thread windows were missing due to
233         the previous change.
235 2008-02-02  Johannes Schmid <jhs@gnome.org>
237         * manuals/anjuta-manual/Makefile.am:
238         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
239         causes make install to fail
241 2008-02-02  Johannes Schmid <jhs@gnome.org>
243         * plugins/macro/macros.xml:
244         #495511 – Header_h macro correction
246 2008-02-02  Johannes Schmid <jhs@gnome.org>
248         * plugins/patch/patch-plugin.glade:
249         gtk-apply is not translatable...
251 2008-02-02  Johannes Schmid <jhs@gnome.org>
253         * plugins/build-basic-autotools/build-basic-autotools.c:
254         (on_build_mesg_format):
255         
256         Also check for untranslated messages from make. Should fix 
257         #511981 – Error parsing make output
259 2008-02-02  Johannes Schmid <jhs@gnome.org>
261         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
262         .glade:
263         
264         Fixed #511010 – [UI] Execute program utility window
266 2008-02-02  Johannes Schmid <jhs@gnome.org>
268         * src/anjuta.glade:
269         Fixed #509908 – [UI] Problems with the General settings tab
271 2008-02-02  Johannes Schmid <jhs@gnome.org>
273         * manuals/anjuta-manual/C/fileoperations.xml:
274         Fixed #513730 – Option not present in the GUI po file
276 2008-02-02  Johannes Schmid <jhs@gnome.org>
278         * plugins/sourceview/anjuta-editor-sourceview.glade:
279         Adjust preferences default values
281 2008-02-02  Johannes Schmid <jhs@gnome.org>
283         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
284   Fixed #512535 – Open files tabs' position is correctly remembered 
285   but not applied at startup
287 2008-02-02  Johannes Schmid <jhs@gnome.org>
289         * plugins/search/search-replace.c: (on_message_clicked):
290         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
291         fix clicking on search result messages
293 2008-02-01  James Liggett <jrliggett@cox.net>
295   * plugins/subversion/svn-command.c: (on_svn_notify):
296   Fixed wrong status message output when resolving conflicts.
298 2008-02-02  Johannes Schmid <jhs@gnome.org>
300         * configure.in: Require GtkSourceView 2.1.2
301         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
302         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
303         (imark_is_marker_set), (imark_delete_all_markers),
304         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
305         
306         Adapted to API changes in GtkSourceView
308 2008-02-01  Johannes Schmid <jhs@gnome.org>
310         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
311         Fixed tabsize preference
313 2008-02-01  Johannes Schmid <jhs@gnome.org>
315         * manuals/anjuta-manual/C/fileoperations.xml:
316         * manuals/anjuta-manual/C/interface.xml:
317         Updated manual
318         
319         * manuals/anjuta-manual/Makefile.am:
320         * manuals/anjuta-manual/C/figures/*:
321         
322         Updated figures to be in clearlooks theme, removed old figures
324 2008-02-01  Johannes Schmid <jhs@gnome.org>
326         * plugins/patch/patch-plugin.glade:
327         * plugins/patch/plugin.c: (patch_plugin_activate):
328         Another UI issue with the patch plugin and silenced a compiler
329         warning
330         
331         Patch from James Liggett:
332         * plugins/profiler/gprof-call-graph-view.c:
333         (gprof_call_graph_view_create_columns):
334         * plugins/profiler/gprof-flat-profile-view.c:
335         (gprof_flat_profile_view_create_columns):
336         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
337         * plugins/profiler/gprof-view.h:
338         
339         Use two decimal places for float values in profiler views (#507831)
341 2008-02-01  Johannes Schmid <jhs@gnome.org>
343         * configure.in:
344         * plugins/editor/Makefile.am:
345         
346         Fixed #512751 – libgnomeprint unnecessary without scintilla
348 2008-01-31  Johannes Schmid <jhs@gnome.org>
350         * plugins/language-manager/languages.xml:
351         Added a pretty ugly string for C++ headers. Maybe we should rely
352         on mime-types instead...
354 2008-01-31  Johannes Schmid <jhs@gnome.org>
356         * plugins/language-support-cpp-java/cpp-java-assist.c:
357         (get_iter_column), (cpp_java_assist_get_calltip_context),
358         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
359         (on_assist_chosen), (cpp_java_assist_install):
360         * plugins/language-support-cpp-java/plugin.c:
361         (on_editor_char_inserted_cpp):
362         Removed annoying DEBUG_PRINTs
363         
364         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
365         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
366         * plugins/sourceview/sourceview.c: (iassist_show_tips):
367         
368         Fixed "jumping" tooltips, fixed indentation of brances
370 2008-01-31  Johannes Schmid <jhs@gnome.org>
372         * plugins/document-manager/plugin.c: (on_document_changed):
373         Fixed crash when closing anjuta after all document tabs have been closed
375 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
377         * plugins/debug-manager/anjuta-debug-manager.glade:
378         Fix #513485: wrong strings maked as translatable
380 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
382         * plugins/debug-manager/threads.c,
383         plugins/debug-manager/stack_trace.c:
384         Avoid crash when getting relative path from debugger (same fix
385         than for #510028)
387         * plugins/debug-manager/queue.c:
388         Emit all state changes notification
390         * plugins/debug-manager/start.c:
391         Fix #511586: Project path with "+" not working in debugger
393 2008-01-31  Johannes Schmid <jhs@gnome.org>
395         * plugins/patch/patch-plugin.glade:
396         Fixed button ui problem...
397         
398         Patch from James Liggett:
399         * plugins/profiler/gprof-call-graph-block-entry.c:
400         (gprof_call_graph_block_primary_entry_new),
401         (gprof_call_graph_block_secondary_entry_new):
402         * plugins/profiler/gprof-flat-profile-entry.c:
403         (gprof_flat_profile_entry_new):
404         
405         Fix #507831 - Wrong Profiler values for some locales
407 2008-01-31  Johannes Schmid <jhs@gnome.org>
409         * plugins/sourceview/anjuta-editor-sourceview.glade:
410         * plugins/sourceview/sourceview-prefs.c:
411         * plugins/sourceview/sourceview.c: (sourceview_finalize):
412   
413   Fixed Editor->View popup menu for those entries that are appropriate for
414   sourceview    
416 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
418         * plugins/debug-manager/breakpoints.c:
419         Fix #512901: Crash when adding a breakpoint
421         * plugins/debug-manager/queue.c:
422         Remove a possible memory leak
424 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
426         * plugins/debug-manager/data_view.c,
427         plugins/debug-manager/sparse_view.c,
428         manuals/anjuta-manual/C/debugger.xml:
429         Fix #513130, #513131 #513135: Wrong menu item names and errors
430         in the documentation
432 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
434         * plugins/tools/editor.c:
435         ianjuta_document_manager_find_document_with_path expect an uri not
436         a path
438 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
440         * manuals/reference/libanjuta/libanjuta-docs.sgml,
441         manuals/reference/libanjuta/libanjuta-sections.txt,
442         libanjuta/interfaces/libanjuta.idl:
443         Documentation fixes for IAnjutaDebugger* interfaces
445 === anjuta 2.3.3 ===
447 2008-01-27  Naba Kumar  <naba@gnome.org>
449         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
450         rpm spec file.
452         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
453         (value_added_current_editor), (value_removed_current_editor):
454         Removed dead code.
456         * TODO.tasks: Updated.
458         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
459         scrollwindow shadow in.
461         * plugins/editor/anjuta-editor-scintilla.glade:
462         * plugins/editor/style-editor.c: (create_style_editor_gui):
463         Set style window transient and cetered for preferences window.
464         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
466         * plugins/editor/anjuta-editor-scintilla.glade:
467         Fixes Bug #427108 - Scintilla plugin configuration folding-style
468         setting not working
470         * configure.in, NEWS: Updated for release 2.3.3
472 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
474         * plugins/debug-manager/anjuta-debug-manager.glade:
475         Fix #512224: Use a string in english
477 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
479         * plugins/build-basic-autotools/build-basic-autotools.c:
480         ianjuta_document_manager_goto_file_line_mark needs an uri and
481         not a file path
483 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
485         * plugins/symbol-browser/plugin.c,
486         plugins/symbol-browser/an_symbol_view.c:
487         use gnome_vfs_get_uri_from_local_path to get local path from uri
488         This takes care of escaping some characters
490 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
492         * plugins/debug-manager/stack_trace.c:
493         Probably fix #510028: crash debugger when having a relative filename
494         in stack trace
496 2008-01-25 Tom <tpgww@onepost.net>
498         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
500         * plugins/document-manager/plugin.c,
501         plugins/document-manager/file_history.c,
502         plugins/document-manager/file_history.h,
503         plugins/document-manager/anjuta-docman.c,
504         plugins/document-manager/anjuta-docman.h:
505         Rename filename argument to uri when an uri is expected
506         anjuta_docman_get_document_for_uri will remove symlinks 
508 2008-01-25  Naba Kumar  <naba@gnome.org>
510         * plugins/terminal/terminal.c: (terminal_execute),
511         (activate_plugin):
512         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
514 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
516         * plugins/debug-manager/anjuta-debug-manager.glade,
517         plugins/debug-manager/start.c:
518         Fix #511049: Change UI of add source directories dialog
520 2008-01-24  Naba Kumar  <naba@gnome.org>
522         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
523         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
524         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
525         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
526         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
527         should work now.
529 2008-01-24  Johannes Schmid <jhs@gnome.org>
531         Patch from: Luca Ferretti <ella.uca@libero.it>:
533         * plugins/document-manager/anjuta-docman.c:
534         (anjuta_docman_page_init), (anjuta_docman_class_init):
535         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
536         
537         Fix #511757 – Close icon in tabs cut off (Patch was only for
538         document-manager, also adapted it for message-manager)
540 2008-01-24  Johannes Schmid <jhs@gnome.org>
542         * plugins/Makefile.am:
543         * plugins/sourceview/anjuta-document.c:
544         * plugins/sourceview/anjuta-marshal.list:
545         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
546         (anjuta_view_key_press_event):
547         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
548         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
549         (iiter_diff), (iiter_iface_init):
550         * plugins/sourceview/sourceview.c: (on_document_char_added),
551         (ieditor_goto_position), (ieditor_get_text),
552         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
553         (ieditor_erase), (ieditor_get_line_from_position),
554         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
555         (ieditor_get_position_from_offset), (ieditor_get_start_position),
556         (ieditor_get_end_position), (ieditor_goto_start),
557         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
558         (iconvert_to_lower), (iindic_set), (iassist_suggest),
559         (iassist_show_tips):
560         
561         Implemented new iterators interface in sourceview editor and
562         re-enabled it.
564 2008-01-23  Naba Kumar  <naba@gnome.org>
566         * libanjuta/interfaces/libanjuta.idl:
567         * manuals/reference/libanjuta/libanjuta-sections.txt:
568         * plugins/build-basic-autotools/build-basic-autotools.c:
569         (build_indicator_location_set), (on_editor_changed):
570         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
571         * plugins/debug-manager/variable.c: (get_hovered_word):
572         * plugins/document-manager/action-callbacks.c:
573         (on_editor_command_upper_case_activate),
574         (on_editor_command_lower_case_activate):
575         * plugins/document-manager/search-box.c: (on_incremental_search),
576         (on_search_activated):
577         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
578         (iiter_last), (iiter_set_position), (iiter_get_position),
579         (iiter_get_length), (iiter_compare), (iiter_diff),
580         (iiter_iface_init):
581         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
582         (text_editor_goto_point), (itext_editor_goto_start),
583         (itext_editor_goto_end), (itext_editor_goto_position),
584         (itext_editor_get_text_all), (itext_editor_get_text),
585         (itext_editor_get_position), (itext_editor_get_offset),
586         (itext_editor_get_length), (itext_editor_insert),
587         (itext_editor_erase), (itext_editor_erase_all),
588         (itext_editor_get_column), (itext_editor_get_overwrite),
589         (itext_editor_set_popup_menu),
590         (itext_editor_get_line_from_position),
591         (itext_editor_get_line_begin_position),
592         (itext_editor_get_line_end_position),
593         (itext_editor_get_position_from_offset),
594         (itext_editor_get_start_position), (itext_editor_get_end_position),
595         (itext_editor_iface_init), (iconvert_to_upper),
596         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
597         (iindicable_set):
598         * plugins/editor/text_editor.h:
599         * plugins/editor/text_editor_cbs.c:
600         (on_text_editor_scintilla_notify):
601         * plugins/indent/plugin.c: (on_indent_action_activate):
602         * plugins/language-support-cpp-java/cpp-java-assist.c:
603         (cpp_java_assist_get_scope_context),
604         (cpp_java_assist_get_pre_word),
605         (cpp_java_assist_show_autocomplete),
606         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
607         (on_editor_char_added), (on_assist_chosen):
608         * plugins/language-support-cpp-java/plugin.c:
609         (get_line_indentation), (skip_iter_to_previous_logical_line),
610         (skip_preprocessor_lines), (initialize_indentation_params),
611         (set_line_indentation), (get_line_indentation_base),
612         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
613         (on_editor_char_inserted_java), (on_auto_indent):
614         * plugins/macro/macro-actions.c: (match_shortcut):
615         * plugins/macro/macro-dialog.c: (on_ok_clicked):
616         * plugins/macro/plugin.c: (match_keyword):
617         * plugins/search/plugin.c: (find_incremental):
618         * plugins/search/search-replace.c: (search_and_replace),
619         (search_start_over):
620         * plugins/search/search-replace_backend.c:
621         (file_buffer_new_from_te), (file_buffer_line_from_pos),
622         (create_search_entries):
623         * plugins/symbol-browser/plugin.c:
624         (on_editor_buffer_symbols_update_timeout), (on_char_added),
625         (isymbol_manager_iface_init):
626         * plugins/symbol-db/plugin.c:
627         (on_editor_buffer_symbols_update_timeout), (on_char_added),
628         (isymbol_manager_iface_init):
629         * plugins/tools/execute.c: (atp_output_context_construct),
630         (atp_output_context_destroy), (atp_user_tool_execute):
632         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
633         iterators instead of integer offsets.
634         - Renamed original ianjuta_editor_get_position(int) to 
635         ianjuta_editor_get_offset(). It is deprecated.
636         - Renamed original ianjuta_editor_get_position_iter() to
637         ianjuta_editor_get_position().
638         - Renamed ianjuta_editor_get_cell_iter() to
639         ianjuta_editor_get_position_from_offset()
640         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
641         - Added new methods:
642         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
643         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
644         ianjuta_editor_goto_end().
645         - All relevent signals and methods converted to use iterators.
646         - All relevent plugins fixed to use new API.
647         - Removed ianjuta_editor_cell_get_line() because it is provided by
648         ianjuta_editor_get_line_from_position().
649         - Removed ianjuta_symbol_manager_get_completions_at_position()
650         because it not used anywhere and is not right to be there.
651         - Updated IAnjutaEditable documentation.
653         Updated IAnjutaIterable interface:
654         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
655         - Introduced 'end-iter' to point at the end of the list.
656         - Updated IAnjutaIterable documentation.
658         * plugins/Makefile.am:
659         (Disabled sourceview plugin for now. Jhs is coming up with a patch
660         for it soon).
662 2008-01-22  Johannes Schmid <jhs@gnome.org>
664         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
665         * plugins/project-import/anjuta-project-import.glade:
666         * plugins/project-import/anjuta-project-import.plugin.in:
667         * plugins/project-wizard/anjuta-project-wizard.glade:
668         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
669         * plugins/project-wizard/druid.c: (npw_druid_new):
670         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
671         
672         Fixed #465084 – wizard instead of assistant (only string changes...)
674 2008-01-20  Rob Bradford  <rob@openedhand.com>
676         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
677         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
678         coming up with the solution. (Bug: #510390.)
680 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
682         * plugins/build-basic-autotools/executer.c:
683         Fix #502508, use anjuta_launcher to keep program output
685         * plugins/terminal/terminal.c:
686         Remove unused child_initizlized member
687         Start the shell on plugin activation
689 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
691         * plugins/debug-manager/sparse_buffer.c:
692         Fix a crash when scrolling in the diassembly window
694         * plugins/debug-manager/sparse_view.c:
695         Small limit change using the same "unit" for both number
697 2008-01-19  Naba Kumar  <naba@gnome.org>
699         * plugins/language-support-cpp-java/cpp-java-assist.c:
700         (cpp_java_assist_get_scope_context),
701         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
702         instead.
704 2008-01-19  Johannes Schmid <jhs@gnome.org>
706         * plugins/sourceview/anjuta-editor-sourceview.glade:
707         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
708         
709         And even more strings...
711 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
713         * plugins/project-wizard/templates/cpp/src/main.cc:
714         Fix #498734, typing error in c++ project template
716 2008-01-19  Johannes Schmid <jhs@gnome.org>
718         * plugins/editor/text_editor.c: (text_editor_save_file):
719         * plugins/macro/anjuta-macro.glade:
720         * plugins/subversion/anjuta-subversion.glade:
722         Fixed even more strings
724 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
726         * plugins/language-support-cpp-java/cpp-java-assist.c:
727         Fix bug #488519, remove critical warning (completion_cache == NULL
728         is valid)
730 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
732         * plugins/gdb/debugger.c:
733         Enable logging of gdb communication with an environment variable
735 2008-01-19  Naba Kumar  <naba@gnome.org>
737         * plugins/editor/text-editor-iterable.c: (iiter_next),
738         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
739         editor native funtions to avoid round trips.
741 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
743         * plugins/editor/text_editor.c:
744         Fix a bug due to the previous patch: Unable to save new file in 
745         Scintilla
747 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
749         * plugins/debug-manager/disassemble.c,
750         plugins/debug-manager/disassemble.h,
751         plugins/debug-manager/registers.c,
752         plugins/debug-manager/registers.h,
753         plugins/debug-manager/memory.c,
754         plugins/debug-manager/memory.h,
755         plugins/debug-manager/command.c,
756         plugins/debug-manager/command.h,
757         plugins/debug-manager/queue.c,
758         plugins/debug-manager/queue.h,
759         plugins/debug-manager/breakpoints.c,
760         plugins/debug-manager/stack_trace.c,
761         plugins/debug-manager/threads.c,
762         plugins/debug-manager/plugin.c,
763         plugins/gdb/plugin.c,
764         plugins/gdb/debugger.c,
765         plugins/gdb/debugger.h,
766         manuals/reference/libanjuta/libanjuta-sections.txt,
767         manuals/reference/libanjuta/libanjuta.types,
768         libanjuta/interfaces/libanjuta.idl:
769         Use gulong instead of guint for addresses
770         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
771         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
773         * plugins/gdb/anjuta-gdb.plugin.in:
774         Remove reference to IAnjutaCpuDebugger (useless)
776 2008-01-18  Johannes Schmid <jhs@gnome.org>
778         * AUTHORS: Added Alexander
780 2008-01-18  Johannes Schmid <jhs@gnome.org>
782   Patch from: Alexander Korolyov <kilork@yandex.ru>
784         * plugins/editor/text_editor.c: (load_from_file),
785         (text_editor_save_file):
786         
787         Fixed symlinks (#510238) and file permission (#405321)
788         handling for scintilla editor. 
789   
790 2008-01-17  Johannes Schmid <jhs@gnome.org>
792         * plugins/document-manager/action-callbacks.c:
793         (on_editor_command_select_all_activate),
794         (on_editor_command_cut_activate),
795         (on_editor_command_paste_activate),
796         (on_editor_command_copy_activate),
797         (on_editor_command_clear_activate):
798   Resupport cut/copy/paste/clear on GtkEditables when those
799   have focus. (Important for shortcuts to work).
801         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
802         * plugins/document-manager/search-box.c: (on_search_activated):
803         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
804         * plugins/patch/patch-plugin.c: (on_ok_clicked):
805         * plugins/profiler/plugin.c: (profiler_get_data):
806         * plugins/project-wizard/druid.c: (npw_druid_new):
807         * plugins/project-wizard/install.c: (on_install_end_install_file):
808         * plugins/sourceview/anjuta-editor-sourceview.glade:
809         * plugins/subversion/anjuta-subversion.glade:
810         * plugins/tools/anjuta-tools.glade:
811         Various string fixes
813 2008-01-17  Naba Kumar  <naba@gnome.org>
815         Patch from James Liggett:
817         * plugins/subversion/subversion-add-dialog.c:
818         (on_subversion_add_response):
819         * plugins/subversion/subversion-copy-dialog.c:
820         (on_subversion_copy_response):
821         * plugins/subversion/subversion-diff-dialog.c:
822         (on_subversion_diff_response):
823         * plugins/subversion/subversion-merge-dialog.c:
824         (on_subversion_merge_response):
825         * plugins/subversion/subversion-remove-dialog.c:
826         (on_subversion_remove_response):
827         * plugins/subversion/subversion-switch-dialog.c:
828         (on_subversion_switch_response):
829         * plugins/subversion/subversion-ui-utils.c: (check_input):
830         * plugins/subversion/subversion-ui-utils.h:
831         * plugins/subversion/subversion-update-dialog.c:
832         (on_subversion_update_response):
834         If the user doesn't enter any data for path or revision fields in
835         certain SVN plugin dialogs, libsvn throws assertion failures and
836         kills Anjuta. To avoid this, the validity of path and revision
837         input data are checked before the command gets executed.
839         Fixes Bug #509510 - Check input of some dialogs to avoid termination
840         if user gives bad or no input
842 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
844         * plugins/document-manager/anjuta-docman.c:
845         Fix #507627 memory tab stay active on debugger stop
846         Remove two unused variables due to the previous patch
848 2008-01-16  Johannes Schmid <jhs@gnome.org>
850         * libanjuta/anjuta-plugin-manager.c:
851         Fixed #508399 – When you enable a plugin, preferences don't show up
853 2008-01-16  Rob Bradford  <rob@openedhand.com>
855         Reviewed by: Johannes Schmid <jhs@gnome.org>
857         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
858         (get_property_value_as_string), (set_property_value_as_string),
859         (register_callbacks):
860         * libanjuta/anjuta-preferences.h:
861         Add support for both file and folder preferences (originally only
862         folder choosers were supported. (Fixes bug: #508805.)
864         * plugins/file-manager/file-manager.glade:
865         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
866         type of property.
868 2008-01-16  Johannes Schmid <jhs@gnome.org>
870         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
871         .glade:
872         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
873         * src/anjuta.glade:
874         
875         Fixed #509875 – The "Update globale tags" button wording is incorrect
876         Fixed #509873 – Build Autotools Preferences has excessive padding
877         Fixed #509872 – General Information labels are incorrectly aligned
878         Fixed #509871 – General preferences has incorrect use of colons
879         
880 2008-01-16  Johannes Schmid <jhs@gnome.org>
882         * plugins/document-manager/anjuta-document-manager.glade:
883         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
885         Fixed #509865 – Incorrect padding in the Documents settings tabs
886         Fixed #509867 – Create button contents is mis-aligned
887         Fixed #509869 – "Add Directory" button is not HIG complient
889 2008-01-16  Johannes Schmid <jhs@gnome.org>
891         * libanjuta/anjuta-preferences-dialog.c:
892         (anjuta_preferences_dialog_add_page):
893         
894         Fix #509864 – No initial section selected when opening the Preferences dialog
896 2008-01-16  Johannes Schmid <jhs@gnome.org>
898         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
899         Removed unused gconf_notifications
900         
901         * plugins/search/anjuta-search.glade:
902         * plugins/subversion/anjuta-subversion.glade:
903         * plugins/tools/anjuta-tools.glade:
904         * src/anjuta-app.c: (anjuta_app_instance_init):
905         
906         Fixed various strings
908 2008-01-15  Naba Kumar  <naba@gnome.org>
910         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
911         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
912         file saved
914         * plugins/symbol-browser/an_symbol_view.c:
915         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
916         new file saved.
918 2008-01-15  Johannes Schmid <jhs@gnome.org>
920         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
921         (anjuta_profile_add_plugins_from_xml):
922         * plugins/file-manager/file-manager.glade:
923         Some string fixes
924         
925         * libanjuta/interfaces/libanjuta.idl:
926         Fixed docs
927                 
928         * plugins/sourceview/Makefile.am:
929         * plugins/sourceview/anjuta-editor-sourceview.glade:
930         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
931         (end_print), (print_setup), (sourceview_print),
932         (sourceview_print_preview):
933         * plugins/sourceview/sourceview.c: (iprint_print),
934         (iprint_print_preview):
935         
936         Added printing support to GtkSourceView editor
938 2007-01-14 Tom <tpgww@onepost.net>
940         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
942         * plugins/document-manager/anjuta-docman.c:
943         Fix two memory leaks added by the previous patch
945 2008-01-14  Johannes Schmid <jhs@gnome.org>
947         * plugins/sourceview/assist-tip.c: (assist_tip_move):
948         * plugins/sourceview/assist-window.c: (assist_window_move):
949         
950         Do not use opacity
952 2008-01-14  Rob Bradford  <rob@openedhand.com>
954         * global-tags/Makefile.am:
955         * global-tags/create_global_tags.sh.in:
956         Install anjuta-tags binary into FHS policy compliant directory and
957         update references. (Fixes bug: 509346.)
959 2008-01-13  Naba Kumar  <naba@gnome.org>
961         Patch from: Ritesh Khadgaray
962         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
963         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
964         Adds export-dynamic option to LDFLAGS to project template for libglade
965         to work for autoconnect signals.
967 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
969         * libanjuta/anjuta-utils.c:
970         anjuta_util_get_real_path return a string that need to be freed
971         with g_free even if PATH_MAX is not defined
973 2008-01-13  Andre Klapper  <a9016009@gmx.de>
975         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
976         to DOC_LINGUAS.
978 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
980         * plugins/document-manager/anjuta-docman.c:
981         Do not reopen file having escaped character (+,...) in path name
983 2008-01-13  Naba Kumar  <naba@gnome.org>
985         * libanjuta/interfaces/libanjuta.idl:
986         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
987         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
988         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
989         IAnjutaProjectManager::add_sources().
991         * plugins/glade/plugin.c: (on_glade_resource_removed),
992         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
993         stubs for handing resources in glade file.
995 2008-01-13  Naba Kumar  <naba@gnome.org>
997         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
999         * plugins/glade/plugin.c: (ifile_open): Select the first window
1000         in the glade project when it is first opened. Avoids empty glade
1001         document the first time.
1003 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1005   Reviewed by: Johannes Schmid <jhs@gnome.org>
1007         * plugins/gtodo/callback.c: (remove_todo_item):
1008         Fix #507304 – crash in Anjuta IDE while removing done tasks
1010 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1012         * plugins/debug-manager/anjuta-debug-manager.ui,
1013         plugins/debug-manager/plugin.c,
1014         plugins/debug-manager/start.h,
1015         plugins/debug-manager/start.c:
1016         New menu item to add extra source directories for debugger
1018 === anjuta 2.3.2 ===
1020 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1022         * plugins/gtodo/callback.c: (remove_todo_item):
1023         Fix #507304 – crash in Anjuta IDE while removing done tasks
1025 2008-01-11  Naba Kumar  <naba@gnome.org>
1027         * configure.in: Bumped version to 2.3.2
1028         * NEWS: Updated for anjuta 2.3.2 release
1029         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1030         not 'make tarball'
1032 2008-01-11  Johannes Schmid <jhs@gnome.org>
1034         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1035         .glade:
1036         Reverted accidently commited change
1037         
1038         * plugins/document-manager/anjuta-document-manager.glade:
1039         Fix Gtk-Critical because of broken glade file
1041 2008-01-11  Naba Kumar  <naba@gnome.org>
1043         * plugins/glade/plugin.c: (on_document_destroy),
1044         (glade_plugin_add_project): Fixed a bug where when more than one
1045         glade document is open and one is closed, it closes all the glade
1046         documents. Also it might have fixed the bug where sometimes closing
1047         the glade document leaves glade widget tree unclosed.
1049 2008-01-11  Naba Kumar  <naba@gnome.org>
1051         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1052         prevent install errors when not installed as root (then the files
1053         are only useful when glade-3 is installed in the same prefix, but it
1054         doesn't harm anjuta runtime).
1056         * plugins/sourceview/sourceview.c: Commented use of a file
1057         not currently distributed.
1059 2008-01-10  Naba Kumar  <naba@gnome.org>
1061         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1062         nothing to translate in it.
1064 2008-01-10  Johannes Schmid <jhs@gnome.org>
1066         * plugins/project-wizard/templates/gnome.wiz:
1067         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1068         * plugins/project-wizard/templates/gnome/src/main.c:
1069         * plugins/project-wizard/templates/translatable-strings.h:
1070         
1071         Fixed #508497 and added a new chooser to select whether to use
1072         libglade or not.
1074 2008-01-10  Johannes Schmid <jhs@gnome.org>
1076         Patch from Tom <tpgww@onepost.net>:
1078         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1079         (anjuta_util_glist_path_dedup):
1080         * libanjuta/anjuta-utils.h:
1081         
1082         Give the method a proper prefixed name
1083         
1084         * plugins/document-manager/action-callbacks.c:
1085         (get_current_popup_active),
1086         (on_editor_command_select_all_activate),
1087         (on_editor_command_cut_activate),
1088         (on_editor_command_paste_activate),
1089         (on_editor_command_copy_activate),
1090         (on_editor_command_clear_activate), (on_show_search),
1091         (on_repeat_quicksearch):        
1092         * plugins/document-manager/action-callbacks.h:
1093         * plugins/document-manager/anjuta-docman.c:
1094         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1095         (anjuta_docman_goto_file_line_mark),
1096         (anjuta_docman_get_full_filename):
1097         * plugins/document-manager/anjuta-docman.h:
1098         * plugins/document-manager/anjuta-document-manager.ui:
1099         * plugins/document-manager/plugin.c:
1100         (update_document_ui_interface_items):
1101         
1102         Better way to fix the popup-menu items (Cut/Copy/Paste)
1103         and various clean-ups.
1104         
1105         * plugins/document-manager/search-box.c: (on_document_changed),
1106         (search_box_fill_search_focus):
1107         * plugins/document-manager/search-box.h:
1108         * plugins/search/plugin.c:
1109         
1110         Add a menu item to repeat the quick search
1112 2008-01-10  Johannes Schmid <jhs@gnome.org>
1114         * plugins/language-support-cpp-java/cpp-java-assist.c:
1115         (on_assist_chosen):
1116         
1117         Fixed #508424 – Auto complete: previous char was removed when 
1118         pre TAB to auto complete.
1120 2008-01-10  Johannes Schmid <jhs@gnome.org>
1122         Patch from: James Ligett:
1124         * plugins/profiler/gprof-call-graph-view.c:
1125         (gprof_call_graph_view_create_columns):
1126         * plugins/profiler/gprof-flat-profile-view.c:
1127         (gprof_flat_profile_view_create_columns):
1128         
1129         Fixed translation issues (#496833)
1131 2008-01-10 Johannes Schmid <jhs@gnome.org>
1133         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1135         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1136         Fix #460390 – Changing categories while edinting something
1138 2008-01-09  Naba Kumar  <naba@gnome.org>
1140         * libanjuta/anjuta-plugin-manager.c:
1141         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1142         fixed a leak.
1144         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1145         corruption reported in bug #507491. Potentially fixes too.
1147 2008-01-09  Johannes Schmid <jhs@gnome.org>
1149         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1151         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1152         Fix bug #505205 completely
1153         
1154         * AUTHORS: Added Bolesław
1156 2008-01-08  Johannes Schmid <jhs@gnome.org>
1158         * plugins/document-manager/action-callbacks.c:
1159         (on_editor_command_cut_activate),
1160         (on_editor_command_paste_activate),
1161         (on_editor_command_copy_activate),
1162         (on_editor_command_clear_activate):
1163         
1164         Fixed editor popup menu (Cut, Copy, Paste)
1166 2008-01-08  Johannes Schmid <jhs@gnome.org>
1168         * plugins/sourceview/sourceview.c: (autodetect_language):
1169         Fixed a crash when creating a new file
1171 2008-01-08  Johannes Schmid <jhs@gnome.org>
1173         Patch by <bolekk@gmail.com> (GHOP Student)
1175         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1176         Fix bug #505205
1178 2008-01-08  Naba Kumar  <naba@gnome.org>
1180         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1181         * libanjuta/anjuta-plugin-manager.c:
1182         (anjuta_plugin_manager_select),
1183         (anjuta_plugin_manager_activate_plugins):
1184         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1185         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1186         (on_create_submenu), (create_open_with_submenu):
1187         * src/about.c: (on_about_plugin_activate),
1188         (about_create_plugins_submenu): Use translated version of get_string()
1189         API in AnjutaDescription for translatable properties. Fixes bug #496833
1190         comment #18.
1192 2008-01-07  Johannes Schmid <jhs@gnome.org>
1194         * plugins/build-basic-autotools/executer.c: (execute_program):
1195         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1196         * plugins/debug-manager/anjuta-debug-manager.glade:
1197         * plugins/debug-manager/locals.c: (create_locals_gui):
1198         * plugins/file-loader/plugin.c: (on_create_submenu):
1199         * plugins/gtodo/main.h:
1200         * plugins/gtodo/preferences.c: (preferences_widget):
1201         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1202         * plugins/tools/anjuta-tools.glade:
1203         * plugins/tools/execute.c: (atp_output_context_print):
1204         * src/main.c:
1205         
1206                 Another bunch of i18n fixes (#496833)
1208 2008-01-07  Johannes Schmid <jhs@gnome.org>
1210         * plugins/build-basic-autotools/build-basic-autotools.c:
1211         (on_build_terminated):
1212         * plugins/gtodo/interface.c: (set_read_only):
1213         * plugins/project-manager/plugin.c: (confirm_removal),
1214         (on_popup_add_to_project):
1215         * plugins/subversion/anjuta-subversion.glade:
1216         * plugins/tools/execute.c: (atp_output_context_print_result):
1217         
1218         Fixed some strings from #496833
1220 2008-01-07  Johannes Schmid <jhs@gnome.org>
1222         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1223         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1224         .in:
1225         * plugins/language-support-cpp-java/plugin.c: (install_support),
1226         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1227         Added basic Vala support
1228         
1229         * plugins/sourceview/sourceview.c: (autodetect_language):
1230         Fixed mime-type detection
1232 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1234   Reviewed by: Johannes Schmid <jhs@gnome.org>
1236         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1237         (value_removed_current_editor), (symbol_db_activate),
1238         (symbol_db_deactivate):
1239         * plugins/symbol-db/symbol-db-engine.c:
1240         (symbol_db_engine_get_global_members_filtered):
1241         * plugins/symbol-db/symbol-db-view.c:
1242         (do_add_child_symbol_to_view), (prepare_for_adding),
1243         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1244         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1245         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1246         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1247         (sdb_view_init), (sdb_view_finalize),
1248         (sdb_view_build_and_display_base_tree):
1249         * plugins/symbol-db/symbol-db-view.h:
1250         added controls to expand Global tab nodes in a non-freezing way.
1251         Fixed also some little bugs always on global-tab.
1253 2008-01-06  Naba Kumar  <naba@gnome.org>
1255         Patches from James Liggett:
1256         * plugins/profiler/gprof-call-graph-view.c:
1257         (gprof_call_graph_view_create_columns):
1258         * plugins/profiler/gprof-flat-profile-view.c:
1259         (gprof_flat_profile_view_create_columns):
1260         * plugins/profiler/gprof-function-call-tree-view.c:
1261         (gprof_function_call_tree_view_create_columns): Made all
1262         of the columns resizable and reorderable.
1264 2008-01-06  Johannes Schmid <jhs@gnome.org>
1266         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1267         (anjuta_launcher_check_password_real),
1268         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1269         (anjuta_launcher_scan_pty),
1270         (anjuta_launcher_disable_password_check):
1271         * libanjuta/anjuta-launcher.h:
1272         Added disable_password_check for stream where it does not make sense 
1273         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1274         that sometimes occur in symbol-db plugin
1275         
1276         * plugins/file-manager/file-model.c:
1277         (file_model_cancel_expand_idle):
1278         Fixed removing of idle source
1279         
1280         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1281         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1282         
1283         Fixed #348854 – invisible cursor in certain themes
1285 2008-01-06  Naba Kumar  <naba@gnome.org>
1287         * libanjuta/anjuta-preferences.c:
1288         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1289         closing preferences dialog due to patch in bug #507300
1291 2008-01-06  Naba Kumar  <naba@gnome.org>
1293         * plugins/language-support-cpp-java/cpp-java-assist.c:
1294         (on_assist_chosen):
1295         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1296         * plugins/search/search-replace_backend.c: (create_search_entries):
1297         Added missing unrefs.
1299 2008-01-06  Johannes Schmid <jhs@gnome.org>
1301         * plugins/debug-manager/variable.c: (get_hovered_word):
1302   Add a g_object_unref()  
1303         
1304         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1305         (on_sourceview_hover_leave):
1306         Fixed hover and editor interface to make hover in debugger work
1308 2008-01-06  Naba Kumar  <naba@gnome.org>
1310         * plugins/editor/text-editor.c: Whitespaces fixes.
1311         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1312         DEBUG_PRINT instead of g_message.
1314 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1316         * plugins/debug-manager/breakpoints.c:
1317         Fix #507441: Disable all breakpoints doesn't work
1318         Fix #507444: Enable Breakpoint menu item doesn't change name
1320 2008-01-05  Naba Kumar  <naba@gnome.org>
1322         * manuals/reference/libanjuta/libanjuta.types: Renamed
1323         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1325 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1327         * plugins/debug-manager/variable.c:
1328         Update variable display to use IAnjutaIterable instead of position
1330         * plugins/editor/text_editor_cbs.c,
1331         plugins/editor/text_editor.c:
1332         Fix Gtk critical warnings when a hover signal is emitted
1333         Fix get_text_iter in Scintilla (range should include last character)
1334         
1335 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1337         * plugins/debug-manager/debug_tree.c,
1338         plugins/debug-manager/debug_tree.h,
1339         plugins/debug-manager/watch.c,
1340         plugins/debug-manager/command.c,
1341         plugins/debug-manager/queue.c,
1342         plugins/gdb/plugin.c,
1343         plugins/gdb/debugger.c,
1344         plugins/gdb/debugger.h,
1345         libanjuta/interfaces/libanjuta.idl:
1346         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1348 2008-01-05  Naba Kumar  <naba@gnome.org>
1350         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1351         menus to avoid conflict with file open/save. Fixes bug #507455
1353 2008-01-05  Johannes Schmid <jhs@gnome.org>
1355         * configure.in:
1356         Conditionally depend on gtksourceview2 >= 2.1.0
1357         
1358         * libanjuta/interfaces/libanjuta.idl:
1359         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1360         iterators instead of positions
1361         
1362         * plugins/debug-manager/threads.c:
1363         Fixed a warnings by including gnome-vfs properly
1364         
1365         * plugins/debug-manager/variable.c: (get_hovered_word),
1366         (on_hover_over):
1367         Updated to changes in IAnjutaEditorHover/Selection
1368         
1369         * plugins/document-manager/action-callbacks.c:
1370         (on_editor_command_upper_case_activate),
1371         (on_editor_command_lower_case_activate):
1372         * plugins/document-manager/search-box.c: (on_incremental_search),
1373         (on_search_activated):
1374         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1375         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1376         (iselection_get_start), (iselection_get_end),
1377         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1378         * plugins/editor/text_editor_cbs.c:
1379         (on_text_editor_scintilla_notify):
1380         
1381         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1382         interface of scintilla editor.
1383         
1384         * plugins/language-manager/languages.xml:
1385         * plugins/language-manager/plugin.c:
1386         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1387         Added chdr to C language files and some DEBUG_PRINTs
1388         
1389         * plugins/language-support-cpp-java/cpp-java-assist.c:
1390         (on_assist_chosen):
1391         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1392         * plugins/search/plugin.c: (find_incremental):
1393         * plugins/search/search-replace.c: (search_and_replace):
1394         * plugins/search/search-replace_backend.c: (create_search_entries):
1395                 Adapted to changed interfaces
1397         * plugins/sourceview/Makefile.am:
1398         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1399         (set_uri), (anjuta_document_save):
1400         * plugins/sourceview/anjuta-editor-sourceview.glade:
1401         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1402         (anjuta_view_key_press_event):
1403         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1404         * plugins/sourceview/sourceview-cell.c:
1405         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1406         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1407         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1408         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1409         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1410         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1411         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1412         * plugins/sourceview/sourceview-private.h:
1413         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1414         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1415         (on_document_loaded), (sourceview_instance_init),
1416         (sourceview_dispose), (sourceview_finalize),
1417         (sourceview_create_markers), (sourceview_new),
1418         (ifile_savable_save), (ieditor_get_tab_size),
1419         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1420         (ieditor_set_auto_indent), (ieditor_goto_line),
1421         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1422         (iselect_block), (iselect_set), (iselect_get_start),
1423         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1424         (imark_unmark), (imark_is_marker_set),
1425         (imark_location_from_handle), (imark_delete_all_markers),
1426         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1427         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1428         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1429         (ilanguage_get_supported_languages), (autodetect_language),
1430         (ilanguage_set_language), (iassist_show_tips),
1431         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1432         (ihover_display), (ihover_iface_init):
1433         
1434         Use GtkSourceView 2.1.x:
1435         * New mark interface
1436         * Fixed #486724 and #488615
1437         * Implemented hover interface
1438         * Adapted to changed interfaces
1440 2008-01-04  Rob Bradford  <rob@o-hand.com>
1442         Reviewed by Naba Kumar  <naba@gnome.org>:
1443         * libanjuta/anjuta-preferences.c:
1444         (anjuta_preferences_register_property_custom):
1445         Unregister preferences for custom preferences when the widget is
1446         destroyed.
1448 2008-01-03  Johannes Schmid <jhs@gnome.org>
1450         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1451         (file_model_row_collapsed):
1452   Fixed the too method to take a correct data argument
1454 2008-01-02  Johannes Schmid <jhs@gnome.org>
1456         * plugins/document-manager/anjuta-docman.c:
1457         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1458         ref and unref correctly to silence a Gtk+ critical
1460 2008-01-01  Johannes Schmid <jhs@gnome.org>
1462         * plugins/editor/text_editor.c: (itext_editor_get_text):
1463         Fixed #506740 – ianjuta_editor_get_text crash if request 
1464         text past the buffer length
1466 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1468         * plugins/debug-manager/utilities.c,
1469         plugins/debug-manager/utilities.h,
1470         plugins/debug-manager/breakpoints.c:
1471         Move get_current_editor function in utilities.c
1473         * plugins/debug-manager/plugin.c,
1474         plugins/debug-manager/debug_tree.c,
1475         plugins/debug-manager/debug_tree.h,
1476         plugins/debug-manager/watch.c,
1477         plugins/debug-manager/watch.h,
1478         plugins/debug-manager/locals.c,
1479         plugins/debug-manager/locals.h,
1480         (added) plugins/debug-manager/variable.c,
1481         (added) plugins/debug-manager/variable.h,
1482         plugins/debug-manager/Makefile.am:
1483         Use hover interface to display variable value
1485 2007-12-31  Johannes Schmid <jhs@gnome.org>
1487         * libanjuta/Makefile.am:
1488         Only install glade catalog files if glade-3 is available
1489         (Fixes #506269 and #500296)
1491 2007-12-30  Johannes Schmid <jhs@gnome.org>
1493         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1494         (set_property_value_as_string), (register_callbacks):
1496   Fixed GtkFileChooserButton preferences to also work when only the combo
1497   changes without a dialog being open.
1499 2007-12-29  Johannes Schmid <jhs@gnome.org>
1501         * plugins/editor/Makefile.am:
1502         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1504 2007-12-29  Johannes Schmid <jhs@gnome.org>
1506         * plugins/devhelp/plugin.c: (devhelp_activate):
1507         Fixed #498986 - Anjuta-2.3.0 fails to build
1509 2007-12-29  Johannes Schmid <jhs@gnome.org>
1511         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1512         * plugins/debug-manager/plugin.c:
1513         (on_run_to_cursor_action_activate):
1514         * plugins/document-manager/anjuta-docman.c:
1515         (anjuta_docman_goto_file_line_mark):
1516         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1517         (value_removed_current_editor):
1518         
1519         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1520         all those to value_added_current_document...
1522         * plugins/editor/anjuta-editor-scintilla.glade:
1523         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1524         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1526 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1528   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1529   (symbol_db_activate), (symbol_db_deactivate),
1530   (symbol_db_instance_init), (isymbol_manager_get_parents):
1531   * plugins/symbol-db/plugin.h:
1532   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1533   * plugins/symbol-db/symbol-db-engine.c:
1534   (symbol_db_engine_get_global_members_filtered):
1535   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1536   (on_symbol_inserted):
1537   Filtered out static functions on global-tab. E.g. when flag
1538   is_file_scope = 1 we won't add entries there.
1539   Fixed a little bug on 'Global'->'Vars/Others' node too.
1541 2007-12-28  Johannes Schmid <jhs@gnome.org>
1543   * libanjuta/anjuta-launcher.c:
1544   Fixed a silly (and completely useless) memory corruption that probably 
1545   only occured at a few race conditions though I wonder why it did not 
1546         happen more often
1548 2007-12-28  Johannes Schmid <jhs@gnome.org>
1549         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1550         * plugins/debug-manager/plugin.c: (set_program_counter):
1551         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1552         * plugins/debug-manager/start.c: (get_source_directories):
1553         * plugins/debug-manager/threads.c: (on_info_thread),
1554         (on_list_thread):
1555         * plugins/file-manager/file-model.c: (file_model_set_property):
1556         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1557         * plugins/tools/editor.c: (on_editor_response):
1558         
1559         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1560         
1561         * plugins/document-manager/plugin.c: (update_title),
1562         (value_added_project_root_uri):
1563         * plugins/document-manager/plugin.h:
1564         Shorten down the title bar if the current path is inside the opened project
1566 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1568         reviewed by: Johannes Schmid <jhs@gnome.org>
1570         * plugins/project-wizard/templates/java/project.anjuta:
1571         * plugins/project-wizard/templates/mkfile/project.anjuta:
1572         * plugins/project-wizard/templates/python/project.anjuta:
1573         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1574         let new projects use new SymbolDB plugin.
1575         
1576         * plugins/symbol-browser/images/Makefile.am:
1577         added some images taken from MonoDevelop project.
1578         
1579         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1580         (goto_file_line), (on_importing_project_end), (project_root_added),
1581         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1582         (isymbol_manager_search):
1583         Added project-updating feature when opening a project with some files
1584   modified externally [e.g. a svn up].
1585         
1586         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1587         (sdb_engine_iterator_node_instance_init),
1588         (sdb_engine_iterator_node_finalize),
1589         (symbol_db_engine_iterator_node_set_conversion_hash):
1590         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1591         * plugins/symbol-db/symbol-db-engine-iterator.c:
1592         (symbol_db_engine_iterator_new):
1593         * plugins/symbol-db/symbol-db-engine-iterator.h:
1594          Moved Hash table initialization into the engine. This proxies and
1595   speeds up the process of creation and iteration of a GdaDataModel.
1596         
1597         * plugins/symbol-db/symbol-db-engine.c:
1598         (sdb_engine_ctags_output_thread),
1599         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1600         (sdb_engine_scan_files_1), (sdb_engine_init),
1601         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1602         (symbol_db_engine_add_new_workspace),
1603         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1604         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1605         (symbol_db_engine_get_sym_type_conversion_hash),
1606         (symbol_db_engine_update_files_symbols),
1607         (symbol_db_engine_update_project_symbols),
1608         (symbol_db_engine_update_buffer_symbols),
1609         (symbol_db_engine_get_class_parents),
1610         (symbol_db_engine_get_global_members_filtered),
1611         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1612         (symbol_db_engine_get_scope_members_by_symbol_id),
1613         (symbol_db_engine_get_scope_members),
1614         (symbol_db_engine_get_current_scope),
1615         (symbol_db_engine_get_file_symbols),
1616         (symbol_db_engine_get_symbol_info_by_id),
1617         (symbol_db_engine_find_symbol_by_name_pattern),
1618         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1619         * plugins/symbol-db/symbol-db-engine.h:
1620         * plugins/symbol-db/symbol-db-view-locals.c:
1621         (sdb_view_locals_get_iter_from_row_ref),
1622         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1623         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1624         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1625         Changes on some queries fuctions and some fixes. Added *_filtered
1626   functions.
1627         
1628         * plugins/symbol-db/symbol-db-view.c:
1629         (do_add_child_symbol_to_view), (add_new_waiting_for),
1630         (prepare_for_adding), (on_symbol_inserted),
1631         (do_recurse_subtree_and_remove), (on_symbol_removed),
1632         (sdb_view_do_add_hidden_dummy_child),
1633         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1634         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1635         (sdb_view_locals_create_new_store), (sdb_view_init),
1636         (sdb_view_finalize), (sdb_view_class_init),
1637         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1638         (symbol_db_view_get_pixbuf),
1639         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1640         New display for global tags. This is the definitive version, bugs apart.
1641         
1642         * plugins/symbol-db/tables.sql:
1643         fixed typo.
1645 2007-12-27  Naba Kumar  <naba@gnome.org>
1647         * libanjuta/interfaces/libanjuta.idl:
1648         * plugins/editor/aneditor-priv.h:
1649         * plugins/editor/aneditor.cxx:
1650         * plugins/editor/text_editor.c: (text_editor_instance_init),
1651         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1652         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1653         * plugins/editor/text_editor.h:
1654         * plugins/editor/text_editor_cbs.c:
1655         (on_text_editor_scintilla_notify):
1657         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1658         related code in AnEditor. Fixed some compilation warnings.
1660 2007-12-26  Naba Kumar  <naba@gnome.org>
1662         * Changelog: Fixed indentation.
1664 2007-12-25  Naba Kumar  <naba@gnome.org>
1666         * plugins/editor/Makefile.am:
1667         * plugins/editor/editor.glade:
1668         * plugins/editor/plugin.c:
1669         * plugins/editor/style-editor.c:
1670         * plugins/sourceview/Makefile.am:
1671         * plugins/sourceview/plugin.c:
1672         * plugins/sourceview/sourceview.glade:
1673         * plugins/valgrind/Makefile.am:
1675         Renamed glade files to anjuta-editor-* to give name space for the
1676         schema files (because they are installed in system directory).
1678         * scripts/build-schemas.mk: Install the schemas files also (need for
1679         binary package installation/uninstallation).
1681 2007-12-25  Johannes Schmid <jhs@gnome.org>
1683         * plugins/language-support-cpp-java/plugin.c:
1684         (set_indentation_param_vim):
1685         
1686         Support some more vim modeline commands and shortcuts (#504331)
1688 2007-12-25  Johannes Schmid <jhs@gnome.org>
1690         Patches from James Liggett:
1691         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1692         (anjuta_vcs_status_tree_view_init):
1693         * plugins/subversion/subversion-commit-dialog.c:
1694         (subversion_commit_dialog):
1695         * plugins/subversion/subversion-diff-dialog.c:
1696         (on_subversion_diff_response):
1697         * plugins/subversion/subversion-log-dialog.c:
1698         (on_log_view_selected_button_clicked),
1699         (on_log_diff_selected_button_clicked),
1700         (on_log_diff_previous_button_clicked):
1701         * plugins/subversion/subversion-resolve-dialog.c:
1702         (subversion_resolve_dialog):
1703         * plugins/subversion/subversion-revert-dialog.c:
1704         (subversion_revert_dialog):
1705         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1706         (pulse_progress_bar), (hide_pulse_progress_bar),
1707         (disconnect_data_arrived_signals),
1708         (cancel_data_arrived_signal_disconnect):
1709         * plugins/subversion/subversion-ui-utils.h:
1710         
1711         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1712         #505237 – Sort list of modified files
1714 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1716         * plugins/gdb/debugger.c:
1717         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1719 2007-12-23  Johannes Schmid <jhs@gnome.org>
1721         * plugins/language-support-cpp-java/plugin.c:
1722         (set_indentation_param_emacs), (set_indentation_param_vim),
1723         (parse_mode_line_emacs), (parse_mode_line_vim),
1724         (extract_mode_line), (initialize_indentation_params):
1726         Added (basic) support for vim modelines (#504331)
1728         * plugins/message-view/message-view.c: (message_view_next),
1729         (message_view_previous):
1730         
1731         Fixed next/previous message
1733 2007-12-23  Johannes Schmid <jhs@gnome.org>
1735         * libanjuta/anjuta-ui.h:
1736         Check for != NULL before unref'ing pixbuf (related to #497878)
1737         
1738         * plugins/devhelp/plugin.c: (register_stock_icons):
1739         * plugins/document-manager/anjuta-docman.c:
1740         (anjuta_docman_add_document):
1741         * plugins/glade/plugin.c: (on_close_activated),
1742         (register_stock_icons), (on_session_save),
1743         (glade_plugin_add_project):
1744         
1745         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1746         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1747         
1748         * plugins/language-support-cpp-java/plugin.c:
1749         (register_stock_icons):
1750         Fixed stock icon registration macros
1752 2007-12-23  Johannes Schmid <jhs@gnome.org>
1754         * global-tags/Makefile.am:
1755         * launcher/Makefile.am:
1756         * libanjuta/Makefile.am:
1757         * libegg/Makefile.am:
1758         * manuals/anjuta-faqs/Makefile.am:
1759         * manuals/anjuta-manual/Makefile.am:
1760         * manuals/reference/libanjuta/Makefile.am:
1761         * plugins/build-basic-autotools/Makefile.am:
1762         * plugins/class-gen/Makefile.am:
1763         * plugins/class-inheritance/Makefile.am:
1764         * plugins/cvs-plugin/Makefile.am:
1765         * plugins/debug-manager/Makefile.am:
1766         * plugins/devhelp/Makefile.am:
1767         * plugins/document-manager/Makefile.am:
1768         * plugins/editor/Makefile.am:
1769         * plugins/editor/scintilla/Makefile.am:
1770         * plugins/editor/scintilla/include/Makefile.am:
1771         * plugins/file-loader/Makefile.am:
1772         * plugins/file-manager/Makefile.am:
1773         * plugins/file-wizard/Makefile.am:
1774         * plugins/gdb/Makefile.am:
1775         * plugins/glade/Makefile.am:
1776         * plugins/gtodo/Makefile.am:
1777         * plugins/gvim/Makefile.am:
1778         * plugins/indent/Makefile.am:
1779         * plugins/language-manager/Makefile.am:
1780         * plugins/language-support-cpp-java/Makefile.am:
1781         * plugins/macro/Makefile.am:
1782         * plugins/message-view/Makefile.am:
1783         * plugins/patch/Makefile.am:
1784         * plugins/profiler/Makefile.am:
1785         * plugins/project-import/Makefile.am:
1786         * plugins/project-manager/Makefile.am:
1787         * plugins/project-wizard/Makefile.am:
1788         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1789         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1790         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1791         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1792         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1793         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1794         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1795         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1796         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1797         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1798         * plugins/sample1/Makefile.am:
1799         * plugins/search/Makefile.am:
1800         * plugins/sourceview/Makefile.am:
1801         * plugins/subversion/Makefile.am:
1802         * plugins/symbol-browser/Makefile.am:
1803         * plugins/symbol-db/Makefile.am:
1804         * plugins/symbol-db/test/Makefile.am:
1805         * plugins/terminal/Makefile.am:
1806         * plugins/tools/Makefile.am:
1807         * plugins/valgrind/Makefile.am:
1808         * src/Makefile.am:
1809         * tagmanager/Makefile.am:
1810         
1811         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1812         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1813         warnings from illigel C++ compiler flags.
1815 2007-12-23  Johannes Schmid <jhs@gnome.org>
1817         Patch from Tom <tpgww@onepost.net>:
1818   
1819         * plugins/document-manager/anjuta-docman.c:
1820         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1821         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1822         (anjuta_docman_instance_init), (on_notebook_switch_page),
1823         (anjuta_docman_grab_text_focus):
1824         * plugins/document-manager/plugin.c: (on_document_added),
1825         (on_window_key_press_event), (on_window_key_release_event):
1826         
1827         Some more document-manager code cleanups and fixes.
1829 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1831         * plugins/symbol-db/plugin.c: (register_stock_icons),
1832         (value_added_current_editor), (value_removed_current_editor),
1833         (on_importing_project_end), (project_root_removed):
1834         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1836         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1837         (symbol_db_engine_get_file_db_path):
1838         fixed a useless warning.
1840         * plugins/symbol-db/symbol-db-view-locals.c:
1841         (traverse_free_waiting_for), (file_view_status_destroy),
1842         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1843         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1844         (sdb_view_locals_finalize), (on_symbol_inserted),
1845         (symbol_db_view_locals_recv_signals_from_engine),
1846         (symbol_db_view_locals_update_list):
1847         more speed on editors switching. GtkTreeStore caching method implemented.
1848         Fixed compiler warnings and a little memory leak.
1850         * plugins/symbol-db/symbol-db-view-locals.h:
1851         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1852         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1853         (on_scan_end), (on_symbol_inserted),
1854         (sdb_view_locals_create_new_store), (sdb_view_init),
1855         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1856         * plugins/symbol-db/symbol-db-view.h:
1857         fixed some crashers. Now project loading/populating should be quite quick.
1859 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1861         * plugins/debug-manager/command.c,
1862         plugins/debug-manager/queue.c:
1863         Take care of command return value (FALSE is an error)
1865 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1867         * plugins/debug-manager/anjuta-debug-manager.glade,
1868         plugins/debug-manager/breakpoints.c:
1869         Remove address, condition and pass breakpoint column if not supported
1870         Fix clear all remove_all to avoid an endless loop if a breakpoint
1871         cannot be removed
1873 2007-12-17  Johannes Schmid <jhs@gnome.org>
1875         Patch from Tom <tpgww@onepost.net> (with some changes):
1877         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1878         (on_save_as_activate), (on_save_all_activate),
1879         (on_close_file_activate), (on_close_all_file_activate),
1880         (on_reload_file_activate), (on_editor_command_clear_activate),
1881         (on_transform_eolchars1_activate), (on_comment_block),
1882         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1883         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1884         (on_editor_linenos1_activate), (on_editor_markers1_activate),
1885         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1886         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1887         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1888         (on_zoom_out_text_activate):
1889         * plugins/document-manager/action-callbacks.h:
1890         * plugins/document-manager/anjuta-docman.c:
1891         (on_notebook_page_close_button_click),
1892         (on_notebook_page_close_button_enter),
1893         (on_notebook_page_close_button_leave),
1894         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1895         (anjuta_docman_page_init), (anjuta_docman_page_new),
1896         (on_open_filesel_response), (create_file_open_dialog_gui),
1897         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1898         (anjuta_docman_instance_init), (on_notebook_switch_page),
1899         (on_document_destroy), (anjuta_docman_add_editor),
1900         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1901         (anjuta_docman_set_current_document),
1902         (anjuta_docman_goto_file_line_mark), (get_real_path),
1903         (anjuta_docman_get_full_filename),
1904         (anjuta_docman_delete_all_markers),
1905         (anjuta_docman_delete_all_indicators),
1906         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1907         (anjuta_docman_order_tabs):
1908         * plugins/document-manager/anjuta-docman.h:
1909         * plugins/document-manager/file_history.c: (an_hist_file_new),
1910         (an_file_history_push), (an_file_history_dump):
1911         * plugins/document-manager/file_history.h:
1912         * plugins/document-manager/plugin.c: (update_title),
1913         (value_removed_project_root_uri),
1914         (update_document_ui_interface_items), (menu_name_compare),
1915         (on_document_added), (on_document_changed),
1916         (on_window_key_press_event), (on_window_key_release_event),
1917         (on_session_save):
1918         * plugins/document-manager/search-box.c: (on_document_changed),
1919         (on_goto_activated), (search_box_init), (search_box_new):
1920         * plugins/document-manager/search-box.h:
1922         Yet more code cleanups
1923         Save glade files correctly in session
1924         Use new tooltip API if available
1925         Sort notebook pages when session is restored (needs work)
1927 2007-12-16  Johannes Schmid <jhs@gnome.org>
1929         * plugins/document-manager/anjuta-docman.c:
1930         (anjuta_docman_add_document):
1931         
1932         Present correct widget with anjuta_shell_present_widget(). This got wrong when
1933         the new search bar was introduced.
1935 2007-12-12  Johannes Schmid <jhs@gnome.org>
1936   
1937         Patch from  Tom <tpgww@onepost.net>:
1938         (#485233 – another bunch of docman cleanups)
1939   
1940         * libanjuta/interfaces/libanjuta.idl:
1941         * plugins/document-manager/action-callbacks.c:
1942         (get_current_document), (get_current_focus_widget),
1943         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
1944         (on_close_file_activate), (on_close_all_file_activate),
1945         (on_reload_file_activate), (on_print_activate),
1946         (on_print_preview_activate),
1947         (on_editor_command_upper_case_activate),
1948         (on_editor_command_lower_case_activate),
1949         (on_editor_command_eol_crlf_activate),
1950         (on_editor_command_eol_lf_activate),
1951         (on_editor_command_eol_cr_activate),
1952         (on_editor_command_select_all_activate),
1953         (on_editor_command_select_to_brace_activate),
1954         (on_editor_command_select_block_activate),
1955         (on_editor_command_match_brace_activate),
1956         (on_editor_command_undo_activate),
1957         (on_editor_command_redo_activate),
1958         (on_editor_command_cut_activate),
1959         (on_editor_command_paste_activate),
1960         (on_editor_command_copy_activate),
1961         (on_editor_command_clear_activate),
1962         (on_editor_command_close_folds_all_activate),
1963         (on_editor_command_open_folds_all_activate),
1964         (on_editor_command_toggle_fold_activate),
1965         (on_editor_command_bookmark_toggle_activate),
1966         (on_editor_command_bookmark_first_activate),
1967         (on_editor_command_bookmark_next_activate),
1968         (on_editor_command_bookmark_prev_activate),
1969         (on_editor_command_bookmark_last_activate),
1970         (on_editor_command_bookmark_clear_activate),
1971         (on_transform_eolchars1_activate), (on_comment_block),
1972         (on_comment_box), (on_comment_stream),
1973         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1974         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
1975         (on_force_hilite_activate), (on_swap_activate),
1976         (on_editor_add_view_activate), (on_editor_remove_view_activate):
1977         * plugins/document-manager/action-callbacks.h:
1978         * plugins/document-manager/anjuta-docman.c:
1979         (on_notebook_page_close_button_click),
1980         (on_notebook_page_close_button_enter),
1981         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
1982         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
1983         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
1984         (on_open_filesel_response), (anjuta_docman_open_file),
1985         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
1986         (anjuta_docman_dispose), (anjuta_docman_instance_init),
1987         (anjuta_docman_class_init), (anjuta_docman_new),
1988         (on_notebook_switch_page), (on_document_save_point),
1989         (on_document_destroy), (anjuta_docman_add_editor),
1990         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1991         (anjuta_docman_set_popup_menu),
1992         (anjuta_docman_get_current_focus_widget),
1993         (anjuta_docman_get_page_for_document),
1994         (anjuta_docman_get_current_document),
1995         (anjuta_docman_set_current_document),
1996         (anjuta_docman_goto_file_line),
1997         (anjuta_docman_goto_file_line_mark),
1998         (anjuta_docman_get_full_filename),
1999         (anjuta_docman_present_notebook_page),
2000         (anjuta_docman_update_page_label),
2001         (anjuta_docman_delete_all_markers),
2002         (anjuta_docman_delete_all_indicators),
2003         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2004         (do_ordertab1), (anjuta_docman_order_tabs),
2005         (anjuta_docman_set_editor_properties),
2006         (anjuta_docman_get_document_for_path),
2007         (anjuta_docman_get_all_doc_widgets):
2008         * plugins/document-manager/anjuta-docman.h:
2009         * plugins/document-manager/editor-tooltips.c:
2010         * plugins/document-manager/plugin.c: (update_title),
2011         (update_document_ui_enable_all), (update_document_ui_disable_all),
2012         (update_document_ui_save_items),
2013         (update_document_ui_interface_items), (update_document_ui),
2014         (on_document_update_save_ui), (update_status),
2015         (on_document_update_ui), (on_document_added),
2016         (on_document_changed), (on_session_save), (on_save_prompt),
2017         (on_docman_auto_save), (on_gconf_notify_timer):
2018         * plugins/document-manager/search-box.c: (on_document_changed),
2019         (search_box_new), (search_box_grab_line_focus):
2020         * plugins/glade/plugin.c: (ifile_open):
2021         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2022         * plugins/search/search-replace_backend.c: (create_search_entries):
2023         * plugins/sourceview/anjuta-document.c: (set_uri),
2024         (anjuta_document_save):
2025         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2026         * plugins/tools/editor.c: (on_editor_response):
2028         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2029         It fixes some issues with session handling and several memory lacks.
2030         Gtk 2.12 Tooltip API is used if available.
2032 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2034         * plugins/debug-manager/disassemble.c,
2035         plugins/debug-manager/disassemble.h,
2036         plugins/debug-manager/command.c,
2037         plugins/debug-manager/command.h,
2038         plugins/debug-manager/plugin.c
2039         plugins/debug-manager/sparse_view.c,
2040         plugins/debug-manager/sparse_view.h,
2041         plugins/gdb/plugin.c,
2042         plugins/gdb/debugger.c,
2043         plugins/gdb/debugger.h,
2044         libanjuta/interfaces/libanjuta.idl:
2045         Fix bug #502533: Implement assembler step
2047         * plugins/debug-manager/breakpoints.c:
2048         Do not save temporary breakpoints
2050         * plugins/debug-manager/stack_trace.c:
2051         Fix a crash when a stack command is cancelled
2053 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2055         * plugins/debug-manager/plugin.c,
2056         plugins/debug-manager/breakpoints.c,
2057         plugins/debug-manager/breakpoints.h:
2058         Fix bug #488732: Breakpoint on delete lines
2059         Breakpoints are now linked to their position in editor
2061         * plugins/gdb/debugger.c:
2062         Fix removing condition on breakpoint 
2064 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2066         * plugins/debug-manager/anjuta-debug-manager.glade,
2067         plugins/debug-manager/start.c,
2068         plugins/gdb/plugin.c,
2069         plugins/gdb/debugger.c,
2070         plugins/gdb/debugger.h,
2071         libanjuta/interfaces/libanjuta.idl:
2072         Fix bug #481366: Do not stop at the beginning of the program
2074         * plugins/debug-manager/command.c,
2075         plugins/debug-manager/command.h,
2076         plugins/debug-manager/breakpoints.c,
2077         plugins/debug-manager/queue.c,
2078         plugins/debug-manager/queue.h:
2079         Fix a bug remove all breakpoints was not working due to latest changes
2080         Setting breakpoints is disabled when program is running
2082 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2084         * plugins/debug-manager/queue.c,
2085         plugins/gdb/plugin.c:
2086         Fix bug #501469: Crash if mime_type is unknown
2088 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2090         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2091         (on_editor_update_ui), (on_single_file_scan_end),
2092         (on_importing_project_end), (project_root_added),
2093         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2094         * plugins/symbol-db/plugin.h:
2095         show on status bar files being scanned.
2097         * plugins/symbol-db/symbol-db-engine.c:
2098         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2099         (sdb_engine_ctags_output_thread),
2100         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2101         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2102         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2103         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2104         (sdb_engine_get_table_id_by_unique_name2),
2105         (symbol_db_engine_open_project),
2106         (sdb_engine_prepare_executing_commands),
2107         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2108         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2109         (sdb_engine_detects_removed_ids),
2110         (symbol_db_engine_get_class_parents),
2111         (symbol_db_engine_get_global_members),
2112         (symbol_db_engine_get_scope_members_by_symbol_id),
2113         (symbol_db_engine_get_scope_members),
2114         (symbol_db_engine_get_current_scope),
2115         (symbol_db_engine_get_file_symbols),
2116         (symbol_db_engine_get_symbol_info_by_id),
2117         (symbol_db_engine_get_full_local_path),
2118         (symbol_db_engine_find_symbol_by_name_pattern),
2119         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2120         * plugins/symbol-db/symbol-db-engine.h:
2121         * plugins/symbol-db/symbol-db-view-locals.c:
2122         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2123         (symbol_db_view_locals_recv_signals_from_engine),
2124         (symbol_db_view_locals_update_list):
2125         * plugins/symbol-db/symbol-db-view-locals.h:
2126         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2127         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2128         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2129         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2130         * plugins/symbol-db/symbol-db-view.h:
2131         Added g_thread architecture to scan in background. With this you
2132         can use Anjuta's GUI without freezing.
2133         Improved insertion speed by using a paradigm like 'insert' and 'check'
2134         replacing a 'check' and 'insert' one. This has been done for tables 
2135         like symbol, scope, sym_type.
2136         Fixed two crashers. 
2138         * plugins/symbol-db/tables.sql:
2139         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2140         (thread), (print_message), (bastard_thread), (idle_signals):
2141         fixed a typo on tables that broke sql triggers.
2143 === anjuta 2.3.1 ===
2145 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2147         * NEWS, AUTHORS: Updated.
2148         * src/Makefile.am: Fixed make distcheck
2150         Patch from Yang Hong:
2151         * plugins/file-manager/file-manager.glade: Fixed file chooser
2152         size in file-manager preferences.
2154 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2156         * NEWS: Updated for 2.3.1 development release
2157         * configure.in: Bumped version to 2.3.1
2159 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2161         * plugins/debug-manager/threads.c,
2162         plugins/debug-manager/disassemble.c,
2163         plugins/debug-manager/watch.c,
2164         plugins/debug-manager/registers.c,
2165         plugins/debug-manager/locals.c,
2166         plugins/debug-manager/breakpoints.c,
2167         plugins/debug-manager/stack_trace.c,
2168         plugins/debug-manager/command.c,
2169         plugins/debug-manager/command.h,
2170         plugins/debug-manager/queue.c,
2171         libanjuta/interfaces/libanjuta.idl:
2172         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2173         Document IAnjutaDebugManager signals
2174         Generate new signals in queue.c
2175         Use new signals in other files
2177 2007-11-30  <genbell@tiscali.it>
2179         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2181         * plugins/gdb/Makefile.am:
2182         Fix bug #500376
2184 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2186         * plugins/tools/variable.c:
2187         Fix a bug added in the previous patch (it is not a leak)
2189 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2191         * plugins/project-wizard/druid.c,
2192         plugins/project-wizard/templates/terminal.wiz,
2193         plugins/project-wizard/templates/xlib-dock.wiz,
2194         plugins/project-wizard/templates/wxwin.wiz,
2195         plugins/project-wizard/templates/java.wiz,
2196         plugins/project-wizard/templates/gnome.wiz,
2197         plugins/project-wizard/templates/anjuta-plugin.wiz,
2198         plugins/project-wizard/templates/gtkmm.wiz,
2199         plugins/project-wizard/templates/python.wiz,
2200         plugins/project-wizard/templates/cpp.wiz,
2201         plugins/project-wizard/templates/sdl.wiz,
2202         plugins/project-wizard/templates/gtk.wiz,
2203         plugins/project-wizard/templates/minimal.wiz,
2204         plugins/project-wizard/templates/xlib.wiz,
2205         plugins/project-wizard/templates/gcj.wiz,
2206         plugins/project-wizard/templates/translatable-strings.h,
2207         plugins/project-import/project-import.c:
2208         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2210 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2212         * plugins/debug-manager/threads.c,
2213         plugins/debug-manager/disassemble.c,
2214         plugins/debug-manager/watch.c,
2215         plugins/debug-manager/registers.c,
2216         plugins/debug-manager/memory.c,
2217         plugins/debug-manager/locals.c,
2218         plugins/debug-manager/stack_trace.c,
2219         plugins/debug-manager/queue.c,
2220         plugins/debug-manager/queue.h:
2221         Connect debugger signal only when program is loaded
2222         Rename get_feature in is_supported
2224         * plugins/debug-manager/plugin.c:
2225         Remove editor watch when plugin is deactivated
2227         * plugins/debug-manager/anjuta-debug-manager.glade,
2228         plugins/debug-manager/breakpoints.c,
2229         plugins/debug-manager/breakpoints.h:
2230         Rewrite almost completely the breakpoint code
2231         Improve breakpoint dialog
2232         Reorganize function
2233         Implement condition, hit count, ignore and temporary attribute
2235         * plugins/debug-manager/command.c,
2236         plugins/debug-manager/command.h:
2237         Add a breakpoint list command
2239         * plugins/gdb/debugger.c,
2240         plugins/gdb/debugger.h:
2241         Add new breakpoint list command
2242         Fix parsing of breakpoint data
2244         * libanjuta/interfaces/libanjuta.idl,
2245         plugins/gdb/plugin.c:
2246         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2248 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2250         * plugins/document-manager/plugin.c:
2251         Use Ctrl+Shift+s as shortcut for Save As
2253 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2255         * plugins/subversion/plugin.c: (activate_plugin):
2256         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2257         * src/layout.xml: Fixed dockitem positions.
2259 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2261         Icons from tpgww@onepost.net:
2262         * plugins/project-wizard/applogo.png:
2263         Icons from patch in bug #480093 comment #23. Also renamed icons.
2265         * plugins/message-view/Makefile.am:
2266         * plugins/message-view/plugin.c: (register_stock_icons),
2267         (ipreferences_merge): Removed redundant icon.
2269         * plugins/document-manager/plugin.c:
2270         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2271         Do not insensitize New action when there is no document.
2272         Indentation fixes.
2274 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2276         Icons from tpgww@onepost.net:
2277         * plugins/symbol-browser/an_symbol_prefs.c:
2278         * pixmaps/Makefile.am:
2279         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2281         Icons from patch in bug #480093 comment #23. Also renamed icons.
2282         To be continued..
2284 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2286         Patch from James Liggett:
2287         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2288         revert and dialogs resizable.
2290 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2292         Patch from James Liggett:
2293         * plugins/subversion/anjuta-subversion.glade:
2294         * plugins/subversion/subversion-diff-dialog.c:
2295         (on_subversion_diff_response), (subversion_diff_dialog):
2296         * plugins/subversion/subversion-diff-dialog.h:
2298         The diff dialog should have a checkbox, enabled by default, that
2299         allows the user to make sure that all open files are saved before
2300         diffing.
2302 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2304         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2306         Icons from tpgww@onepost.net:
2307         * pixmaps/Makefile.am:
2308         * src/Makefile.am:
2309         * src/anjuta-app.c:
2310         * src/anjuta-preferences-general.svg:
2312         Icons from patch in bug #480093 comment #23. Also renamed icons.
2313         To be continued..
2315 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2317         Icons from tpgww@onepost.net:
2318         * plugins/debug-manager/images/Makefile.am:
2319         * plugins/debug-manager/images/anjuta-watch.svg:
2320         * plugins/debug-manager/plugin.c: (register_stock_icons):
2321         * plugins/gdb/images/Makefile.am:
2322         * plugins/gtodo/Makefile.am:
2323         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2324         * plugins/gtodo/anjuta-gtodo.plugin.in:
2325         * plugins/gtodo/interface.c: (stock_icons):
2326         * plugins/gtodo/main.h:
2327         * plugins/gtodo/plugin.c: (ipreferences_merge):
2328         * plugins/terminal/Makefile.am:
2329         * plugins/terminal/anjuta-terminal-plugin.svg:
2330         * plugins/terminal/anjuta-terminal.plugin.in:
2331         * plugins/terminal/terminal.c:
2332         * plugins/tools/Makefile.am:
2333         * plugins/tools/anjuta-tools-plugin.svg:
2334         * plugins/tools/anjuta-tools.plugin.in:
2335         * plugins/tools/plugin.c:
2336         * plugins/valgrind/Makefile.am:
2337         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2338         * plugins/valgrind/anjuta-valgrind.plugin.in:
2339         * plugins/valgrind/plugin.c: (register_stock_icons),
2340         (ipreferences_merge):
2342         Icons from patch in bug #480093 comment #23. Also renamed icons.
2343         To be continued..
2345 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2347         reviewed by: Johannes Schmid <jhs@gnome.org>
2349         * configure.in:
2350         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2351         due to bug #493360. Still present anyway bug #495843
2353         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2354         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2355         (on_local_treeview_row_activated),
2356         (on_global_treeview_row_activated),
2357         (on_global_treeview_row_expanded), (on_project_element_added),
2358         (on_project_element_removed), (project_root_added),
2359         (symbol_db_activate), (isymbol_manager_search),
2360         (isymbol_manager_get_members),
2361         (isymbol_manager_get_completions_at_position):
2362         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2363         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2364         * plugins/symbol-db/symbol-db-engine.c:
2365         (sdb_engine_execute_non_select_sql),
2366         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2367         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2368         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2369         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2370         (symbol_db_engine_add_new_workspace),
2371         (symbol_db_engine_add_new_project),
2372         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2373         (sdb_engine_detects_removed_ids),
2374         (sdb_engine_walk_down_scope_path),
2375         (symbol_db_engine_get_class_parents),
2376         (symbol_db_engine_get_global_members),
2377         (symbol_db_engine_get_scope_members_by_symbol_id),
2378         (symbol_db_engine_get_scope_members),
2379         (symbol_db_engine_get_current_scope),
2380         (symbol_db_engine_get_file_symbols),
2381         (symbol_db_engine_get_symbol_info_by_id),
2382         (symbol_db_engine_find_symbol_by_name_pattern):
2383         * plugins/symbol-db/symbol-db-engine.h:
2384         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2385         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2386         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2387         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2388         (on_scan_end), (do_add_root_symbol_to_view),
2389         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2390         (trigger_on_symbol_inserted), (add_new_waiting_for),
2391         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2392         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2393         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2394         (symbol_db_view_row_expanded), (sdb_view_init),
2395         (gtree_compare_func), (sdb_view_finalize),
2396         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2397         (sdb_view_populate_base_root),
2398         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2399         * plugins/symbol-db/symbol-db-view.h:
2400         * plugins/symbol-db/tables.sql:
2401         * plugins/symbol-db/test/Makefile.am:
2402         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2403         (get_scope_members), (get_current_scope), (get_global_members),
2404         (get_file_symbols), (get_info_by_id), (main):
2406         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2407         Started using LIMIT keyword to speed up things.
2408         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2409         make providers use prepared statements.
2411 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2413         Patch from James Liggett:
2414         * plugins/subversion/plugin.c: (subversion_instance_init):
2415         * plugins/subversion/plugin.h:
2416         * plugins/subversion/subversion-diff-dialog.c:
2417         (on_subversion_diff_response), (subversion_diff_dialog),
2418         (on_menu_subversion_diff):
2419         * plugins/subversion/subversion-log-dialog.c:
2420         (on_log_view_selected_button_clicked),
2421         (on_log_diff_selected_button_clicked),
2422         (on_log_diff_previous_button_clicked),
2423         (subversion_log_window_create):
2424         * plugins/subversion/subversion-ui-utils.c:
2425         (get_filename_from_full_path), (init_whole_project),
2426         (on_whole_project_toggled):
2427         * plugins/subversion/subversion-ui-utils.h:
2428         * plugins/subversion/subversion-update-dialog.c:
2429         (subversion_update_dialog), (on_menu_subversion_update):
2431         Whole Project checkbox enabled by default in diff and update dialogs.
2432         changes the editor names for diff editors to something much more
2433         descriptive. For example, working copy/head diffs would have an editor
2434         with a name like "[Working Copy/Head] some-file.diff," where some-file
2435         is the name of the file/directory that was diffed. For diffs against
2436         arbitrary diffs the name would look like "[Revisions 2832/3200]
2437         some-file.diff" for a diff of some-file between revisions 2832 and
2438         3200.
2440 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2442         Icons from tpgww@onepost.net:
2443         * plugins/subversion/Makefile.am:
2444         * plugins/subversion/anjuta-subversion-plugin.svg:
2445         * plugins/subversion/anjuta-subversion.plugin.in:
2446         * plugins/subversion/plugin.h:
2447         * plugins/symbol-browser/Makefile.am:
2448         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2449         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2450         * plugins/symbol-browser/plugin.c:
2451         * plugins/symbol-db/Makefile.am:
2452         * plugins/symbol-db/plugin.c:
2453         * plugins/symbol-db/symbol-db.plugin.in:
2455         Icons from patch in bug #480093 comment #23. Also renamed icons.
2456         To be continued..
2458 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2460         Icons from tpgww@onepost.net:
2461         * plugins/project-manager/Makefile.am:
2462         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2463         * plugins/project-manager/anjuta-project-manager.plugin.in:
2464         * plugins/project-manager/plugin.c:
2465         * plugins/project-wizard/Makefile.am:
2466         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2467         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2468         * plugins/project-wizard/druid.h:
2469         * plugins/search/Makefile.am:
2470         * plugins/search/anjuta-search-plugin.svg:
2471         * plugins/search/anjuta-search.plugin.in:
2472         * plugins/search/plugin.c:
2474         Icons from patch in bug #480093 comment #23. Also renamed icons.
2475         To be continued..
2477 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2479         * TODO.tasks: updated.
2481         Icons from tpgww@onepost.net:
2482         * plugins/file-loader/Makefile.am:
2483         * plugins/file-loader/anjuta-loader-plugin.svg:
2484         * plugins/file-loader/anjuta-loader.plugin.in:
2485         * plugins/file-manager/Makefile.am:
2486         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2487         * plugins/file-manager/file-manager.plugin.in:
2488         * plugins/file-manager/plugin.c:
2489         * plugins/glade/Makefile.am:
2490         * plugins/glade/anjuta-glade-plugin.svg:
2491         * plugins/glade/anjuta-glade.plugin.in:
2492         * plugins/glade/plugin.c: (register_stock_icons):
2493         * plugins/language-manager/Makefile.am:
2494         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2495         * plugins/language-manager/language-manager.plugin.in:
2496         * plugins/message-view/Makefile.am:
2497         * plugins/message-view/anjuta-message-manager.plugin.in:
2498         * plugins/message-view/anjuta-messages-plugin.svg:
2499         * plugins/message-view/plugin.c:
2500         * plugins/patch/Makefile.am:
2501         * plugins/patch/anjuta-patch-plugin.svg:
2502         * plugins/patch/anjuta-patch.plugin.in:
2503         * plugins/patch/plugin.c:
2504         * plugins/profiler/Makefile.am:
2505         * plugins/profiler/anjuta-profiler-plugin.svg:
2506         * plugins/profiler/plugin.c: (register_stock_icons):
2507         * plugins/profiler/profiler.plugin.in:
2508         * plugins/project-import/Makefile.am:
2509         * plugins/project-import/anjuta-project-import-plugin.svg:
2510         * plugins/project-import/anjuta-project-import.plugin.in:
2511         * plugins/project-import/plugin.c:
2513         Icons from patch in bug #480093 comment #23. Also renamed icons.
2514         To be continued..
2516 2007-11-18  Johannes Schmid <jhs@gnome.org>
2518         * plugins/build-basic-autotools/build-basic-autotools.c:
2519         (build_regex_init):
2520         * plugins/debug-manager/anjuta-debug-manager.glade:
2521         * plugins/debug-manager/breakpoints.c:
2522         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2523         * plugins/file-wizard/file.c:
2524         * plugins/gdb/anjuta-gdb.glade:
2525         * plugins/glade/plugin.c: (ifile_open):
2526         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2527         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2528         * plugins/gtodo/tray-icon.c:
2529         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2530         * plugins/macro/macros.xml:
2531         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2532         Fixed translation bugs (#496833, #488211 and #497758)
2533         
2534         * plugins/document-manager/plugin.c: (on_editor_changed):
2535         Removed unused code
2537 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2539         Icons from tpgww@onepost.net:
2540         * plugins/devhelp/Makefile.am:
2541         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2542         * plugins/devhelp/anjuta-devhelp.plugin.in:
2543         * plugins/devhelp/plugin.c:
2544         * plugins/document-manager/anjuta-document-manager.plugin.in:
2545         * plugins/document-manager/images/Makefile.am:
2546         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2547         * plugins/document-manager/plugin.c:
2548         * plugins/editor/Makefile.am:
2549         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2550         * plugins/editor/anjuta-editor.plugin.in:
2551         * plugins/editor/plugin.c:
2552         * plugins/sample1/Makefile.am:
2553         * plugins/sample1/anjuta-sample-plugin.svg:
2554         * plugins/sample1/anjuta-sample.plugin.in:
2555         * plugins/sourceview/Makefile.am:
2556         * plugins/sourceview/plugin.c:
2557         * plugins/sourceview/sourceview.plugin.in:
2559         Icons from patch in bug #480093 comment #23. Also renamed icons.
2560         To be continued..
2562 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2564         * TODO.tasks: Updated.
2566         Icons from tpgww@onepost.net:
2567         * plugins/build-basic-autotools/Makefile.am:
2568         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2569         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2570         * plugins/build-basic-autotools/build-basic-autotools.c:
2571         * plugins/class-inheritance/Makefile.am:
2572         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2573         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2574         * plugins/class-inheritance/plugin.c:
2575         * plugins/cvs-plugin/Makefile.am:
2576         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2577         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2578         * plugins/cvs-plugin/plugin.c:
2579         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2580         * plugins/debug-manager/images/Makefile.am:
2581         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2582         * plugins/debug-manager/plugin.c: 
2584         Icons from patch in bug #480093 comment #23. Also renamed icons.
2585         To be continued..
2587 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2589         * (removed) libanjuta/anjuta-children.c,
2590         (removed) libanjuta/anjuta-children.h,
2591         libanjuta/anjuta-launcher.c,
2592         libanjuta/libanjuta.h,
2593         libanjuta/Makefile.am,
2594         plugins/gdb/debugger.c,
2595         plugins/terminal/terminal.c,
2596         manuals/reference/libanjuta/libanjuta-sections.txt,
2597         manuals/reference/libanjuta/libanjuta-docs.sgml:
2598         Replace anjuta_children_register by g_child_watch_add
2600 2007-11-13  Johannes Schmid <jhs@gnome.org>
2602         * plugins/subversion/anjuta-subversion.glade:
2603         * plugins/subversion/subversion-commit-dialog.c:
2604         (subversion_commit_dialog):
2605         * plugins/subversion/subversion-resolve-dialog.c:
2606         (subversion_resolve_dialog):
2607         * plugins/subversion/subversion-revert-dialog.c:
2608         (subversion_revert_dialog):
2609         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2610         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2611         (hide_pulse_progress_bar):
2612         * plugins/subversion/subversion-ui-utils.h:
2614         Yet another patch from #457477:
2615         Add a pulsing progress bar to all dialogs receiving status
2617 2007-11-12  Johannes Schmid <jhs@gnome.org>
2619         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2620         Bug 493583 – crash in Anjuta IDE: trying to open a file
2621         
2622         * plugins/subversion/subversion-commit-dialog.c:
2623         (select_all_files), (subversion_commit_dialog):
2624         Patch from jrligget - see #457477
2626 2007-11-12  Johannes Schmid <jhs@gnome.org>
2628         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2629         * libanjuta/anjuta-plugin-handle.c:
2630         (anjuta_plugin_handle_get_about):
2631         Bug 495536 – Plugins localization improvement
2632         
2633         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2634         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2635         * plugins/indent/indent.glade:
2636         * plugins/subversion/anjuta-subversion.glade:
2637         Bug 495245 – Strings bug
2639 2007-11-08  James Liggett  <jrliggett@cox.net>
2641         reviewed by: Johannes Schmid <jhs@gnome.org>
2643         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2644         (anjuta_async_command_finalize),
2645         (anjuta_async_command_notification_poll),
2646         (anjuta_async_command_thread), (start_command),
2647         (notify_data_arrived), (notify_complete),
2648         (anjuta_async_command_class_init),
2649         (anjuta_async_command_set_error_message),
2650         (anjuta_async_command_get_error_message),
2651         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2652         * libanjuta/anjuta-async-command.h:
2653         * libanjuta/anjuta-command.c: (anjuta_command_init),
2654         (anjuta_command_finalize), (anjuta_command_class_init),
2655         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2656         (anjuta_command_notify_complete),
2657         (anjuta_command_set_error_message),
2658         (anjuta_command_get_error_message):
2659         * libanjuta/anjuta-command.h:
2660         * libanjuta/anjuta-glade-catalog.c:
2661         * libanjuta/anjuta-glade.xml:
2662         * libanjuta/anjuta-vcs-status-tree-view.c:
2663         (on_selected_column_toggled),
2664         (anjuta_vcs_status_tree_view_create_columns),
2665         (anjuta_vcs_status_tree_view_init),
2666         (anjuta_vcs_status_tree_view_finalize),
2667         (anjuta_vcs_status_tree_view_set_property),
2668         (anjuta_vcs_status_tree_view_get_property),
2669         (anjuta_vcs_status_tree_view_class_init),
2670         (anjuta_vcs_status_tree_view_new),
2671         (anjuta_vcs_status_tree_view_destroy),
2672         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2673         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2674         (anjuta_vcs_status_tree_view_unselect_all),
2675         (create_selected_paths_list),
2676         (anjuta_vcs_status_tree_view_get_selected):
2677         * libanjuta/anjuta-vcs-status-tree-view.h:
2678         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2679         * libanjuta/anjuta-widgets.h:
2680         * plugins/subversion/subversion-add-dialog.c:
2681         (on_add_command_finished), (on_subversion_add_response),
2682         (subversion_add_dialog), (on_menu_subversion_add),
2683         (on_fm_subversion_add):
2684         * plugins/subversion/subversion-add-dialog.h:
2685         * plugins/subversion/subversion-commit-dialog.c:
2686         (on_commit_command_finished), (on_subversion_commit_response),
2687         (subversion_commit_dialog), (on_menu_subversion_commit),
2688         (on_fm_subversion_commit):
2689         * plugins/subversion/subversion-commit-dialog.h:
2690         * plugins/subversion/subversion-copy-dialog.c:
2691         (on_copy_other_revision_radio_toggled),
2692         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2693         (on_copy_command_finished), (on_subversion_copy_response),
2694         (subversion_copy_dialog), (on_menu_subversion_copy),
2695         (on_fm_subversion_copy):
2696         * plugins/subversion/subversion-copy-dialog.h:
2697         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2698         (on_subversion_diff_response), (subversion_diff_dialog),
2699         (on_menu_subversion_diff), (on_fm_subversion_diff):
2700         * plugins/subversion/subversion-diff-dialog.h:
2701         * plugins/subversion/subversion-log-dialog.c:
2702         (on_diff_selected_column_toggled), (create_columns),
2703         (on_log_command_finished), (on_log_view_button_clicked),
2704         (on_cat_command_data_arrived), (on_cat_command_finished),
2705         (on_log_view_selected_button_clicked), (get_selected_revisions),
2706         (on_log_diff_selected_button_clicked),
2707         (on_log_diff_previous_button_clicked),
2708         (on_subversion_log_vbox_destroy),
2709         (on_log_changes_view_row_selected), (subversion_log_window_create),
2710         (on_menu_subversion_log), (on_fm_subversion_log),
2711         (subversion_log_set_whole_project_sensitive):
2712         * plugins/subversion/subversion-log-dialog.h:
2713         * plugins/subversion/subversion-merge-dialog.c:
2714         (on_merge_command_finished), (on_subversion_merge_response),
2715         (on_merge_first_path_browse_button_clicked),
2716         (on_merge_second_path_browse_button_clicked),
2717         (on_merge_use_first_path_check_toggled),
2718         (on_merge_start_revision_radio_toggled),
2719         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2720         (on_menu_subversion_merge):
2721         * plugins/subversion/subversion-merge-dialog.h:
2722         * plugins/subversion/subversion-remove-dialog.c:
2723         (on_remove_command_finished),
2724         (on_remove_path_browse_button_clicked),
2725         (on_subversion_remove_response), (subversion_remove_dialog),
2726         (on_menu_subversion_remove), (on_fm_subversion_remove):
2727         * plugins/subversion/subversion-remove-dialog.h:
2728         * plugins/subversion/subversion-resolve-dialog.c:
2729         (on_resolve_command_finished), (on_subversion_resolve_response),
2730         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2731         * plugins/subversion/subversion-resolve-dialog.h:
2732         * plugins/subversion/subversion-revert-dialog.c:
2733         (on_revert_command_finished), (on_subversion_revert_response),
2734         (subversion_revert_dialog), (on_menu_subversion_revert):
2735         * plugins/subversion/subversion-revert-dialog.h:
2736         * plugins/subversion/subversion-switch-dialog.c:
2737         (on_switch_other_revision_radio_toggled),
2738         (on_switch_command_finished), (on_subversion_switch_response),
2739         (subversion_switch_dialog), (on_menu_subversion_switch):
2740         * plugins/subversion/subversion-switch-dialog.h:
2741         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2742         (subversion_data_free), (on_mesg_view_destroy),
2743         (create_message_view), (check_filename), (get_log_from_textview),
2744         (pulse_timer), (on_pulse_timer_destroyed),
2745         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2746         (report_errors), (on_status_command_finished),
2747         (on_status_command_data_arrived), (on_command_info_arrived),
2748         (select_all_status_items), (clear_all_status_selections),
2749         (init_whole_project), (on_whole_project_toggled),
2750         (send_diff_command_output_to_editor), (on_diff_command_finished),
2751         (stop_status_bar_progress_pulse):
2752         * plugins/subversion/subversion-ui-utils.h:
2753         * plugins/subversion/subversion-update-dialog.c:
2754         (on_update_command_finished), (on_subversion_update_response),
2755         (subversion_update_dialog), (on_menu_subversion_update),
2756         (on_fm_subversion_update):
2757         * plugins/subversion/subversion-update-dialog.h:
2758         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2759         (svn_add_command_finalize), (svn_add_command_run),
2760         (svn_add_command_class_init), (svn_add_command_new),
2761         (svn_add_command_destroy):
2762         * plugins/subversion/svn-add-command.h:
2763         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2764         (svn_cat_command_finalize), (svn_cat_command_run),
2765         (svn_cat_command_class_init), (svn_cat_command_new),
2766         (svn_cat_command_destroy), (svn_cat_command_get_output):
2767         * plugins/subversion/svn-cat-command.h:
2768         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2769         (svn_command_release_ui_lock), (simple_prompt),
2770         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2771         (svn_auth_ssl_server_trust_prompt_func_cb),
2772         (svn_auth_ssl_client_cert_prompt_func_cb),
2773         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2774         (svn_command_init), (svn_command_finalize),
2775         (svn_command_class_init), (svn_command_push_info),
2776         (svn_command_get_info_queue), (svn_command_set_error),
2777         (svn_command_get_client_context), (svn_command_get_pool),
2778         (svn_command_lock_ui), (svn_command_unlock_ui),
2779         (svn_command_get_revision), (svn_command_copy_path_list),
2780         (svn_command_free_path_list):
2781         * plugins/subversion/svn-command.h:
2782         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2783         (svn_commit_command_init), (svn_commit_command_finalize),
2784         (svn_commit_command_run), (svn_commit_command_class_init),
2785         (svn_commit_command_new), (svn_commit_command_destroy):
2786         * plugins/subversion/svn-commit-command.h:
2787         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2788         (svn_copy_command_init), (svn_copy_command_finalize),
2789         (svn_copy_command_run), (svn_copy_command_class_init),
2790         (svn_copy_command_new), (svn_copy_command_destroy):
2791         * plugins/subversion/svn-copy-command.h:
2792         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2793         (svn_diff_command_finalize), (svn_diff_command_run),
2794         (svn_diff_command_class_init), (svn_diff_command_new),
2795         (svn_diff_command_destroy), (svn_diff_command_get_output):
2796         * plugins/subversion/svn-diff-command.h:
2797         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2798         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2799         (svn_log_command_class_init), (svn_log_command_new),
2800         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2801         * plugins/subversion/svn-log-command.h:
2802         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2803         (svn_log_entry_finalize), (svn_log_entry_class_init),
2804         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2805         (svn_log_entry_get_author), (svn_log_entry_get_date),
2806         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2807         (svn_log_entry_get_full_log):
2808         * plugins/subversion/svn-log-entry.h:
2809         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2810         (svn_merge_command_finalize), (svn_merge_command_run),
2811         (svn_merge_command_class_init), (svn_merge_command_new),
2812         (svn_merge_command_destroy):
2813         * plugins/subversion/svn-merge-command.h:
2814         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2815         (svn_remove_command_init), (svn_remove_command_finalize),
2816         (svn_remove_command_run), (svn_remove_command_class_init),
2817         (svn_remove_command_new), (svn_remove_command_destroy),
2818         (svn_remove_command_get_path):
2819         * plugins/subversion/svn-remove-command.h:
2820         * plugins/subversion/svn-resolve-command.c:
2821         (svn_resolve_command_init), (svn_resolve_command_finalize),
2822         (svn_resolve_command_run), (svn_resolve_command_class_init),
2823         (svn_resolve_command_new), (svn_resolve_command_destroy):
2824         * plugins/subversion/svn-resolve-command.h:
2825         * plugins/subversion/svn-revert-command.c:
2826         (svn_revert_command_init), (svn_revert_command_finalize),
2827         (svn_revert_command_run), (svn_revert_command_class_init),
2828         (svn_revert_command_new), (svn_revert_command_destroy):
2829         * plugins/subversion/svn-revert-command.h:
2830         * plugins/subversion/svn-status-command.c:
2831         (svn_status_command_init), (svn_status_command_finalize),
2832         (on_svn_status_notify), (svn_status_command_run),
2833         (svn_status_command_class_init), (svn_status_command_new),
2834         (svn_status_command_destroy),
2835         (svn_status_command_get_status_queue):
2836         * plugins/subversion/svn-status-command.h:
2837         * plugins/subversion/svn-status.c: (svn_status_init),
2838         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2839         (svn_status_destroy), (svn_status_get_path),
2840         (svn_status_get_vcs_status):
2841         * plugins/subversion/svn-status.h:
2842         * plugins/subversion/svn-switch-command.c:
2843         (svn_switch_command_init), (svn_switch_command_finalize),
2844         (svn_switch_command_run), (svn_switch_command_class_init),
2845         (svn_switch_command_new), (svn_switch_command_destroy):
2846         * plugins/subversion/svn-switch-command.h:
2847         * plugins/subversion/svn-update-command.c:
2848         (svn_update_command_init), (svn_update_command_finalize),
2849         (svn_update_command_run), (svn_update_command_class_init),
2850         (svn_update_command_new), (svn_update_command_destroy):
2851         * plugins/subversion/svn-update-command.h:
2853         Now really committed all files from James patch (#457477)
2855 2007-11-08  Johannes Schmid <jhs@gnome.org>
2857         * TODO.tasks: Updated
2859 2007-11-08  James Liggett  <jrliggett@cox.net>
2861         reviewed by: Johannes Schmid <jhs@gnome.org>
2863         * configure.in:
2864         * libanjuta/Makefile.am:
2865         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2866         * libanjuta/anjuta-status.h:
2867         * libanjuta/libanjuta.h:
2868         * plugins/subversion/Makefile.am:
2869         * plugins/subversion/anjuta-subversion.glade:
2870         * plugins/subversion/anjuta-subversion.ui:
2871         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2872         (value_removed_project_root_uri), (activate_plugin),
2873         (deactivate_plugin), (finalize), (subversion_instance_init):
2874         * plugins/subversion/plugin.h:
2875         * plugins/subversion/subversion-actions.c:
2876         * plugins/subversion/subversion-actions.h:
2877         * plugins/subversion/subversion-callbacks.c:
2878         * plugins/subversion/subversion-callbacks.h:
2879         * plugins/subversion/svn-auth.c:
2880         * plugins/subversion/svn-auth.h:
2881         * plugins/subversion/svn-backend-priv.h:
2882         * plugins/subversion/svn-backend.c:
2883         * plugins/subversion/svn-backend.h:
2884         * plugins/subversion/svn-notify.c:
2885         * plugins/subversion/svn-notify.h:
2886         * plugins/subversion/svn-thread.c:
2887         * plugins/subversion/svn-thread.h:
2888         
2889         Commited alpha2 of the new subversion plugin (#457477)
2891 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2893         * plugins/debug-manager/command.c:
2894         Fix a stupid crash when changing a register value
2896 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2898         * libanjuta/interfaces/libanjuta.idl,
2899         plugins/debug-manager/command.c,
2900         plugins/debug-manager/command.h,
2901         plugins/debug-manager/start.c,
2902         plugins/gdb/plugin.c,
2903         plugins/gdb/debugger.c,
2904         plugins/gdb/debugger.h:
2905         Use anjuta terminal plugin instead of gnome terminal
2906         Select if a terminal is used in the the start_program function
2907         Move terminal code from debugger.c to plugin.c
2908         Partial fix of bug #481366
2910         * plugins/gdb/utilities.c,
2911         plugins/gdb/utilities.h:
2912         Remove gnome terminal check function
2914 2007-11-06  Johannes Schmid <jhs@gnome.org>
2916         * plugins/project-import/anjuta-project-import.glade:
2917         * plugins/project-import/project-import.c: (on_import_next),
2918         (on_import_finish), (project_import_set_directory):
2919         * plugins/project-wizard/property.c: (npw_property_create_widget),
2920         (npw_property_set_value_from_widget):
2921         
2922         Replaced gnome_file_entry with gtk_file_chooser_button
2923         Fixes #422329 – Creating a new directory in program options doesn't work
2924         
2925 2007-11-04  Massimo Cora' <maxcvs@email.it>
2927         * plugins/symbol-db/plugin.c:
2928         add all files at once on project_import.
2929         No need to split them into more languages: ctags
2930         and the engine will take care of that.
2932         * plugins/symbol-db/symbol-db-engine.h,
2933         * plugins/symbol-db/symbol-db-engine.c,
2934         * plugins/symbol-db/tables.sql,
2935         * plugins/symbol-db/test/Makefile.am,
2936         * plugins/symbol-db/test/main.c,
2937         * plugins/symbol-db/symbol-db-view-locals.c:
2938         some memory leaks fixed. Ported the thing to
2939         libgda 3.1.2 [or better svn HEAD].
2940         Thanks to a fresh new algorithm to detect
2941         parent scope we're able to display correcly
2942         a local gtktree, including classes not directly
2943         defined inside that file.
2945 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
2947         * plugins/debug-manager/threads.c,
2948         plugins/debug-manager/stack_trace.c:
2949         Do not display address when not needed
2951         * plugins/debug-manager/plugin.c,
2952         plugins/debug-manager/breakpoints.c:
2953         Breakpoints directly connect to debugger signals
2955         * plugins/debug-manager/watch.c:
2956         program-unload signal does not exist used debugger-stopped
2958         * plugins/debug-manager/queue.c,
2959         libanjuta/interfaces/libanjuta.idl:
2960         Display error message returned by debugger command
2961         Add new error codes
2963 2007-11-04  Johannes Schmid <jhs@gnome.org>
2965         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
2966         Bug 493062 – gcj template needs AC_PROG_CC
2967         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
2969         * src/anjuta-actions.h:
2970         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2971         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
2973 === anjuta 2.3.0 ===
2975 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
2977         * AUTHORS: Updated
2979 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2981         * ChangeLog: Tagged 2.3.0 release.
2983         * plugins/indent/Makefile.am: Fixed indentation.
2985         * plugins/editor/aneditor-autocomplete.cxx:
2986         * plugins/editor/aneditor-priv.h:
2987         * plugins/editor/aneditor.cxx:
2988         * plugins/editor/aneditor.h: Commented out dead codes.
2990         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
2991         Do not build symbol-db by
2992         default. Added 'unstable' in plugin description to signify it's
2993         developmental state.
2995         * plugins/file-manager/Makefile.am,
2996         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
2998 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3000         * plugins/debug-manager/utilities.c,
3001         plugins/debug-manager/utilities.h,
3002         plugins/debug-manager/threads.c,
3003         plugins/debug-manager/plugin.c,
3004         plugins/debug-manager/plugin.h,
3005         plugins/debug-manager/disassemble.h,
3006         plugins/debug-manager/watch.c,
3007         plugins/debug-manager/watch.h,
3008         plugins/debug-manager/breakpoints.c,
3009         plugins/debug-manager/stack_trace.c:
3010         Replace few remaining function calls by signal 
3012         * plugins/debug-manager/disassemble.c,
3013         plugins/debug-manager/registers.c,
3014         plugins/debug-manager/memory.c,
3015         plugins/debug-manager/locals.c,
3016         plugins/debug-manager/queue.c,
3017         plugins/debug-manager/queue.h:
3018         Connect signals when debugger is started
3019         Disconnect them when debugger is stopped
3020         Do not display window if debugger doesn't support feature
3022         * plugins/gdb/plugin.c,
3023         libanjuta/interfaces/libanjuta.idl:
3024         Remove unused initialization function
3026 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3028         * configure.in:
3029         * plugins/file-manager/Makefile.am:
3030         * scripts/build-schemas.mk: Fixed 'make distcheck'
3032 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3034         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3035         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3036         to latest API additions.
3038         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3039         to API changes.
3041 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3043         * ChangeLog: Fixed indentation.
3044         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3045         branch.
3047 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3049         * libanjuta/interfaces/libanjuta.idl:
3050         * plugins/build-basic-autotools/build-basic-autotools.c:
3051         (build_compile_file_real), (build_build_project),
3052         (build_install_project), (build_clean_project),
3053         (build_configure_project), (build_autogen_project),
3054         (build_distribution_project), (build_build_module),
3055         (build_install_module), (build_clean_module), (fm_build),
3056         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3057         (finalize), (basic_autotools_plugin_instance_init),
3058         (ibuildable_set_command), (ibuildable_reset_commands),
3059         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3060         (ibuildable_install), (ibuildable_configure),
3061         (ibuildable_generate), (ibuildable_iface_init):
3062         * plugins/build-basic-autotools/build-basic-autotools.h:
3064         Added API for commands override in build interface and implemented
3065         them in build plugin. Useful for other plugins override build
3066         commands depending on project environment.
3068 2007-10-28  Naba Kumar  <naba@gnome.org>
3070         * src/anjuta.glade,
3071         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3072         Fixed widget alignment for dock switcher tab style combo and
3073         scratchbox path entrybox.
3075 2007-10-28  Johannes Schmid <jhs@gnome.org>
3077         * plugins/document-manager/plugin.c: (on_editor_changed):
3078         Fixed a memory leak and simplified code (thanks again Sébastien)
3079         
3080         * configure.in:
3081         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3082         and OFFSET sql statements)
3084 2007-10-28  Massimo Cora' <maxcvs@email.it>
3086         * plugins/symbol-db/plugin.c,
3087         plugins/symbol-db/symbol-db-engine.h,
3088         plugins/symbol-db/symbol-db-view.c,
3089         plugins/symbol-db/symbol-db-view.c,
3090         plugins/symbol-db/symbol-db-view-locals.c,
3091         plugins/symbol-db/symbol-db-view-locals.h,
3092         plugins/symbol-db/symbol-db-engine.c:
3093         Better end-of-file-scan detection, permitting
3094         an improved scope/inheritance parsing.
3095         Locals tab gtktree now displays correct
3096         namespace->class->children tree, even if
3097         in a C++ file there isn't class declaration.
3099 2007-10-27  Johannes Schmid <jhs@gnome.org>
3101         Patch from Stanislav Brabec <sbrabec@suse.cz>
3102         * configure.in:
3103         Bug 489798 – Do not rely on svn-config
3105         Patch from Michael Wolf <maw@ximian.com>:
3106         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3107         (egg_tree_model_filter_remove_node),
3108         (egg_tree_model_filter_row_deleted):
3109         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3111 2007-10-27  Johannes Schmid <jhs@gnome.org>
3113         * plugins/devhelp/anjuta-devhelp.ui:
3114         * plugins/message-view/anjuta-message-manager.ui:
3116         Added some separators to the toolbar
3117         
3118         * plugins/document-manager/plugin.c:
3119         (on_support_plugin_deactivated), (load_new_support_plugins),
3120         (unload_unused_support_plugins), (on_editor_changed):
3121         
3122         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3123         for pointing out that is was crap.
3125 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3127         * libanjuta/interfaces/libanjuta.idl,
3128         libanjuta/anjuta-plugin-manager.c,
3129         libanjuta/anjuta-plugin-manager.h,
3130         libanjuta/anjuta-c-plugin-factory.c,
3131         libanjuta/anjuta-c-module.h,
3132         libanjuta/anjuta-c-module.c:
3133         Report detailled error message in case of plugin loading failure
3135 2007-10-24  Johannes Schmid <jhs@gnome.org>
3137         * configure.in:
3138         * plugins/Makefile.am:
3139         
3140         Activate build of symbol-db plugin (when libgda is available)
3141         
3142         * plugins/document-manager/plugin.c:
3143         (on_support_plugin_deactivated), (on_editor_changed):
3144         
3145         Properly handle language support plugins even when they are
3146         unloaded by the session.
3147         
3148         * plugins/symbol-db/plugin.c: (register_stock_icons),
3149         Port to new REGISTER_ICONS stuff
3150   
3151 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3153         * plugins/symbol-db/plugin.c,
3154         * plugins/symbol-db/symbol-db-view.c
3155         * plugins/symbol-db/symbol-db-engine.h,
3156         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3157         * plugins/symbol-db/symbol-db-view-locals.c,
3158         * plugins/symbol-db/symbol-db-view-locals.h,
3159         * plugins/symbol-db/symbol-db-engine.c:
3160         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3161         Added a new algorithm for dynamic population of the local symbols' tab.
3162         Now the default view is tree-like.
3163         Some fixes on engine correct some population issues.    
3165 2007-10-23  Naba Kumar  <naba@gnome.org>
3167         * plugins/glade/Makefile.am: Corrected conditional not to install
3168         .plugin file if plugin is disabled.
3169         * plugins/sourceview/Makefile.am: Corrected conditional not to
3170         install schemas if plugin is not built.
3172 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3174         * plugins/debug-manager/queue.c:
3175         Fix #488061: Mutiple crash dialogs
3177         * plugins/gdb/debugger.c,
3178         plugins/gdb/debugger.h:
3179         Remove maximum gdb command length, should fix bug#474811
3181 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3183         * manuals/reference/libanjuta/plugin-description-file.sgml,
3184         manuals/reference/libanjuta/libanjuta-docs.sgml,
3185         manuals/reference/libanjuta/libanjuta-sections.txt,
3186         libanjuta/interfaces/libanjuta.idl,
3187         libanjuta/anjuta-c-module.c,
3188         libanjuta/anjuta-c-plugin-factory.c:
3189         Document last changes in plugin code
3191 2007-10-19  Johannes Schmid <jhs@gnome.org>
3193         * plugins/subversion/subversion-callbacks.c: (check_filename):
3194         
3195         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3197 2007-10-19  Naba Kumar  <naba@gnome.org>
3199         * plugins/file-manager/file-model.c: Fixed a critical runtime
3200         warning.
3202 2007-10-18  Johannes Schmid <jhs@gnome.org>
3204         * libanjuta/anjuta-ui.h:
3205         Small fix on icon macros
3206         
3207         * libanjuta/interfaces/libanjuta.idl:
3208         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3209         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3210         (ilanguage_iface_init):
3211         
3212         Added get_from_editor() and get_name_from_editor() methods
3213         to IAnjutaLanguage
3214         
3215         * plugins/document-manager/plugin.c:
3216         (update_editor_ui_interface_items), (on_editor_changed):
3217         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3218         .in:
3219         * plugins/language-support-cpp-java/plugin.c: (install_support):
3220         
3221         Ported plugins to use the new interface
3223 2007-10-17  Johannes Schmid <jhs@gnome.org>
3225         * libanjuta/anjuta-ui.h:
3226         
3227         Added macros to register stock icons to stop all this copy&paste
3228         which had spread over a lot of files. New macros support to add 
3229         icons with toolbar and menu size (16 and 24)
3230         
3231         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3232         * plugins/debug-manager/images/anjuta-attach.svg:
3233         * plugins/debug-manager/images/anjuta-step-out.svg:
3234         * plugins/debug-manager/images/anjuta-step-over.svg:
3235         * plugins/debug-manager/plugin.c: (register_stock_icons):
3236         * plugins/document-manager/images/Makefile.am:
3237         * plugins/document-manager/images/anjuta-block-end.svg:
3238         * plugins/document-manager/images/anjuta-block-start.svg:
3239         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3240         * plugins/document-manager/images/anjuta-bookmark.svg:
3241         * plugins/document-manager/images/anjuta-go-history-next.svg:
3242         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3243         * plugins/document-manager/plugin.c: (register_stock_icons):
3244         * plugins/glade/plugin.c: (register_stock_icons):
3245         * plugins/language-support-cpp-java/plugin.c:
3246         (register_stock_icons):
3247         * plugins/message-view/Makefile.am:
3248         * plugins/message-view/anjuta-go-message-next.svg:
3249         * plugins/message-view/anjuta-go-message-prev.svg:
3250         * plugins/message-view/anjuta-message-view.svg:
3251         * plugins/message-view/messages.xpm:
3252         * plugins/message-view/plugin.c: (register_stock_icons):
3253         * plugins/patch/plugin.c: (patch_plugin_activate):
3254         * plugins/project-manager/plugin.c: (register_stock_icons):
3255         * plugins/search/Makefile.am:
3256         * plugins/search/anjuta-go-match-next.svg:
3257         * plugins/search/anjuta-go-match-prev.svg:
3258         * plugins/search/plugin.c: (activate_plugin):
3259         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3260         * plugins/terminal/terminal.c: (register_stock_icons):
3261         * plugins/valgrind/plugin.c: (register_stock_icons):
3262         
3263         Updated to use the new icons and added several new and updated 
3264         icons from #480093
3266 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3268         * libanjuta/anjuta-plugin-handle.c,
3269         libanjuta/anjuta-plugin-handle.h:
3270         Add a new path property containing the directory of the .plugin
3271         file, library file (.so or whatever) must be in the same directory
3273         * libanjuta/anjuta-plugin-manager.c,
3274         libanjuta/interfaces/libanjuta.idl,
3275         (removed) libanjuta/anjuta-glue-plugin.c,
3276         (removed) libanjuta/anjuta-glue-plugin.h,
3277         (removed) libanjuta/anjuta-glue-c.c,
3278         (removed) libanjuta/anjuta-glue-c.h,
3279         (removed) libanjuta/anjuta-glue-cpp.c,
3280         (removed) libanjuta/anjuta-glue-cpp.h,
3281         (removed) libanjuta/anjuta-glue-factory.c,
3282         (removed) libanjuta/anjuta-glue-factory.h,
3283         (added) libanjuta/anjuta-c-module.c,
3284         (added) libanjuta/anjuta-c-module.h,
3285         (added) libanjuta/anjuta-c-plugin-factory.c,
3286         (added) libanjuta/anjuta-c-plugin-factory.h,
3287         libanjuta/Makefile.am:
3288         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3289         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3290         implementing IAnjutaPluginFactory
3291         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3293         * libanjuta/libanjuta.h:
3294         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3295         interface)
3297         * libanjuta/anjuta-plugin.h:
3298         Replace AnjutaGluePlugin by GTypeModule
3299         Remove unused anjuta_glue_get_component_type replaced by
3300         g_type_from_name
3302         * plugins/build-basic-autotools/build-basic-autotools.h,
3303         plugins/class-gen/plugin.h,
3304         plugins/class-inheritance/plugin.h,
3305         plugins/cvs-plugin/plugin.h,
3306         plugins/debug-manager/plugin.h,
3307         plugins/devhelp/plugin.h,
3308         plugins/document-manager/plugin.h,
3309         plugins/editor/plugin.h,
3310         plugins/file-loader/plugin.h,
3311         plugins/file-wizard/plugin.h,
3312         plugins/gdb/plugin.h,
3313         plugins/glade/plugin.h,
3314         plugins/gtodo/plugin.h,
3315         plugins/indent/plugin.h,
3316         plugins/language-manager/plugin.h,
3317         plugins/language-support-cpp-java/plugin.h,
3318         plugins/macro/plugin.h,
3319         plugins/message-view/plugin.h,
3320         plugins/patch/plugin.h,
3321         plugins/profiler/plugin.h,
3322         plugins/project-import/plugin.h,
3323         plugins/project-manager/plugin.h,
3324         plugins/project-wizard/plugin.h,
3325         plugins/sample1/plugin.h,
3326         plugins/search/plugin.h,
3327         plugins/sourceview/plugin.h,
3328         plugins/subversion/plugin.h,
3329         plugins/symbol-browser/plugin.h,
3330         plugins/symbol-db/plugin.h,
3331         plugins/terminal/terminal.c,
3332         plugins/tools/plugin.h,
3333         plugins/valgrind/plugin.h:
3334         Replace AnjutaGluePlugin by GTypeModule
3336 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3338         * plugins/debug-manager/breakpoints.c:
3339         Fix bug#487112, crash while removing a breakpoint in a new file
3341 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3343         * plugins/document-manager/search-box.c:
3344         Fix a crash (with an useful comment) focus-out-event handler must
3345         return a gboolean
3347 2007-10-14 Johannes Schmid <jhs@gnome.org>
3349         * plugins/sourceview/sourceview.c:
3350         Hide calltip when "Up" or "Down" key is pressed
3352 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3354         * plugins/document-manager/search-box.c:
3355         Change included file order to avoid a compile error with gnome 2.16
3357 2007-10-13  Johannes Schmid <jhs@gnome.org>
3359         * plugins/debug-manager/plugin.c: (enable_log_view):
3360         
3361         Fixed crash when closing a project and unloading another while
3362         the debugger is enabled
3364 2007-10-13  Johannes Schmid <jhs@gnome.org>
3366         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3367         
3368         Use correct breakpoint icon
3369         
3370         * plugins/devhelp/Makefile.am:
3371         * plugins/devhelp/anjuta-go-help-next.svg:
3372         * plugins/devhelp/anjuta-go-help-prev.svg:
3373         * plugins/devhelp/plugin.c: (register_stock_icons),
3374         (devhelp_activate):
3375         
3376         Added new icons from #480093
3377         
3378         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3379         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3380         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3381         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3382         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3383         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3384         * plugins/message-view/anjuta-go-message-next.svg:
3385         * plugins/message-view/anjuta-go-message-prev.svg:
3386         
3387         Updated icons from #480093
3388                 
3389         * src/anjuta-actions.h:
3390         Use GTK_STOCK_FULLSCREEN
3391         
3392         * src/anjuta-app.c: (on_gdl_style_changed),
3393         (anjuta_app_instance_init):
3394         * src/anjuta.glade:
3395         
3396         Added preference option to set the gdl switcher style
3398 2007-10-13  Johannes Schmid <jhs@gnome.org>
3400         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3401         (get_property_value_as_string), (set_property_value_as_string),
3402         (register_callbacks):
3403         * libanjuta/anjuta-preferences.h:
3404         
3405         Support GtkFileChooserButton as preferences widget
3406         
3407         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3408         
3409         Fixed a Gtk-Critical
3410         
3411         * plugins/file-manager/Makefile.am:
3412         * plugins/file-manager/file-model.c: (file_model_filter_file),
3413         (file_model_add_dummy), (file_model_expand_idle),
3414         (file_model_set_property), (file_model_get_property),
3415         (file_model_class_init):
3416         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3417         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3418         (file_manager_activate), (file_manager_finalize),
3419         (file_manager_instance_init), (ipreferences_merge),
3420         (ipreferences_unmerge), (ipreferences_iface_init):
3421         * plugins/file-manager/plugin.h:
3422         
3423         Added preferences to file-manager
3425         * plugins/glade/plugin.c: (activate_plugin):
3426         
3427         Move Properties widget into center because it is way to big
3428         for the sidebar
3430 2007-10-10  Johannes Schmid <jhs@gnome.org>
3432         * plugins/language-support-cpp-java/Makefile.am:
3433         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3434         * plugins/language-support-cpp-java/anjuta-complete.svg:
3435         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3436         * plugins/language-support-cpp-java/plugin.c:
3437         (register_stock_icons):
3438         
3439         And yet some more icons...
3441 2007-10-10  Johannes Schmid <jhs@gnome.org>
3443         * plugins/debug-manager/breakpoints.c:
3444         * plugins/debug-manager/images/Makefile.am:
3445         * plugins/debug-manager/images/anjuta-bookmark.svg:
3446         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3447         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3448         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3449         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3450         * plugins/debug-manager/images/anjuta-linemark.svg:
3451         * plugins/debug-manager/images/anjuta-pcmark.svg:
3452         * plugins/debug-manager/plugin.c: (register_stock_icons):
3453         * plugins/debug-manager/sparse_view.c:
3454         * plugins/document-manager/images/Makefile.am:
3455         * plugins/document-manager/images/anjuta-block-select.svg:
3456         * plugins/document-manager/images/anjuta-fold-close.svg:
3457         * plugins/document-manager/images/anjuta-fold-open.svg:
3458         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3459         * plugins/document-manager/images/anjuta-indent-less.svg:
3460         * plugins/document-manager/images/anjuta-indent-more.svg:
3461         * plugins/document-manager/images/anjuta-swap.svg:
3462         * plugins/document-manager/images/block_select.xpm:
3463         * plugins/document-manager/images/fold_close.xpm:
3464         * plugins/document-manager/images/fold_open.xpm:
3465         * plugins/document-manager/images/fold_toggle.xpm:
3466         * plugins/document-manager/images/indent.xpm:
3467         * plugins/document-manager/images/indent_dcr.xpm:
3468         * plugins/document-manager/images/indent_inc.xpm:
3469         * plugins/document-manager/plugin.c: (register_stock_icons):    
3470         * plugins/editor/Makefile.am:
3471         * plugins/editor/anjuta-bookmark-16.xpm:
3472         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3473         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3474         * plugins/editor/anjuta-linemark-16.xpm:
3475         * plugins/editor/anjuta-pcmark-16.xpm:
3476         * plugins/editor/bookmark.xpm:
3477         * plugins/editor/breakpoint-disabled.xpm:
3478         * plugins/editor/breakpoint-enabled.xpm:
3479         * plugins/editor/linemarker.xpm:
3480         * plugins/editor/program-counter.xpm:
3481         * plugins/editor/text_editor.c:
3482         * plugins/message-view/Makefile.am:
3483         * plugins/message-view/anjuta-go-message-next.svg:
3484         * plugins/message-view/anjuta-go-message-prev.svg:
3485         * plugins/message-view/anjuta-message-manager.ui:
3486         * plugins/message-view/plugin.c:
3487         * plugins/sourceview/Makefile.am:
3488         * plugins/sourceview/sourceview.c:
3490         Integrated lots of icons from #480093
3491         Thanks to <tpgww@onepost.net>
3493         * plugins/document-manager/plugin.c:
3494         Do not mark the line in ifile_open(), that looks ugly.
3495         
3496         * plugins/document-manager/search-box.c: (on_search_focus_out),
3497         (search_box_init):
3498         Clear the status bar on focus_out.
3499         
3500         * plugins/file-loader/anjuta-loader-plugin.ui:
3501         Fixed a missing "="
3503 2007-10-09  Johannes Schmid <jhs@gnome.org>
3505         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3506         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3508         Some things I missed in the patch for #484419
3509         
3510         * plugins/document-manager/action-callbacks.c:
3511         (on_new_file_activate):
3512         * plugins/document-manager/action-callbacks.h:
3513         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3514         (on_window_key_press_event), (on_gconf_notify_timer):
3515         
3516         484645 – patch to deal with docman FIXME etc
3517         
3518         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3519         * plugins/search/search-replace.c: (search_and_replace),
3520         (write_message_pane), (search_replace_populate),
3521         (translate_dialog_strings), (create_dialog),
3522         (anjuta_search_replace_activate):
3523         * plugins/search/search-replace_backend.c:
3524         (file_buffer_new_from_path), (get_next_match),
3525         (create_search_entries), (regex_backref),
3526         (clear_search_replace_instance):
3527         * plugins/search/search-replace_backend.h:
3528         
3529         #484573 – patch to correct various search-related issues
3530         
3531         Thanks for the above patches to <tpgww@onepost.net>
3532         
3533         * plugins/sourceview/sourceview.c:
3534         (sourceview_create_highligth_indic):
3535         
3536         Use the same marker for important as gedit (yellow background)
3538         * plugins/document-manager/anjuta-document-manager.ui:
3539         * plugins/file-loader/anjuta-file-loader.ui:
3540         * plugins/file-loader/plugin.c:
3541         
3542         Moved FileNew action to document-manager
3544 2007-10-08  Johannes Schmid <jhs@gnome.org>
3546         * plugins/document-manager/search-box.c: (on_search_activated):
3547         Mark messages for translation
3549 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3551         reviewed by: Johannes Schmid <jhs@gnome.org>
3553         * plugins/Makefile.am:
3554         * plugins/build-basic-autotools/build-basic-autotools.c:
3555         (build_compile_file_real):
3556         * plugins/search/search-replace.c:
3557         * plugins/valgrind/preferences.c: (build_general_prefs):
3558         
3559         Fix #484379 – Contents of Makefile.am plugins and
3560         #484419 – Improvement into translation
3562 2007-10-06  Johannes Schmid <jhs@gnome.org>
3564         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3566         Fixed to properly support pointer-to-pointer (**) types
3568         * libanjuta/interfaces/libanjuta.idl:
3569         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3570         * plugins/sourceview/sourceview-cell.h:
3571         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3572         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3573         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3574         (isearch_backward), (isearch_iface_init):
3575         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3576         (itext_editor_iface_init), (iselection_set_iter),
3577         (iselection_get_start_iter), (iselection_get_end_iter),
3578         (iselection_iface_init), (isearch_forward), (isearch_backward),
3579         (isearch_iface_init):
3580         
3581         Added IAnjutaEditorSearch interface and some utility methods to
3582         migrate from positions to iterators for the editor interface.
3583         
3584         * plugins/document-manager/Makefile.am:
3585         * plugins/document-manager/action-callbacks.c:
3586         (on_goto_line_no1_activate), (on_show_search):
3587         * plugins/document-manager/action-callbacks.h:
3588         * plugins/document-manager/anjuta-docman.c:
3589         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3590         (anjuta_docman_grab_text_focus):
3591         * plugins/document-manager/anjuta-document-manager.ui:
3592         * plugins/document-manager/goto_line.c: (removed)
3593         * plugins/document-manager/goto_line.h: (removed)
3594         * plugins/document-manager/search-box.c:
3595         * plugins/document-manager/search-box.h:
3596         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3597         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3598         (update_editor_ui_interface_items), (on_editor_added),
3599         (activate_plugin), (deactivate_plugin):
3600         * plugins/document-manager/plugin.h:
3601         
3602         Created new incremental "Quick Search" bar in the document manager to
3603         replace the crappy EggToolbar entries. Uses the new search interface and
3604         it thus much faster and more reliable.
3605         Fixes: 
3606         Bug 357544 – incremental search should work consistently (or not at all) 
3607         when main toolbar is hidden
3608         Bug 440637 – Search, don't work very well (partly for incremental search)
3609         
3610         * plugins/search/anjuta-search.ui:
3611         * plugins/search/plugin.c: (activate_plugin):
3612         
3613         Removed incremental search stuff
3614         
3615         * plugins/build-basic-autotools/build-basic-autotools.c:
3616         (on_session_save), (on_session_load):
3617         * plugins/build-basic-autotools/executer.c:
3618         (get_program_parameters):
3619         
3620         Scroll to selected executable and remember it across sessions
3621         (followup of #477976)
3622         
3623         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3624         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3625         
3626         * plugins/devhelp/anjuta-devhelp.ui:
3627         Rearraged toolbar items a bit
3629 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3631         * plugins/debug-manager/command.c,
3632         plugins/debug-manager/queue.c,
3633         plugins/gdb/plugin.c,
3634         plugins/gdb/debugger.c:
3635         Fix several crashing bugs (including bug#482985) with the debugger
3636         when closing project, stopping the debugger, restarting the program
3638 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3640         * libanjuta/anjuta-launcher.c:
3641         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3643 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3645         * plugins/debug-manager/command.c,
3646         plugins/debug-manager/queue.c:
3647         Asynchronous command can abort other commands in queue
3648         Resynchronize debugger state when a command is cancelled
3650         * plugins/debug-manager/breakpoints.c:
3651         Free BreakpointItem only when it is not used anymore
3653         * plugins/gdb/plugin.c:
3654         Do not return TRUE if the callback and/or ready signal is not used
3656         * plugins/gdb/debugger.c:
3657         Fix a crash, return correct state when debugger is stopped
3659 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3661         * plugins/project-wizard/autogen.c:
3662         Fix bug#482067, escape project wizard user defined strings
3664 2007-10-01  Johannes Schmid <jhs@gnome.org>
3666         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3667         .glade:
3668         * plugins/build-basic-autotools/build-basic-autotools.c:
3669         (basic_autotools_plugin_instance_init):
3670         * plugins/build-basic-autotools/build-basic-autotools.h:
3671         * plugins/build-basic-autotools/executer.c:
3672         (get_program_parameters):
3673         
3674         Fixed #477976 – Keybinding in run dialog
3676 2007-09-30  Johannes Schmid <jhs@gnome.org>
3678         * plugins/Makefile.am:
3679         Do not build indent plugin (yet)
3680         
3681         * plugins/document-manager/plugin.c: (ipreferences_merge):
3682         Fixed unintentional and wrong change
3684         * plugins/indent/anjuta-indent.ui:
3685         Added missing file
3687 2007-09-28  Johannes Schmid <jhs@gnome.org>
3689         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3690         * libanjuta/anjuta-launcher.h:
3691         Add a method to send EOF to some process. Needed for the indent plugin
3692         and should be useful in general. It does not actually send EOF as this
3693         is not possible with utf-8, but closes the stream instead.
3695         * plugins/devhelp/plugin.c: (value_added_current_editor):
3696         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3697         IAnjutaDocument switch.
3699         * configure.in:
3700         * plugins/Makefile.am:
3701         * plugins/document-manager/Makefile.am:
3702         * plugins/document-manager/action-callbacks.c:
3703         * plugins/document-manager/anjuta-document-manager.glade:
3704         * plugins/document-manager/anjuta-document-manager.ui:
3705         * plugins/document-manager/images/Makefile.am:
3706         * plugins/document-manager/images/indent_auto.xpm:
3707         * plugins/document-manager/images/indent_set.xpm:
3708         * plugins/document-manager/indent-dialog.c:
3709         * plugins/document-manager/indent-dialog.h:
3710         * plugins/document-manager/indent-util.c:
3711         * plugins/document-manager/indent-util.h:
3712         * plugins/document-manager/indent_test.c:
3713         * plugins/document-manager/plugin.c: (register_stock_icons),
3714         (docman_plugin_instance_init), (ipreferences_merge):
3715         * plugins/document-manager/plugin.h:
3716         
3717         Removed indent code from document manager
3718         
3719         * plugins/indent/Makefile.am:
3720         * plugins/indent/indent-dialog.c:
3721         * plugins/indent/indent-util.c: (indent_init_indent_style):
3722         * plugins/indent/indent.glade:
3723         * plugins/indent/indent.plugin.in:
3724         * plugins/indent/plugin.c: (on_indent_finished),
3725         (on_indent_output), (on_indent_action_activate),
3726         (on_edit_editor_indent), (on_style_combo_changed),
3727         (value_added_current_editor), (value_removed_current_editor),
3728         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3729         (indent_plugin_finalize), (indent_plugin_dispose),
3730         (anjuta_indent_plugin_instance_init),
3731         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3732         (ipreferences_unmerge), (ipreferences_iface_init):
3733         * plugins/indent/plugin.h:
3735         Moved indent code to it's own plugin. Also reimplemented indent invocation
3736         using anjuta_launcher and streams. This is not yet completely working, maybe
3737         I got something wrong with the launcher.
3738         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3740 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3742         * plugins/debug-manager/plugin.c:
3743         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3745 2007-09-27  Johannes Schmid <jhs@gnome.org>
3747         * libanjuta/interfaces/libanjuta.idl:
3748         * plugins/Makefile.am:
3749         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3750         (isymbol_type_str), (isymbol_name), (isymbol_args),
3751         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3752         (isymbol_impl), (isymbol_iface_init):
3753         * plugins/symbol-browser/an_symbol_info.c:
3754         * plugins/symbol-browser/an_symbol_info.h:
3755         * plugins/symbol-db/Makefile.am:
3756         * plugins/symbol-db/plugin.c:
3757         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3758         (value_added_current_editor), (on_editor_foreach_clear),
3759         (value_removed_current_editor), (project_root_added),
3760         (symbol_db_activate), (symbol_db_deactivate),
3761         (isymbol_manager_search):
3762         * plugins/symbol-db/readtags.c: (initialize_1):
3763         * plugins/symbol-db/symbol-db-engine-iterator.c:
3764         (sdb_engine_iterator_instance_init),
3765         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3766         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3767         (symbol_db_engine_iterator_move_next),
3768         (symbol_db_engine_iterator_move_prev),
3769         (symbol_db_engine_iterator_get_n_items),
3770         (symbol_db_engine_iterator_last),
3771         (symbol_db_engine_iterator_set_position),
3772         (symbol_db_engine_iterator_get_position),
3773         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3774         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3775         (isymbol_iter_foreach), (isymbol_iter_set_position),
3776         (isymbol_iter_get_position), (isymbol_iter_get_length),
3777         (isymbol_iter_clone), (isymbol_iter_assign),
3778         (isymbol_iter_iface_init):
3779         * plugins/symbol-db/symbol-db-engine-iterator.h:
3780         * plugins/symbol-db/symbol-db-engine.c:
3781         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3782         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3783         (sdb_engine_finalize), (sdb_engine_get_type),
3784         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3785         (sdb_engine_get_table_id_by_unique_name2),
3786         (sdb_engine_get_table_id_by_unique_name3),
3787         (symbol_db_engine_add_new_workspace),
3788         (symbol_db_engine_get_opened_project_name),
3789         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3790         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3791         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3792         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3793         (sdb_engine_add_new_scope_definition),
3794         (sdb_engine_add_new_tmp_heritage_scope),
3795         (sdb_engine_second_pass_update_scope_1),
3796         (sdb_engine_second_pass_update_heritage),
3797         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3798         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3799         (symbol_db_engine_update_project_symbols),
3800         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3801         (symbol_db_engine_update_buffer_symbols),
3802         (sdb_engine_walk_down_scope_path),
3803         (sdb_engine_prepare_symbol_info_sql),
3804         (symbol_db_engine_get_global_members),
3805         (symbol_db_engine_get_scope_members_by_symbol_id),
3806         (symbol_db_engine_get_scope_members),
3807         (symbol_db_engine_get_current_scope),
3808         (symbol_db_engine_get_file_symbols):
3809         * plugins/symbol-db/symbol-db-engine.h:
3810         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3811         (on_symbol_updated), (on_symbol_inserted),
3812         (symbol_db_view_locals_get_line),
3813         (symbol_db_view_locals_update_list):
3814         * plugins/symbol-db/symbol-db-view-search.c:
3815         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3816         * plugins/symbol-db/symbol-db-view-search.h:
3817         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3818         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3819         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3820         * plugins/symbol-db/tables.sql:
3821         * plugins/symbol-db/test/Makefile.am:
3822         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3823         Updated patch from Massimo to improve symbol-db plugin
3825         * plugins/document-manager/plugin.c: (on_editor_changed):
3826         Make the code a bit more robust
3827         
3828         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3829         (anjuta_document_get_property), (anjuta_document_class_init),
3830         (anjuta_document_init), (set_uri), (document_loader_loaded),
3831         (anjuta_document_load), (document_saver_saving):
3832         * plugins/sourceview/anjuta-document.h:
3833         * plugins/sourceview/sourceview.c: (autodetect_language),
3834         (ilanguage_set_language), (ilanguage_get_language):
3835         Fix language detection on startup
3837 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3839         * plugins/document-manager/action-callbacks.c:
3840         (on_editor_command_upper_case_activate),
3841         (on_editor_command_lower_case_activate): Leftover commit from previous
3842         commit (see last changlog entry by me).
3843         
3844         * plugins/file-manager/plugin.c: (file_manager_activate):
3845         Gave proper widget name so that layout works.
3847 2007-09-26  Johannes Schmid <jhs@gnome.org>
3849         * plugins/document-manager/plugin.c: (on_editor_changed),
3850         (docman_plugin_instance_init):
3851         Only unload/load language-support plugins if necessary.
3852         
3853         * plugins/language-manager/plugin.c: (language_manager_activate):
3854         Removed some debugging code
3856         * plugins/sourceview/sourceview.c: (on_document_saved),
3857         (ilanguage_set_language), (ilanguage_get_language):
3858         Fixed ianjuta_language interface and ensure that highlighting is
3859         activated when a new file is saved.
3860         
3861 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3863         * libanjuta/interfaces/libanjuta.idl:
3864         * plugins/document-manager/action-callbacks.c:
3865         (on_editor_command_upper_case_activate),
3866         (on_editor_command_lower_case_activate):
3867         * plugins/editor/text_editor.c: (iselection_has_selection),
3868         (iselection_get_start), (iselection_get_end),
3869         (iselection_iface_init):
3870         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3871         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3872         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3873         method and implemented it for both scintilla and sourceview editors.
3874         Updated document-manager and assist plugins to use the new method.
3876 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3878         * plugins/file-manager/file-view.c:
3879         Fix typo, allow to compile new file manager with gtk < 2.12
3881 2007-09-25  Johannes Schmid <jhs@gnome.org>
3883         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3884         Support Auto-Indent for single lines (e.g no selection);
3885         
3886         * plugins/macro/plugin.c:
3887         Do not use the same shortcut as auto-indent does
3888         
3889         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3890         Optimized keyboard navigation - do not emit char_added when only
3891         navigation keys have been pressed.
3893 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3895         * plugins/language-support-cpp-java/cpp-java-assist.c:
3896         (on_assist_chosen), (cpp_java_assist_install),
3897         (cpp_java_assist_uninstall):
3898         * plugins/language-support-cpp-java/plugin.c: (install_support),
3899         (uninstall_support): Install and uninstall support in correct order.
3900         Fixes a bug where it was installed multiple times resulting in
3901         inserting autocomplete text multiple times.
3903 2007-09-25  Johannes Schmid <jhs@gnome.org>
3905         * configure.in:
3906         Add GNOME_WARNING_FLAGS(maximum) and
3907         GNOME_CXX_WARNIGS(yes) to avoid bugs
3908         the compiler can warn you.
3909         
3910         * libegg/test-tree-utils.c: (key_test):
3911         * plugins/file-manager/file-model.c:
3912         (file_model_cancel_expand_idle), (file_model_sort),
3913         (file_model_row_expanded):
3914         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3915         (file_view_refresh), (file_view_get_selected), (file_view_init),
3916         (file_view_new):
3917         * plugins/file-manager/file-view.h:
3918         * plugins/symbol-db/readtags.c: (initialize_1):
3919         * src/main.c:
3920         
3921         Fixed the more critical warnings
3923 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3925         Icons from tpgww@onepost.net:
3926         * configure.in:
3927         * plugins/debug-manager/Makefile.am:
3928         * plugins/debug-manager/images/Makefile.am:
3929         * plugins/debug-manager/images/anjuta-attach.svg:
3930         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
3931         * plugins/debug-manager/images/anjuta-step-into.svg:
3932         * plugins/debug-manager/images/anjuta-step-out.svg:
3933         * plugins/debug-manager/images/anjuta-step-over.svg:
3934         * plugins/debug-manager/plugin.c: (register_stock_icons):
3935         * plugins/document-manager/Makefile.am:
3936         * plugins/document-manager/block_select.xpm:
3937         * plugins/document-manager/fold_close.xpm:
3938         * plugins/document-manager/fold_open.xpm:
3939         * plugins/document-manager/fold_toggle.xpm:
3940         * plugins/document-manager/images/Makefile.am:
3941         * plugins/document-manager/images/anjuta-block-end.svg:
3942         * plugins/document-manager/images/anjuta-block-start.svg:
3943         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3944         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3945         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3946         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3947         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3948         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3949         * plugins/document-manager/indent.xpm:
3950         * plugins/document-manager/indent_auto.xpm:
3951         * plugins/document-manager/indent_dcr.xpm:
3952         * plugins/document-manager/indent_inc.xpm:
3953         * plugins/document-manager/indent_set.xpm:
3954         * plugins/document-manager/plugin.c: Added nicer icons for
3955         document manager and debugger. Organized icons in 'images'
3956         directories.
3958 2007-09-24  Johannes Schmid <jhs@gnome.org>
3960         * src/anjuta-app.c: (anjuta_app_add_widget_full):
3961         Fixed a missing NULL in g_object_set.
3963 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3965         * plugins/language-support-cpp-java/cpp-java-assist.c:
3966         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
3967         scope memebers just after scope operator is entered.
3969 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3971         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3972         * plugins/language-support-cpp-java/cpp-java-assist.c:
3973         (completion_function), (completion_compare),
3974         (cpp_java_assist_tag_destroy), (create_completion),
3975         (cpp_java_assist_destroy_completion_cache),
3976         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
3977         Show '()' for function items in autocomplete list. Allow adding
3978         ' ' and/or '(' after function call autocompletion and have preferences
3979         settings for them.
3981 2007-09-24  Johannes Schmid <jhs@gnome.org>
3983         * sourceview.c: Reverting patch from r3157 because
3984         of side-effects
3986 2007-09-24  Johannes Schmid <jhs@gnome.org>
3988         * plugins/search/search-replace.c: (on_message_clicked):
3990         Fixed #427104 – No "highlight" of lines matching find-result
3992 2007-09-24  Johannes Schmid <jhs@gnome.org>
3994         * src/anjuta.glade:
3996         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
3998 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4000         reviewed by: Johannes Schmid <jhs@gnome.org>
4002         * plugins/build-basic-autotools/executer.c: (execute_program):
4003         Fix #478238 – set env for execute programe in the terminal
4005 2007-09-24 Tom <tpgww@onepost.net>
4007         reviewed by: Johannes Schmid <jhs@gnome.org>
4009         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4010         Fix memory leak
4011         
4012         * plugins/debug-manager/disassemble.c: (on_disassemble):
4013         Correct a format string in DEBUG_PRINT()
4015 2007-09-23  Johannes Schmid <jhs@gnome.org>
4017         * plugins/sourceview/sourceview.c: (offset_to_position),
4018         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4019         (ieditor_get_position), (iselect_set), (iselect_get_start),
4020         (iselect_get_end):
4021         
4022         Fixed #Bug 440637 – Search, don't work very well
4024 2007-09-23  Johannes Schmid <jhs@gnome.org>
4026         * plugins/file-manager/file-model.c: (file_model_get_filename):
4027         * plugins/file-manager/file-model.h:
4028         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4029         (file_view_init), (file_view_class_init):
4030         * plugins/message-view/message-view.c:
4031         (message_view_query_tooltip), (message_view_dispose),
4032         (message_view_instance_init), (message_view_class_init):
4034         Added GTK+ 2.12 style tooltips to file-manager and message view.
4035         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4036         old implementation is used.
4038 2007-09-23  Johannes Schmid <jhs@gnome.org>
4040         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4041         Fixed typo
4042         
4043         * plugins/language-manager/language-manager.plugin.in:
4044         Marked UserActivatable=FALSE
4045         
4046         * plugins/language-manager/plugin.c: (load_languages),
4047         (language_manager_activate), (language_manager_deactivate),
4048         (language_manager_dispose), (language_manager_instance_init),
4049         (language_manager_find_mime_type), (language_manager_find_string),
4050         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4051         (ilanguage_get_name), (ilanguage_get_strings):
4052         
4053         Fixed various stupid bugs in language-manager plugin
4054         
4055         * plugins/symbol-db/symbol-db-engine.c:
4056         (sdb_engine_second_pass_update_scope_1):
4057         
4058         Add a g_return_if_fail to avoid a crash though still unsure
4059         what's causing it.
4061 2007-09-23  Johannes Schmid <jhs@gnome.org>
4063         * plugins/symbol-db/plugin.c: (on_project_element_added),
4064         (sources_array_free), (sources_array_add_foreach),
4065         (project_root_added):
4066         * plugins/symbol-db/symbol-db-engine.c:
4067         (symbol_db_engine_add_new_files):
4068         * plugins/symbol-db/symbol-db-engine.h:
4069         
4070         Added support for other languages than "C" to symbol-db. Now
4071         supports all languages listed by the language-manager.
4073 2007-09-23  Tom <tpgww@onepost.net>
4075         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4077         * configure.in:
4078         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4079         
4080         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4081         (anjuta_glue_factory_get_object_type):
4082         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4083         * plugins/build-basic-autotools/build-basic-autotools.c:
4084         (value_added_current_editor):
4085         * plugins/debug-manager/breakpoints.c:
4086         (breakpoints_dbase_edit_breakpoint),
4087         (on_toggle_breakpoint_activate):
4088         * plugins/debug-manager/plugin.c:
4089         (on_run_to_cursor_action_activate):
4090         * plugins/debug-manager/stack_trace.c:
4091         (dma_thread_update_stack_trace):
4092         * plugins/gdb/plugin.c:
4093         * plugins/glade/plugin.c: (ifile_open):
4094         * plugins/profiler/gprof-call-graph-view.c:
4095         * plugins/profiler/gprof-flat-profile-view.c:
4096         * plugins/profiler/gprof-function-call-tree-view.c:
4097         * plugins/profiler/gprof-options.c: (setup_widgets):
4098         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4099         * plugins/search/search-replace_backend.c:
4100         (file_buffer_new_from_te):
4101         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4102         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4103         (assist_window_get_property), (assist_window_move):
4104         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4105         (value_added_current_editor):
4106         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4107         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4108         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4109         
4110         Many small code, warnings and leak fixes
4112 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4114         * (removed) plugins/debug-manager/debugger.c,
4115         (removed) plugins/debug-manager/debugger.h,
4116         (added) plugins/debug-manager/command.c,
4117         (added) plugins/debug-manager/command.h,
4118         (added) plugins/debug-manager/queue.c,
4119         (added) plugins/debug-manager/queue.h,
4120         plugins/debug-manager/breakpoints.c,
4121         plugins/debug-manager/debug_tree.c,
4122         plugins/debug-manager/debug_tree.h,
4123         plugins/debug-manager/disassemble.c,
4124         plugins/debug-manager/disassemble.h,
4125         plugins/debug-manager/locals.c,
4126         plugins/debug-manager/locals.h,
4127         plugins/debug-manager/memory.c,
4128         plugins/debug-manager/memory.h,
4129         plugins/debug-manager/plugin.c,
4130         plugins/debug-manager/plugin.h,
4131         plugins/debug-manager/registers.c,
4132         plugins/debug-manager/registers.h,
4133         plugins/debug-manager/sharedlib.c,
4134         plugins/debug-manager/sharedlib.h,
4135         plugins/debug-manager/signals.c,
4136         plugins/debug-manager/signals.h,
4137         plugins/debug-manager/stack_trace.c,
4138         plugins/debug-manager/stack_trace.h,
4139         plugins/debug-manager/start.h,
4140         plugins/debug-manager/start.c,
4141         plugins/debug-manager/threads.c,
4142         plugins/debug-manager/threads.h,
4143         plugins/debug-manager/watch.c,
4144         plugins/debug-manager/watch.h,
4145         plugins/debug-manager/Makefile.am,
4146         plugins/gdb/debugger.c,
4147         plugins/gdb/debugger.h,
4148         plugins/gdb/plugin.c,
4149         libanjuta/interfaces/libanjuta.idl:
4150         Split debug-manager/debugger.c into command.c and queue.c
4151         Clean up debugger queue
4152         DmaDebuggerQueue object does not implement IAnjutaDebugger
4154 2007-09-23  Johannes Schmid <jhs@gnome.org>
4156         * configure.in:
4157         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4158         set correctly, etc.)
4159         
4160         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4161         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4162         (plugin_set_update):
4163         
4164         Show an error dialog instead of crashing when plugin loading fails
4166         * plugins/language-manager/Makefile.am:
4167         * plugins/language-manager/language-manager.plugin.in:
4168         * plugins/language-manager/languages.xml:
4169         * plugins/language-manager/plugin.c: (language_destroy),
4170         (load_languages), (language_manager_activate),
4171         (language_manager_deactivate), (language_manager_finalize),
4172         (language_manager_dispose), (language_manager_instance_init),
4173         (language_manager_class_init), (language_manager_find_mime_type),
4174         (language_manager_find_string), (ilanguage_get_from_mime_type),
4175         (ilanguage_get_from_string), (ilanguage_get_name),
4176         (ilanguage_get_strings), (ilanguage_iface_init):
4177         * plugins/language-manager/plugin.h:
4178         
4179         Added new language-manager plugin to have a better organisation for
4180         language names. The xml probabaly needs to be extended over time.
4181         
4182         * plugins/Makefile.am:
4183         * plugins/document-manager/plugin.c: (on_editor_changed):
4184         
4185         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4186         because it does not really save memory but makes tab switching slow.
4187         
4188         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4189         .in:
4190         * plugins/language-support-cpp-java/plugin.c: (install_support),
4191         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4192         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4193         unloading
4195         * plugins/language-support-cpp-java/cpp-java-assist.c:
4196         (cpp_java_assist_show_autocomplete):
4197         
4198         Fix autocomplete to only show valid completions
4200         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4201         Calltips always have correct size and position now
4203 2007-09-22  Johannes Schmid <jhs@gnome.org>
4205         * plugins/search/search-replace_backend.c: (get_next_match):
4206         Removed code introduced by accident that causes a crash.
4207         
4208         * plugins/sourceview/sourceview-tags.c:
4209         * plugins/sourceview/sourceview-tags.h:
4210         Removed ununsed files
4212 2007-09-22  Johannes Schmid <jhs@gnome.org>
4214         * plugins/language-support-cpp-java/cpp-java-assist.c:
4215         Fixed build error
4217 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4219         * plugins/language-support-cpp-java/cpp-java-assist.c:
4220         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4221         Increased matching brace search to 500 chars.
4223 2007-09-21  Johannes Schmid <jhs@gnome.org>
4225         * plugins/language-support-cpp-java/cpp-java-assist.c:
4226         (cpp_java_assist_get_pre_word),
4227         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4228         
4229         Added some profiling debug code
4230         
4231         * plugins/language-support-cpp-java/cpp-java-utils.c:
4232         (cpp_java_util_jump_to_matching_brace):
4233         * plugins/language-support-cpp-java/cpp-java-utils.h:
4234         * plugins/language-support-cpp-java/plugin.c:
4235         (get_line_indentation_base), (get_line_auto_indentation):
4236         
4237         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4238         avoid looping over the whole file when using calltips which is too slow and
4239         unneeded.
4240         
4241         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4242         (assist_tip_set_tips), (assist_tip_get_coordinates),
4243         (assist_tip_new):
4244         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4245         
4246         Better calltips appearance (use theme now) and avoid jumping
4247         calltips
4249 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4251         * plugins/document-manager/plugin.c:
4252         (update_editor_ui_interface_items):
4253         * plugins/language-support-cpp-java/plugin.c: (install_support),
4254         (uninstall_support): Moved autocomplete ui update code from
4255         document-manager to language-plugin.
4257 2007-09-21  Johannes Schmid <jhs@gnome.org>
4259         * libanjuta/interfaces/libanjuta.idl:
4260         
4261         Added IAnjutaLanguage interface (might still change...) for
4262         the upcoming language-manager plugin.
4263         
4264         * plugins/file-manager/Makefile.am:
4265         * plugins/file-manager/file-model.c:
4266         (file_model_cancel_expand_idle), (file_model_add_dummy),
4267         (file_model_expand_idle), (file_model_sort),
4268         (file_model_row_expanded), (file_model_row_collapsed),
4269         (file_model_init), (file_model_finalize),
4270         (file_model_set_property), (file_model_get_property),
4271         (file_model_class_init), (file_model_new), (file_model_refresh),
4272         (file_model_get_uri):
4273         * plugins/file-manager/file-model.h:
4274         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4275         (file_view_expand_row_idle), (file_view_refresh),
4276         (file_view_get_selected), (file_view_button_press_event),
4277         (file_view_selection_changed), (file_view_init),
4278         (file_view_get_property), (file_view_set_property),
4279         (file_view_finalize), (file_view_class_init):
4280         
4281         Split up model/view as far as possible and fixed some file-manager
4282         bugs (popup-menu and incorrect project loading).
4283         
4284         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4285         Use monospace font for tips.
4286         
4287         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4288         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4289         (icell_get_attribute), (icell_style_get_font_description),
4290         (icell_style_get_color), (icell_style_get_background_color),
4291         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4292         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4293         (iiter_get_length), (iiter_clone), (iiter_assign):
4295         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4296         interface. This is way faster though it has the drawback to create invalid
4297         iterators if the buffer is changed.
4299 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4301         * libanjuta/interfaces/libanjuta.idl:
4302         * plugins/document-manager/action-callbacks.c:
4303         * plugins/document-manager/anjuta-document-manager.ui:
4304         * plugins/document-manager/plugin.c: (register_stock_icons):
4305         * plugins/editor/text_editor.c:
4306         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4307         * plugins/language-support-cpp-java/cpp-java-assist.c:
4308         (cpp_java_assist_get_calltip_context):
4309         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4310         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4312         Moved autocomplete menu action from document-manager to assist plugin
4313         and got rid of deprecated autocomplete interface.
4315 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4317         * libanjuta/interfaces/libanjuta.idl:
4318         * plugins/editor/text_editor.c: (iassist_iface_init):
4319         * plugins/language-support-cpp-java/cpp-java-assist.c:
4320         (cpp_java_assist_check), (on_assist_chosen):
4321         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4322         Removed react() methods in both editors and assist interface. Assist
4323         plugin itself handles setting the autocomplete. Also fixed
4324         some mem leaks.
4326 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4328         * plugins/file-manager/Makefile.am:
4329         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4330         (file_view_expand_idle), (file_view_init):
4331         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4332         (file_manager_set_default_uri), (project_root_added),
4333         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4334         (file_manager_activate), (file_manager_deactivate),
4335         (file_manager_instance_init), (file_manager_class_init),
4336         (ifile_manager_set_root), (ifile_manager_set_selected),
4337         (ifile_manager_iface_init): Adjusted white spaces to match
4338         anjuta convention.
4340 2007-09-19  Naba Kumar  <naba@gnome.org>
4342         * libanjuta/interfaces/libanjuta.idl:
4343         * plugins/editor/text_editor.c: (text_editor_instance_init),
4344         (iassist_show_tips), (iassist_cancel_tips),
4345         (iassist_hide_suggestions), (iassist_iface_init):
4346         * plugins/editor/text_editor.h:
4347         * plugins/editor/text_editor_cbs.c:
4348         (on_text_editor_scintilla_notify):
4349         * plugins/language-support-cpp-java/cpp-java-assist.c:
4350         (is_scope_context_character), (is_word_character),
4351         (create_completion), (cpp_java_assist_get_scope_context),
4352         (cpp_java_assist_get_pre_word),
4353         (cpp_java_assist_get_scope_operator),
4354         (cpp_java_assist_destroy_completion_cache),
4355         (cpp_java_assist_create_scope_completion_cache),
4356         (cpp_java_assist_create_word_completion_cache),
4357         (cpp_java_assist_show_autocomplete),
4358         (cpp_java_assist_get_calltip_context),
4359         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4360         (on_editor_char_added), (on_assist_chosen),
4361         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4362         (cpp_java_assist_init), (cpp_java_assist_finalize):
4363         * plugins/language-support-cpp-java/cpp-java-assist.h:
4364         * plugins/language-support-cpp-java/plugin.c:
4365         (initialize_indentation_params):
4366         * plugins/sourceview/assist-tip.c:
4367         * plugins/sourceview/assist-tip.h:
4368         * plugins/sourceview/sourceview-private.h:
4369         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4370         (on_assist_tip_destroyed), (on_assist_cancel),
4371         (on_document_char_added), (iassist_get_suggestions),
4372         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4373         
4374         Implement state-less assistance so that assist can be evaluated
4375         any given time at any position. Changed IAnjutaEditorAssist interfance
4376         and implementations and removed any state management in editors.
4378 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4380         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4381         completion items sorting and avoided unnecssary sorts.
4383         * plugins/text-editor.c: Fixed state.
4385 2007-09-17  Johannes Schmid <jhs@gnome.org>
4387         * plugins/language-support-cpp-java/cpp-java-assist.c:
4388         (on_assist_begin):
4389         
4390         Fixed calltips in sourceview
4392 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4394         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4395         completion items preparation time. Fixed a crash bug.
4397         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4398         Set buffer size (From Massimo, required for symbol-db).
4400         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4401         for suggestions.
4403         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4404         change in API.
4406         * plugins/editor/aneditor-autocomplete.cxx,
4407         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4408         Added ANE_GETWORDBEFORECARAT command.
4410         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4411         using assist interface.
4413         * plugins/editor/text_editor.c: (text_editor_instance_init),
4414         (text_editor_get_word_before_carat),
4415         (text_editor_get_current_word), (iassist_add_trigger),
4416         (iassist_remove_trigger), (on_assist_canceled),
4417         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4418         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4419         * plugins/editor/text_editor.h:
4420         * plugins/editor/text_editor_cbs.c: (trigger_size),
4421         (max_trigger_size), (text_editor_check_assist),
4422         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4423         interface.
4425         * plugins/language-support-cpp-java/Makefile.am:
4426         * plugins/language-support-cpp-java/plugin.c:
4427         (get_line_indentation_base), (get_line_auto_indentation),
4428         (install_support), (uninstall_support),
4429         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4430         (cpp_java_plugin_instance_init):
4431         * plugins/language-support-cpp-java/plugin.h:
4432         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4433         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4434         Make assist a separate class.
4436 2007-09-14  Johannes Schmid <jhs@gnome.org>
4438         * plugins/sourceview/sourceview.c: (iassist_suggest):
4439         Fixed changed char_alignment paramter in language-support
4440         plugin
4442 2007-09-14  Naba Kumar  <naba@gnome.org>
4444         * plugins/language-support-cpp-java/plugin.c: Send the right
4445         'char_alignment' paramenter (needs fixing in sourceview).
4447 2007-09-13  Johannes Schmid <jhs@gnome.org>
4449         * anjuta.anjuta:
4450         * plugins/project-wizard/templates/minimal/project.anjuta:
4451         Use IAnjutaSymbolManager instead of loading the plugin directly.
4452         (TODO: Think of a version to do this for older files...)
4454         * configure.in:
4455         * plugins/Makefile.am:
4456         * plugins/symbol-db/Makefile.am:
4457         
4458         Build symbol-db plugin if libgda-3.0 is found
4460 2007-09-13  Johannes Schmid <jhs@gnome.org>
4462         * plugins/sourceview/Makefile.am:
4463         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4464         (set_uri):
4465         * plugins/sourceview/anjuta-document.h:
4466         Removed lots of dead code
4467         
4468         * plugins/sourceview/anjuta-languages-manager.c:
4469         * plugins/sourceview/anjuta-languages-manager.h:
4470         removed completely
4471         
4472         * plugins/sourceview/sourceview.c: (on_document_char_added),
4473         (on_document_loaded), (sourceview_instance_init),
4474         (iselect_get_start), (iselect_get_end),
4475         (ilanguage_get_supported_languages), (ilanguage_set_language):
4476         
4477         Fixed selection handling and make some adaptions for the changes 
4478         mentioned above
4480 2007-09-13  Johannes Schmid <jhs@gnome.org>
4482         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4483         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4484         (on_assist_update):
4485         
4486         Added preferences to language support completion/calltips
4487         
4488         * plugins/sourceview/assist-window.c: (assist_window_update):
4490         Always select first entry
4492         * plugins/sourceview/sourceview.glade:
4493         Removed old completion preferences
4495 2007-09-11  Naba Kumar  <naba@gnome.org>
4497         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4498         and possible crash when pressing ctrl+d in terminal after preferences
4499         window has been shown once (no need for backport).
4501         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4502         implementations to get warnings instead of crashes for unimplemented
4503         interface methods.
4505 2007-09-11   Massimo Cora' <maxcvs@email.it>
4507         Reviewed by: Naba Kumar  <naba@gnome.org>
4509         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4510         * plugins/symbol-db/*:
4511         Added new symbol-database backend based on SQLite 3.
4512         (does not enabled for build currently).
4514 2007-09-10  Johannes Schmid <jhs@gnome.org>
4516         * anjuta.anjuta:
4517         * configure.in:
4518         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4519         (parse_info_init), (parse_info_free), (valid_element),
4520         (start_element_handler), (end_element_handler), (text_handler),
4521         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4522         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4523         (egg_recent_model_monitor), (egg_recent_model_read),
4524         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4525         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4526         (egg_recent_model_set_property), (egg_recent_model_class_init),
4527         (egg_recent_model_init), (egg_recent_model_add_full),
4528         (egg_recent_model_delete), (egg_recent_model_get_list),
4529         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4530         (egg_recent_model_set_filter_mime_types),
4531         (egg_recent_model_clear_group_filter),
4532         (egg_recent_model_set_filter_groups),
4533         (egg_recent_model_clear_scheme_filter),
4534         (egg_recent_model_set_filter_uri_schemes),
4535         (egg_recent_model_remove_expired):
4536         
4537         Update EggRecent (#456465)
4539 2007-09-10  Johannes Schmid <jhs@gnome.org>
4541         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4542         (anjuta_plugin_manager_get_plugin):
4543         * plugins/profiler/gprof-call-graph-view.c:
4544         (gprof_call_graph_view_create_columns):
4545         * plugins/profiler/gprof-flat-profile-view.c:
4546         (gprof_flat_profile_view_create_columns):
4547         * plugins/profiler/gprof-function-call-tree-view.c:
4548         (gprof_function_call_tree_view_create_columns):
4549         
4550         Fixed #466031 – Update of pieces of menus for Localization
4552 2007-09-10  Johannes Schmid <jhs@gnome.org>
4554         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4555         Bug 343522 – anjuta: Unable to execute commands that use options.
4557 2007-09-09  Johannes Schmid <jhs@gnome.org>
4559         * plugins/document-manager/anjuta-docman.c:
4560         (anjuta_docman_update_page_label):
4561         
4562         Fixed #458034 – Method of indicating unsaved changes breaks convention
4563         
4564         * plugins/document-manager/plugin.c: (update_title),
4565         (value_added_project_root_uri), (value_removed_project_root_uri),
4566         (on_editor_changed), (activate_plugin):
4567         * plugins/document-manager/plugin.h:
4568         * plugins/project-manager/plugin.c: (on_profile_scoped),
4569         (on_profile_descoped), (ifile_open):
4570         
4571         Fixed #427390 – Show path of item in currently focused editor window
4573 2007-09-09  Johannes Schmid <jhs@gnome.org>
4575         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4576         (on_toolbar_find_incremental):
4577         Fix incremental search
4578         
4579         * plugins/sourceview/sourceview.c: (on_document_char_added),
4580         (set_select):
4581         Fixed selection management
4583 2007-09-09  Johannes Schmid <jhs@gnome.org>
4585         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4586         Fixed memory leak
4588         * libanjuta/interfaces/libanjuta.idl:
4589         Extended IAnjutaEditorAssist interface
4590         
4591         * plugins/language-support-cpp-java/plugin.c:
4592         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4593         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4594         (context_character), (get_context), (function_parser),
4595         (cpp_member_parser), (install_assist), (uninstall_assist),
4596         (get_line_indentation_base), (get_line_auto_indentation),
4597         (install_support), (uninstall_support),
4598         (on_value_added_current_editor), (on_value_removed_current_editor),
4599         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4600         * plugins/language-support-cpp-java/plugin.h:
4601         
4602         Improved fixed editor assistance and added support for function/method
4603         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4604         
4605         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4606         Removed a FIXME
4607         
4608         * plugins/project-import/project-import.c: (on_import_next):
4609         Added a non-NULL check with could probably fix #474843 but not sure
4610         
4611         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4612         Fixed anjuta-plugin project wizard
4613         
4614         * plugins/sourceview/Makefile.am:
4615         * plguins/sourceview/assist-tip.[ch]:
4616         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4617         (anjuta_view_key_press_event):
4618         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4619         (assist_window_init), (assist_window_update), (assist_window_new):
4620         * plugins/sourceview/sourceview-private.h:
4621         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4622         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4623         (trigger_size), (max_trigger_size), (on_document_char_added),
4624         (sourceview_dispose), (ieditor_get_current_word),
4625         (iassist_add_trigger), (iassist_init_suggestions),
4626         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4627         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4628         
4629         Big update on sourceview assist capabilites. Autocompletion should
4630         now work much better and function tooltips are finally supported!
4632         * plugins/sourceview/anjuta-document.h:
4633         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4634         (anjuta_document_get_current_word):
4635         Fixed get_current_word (inspired by aneditor.cxx implementation)
4637         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4638         (icell_get_attribute):
4639         Fixed get_attribute() to also detect character constants.
4640         Simplified get_char()
4642         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4643         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4644         (isymbol_manager_get_completions_at_position):
4645         
4646         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4648 2007-09-04  Naba Kumar  <naba@gnome.org>
4650         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4651         projects that can not add sources.
4653         * plugins/file-wizard/file.c: Similarly for file wizard,
4654         Do not enable 'Add to project' projects that can not add sources.
4656 2007-09-04  Naba Kumar  <naba@gnome.org>
4658         * configure.in: Bumped gnome-build requirement to 0.2.0
4659         for project capabilities support.
4661         * plugins/project-manager/plugin.c: Enable/disable project
4662         actions based on project capabilities. Fixes bug #433552:
4663         crash in Anjuta IDE: add file test.h in project on generic
4664         Makefile.
4666         * libanjuta/interfaces/libanjuta.idl: Added method to query
4667         project capabilities.
4669 2007-09-03  Naba Kumar  <naba@gnome.org>
4671         * plugins/file-manager/plugin.c: Set shadow type IN.
4672         * plugins/file-manager/file-view.c: Fixed code style.
4673         * plugins/file-manager/file-view.c: Fixed icons column to size
4674         properly.
4676         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4678         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4679         unmonitors project-uri on file-manager deactivation.
4681         * TODO.tasks: Updated
4683 2007-09-02  Johannes Schmid <jhs@gnome.org>
4685         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4686         Fixed memory leak
4687         
4688         * plugins/file-manager/file-view.c: (file_view_get_selected),
4689         (file_view_button_press_event), (file_view_finalize):
4690         * plugins/file-manager/plugin.c: (project_root_removed),
4691         (file_manager_deactivate):
4692         
4693         Fixed some small bugs I missed before
4695 2007-09-02  Johannes Schmid <jhs@gnome.org>
4697         * plugins/file-manager/*:
4698         Added new and file-manager
4700 2007-09-02  Johannes Schmid <jhs@gnome.org>
4702         * plugins/file-manager/*:
4703         Removed old file-manager
4705 2007-08-31  Johannes Schmid <jhs@gnome.org>
4707         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4708         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4709         
4710         Fixed some memory leaks
4711         
4712         * MAINTAINERS: Fixed
4713         
4714 2007-08-31  Johannes Schmid <jhs@gnome.org>
4716         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4717         (get_property_value_as_string), (set_property_value_as_string),
4718         (register_callbacks), (preferences_foreach_callback),
4719         (anjuta_preferences_register_property_raw):
4720         * libanjuta/anjuta-preferences.h:
4721         * plugins/build-basic-autotools/build-basic-autotools.c:
4722         (on_build_mesg_format):
4723         * plugins/document-manager/anjuta-document-manager.glade:
4724         * plugins/message-view/anjuta-message-manager-plugin.glade:
4725         
4726         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4727         broken message view preferences
4728         
4729         * plugins/message-view/message-view.c:
4730         (message_view_instance_init), (pref_change_color), (prefs_init),
4731         (imessage_view_append):
4732         Cleaned up message view (#458041)
4733         
4734         * src/shell.c: (on_preferences_activate),
4735         (anjuta_test_shell_instance_init),
4736         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4737         Fixed test shell to allow better debugging
4738         
4739 2007-08-31  Johannes Schmid <jhs@gnome.org>
4741         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4742         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4743         * plugins/gtodo/main.h:
4744         * plugins/gtodo/plugin.c: (activate_plugin):
4745         
4746         Fixed #423467 (View->Tasks menu items are not 
4747         checked on startup)
4749 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4751         reviewed by: Johannes Schmid <jhs@gnome.org>
4753         * COPYING:
4754         * data/welcome.txt.in:
4755         * launcher/anjuta_launcher.c:
4756         * libanjuta/anjuta-children.c:
4757         * libanjuta/anjuta-children.h:
4758         * libanjuta/anjuta-debug.h:
4759         * libanjuta/anjuta-encodings.c:
4760         * libanjuta/anjuta-encodings.h:
4761         * libanjuta/anjuta-glue-c.c:
4762         * libanjuta/anjuta-glue-c.h:
4763         * libanjuta/anjuta-plugin-description.c:
4764         * libanjuta/anjuta-plugin-description.h:
4765         * libanjuta/anjuta-plugin-handle.c:
4766         * libanjuta/anjuta-plugin-handle.h:
4767         * libanjuta/anjuta-plugin-manager.c:
4768         * libanjuta/anjuta-plugin-manager.h:
4769         * libanjuta/anjuta-plugin.c:
4770         * libanjuta/anjuta-plugin.h:
4771         * libanjuta/anjuta-preferences.c:
4772         * libanjuta/anjuta-preferences.h:
4773         * libanjuta/anjuta-profile-manager.c:
4774         * libanjuta/anjuta-profile-manager.h:
4775         * libanjuta/anjuta-profile.c:
4776         * libanjuta/anjuta-profile.h:
4777         * libanjuta/anjuta-save-prompt.c:
4778         * libanjuta/anjuta-save-prompt.h:
4779         * libanjuta/anjuta-serializer.c:
4780         * libanjuta/anjuta-serializer.h:
4781         * libanjuta/anjuta-session.c:
4782         * libanjuta/anjuta-session.h:
4783         * libanjuta/anjuta-shell.c:
4784         * libanjuta/anjuta-shell.h:
4785         * libanjuta/anjuta-status.c:
4786         * libanjuta/anjuta-status.h:
4787         * libanjuta/anjuta-ui.c:
4788         * libanjuta/anjuta-ui.h:
4789         * libanjuta/anjuta-utils-priv.h:
4790         * libanjuta/anjuta-utils.c:
4791         * libanjuta/anjuta-utils.h:
4792         * libanjuta/cell-renderer-captioned-image.c:
4793         * libanjuta/cell-renderer-captioned-image.h:
4794         * libanjuta/e-splash.c:
4795         * libanjuta/e-splash.h:
4796         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4797         * libanjuta/interfaces/libanjuta.idl:
4798         * libanjuta/libanjuta.h:
4799         * libanjuta/resources.c:
4800         * libanjuta/resources.h:
4801         * libegg/egg-cell-renderer-text.c:
4802         * libegg/egg-combo-action.c:
4803         * libegg/egg-entry-action.c:
4804         * libegg/egg-recent-action.c:
4805         * libegg/egg-recent-files-module.c:
4806         * libegg/egg-recent-item.c:
4807         * libegg/egg-recent-model.c:
4808         * libegg/egg-recent-view-gtk.c:
4809         * libegg/egg-recent-view.c:
4810         * libegg/egg-submenu-action.c:
4811         * libegg/eggaccelerators.c:
4812         * libegg/eggcellrendererpopup.c:
4813         * libegg/eggcomboselect.c:
4814         * libegg/eggtreemodelfilter.c:
4815         * libegg/eggtreemultidnd.c:
4816         * libegg/gtkcellview.h:
4817         * libegg/treeviewutils/egg-cell-renderer-text.h:
4818         * libegg/treeviewutils/eggaccelerators.h:
4819         * libegg/treeviewutils/eggcellrendererkeys.h:
4820         * libegg/treeviewutils/eggcellrendererpopup.h:
4821         * libegg/treeviewutils/eggtreemodelfilter.h:
4822         * libegg/treeviewutils/eggtreemultidnd.h:
4823         * libegg/treeviewutils/eggtreeviewstate.h:
4824         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4825         * manuals/anjuta-faqs/Makefile.am:
4826         * manuals/anjuta-manual/C/anjuta-manual.xml:
4827         * manuals/anjuta-manual/C/license.xml:
4828         * manuals/anjuta-manual/es/es.po:
4829         * manuals/anjuta-manual/sv/sv.po:
4830         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4831         ml:
4832         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4833         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4834         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4835         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4836         * manuals/old/ja/anjuta-manual/license.xml:
4837         * plugins/build-basic-autotools/build-basic-autotools.c:
4838         * plugins/build-basic-autotools/build-basic-autotools.h:
4839         * plugins/build-basic-autotools/executer.c:
4840         * plugins/build-basic-autotools/executer.h:
4841         * plugins/build/build_file.c:
4842         * plugins/build/build_file.h:
4843         * plugins/build/build_project.c:
4844         * plugins/build/build_project.h:
4845         * plugins/build/clean_project.c:
4846         * plugins/build/clean_project.h:
4847         * plugins/build/commands.c:
4848         * plugins/build/commands.h:
4849         * plugins/build/compile.c:
4850         * plugins/build/compile.h:
4851         * plugins/build/compiler_options.c:
4852         * plugins/build/compiler_options.h:
4853         * plugins/build/configurer.c:
4854         * plugins/build/configurer.h:
4855         * plugins/build/executer.c:
4856         * plugins/build/executer.h:
4857         * plugins/class-gen/cell-renderer-flags.c:
4858         * plugins/class-gen/cell-renderer-flags.h:
4859         * plugins/class-gen/combo-flags.c:
4860         * plugins/class-gen/combo-flags.h:
4861         * plugins/class-gen/element-editor.c:
4862         * plugins/class-gen/element-editor.h:
4863         * plugins/class-gen/generator.c:
4864         * plugins/class-gen/generator.h:
4865         * plugins/class-gen/plugin.c:
4866         * plugins/class-gen/plugin.h:
4867         * plugins/class-gen/transform.c:
4868         * plugins/class-gen/transform.h:
4869         * plugins/class-gen/validator.c:
4870         * plugins/class-gen/validator.h:
4871         * plugins/class-gen/window.c:
4872         * plugins/class-gen/window.h:
4873         * plugins/class-inheritance/class-callbacks.c:
4874         * plugins/class-inheritance/class-callbacks.h:
4875         * plugins/class-inheritance/class-inherit.c:
4876         * plugins/class-inheritance/class-inherit.h:
4877         * plugins/class-inheritance/plugin.c:
4878         * plugins/class-inheritance/plugin.h:
4879         * plugins/cvs-plugin/cvs-actions.c:
4880         * plugins/cvs-plugin/cvs-actions.h:
4881         * plugins/cvs-plugin/cvs-callbacks.c:
4882         * plugins/cvs-plugin/cvs-callbacks.h:
4883         * plugins/cvs-plugin/cvs-execute.c:
4884         * plugins/cvs-plugin/cvs-execute.h:
4885         * plugins/cvs-plugin/cvs-interface.c:
4886         * plugins/cvs-plugin/cvs-interface.h:
4887         * plugins/cvs-plugin/plugin.c:
4888         * plugins/cvs-plugin/plugin.h:
4889         * plugins/debug-manager/breakpoints.c:
4890         * plugins/debug-manager/breakpoints.h:
4891         * plugins/debug-manager/chunk_view.c:
4892         * plugins/debug-manager/chunk_view.h:
4893         * plugins/debug-manager/data_buffer.c:
4894         * plugins/debug-manager/data_buffer.h:
4895         * plugins/debug-manager/data_view.c:
4896         * plugins/debug-manager/data_view.h:
4897         * plugins/debug-manager/debug_tree.c:
4898         * plugins/debug-manager/debug_tree.h:
4899         * plugins/debug-manager/debugger.c:
4900         * plugins/debug-manager/debugger.h:
4901         * plugins/debug-manager/disassemble.c:
4902         * plugins/debug-manager/disassemble.h:
4903         * plugins/debug-manager/info.c:
4904         * plugins/debug-manager/info.h:
4905         * plugins/debug-manager/locals.c:
4906         * plugins/debug-manager/locals.h:
4907         * plugins/debug-manager/memory.c:
4908         * plugins/debug-manager/memory.h:
4909         * plugins/debug-manager/plugin.c:
4910         * plugins/debug-manager/plugin.h:
4911         * plugins/debug-manager/registers.c:
4912         * plugins/debug-manager/registers.h:
4913         * plugins/debug-manager/sexy-icon-entry.c:
4914         * plugins/debug-manager/sexy-icon-entry.h:
4915         * plugins/debug-manager/sharedlib.c:
4916         * plugins/debug-manager/sharedlib.h:
4917         * plugins/debug-manager/signals.c:
4918         * plugins/debug-manager/signals.h:
4919         * plugins/debug-manager/sparse_buffer.c:
4920         * plugins/debug-manager/sparse_buffer.h:
4921         * plugins/debug-manager/sparse_view.c:
4922         * plugins/debug-manager/sparse_view.h:
4923         * plugins/debug-manager/stack_trace.c:
4924         * plugins/debug-manager/stack_trace.h:
4925         * plugins/debug-manager/start.c:
4926         * plugins/debug-manager/start.h:
4927         * plugins/debug-manager/threads.c:
4928         * plugins/debug-manager/threads.h:
4929         * plugins/debug-manager/utilities.c:
4930         * plugins/debug-manager/utilities.h:
4931         * plugins/debug-manager/watch.c:
4932         * plugins/debug-manager/watch.h:
4933         * plugins/devhelp/htmlview.c:
4934         * plugins/devhelp/htmlview.h:
4935         * plugins/document-manager/action-callbacks.c:
4936         * plugins/document-manager/action-callbacks.h:
4937         * plugins/document-manager/anjuta-docman.c:
4938         * plugins/document-manager/anjuta-docman.h:
4939         * plugins/document-manager/editor-tooltips.c:
4940         * plugins/document-manager/editor-tooltips.h:
4941         * plugins/document-manager/file_history.c:
4942         * plugins/document-manager/file_history.h:
4943         * plugins/document-manager/indent-dialog.c:
4944         * plugins/document-manager/indent-dialog.h:
4945         * plugins/document-manager/indent-util.c:
4946         * plugins/document-manager/indent-util.h:
4947         * plugins/document-manager/plugin.c:
4948         * plugins/editor/aneditor-autocomplete.cxx:
4949         * plugins/editor/aneditor-calltip.cxx:
4950         * plugins/editor/aneditor-indent.cxx:
4951         * plugins/editor/aneditor-priv.h:
4952         * plugins/editor/aneditor.cxx:
4953         * plugins/editor/aneditor.h:
4954         * plugins/editor/lexer.h:
4955         * plugins/editor/plugin.c:
4956         * plugins/editor/plugin.h:
4957         * plugins/editor/print.c:
4958         * plugins/editor/print.h:
4959         * plugins/editor/properties.h:
4960         * plugins/editor/properties_cxx.h:
4961         * plugins/editor/style-editor.c:
4962         * plugins/editor/style-editor.h:
4963         * plugins/editor/text-editor-iterable.c:
4964         * plugins/editor/text-editor-iterable.h:
4965         * plugins/editor/text_editor.c:
4966         * plugins/editor/text_editor.h:
4967         * plugins/editor/text_editor_cbs.c:
4968         * plugins/editor/text_editor_cbs.h:
4969         * plugins/editor/text_editor_menu.c:
4970         * plugins/editor/text_editor_menu.h:
4971         * plugins/editor/text_editor_prefs.c:
4972         * plugins/editor/text_editor_prefs.h:
4973         * plugins/file-loader/dnd.c:
4974         * plugins/file-loader/dnd.h:
4975         * plugins/file-loader/plugin.c:
4976         * plugins/file-manager/an_file_view.c:
4977         * plugins/file-manager/plugin.c:
4978         * plugins/file-wizard/file.c:
4979         * plugins/file-wizard/file.h:
4980         * plugins/file-wizard/plugin.c:
4981         * plugins/file-wizard/plugin.h:
4982         * plugins/gdb/debugger.c:
4983         * plugins/gdb/debugger.h:
4984         * plugins/gdb/gdbmi-test.c:
4985         * plugins/gdb/gdbmi.c:
4986         * plugins/gdb/gdbmi.h:
4987         * plugins/gdb/global.h:
4988         * plugins/gdb/parser.c:
4989         * plugins/gdb/parser.h:
4990         * plugins/gdb/plugin.c:
4991         * plugins/gdb/plugin.h:
4992         * plugins/gdb/utilities.c:
4993         * plugins/gdb/utilities.h:
4994         * plugins/glade/plugin.c:
4995         * plugins/glade/plugin.h:
4996         * plugins/gtodo/egg-datetime.c:
4997         * plugins/gtodo/egg-datetime.h:
4998         * plugins/gtodo/eggtrayicon.c:
4999         * plugins/gtodo/eggtrayicon.h:
5000         * plugins/gtodo/plugin.c:
5001         * plugins/gvim/anjuta-vim.c:
5002         * plugins/gvim/anjuta-vim.h:
5003         * plugins/gvim/gtkvim.c:
5004         * plugins/gvim/gtkvim.h:
5005         * plugins/gvim/plugin.c:
5006         * plugins/gvim/plugin.h:
5007         * plugins/language-support-cpp-java/plugin.c:
5008         * plugins/language-support-cpp-java/plugin.h:
5009         * plugins/macro/macro-actions.c:
5010         * plugins/macro/macro-actions.h:
5011         * plugins/macro/macro-db.c:
5012         * plugins/macro/macro-db.h:
5013         * plugins/macro/macro-dialog.c:
5014         * plugins/macro/macro-dialog.h:
5015         * plugins/macro/macro-edit.c:
5016         * plugins/macro/macro-edit.h:
5017         * plugins/macro/macro-util.c:
5018         * plugins/macro/macro-util.h:
5019         * plugins/macro/plugin.c:
5020         * plugins/macro/plugin.h:
5021         * plugins/message-view/anjuta-msgman.c:
5022         * plugins/message-view/anjuta-msgman.h:
5023         * plugins/message-view/message-view.c:
5024         * plugins/message-view/message-view.h:
5025         * plugins/message-view/plugin.c:
5026         * plugins/message-view/plugin.h:
5027         * plugins/patch/patch-plugin.c:
5028         * plugins/patch/patch-plugin.h:
5029         * plugins/patch/plugin.c:
5030         * plugins/patch/plugin.h:
5031         * plugins/profiler/gprof-call-graph-block-entry.c:
5032         * plugins/profiler/gprof-call-graph-block-entry.h:
5033         * plugins/profiler/gprof-call-graph-block.c:
5034         * plugins/profiler/gprof-call-graph-block.h:
5035         * plugins/profiler/gprof-call-graph-view.c:
5036         * plugins/profiler/gprof-call-graph-view.h:
5037         * plugins/profiler/gprof-call-graph.c:
5038         * plugins/profiler/gprof-call-graph.h:
5039         * plugins/profiler/gprof-flat-profile-entry.c:
5040         * plugins/profiler/gprof-flat-profile-entry.h:
5041         * plugins/profiler/gprof-flat-profile-view.c:
5042         * plugins/profiler/gprof-flat-profile-view.h:
5043         * plugins/profiler/gprof-flat-profile.c:
5044         * plugins/profiler/gprof-flat-profile.h:
5045         * plugins/profiler/gprof-function-call-chart-view.c:
5046         * plugins/profiler/gprof-function-call-chart-view.h:
5047         * plugins/profiler/gprof-function-call-tree-view.c:
5048         * plugins/profiler/gprof-function-call-tree-view.h:
5049         * plugins/profiler/gprof-options.c:
5050         * plugins/profiler/gprof-options.h:
5051         * plugins/profiler/gprof-profile-data.c:
5052         * plugins/profiler/gprof-profile-data.h:
5053         * plugins/profiler/gprof-view-manager.c:
5054         * plugins/profiler/gprof-view-manager.h:
5055         * plugins/profiler/gprof-view.c:
5056         * plugins/profiler/gprof-view.h:
5057         * plugins/profiler/plugin.c:
5058         * plugins/profiler/plugin.h:
5059         * plugins/profiler/string-utils.c:
5060         * plugins/profiler/string-utils.h:
5061         * plugins/project-import/plugin.c:
5062         * plugins/project-import/plugin.h:
5063         * plugins/project-import/project-import.c:
5064         * plugins/project-import/project-import.h:
5065         * plugins/project-manager/plugin.c:
5066         * plugins/project-manager/plugin.h:
5067         * plugins/project-wizard/action.c:
5068         * plugins/project-wizard/action.h:
5069         * plugins/project-wizard/autogen.c:
5070         * plugins/project-wizard/autogen.h:
5071         * plugins/project-wizard/druid.c:
5072         * plugins/project-wizard/druid.h:
5073         * plugins/project-wizard/file.c:
5074         * plugins/project-wizard/file.h:
5075         * plugins/project-wizard/header.c:
5076         * plugins/project-wizard/header.h:
5077         * plugins/project-wizard/install.c:
5078         * plugins/project-wizard/install.h:
5079         * plugins/project-wizard/parser.c:
5080         * plugins/project-wizard/parser.h:
5081         * plugins/project-wizard/plugin.c:
5082         * plugins/project-wizard/plugin.h:
5083         * plugins/project-wizard/property.c:
5084         * plugins/project-wizard/property.h:
5085         * plugins/project-wizard/values.c:
5086         * plugins/project-wizard/values.h:
5087         * plugins/sample1/plugin.c:
5088         * plugins/search/plugin.c:
5089         * plugins/search/plugin.h:
5090         * plugins/search/search-replace_backend.c:
5091         * plugins/search/search-replace_backend.h:
5092         * plugins/search/search_preferences.c:
5093         * plugins/sourceview/anjuta-convert.c:
5094         * plugins/sourceview/anjuta-convert.h:
5095         * plugins/sourceview/anjuta-document-loader.c:
5096         * plugins/sourceview/anjuta-document-loader.h:
5097         * plugins/sourceview/anjuta-document-saver.c:
5098         * plugins/sourceview/anjuta-document-saver.h:
5099         * plugins/sourceview/anjuta-document.c:
5100         * plugins/sourceview/anjuta-document.h:
5101         * plugins/sourceview/anjuta-encodings.c:
5102         * plugins/sourceview/anjuta-encodings.h:
5103         * plugins/sourceview/anjuta-languages-manager.c:
5104         * plugins/sourceview/anjuta-languages-manager.h:
5105         * plugins/sourceview/anjuta-utils.c:
5106         * plugins/sourceview/anjuta-utils.h:
5107         * plugins/sourceview/anjuta-view.c:
5108         * plugins/sourceview/anjuta-view.h:
5109         * plugins/sourceview/assist-window.c:
5110         * plugins/sourceview/assist-window.h:
5111         * plugins/sourceview/sourceview-cell.c:
5112         * plugins/sourceview/sourceview-cell.h:
5113         * plugins/sourceview/sourceview-prefs.c:
5114         * plugins/sourceview/sourceview-prefs.h:
5115         * plugins/sourceview/sourceview-print.c:
5116         * plugins/sourceview/sourceview-print.h:
5117         * plugins/sourceview/sourceview-private.h:
5118         * plugins/sourceview/sourceview-tags.c:
5119         * plugins/sourceview/sourceview-tags.h:
5120         * plugins/sourceview/sourceview.c:
5121         * plugins/sourceview/sourceview.h:
5122         * plugins/subversion/plugin.c:
5123         * plugins/subversion/plugin.h:
5124         * plugins/subversion/subversion-actions.c:
5125         * plugins/subversion/subversion-actions.h:
5126         * plugins/subversion/subversion-callbacks.c:
5127         * plugins/subversion/subversion-callbacks.h:
5128         * plugins/subversion/svn-auth.c:
5129         * plugins/subversion/svn-auth.h:
5130         * plugins/subversion/svn-backend-priv.h:
5131         * plugins/subversion/svn-backend.c:
5132         * plugins/subversion/svn-backend.h:
5133         * plugins/subversion/svn-notify.c:
5134         * plugins/subversion/svn-notify.h:
5135         * plugins/subversion/svn-thread.c:
5136         * plugins/subversion/svn-thread.h:
5137         * plugins/symbol-browser/an_symbol.c:
5138         * plugins/symbol-browser/an_symbol.h:
5139         * plugins/symbol-browser/an_symbol_info.c:
5140         * plugins/symbol-browser/an_symbol_info.h:
5141         * plugins/symbol-browser/an_symbol_iter.c:
5142         * plugins/symbol-browser/an_symbol_iter.h:
5143         * plugins/symbol-browser/an_symbol_prefs.c:
5144         * plugins/symbol-browser/an_symbol_prefs.h:
5145         * plugins/symbol-browser/an_symbol_search.c:
5146         * plugins/symbol-browser/an_symbol_search.h:
5147         * plugins/symbol-browser/an_symbol_view.c:
5148         * plugins/symbol-browser/an_symbol_view.h:
5149         * plugins/symbol-browser/plugin.c:
5150         * plugins/symbol-browser/plugin.h:
5151         * plugins/terminal/terminal.c:
5152         * plugins/tools/dialog.c:
5153         * plugins/tools/dialog.h:
5154         * plugins/tools/editor.c:
5155         * plugins/tools/editor.h:
5156         * plugins/tools/execute.c:
5157         * plugins/tools/execute.h:
5158         * plugins/tools/fileop.c:
5159         * plugins/tools/fileop.h:
5160         * plugins/tools/plugin.c:
5161         * plugins/tools/plugin.h:
5162         * plugins/tools/scripts/find-fixmes.pl:
5163         * plugins/tools/scripts/translation-status.pl:
5164         * plugins/tools/tool.c:
5165         * plugins/tools/tool.h:
5166         * plugins/tools/variable.c:
5167         * plugins/tools/variable.h:
5168         * plugins/valgrind/ldd.c:
5169         * plugins/valgrind/ldd.h:
5170         * plugins/valgrind/list.c:
5171         * plugins/valgrind/list.h:
5172         * plugins/valgrind/menu-utils.c:
5173         * plugins/valgrind/menu-utils.h:
5174         * plugins/valgrind/parser.c:
5175         * plugins/valgrind/parser.h:
5176         * plugins/valgrind/plugin.c:
5177         * plugins/valgrind/plugin.h:
5178         * plugins/valgrind/preferences.c:
5179         * plugins/valgrind/preferences.h:
5180         * plugins/valgrind/process.c:
5181         * plugins/valgrind/process.h:
5182         * plugins/valgrind/symtab.c:
5183         * plugins/valgrind/symtab.h:
5184         * plugins/valgrind/vgactions.c:
5185         * plugins/valgrind/vgactions.h:
5186         * plugins/valgrind/vgcachegrindprefs.c:
5187         * plugins/valgrind/vgcachegrindprefs.h:
5188         * plugins/valgrind/vgdefaultview.c:
5189         * plugins/valgrind/vgdefaultview.h:
5190         * plugins/valgrind/vgerror.c:
5191         * plugins/valgrind/vgerror.h:
5192         * plugins/valgrind/vggeneralprefs.c:
5193         * plugins/valgrind/vggeneralprefs.h:
5194         * plugins/valgrind/vghelgrindprefs.c:
5195         * plugins/valgrind/vghelgrindprefs.h:
5196         * plugins/valgrind/vgio.c:
5197         * plugins/valgrind/vgio.h:
5198         * plugins/valgrind/vgmemcheckprefs.c:
5199         * plugins/valgrind/vgmemcheckprefs.h:
5200         * plugins/valgrind/vgrule-editor.c:
5201         * plugins/valgrind/vgrule-editor.h:
5202         * plugins/valgrind/vgrule-list.c:
5203         * plugins/valgrind/vgrule-list.h:
5204         * plugins/valgrind/vgrule.c:
5205         * plugins/valgrind/vgrule.h:
5206         * plugins/valgrind/vgrulepattern.c:
5207         * plugins/valgrind/vgrulepattern.h:
5208         * plugins/valgrind/vgsearchbar.c:
5209         * plugins/valgrind/vgsearchbar.h:
5210         * plugins/valgrind/vgstrpool.c:
5211         * plugins/valgrind/vgstrpool.h:
5212         * plugins/valgrind/vgtoolprefs.c:
5213         * plugins/valgrind/vgtoolprefs.h:
5214         * plugins/valgrind/vgtoolview.c:
5215         * plugins/valgrind/vgtoolview.h:
5216         * src/about.c:
5217         * src/about.h:
5218         * src/action-callbacks.c:
5219         * src/action-callbacks.h:
5220         * src/anjuta-actions.h:
5221         * src/anjuta-app.c:
5222         * src/anjuta-app.h:
5223         * src/anjuta-callbacks.c:
5224         * src/anjuta-callbacks.h:
5225         * src/anjuta.c:
5226         * src/anjuta.h:
5227         * src/anjuta_cbs.c:
5228         * src/bacon-message-connection.c:
5229         * src/bacon-message-connection.h:
5230         * src/getline.c:
5231         * src/main.c:
5232         * src/shell.c:
5233         * src/shell.h:
5234         * src/start-with.c:
5235         * src/start-with.h:
5236         * src/utilities.c:
5237         * src/utilities.h:
5238         * tagmanager/options.c:
5239         
5240         Change the address of FSF in various files
5242 2007-08-30  Johannes Schmid <jhs@gnome.org>
5244         * anjuta.glade:
5245         * anjuta.gladep:
5246         Removed because they are no longer in use
5247         
5248         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5249         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5250         Marked some strings as not translatable
5252         * plugins/search/search-replace.c: (list_max_items):
5253         Fixed a possible memory corruption
5255         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5256         Do not show menuitems for locked layout items
5258         * src/main.c: (main):
5259         Some minor style correction in gnome_init
5261 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5263         * plugins/debug-manager/debugger.c,
5264         plugins/debug-manager/breakpoints.c,
5265         plugins/gdb/plugin.c,
5266         plugins/gdb/debugger.c,
5267         libanjuta/interfaces/libanjuta.idl:
5268         Move all breakpoints functions from IAnjutaDebugger to a new
5269         IAnjutaBreakpointDebugger interface
5271 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5273         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5274         * plugins/debug-manager/plugin.c,
5275         plugins/debug-manager/breakpoints.c,
5276         plugins/tools/execute.c,
5277         plugins/project-wizard/plugin.c,
5278         plugins/build-basic-autotools/executer.c,
5279         plugins/gdb/debugger.c,
5280         plugins/profiler/gprof-options.h,
5281         plugins/sourceview/assist-window.h,
5282         plugins/class-gen/transform.c,
5283         libanjuta/anjuta-plugin-description.c,
5284         libanjuta/anjuta-status.c,
5285         libanjuta/anjuta-glue-c.c,
5286         libanjuta/anjuta-glue-cpp.c,
5287         plugins/symbol-browser/an_symbol_prefs.c:
5288         Fix warnings mostly "dereferencing type-punned pointer"
5289         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5291 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5293         * plugins/debug-manager/breakpoints.c,
5294         plugins/debug-manager/debugger.c:
5295         Avoid an endless loop if clearing all breakpoints while the programm
5296         is running
5298 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5300         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5301         * plugins/debug-manager/plugin.c:
5302         Fix a segmentation fault added in the previous patch
5304 2007-07-21  Johannes Schmid <jhs@gnome.org>
5306         * plugins/build-basic-autotools/executer.c:
5307         (get_program_parameters):
5308         
5309         Show an error dialog if no targets are availible instead of
5310         just returning
5312 2007-07-20  Johannes Schmid <jhs@gnome.org>
5314         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5315         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5316         * libanjuta/anjuta-shell.h:
5317         * plugins/document-manager/plugin.c: (activate_plugin):
5318         * plugins/glade/anjuta-design-document.c:
5319         * plugins/glade/plugin.c: (glade_update_ui):
5320         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5321         (anjuta_shell_iface_init):
5322         * src/shell.c: (anjuta_test_shell_add_widget),
5323         (anjuta_shell_iface_init):
5324         
5325         Make the document manager undockable (#458038)
5327 2007-07-20  Johannes Schmid <jhs@gnome.org>
5329         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5330         * plugins/glade/anjuta-design-document.c:
5331         * plugins/glade/plugin.c: (glade_update_ui):
5332         
5333         Fixed some save/dirty status bug in glade
5335 2007-07-20  Johannes Schmid <jhs@gnome.org>
5337         * libanjuta/anjuta-status.c:
5338         Fixed crasher on shutdown
5340 2007-07-20  Johannes Schmid <jhs@gnome.org>
5342         * configure.in:
5343         Minimum glade requirement is 3.2 now. It was before
5344         but we did not check...
5345         
5346         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5347         * libanjuta/anjuta-profile.c:
5348         (anjuta_profile_add_plugins_from_xml):
5349         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5350         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5351         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5352         * plugins/file-loader/plugin.c: (on_create_submenu):
5353         * plugins/file-manager/an_file_view.c: (compare_iter):
5354         * plugins/glade/plugin.c: (activate_plugin):
5355         * src/anjuta-app.c: (on_toolbar_view_toggled):
5356         * src/main.c: (main):
5357         
5358         Fixed lots of memory leaks (thansk valgrind)
5360 2007-07-19  Johannes Schmid <jhs@gnome.org>
5362         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5363         * plugins/document-manager/anjuta-docman.c:
5364         (anjuta_docman_set_busy):
5365         * plugins/document-manager/plugin.c: (on_editor_changed):
5366         * plugins/glade/plugin.c: (activate_plugin):
5367         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5368         (on_value_removed_current_editor):
5369         
5370         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5372 2007-07-18  Johannes Schmid <jhs.gnome.org>
5374         * plugins/build-basic-autotools/executer.c: (execute_program):
5375         Fixed some of the scratchbox stuff but the environment is
5376         still broken
5378 2007-07-18  Johannes Schmid <jhs@gnome.org>
5380         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5381         (on_plugin_deactivated), (get_plugin_loader_type):
5382         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5383         (activate_plugin), (deactivate_plugin),
5384         (glade_plugin_instance_init):
5385         
5386         Fixed glade plugin deactivation
5388 2007-07-18  Johannes Schmid <jhs@gnome.org>
5390         * plugins/document-manager/anjuta-docman.c:
5391         (anjuta_docman_add_document):
5392         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5393         
5394         Fixed path display in document manager with glade files
5396 2007-07-17  Johannes Schmid <jhs@gnome.org>
5398         * libanjuta/interfaces/Makefile.am.iface:
5399         * pixmaps/Makefile.am:
5400         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5401         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5402         (value_removed_current_editor):
5403         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5404         (anjuta_docman_set_current_document):
5405         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5406         (on_editor_added), (on_editor_changed):
5407         * plugins/glade/Makefile.am:
5408         * plugins/glade/anjuta-design-document.c:
5409         (anjuta_design_document_instance_init),
5410         (anjuta_design_document_set_property),
5411         (anjuta_design_document_get_property),
5412         (anjuta_design_document_class_init), (anjuta_design_document_new),
5413         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5414         * plugins/glade/anjuta-design-document.h:
5415         * plugins/glade/anjuta-glade-notebook.c:
5416         * plugins/glade/anjuta-glade-notebook.h:
5417         * plugins/glade/plugin.c: (value_added_current_editor),
5418         (value_removed_current_editor), (glade_update_ui),
5419         (on_close_activated), (on_glade_project_changed),
5420         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5421         (ifile_open):
5422         * plugins/language-support-cpp-java/plugin.c:
5423         (on_value_added_current_editor), (on_value_removed_current_editor):
5424         * plugins/macro/plugin.c: (value_added_current_editor):
5425         * plugins/project-manager/plugin.c: (value_added_current_editor):
5426         * plugins/subversion/plugin.c: (value_added_current_editor):
5427         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5429         Fixed lot of IAnjutaEditor stuff and completed glade integration
5430         with document manager
5431         
5432         * plugins/build-basic-autotools/build-basic-autotools.c:
5433         (value_added_current_editor):
5434         * plugins/build-basic-autotools/executer.c: (execute_program):
5435         
5436         Some initial code to execute projects inside scratchbox
5437         
5438 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5440         * plugins/project-import/project-import.c:
5441         Project import overwrites file on user request (bug #452579)
5443 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5445         * plugins/debug-manager/debugger.c,
5446         plugins/debug-manager/threads.c,
5447         plugins/debug-manager/plugin.c,
5448         plugins/debug-manager/registers.c,
5449         plugins/debug-manager/locals.c,
5450         plugins/debug-manager/stack_trace.c,
5451         plugins/gdb/plugin.c,
5452         plugins/gdb/debugger.c,
5453         plugins/gdb/debugger.h,
5454         libanjuta/interfaces/libanjuta.idl:
5455         Rename change-location to program-moved
5456         Store thread id as gint instead of guint
5457         Do not display registers list if not available
5458         Add intermediate debugger states if missing
5460 2007-07-11  Johannes Schmid <jhs@gnome.org>
5462         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5463         .glade:
5464         Reverted unnecessary changes (#455819)
5466 2007-07-10  Johannes Schmid <jhs@gnome.org>
5468         * plugins/glade/plugin.c:
5469         Fixed glade plugin with glade 3.2 and another crasher
5471 2007-07-09  Johannes Schmid <jhs@gnome.org>
5473         * libanjuta/interfaces/libanjuta.idl:
5474         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5475         .glade:
5476         * plugins/debug-manager/breakpoints.c:
5477         (breakpoint_item_update_in_ui),
5478         (breakpoints_dbase_edit_breakpoint),
5479         (on_toggle_breakpoint_activate):
5480         * plugins/debug-manager/plugin.c:
5481         (on_run_to_cursor_action_activate):
5482         * plugins/document-manager/action-callbacks.c:
5483         (on_editor_command_cut_activate),
5484         (on_editor_command_copy_activate),
5485         (on_editor_command_paste_activate),
5486         (on_editor_command_clear_activate):
5487         * plugins/document-manager/anjuta-docman.c:
5488         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5489         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5490         (anjuta_docman_goto_file_line_mark),
5491         (anjuta_docman_find_editor_with_path),
5492         (anjuta_docman_get_all_editors):
5493         * plugins/document-manager/anjuta-docman.h:
5494         * plugins/document-manager/plugin.c:
5495         (update_editor_ui_interface_items), (on_editor_update_ui),
5496         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5497         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5498         (ianjuta_document_manager_iface_init), (isaveable_save),
5499         (isavable_is_dirty):
5500         * plugins/editor/editor.glade:
5501         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5502         (idocument_paste), (idocument_clear), (idocument_iface_init),
5503         (iselection_iface_init):
5504         * plugins/glade/Makefile.am:
5505         * plugins/glade/anjuta-glade-notebook.c:
5506         (anjuta_glade_notebook_instance_init),
5507         (anjuta_glade_notebook_set_property),
5508         (anjuta_glade_notebook_get_property),
5509         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5510         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5511         (ifile_savable_save), (ifile_savable_save_as),
5512         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5513         (ifile_savable_iface_init), (idocument_can_redo),
5514         (idocument_can_undo), (idocument_begin_undo_action),
5515         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5516         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5517         (idocument_copy), (idocument_paste), (idocument_clear),
5518         (idocument_iface_init):
5519         * plugins/language-support-cpp-java/plugin.c:
5520         (on_value_added_current_editor), (on_value_removed_current_editor):
5521         * plugins/macro/macro-util.c: (get_current_editor):
5522         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5523         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5524         (on_next_occur), (on_incremental_entry_key_press),
5525         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5526         (on_toolbar_find_incremental_start),
5527         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5528         * plugins/search/search-replace.c: (search_start_over),
5529         (search_update_combos), (replace_update_combos),
5530         (anjuta_search_replace_activate):
5531         * plugins/search/search-replace_backend.c: (create_search_entries):
5532         * plugins/sourceview/sourceview.c: (idocument_cut),
5533         (idocument_copy), (idocument_paste), (idocument_clear),
5534         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5535         * plugins/tools/editor.c: (on_editor_response):
5536         * plugins/tools/execute.c: (get_current_editor),
5537         (atp_output_context_initialize), (atp_user_tool_execute):
5538         * plugins/tools/variable.c: (get_current_editor),
5539         (atp_variable_get_editor_variable):
5540         
5541         Some more IAnjutaEditor => IAnjutaDocument fixing!
5542         
5543         * plugins/glade/anjuta-glade-notebook.h:
5544         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5545         (glade_update_ui):
5546         * plugins/glade/plugin.h:
5547         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5548         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5549         be used for glade, too. It might still have some rough edges but already works.
5550         (Fixes #415547 – Glade usability problem)
5552 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5554         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5555           development release (I updated version of glade3 svn to 3.3.2).
5557 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5559         * plugins/symbol-browser/an_symbol_view.c:
5560         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5562 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5564         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5565         (on_system_tags_update_finished), (on_update_global_clicked),
5566         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5567         (symbol_browser_prefs_init),
5568         (symbol_browser_prefs_create_global_tags),
5569         (symbol_browser_load_global_tags):
5570         * plugins/symbol-browser/an_symbol_prefs.h:
5571         * plugins/symbol-browser/an_symbol_view.c:
5572         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5573         * plugins/symbol-browser/an_symbol_view.h:
5574         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5575         on global tags update because of delayed prefs merging. Happens when
5576         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5577         is opened.
5579 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5581         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5582         after install/uninstall.
5584         Patch from James Liggett:
5585         * scripts/glade2schemas.pl: Fixed creating schemas for list
5586         values.
5588 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5590         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5591           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5592           development release since glade svn version is also 3.3.1. In future, the
5593           solution would be for us to always increment the micro version when
5594           changing the API.
5596 2007-07-05  Johannes Schmid <jhs@gnome.org>
5598         * libanjuta/interfaces/libanjuta.idl:
5599         * plugins/build-basic-autotools/build-basic-autotools.c:
5600         (on_build_mesg_format):
5601         * plugins/debug-manager/breakpoints.c:
5602         (breakpoint_item_update_in_ui),
5603         (breakpoints_dbase_edit_breakpoint),
5604         (on_toggle_breakpoint_activate):
5605         * plugins/debug-manager/plugin.c:
5606         (on_run_to_cursor_action_activate):
5607         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5608         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5609         (get_current_editor), (on_save_activate), (on_save_as_activate),
5610         (on_save_prompt_save_editor), (on_close_file_activate),
5611         (on_close_all_file_activate), (on_reload_file_activate),
5612         (anjuta_print_cb), (anjuta_print_preview_cb),
5613         (on_editor_command_upper_case_activate),
5614         (on_editor_command_lower_case_activate),
5615         (on_editor_command_undo_activate),
5616         (on_editor_command_redo_activate),
5617         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5618         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5619         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5620         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5621         (on_zoom_out_text_activate), (on_force_hilite_activate),
5622         (on_indent1_activate), (on_swap_activate),
5623         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5624         * plugins/document-manager/anjuta-docman.c:
5625         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5626         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5627         (anjuta_docman_dispose), (on_notebook_switch_page),
5628         (anjuta_docman_page_from_widget), (on_editor_destroy),
5629         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5630         (anjuta_docman_get_current_document),
5631         (anjuta_docman_set_current_document),
5632         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5633         (anjuta_docman_update_page_label),
5634         (anjuta_docman_get_document_from_path),
5635         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5636         (anjuta_docman_order_tabs):
5637         * plugins/document-manager/anjuta-docman.h:
5638         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5639         (update_editor_ui_interface_items), (update_editor_ui),
5640         (on_editor_update_save_ui), (on_editor_update_ui),
5641         (on_editor_changed), (on_save_prompt_save_editor),
5642         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5643         (ianjuta_docman_get_current_document),
5644         (ianjuta_docman_set_current_document),
5645         (ianjuta_docman_remove_buffer),
5646         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5647         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5648         (idocument_get_filename), (idocument_can_undo),
5649         (idocument_can_redo), (idocument_undo),
5650         (idocument_begin_undo_action), (idocument_end_undo_action),
5651         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5652         * plugins/language-support-cpp-java/plugin.c:
5653         (on_editor_char_inserted_cpp), (on_auto_indent):
5654         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5655         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5656         * plugins/sample1/plugin.c: (on_sample_action_activate):
5657         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5658         (on_next_occur), (on_incremental_entry_key_press),
5659         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5660         (on_toolbar_find_incremental_start),
5661         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5662         * plugins/search/search-replace.c: (search_and_replace),
5663         (write_message_pane), (search_start_over), (search_update_combos),
5664         (replace_update_combos), (anjuta_search_replace_activate):
5665         * plugins/search/search-replace_backend.c:
5666         (file_buffer_new_from_path), (create_search_entries):
5667         * plugins/sourceview/sourceview-print.c: (create_print_job):
5668         * plugins/sourceview/sourceview.c:
5669         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5670         (idocument_can_redo), (idocument_can_undo),
5671         (idocument_begin_undo_action), (idocument_end_undo_action),
5672         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5673         (idocument_get_filename), (idocument_iface_init):
5674         * plugins/tools/editor.c: (on_editor_response):
5675         * plugins/tools/execute.c: (atp_output_context_initialize),
5676         (atp_user_tool_execute):
5677         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5678         
5679         Create IAnjutaDocument interface. This interface is a more general idea
5680         of documents being anything that can be modified, has undo/redo and
5681         may have operations like copy/paste.
5682         The primary goal is to integrate better by making it use the standard file
5683         and edit menu instead of it's own glade menu. Of course the downside is that
5684         you won't be able to view a source file and the designer at the same time. Anyway
5685         so many people have complained that they "can't save a glade file" that I think
5686         this is the much better solution.
5687         Work on the glade plugin is still to come but the most difficult things should be
5688         done now.
5690 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5692         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5693           version 3.0.3.
5695 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5697         * libanjuta/anjuta-plugin-manager.c:
5698         (anjuta_plugin_manager_get_plugins_page),
5699         (anjuta_plugin_manager_get_remembered_plugins_page):
5700         * libanjuta/anjuta-plugin-manager.h:
5701         * src/anjuta-app.c: (anjuta_app_install_preferences):
5702         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5703         and remembered plugins preferences pages in separate pages (avoid
5704         crowd).
5706 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5708         Patch from James Liggett  <jrliggett@cox.net>:
5709         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5710         Installed editor preferences schemas. Fixes bug #453463.
5712 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5714         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5715         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5717 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5719         * plugins/document-manager/anjuta-document-manager.ui:
5720         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5721         * src/action-callbacks.c:
5722         * src/action-callbacks.h:
5723         * src/anjuta-actions.h:
5724         * src/anjuta-app.c: (anjuta_app_instance_init),
5725         (anjuta_app_install_preferences):
5726         * src/anjuta.glade:
5727         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5728         General preferences page. Move preferences menu from Settings to
5729         Edit submenu. And got rid of Settings submenu.
5731 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5733         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5734         
5735 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5737         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5738         as discussed and agreed with James Liggett.
5740         Patch from James Liggett  <jrliggett@cox.net>:
5742         * configure.in:
5743         * libanjuta/anjuta-plugin-manager.c:
5744         (on_activated_plugin_objects_foreach),
5745         (anjuta_plugin_manager_get_active_plugin_objects):
5746         * libanjuta/anjuta-plugin-manager.h:
5747         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5748         (anjuta_plugin_deactivate):
5749         * libanjuta/anjuta-preferences-dialog.c:
5750         (anjuta_preferences_dialog_finalize),
5751         (anjuta_preferences_dialog_class_init), (add_category_columns),
5752         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5753         (anjuta_preferences_dialog_remove_page):
5754         * libanjuta/anjuta-preferences.c: (property_destroy),
5755         (unregister_preferences_key), (register_callbacks),
5756         (preferences_foreach_callback), (connect_prop_to_object),
5757         (anjuta_preferences_register_property_raw),
5758         (anjuta_preferences_register_property_custom),
5759         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5760         (anjuta_preferences_remove_page),
5761         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5762         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5763         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5764         (anjuta_preferences_class_init), (anjuta_preferences_new):
5765         * libanjuta/anjuta-preferences.h:
5766         * plugins/build-basic-autotools/Makefile.am:
5767         * plugins/build-basic-autotools/build-basic-autotools.c:
5768         (ipreferences_unmerge):
5769         * plugins/cvs-plugin/Makefile.am:
5770         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5771         * plugins/document-manager/Makefile.am:
5772         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5773         * plugins/editor/plugin.c: (ipreferences_unmerge):
5774         * plugins/file-manager/Makefile.am:
5775         * plugins/file-manager/plugin.c: (activate_plugin),
5776         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5777         * plugins/gtodo/plugin.c: (ipreferences_merge),
5778         (ipreferences_unmerge):
5779         * plugins/language-support-cpp-java/Makefile.am:
5780         * plugins/language-support-cpp-java/plugin.c:
5781         (ipreferences_unmerge):
5782         * plugins/message-view/Makefile.am:
5783         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5784         * plugins/sourceview/Makefile.am:
5785         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5786         * plugins/symbol-browser/Makefile.am:
5787         * plugins/symbol-browser/an_symbol_prefs.c:
5788         (symbol_browser_prefs_finalize):
5789         * plugins/terminal/Makefile.am:
5790         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5791         * plugins/valgrind/plugin.c: (ipreferences_merge),
5792         (ipreferences_unmerge):
5793         * scripts/Makefile.am:
5794         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5795         * src/Makefile.am:
5796         * src/action-callbacks.c: (on_set_preferences1_activate):
5797         * src/anjuta-app.c: (anjuta_app_instance_init),
5798         (anjuta_app_install_preferences):
5799         * src/anjuta-app.h:
5800         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5801         task: Bug #445314: On demand preferences widgets creation. Thanks
5802         James for this great work.
5804 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5806         * plugins/debug-manager/data_buffer.c,
5807         plugins/message-view/message-view.c: Fixed compiler warnings.
5809 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5811         * src/action-callbacks.c: (help_activate),
5812         (on_help_manual_activate), (on_help_tutorial_activate),
5813         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5815         Fixed help activation (bug #451557).
5817 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5819         * AUTHORS: Added James Liggett. Forgot to add him before :(
5821 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5823         * plugins/debug-manager/debugger.c,
5824         plugins/debug-manager/plugin.c,
5825         plugins/gdb/debugger.c,
5826         libanjuta/interfaces/libanjuta.idl:
5827         Add a GError* parameter to debugger-stopped signal
5829         * (added) libanjuta/anjuta-error.c,
5830         (added) libanjuta/anjuta-error.h,
5831         libanjuta/Makefile.am:
5832         Register GError as a boxed type
5834         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5835         Support GError* in signal, GError must be registered as a boxed type
5836         Accept NULL as strings
5838 === anjuta 2.2.0 ===
5840 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5842         * configure.in: Bumped version to 2.2.0
5843         * NEWS: Updated for 2.2.0 stable release.
5844         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5845         Reduce the idle priority to make the UI update before anything else.
5847 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5849         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5851         * libanjuta/interfaces/libanjuta.idl:
5852         * plugins/document-manager/action-callbacks.c:
5853         (on_editor_command_complete_word_activate):
5854         * plugins/document-manager/plugin.c:
5855         (update_editor_ui_interface_items):
5856         * plugins/editor/text_editor.c: (iautocomplete_activate),
5857         (iautocomplete_iface_init):
5858         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5860         Moved autocomplete() method away from IAnjutaEditorAssist into
5861         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5862         autocomplete and does not crash with sourceview. Fixes Bug #449620
5863         – The auto completion functionality not work. Also sets menuitem 
5864         insensitive when hiding them.
5866         * plugins/debug-manager/disassemble.c:
5867         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5868         printf types.
5870 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5872         * pixmaps/anjuta_splash.png: Updated.
5873         
5874         * plugins/search/search-replace.c
5875         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5876         the right target (project).
5877         * ChangeLog: Added missing log.
5879 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5881         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5882         manuals/anjuta-manual/C/fileoperations.xml,
5883         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5885         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5887         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5889 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5891         * TODO.tasks: Added bounty for on-demand preferences.
5893         Patch from Thierry Moisan:
5894         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5895         (bug #88824).
5897 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5899         Patch from tpgww@onepost.net:
5901         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
5902         * libegg/test-actions.c:
5903         * libegg/test-multi-drag.c: (main):
5904         * plugins/debug-manager/memory.c: (read_memory_block):
5905         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
5907         Fixes compile warnings. Fixes bug #427101.
5909 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5911         Patch from James Liggett:
5913         * plugins/profiler/gprof-options.c: (on_option_changed),
5914         (setup_widgets):
5915         * plugins/profiler/gprof-options.h:
5916         * plugins/profiler/gprof-profile-data.c:
5917         (gprof_profile_data_init_profile):
5918         * plugins/profiler/gprof-profile-data.h:
5919         * plugins/profiler/plugin.c: (profiler_get_data),
5920         (profiler_set_target), (register_options),
5921         (on_profile_data_browse_button_clicked),
5922         (on_profiling_options_button_clicked), (on_profiler_delete_data):
5923         * plugins/profiler/profiler.glade: implements independent targets.
5924         implements the ability to select arbitrary gmon.out files.
5925         Fixes bug #403502 – User should also be allowed to select an
5926         independent executable target.
5928 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5930         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
5932         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
5933         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
5935 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
5937         * plugins/debug-manager/plugin.c,
5938         plugins/debug-manager/breakpoints.c:
5939         Remove weak pointers when owner is destroyed
5940         Remove all breakpoints before loading new one
5942 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
5944         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
5945          
5946 2007-06-19  Naba Kumar  <naba@gnome.org>
5948         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
5949         Bug #448491 Empty Lines Problem.
5951         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
5952         
5953         * data/default.profile, plugins/message-view/plugin.c: Do not
5954         restore session for messages.
5955         Fixes bug #377461 – don't create new message window for each
5956         build/find.
5958         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
5959         Fixes a crash on exit/project-close if profiler plugin is loaded.
5961 2007-06-17  Naba Kumar  <naba@gnome.org>
5963         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
5964         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
5966         * plugins/file-loader/plugin.c: Fail on opening non existent files.
5967         Bug #448034 – Anjuta crashes on starting (when the last project
5968         directory was deleted).
5970         * plugins/document-manager/plugin.c: Set line markers for files
5971         opened via IAnjutaFile::open(). Fixes missing line markers while
5972         navigating symbols.
5974 2007-06-17  Naba Kumar  <naba@gnome.org>
5976         * plugins/sourceview/sourceview.glade: Set correct font
5977         default value and use monospace instead of sans. Fixes
5978         bug #448408 – crash in Anjuta IDE: Trying to change the
5979         editor
5981 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5983         * plugins/search/search-replace.c,
5984         plugins/search/search-replace.h,
5985         plugins/search/anjuta-search.glade:
5986         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
5987         Fixes bug #355166
5989 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5991         * plugins/debug-manager/plugin.c,
5992         plugins/debug-manager/breakpoints.c:
5993         Add weak references, fixes bug #448053 ?
5995 2007-06-16  Naba Kumar  <naba@gnome.org>
5997         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
5998         dialog to allow forgetting them if user chooses to select a different
5999         one.
6001 2007-06-13  Naba Kumar  <naba@gnome.org>
6003         * plugins/sourceview/sourceview-prefs.c: Initialize font
6004         on startup correctly if use_theme is set.
6006         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6007         if available for default font. Fixes bug #447304.
6009         * plugins/sourceview/sourceview-prefs.c: Return value based
6010         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6011         for the first time has black background
6012         
6013         * plugins/project-manager/plugin.c: Give a better error message
6014         when project could not be loaded.
6016         * libanjuta/anjuta-serializer.c: Added a comment.
6018 2007-06-13  Johannes Schmid <jhs@gnome.org>
6020         * configure.in:
6021         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6022         most warnings to avoid simple coding problems.
6023         
6024         * plugins/message-view/anjuta-msgman.c:
6025         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6026         * plugins/message-view/plugin.c: (on_view_changed),
6027         (ianjuta_msgman_add_view):
6028         
6029         Fixed #440866 by always presenting the message-manager when a tab is
6030         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6031         
6032         * plugins/subversion/subversion-callbacks.c:
6033         (on_subversion_commit_response):
6034         Destroy dialog if user clicks "No"
6036 2007-06-12  Naba Kumar  <naba@gnome.org>
6038         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6039         read and use of uninitialized variable.
6041         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6042         because it is used in credits listing and packaging could compress
6043         it in docdir. Fixes bug #397881: The credits are empty
6045         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6046         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6047         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6048         plugins/symbol-browser/an_symbol_info.c,
6049         plugins/symbol-browser/plugin.c,
6050         plugins/symbol-browser/an_symbol_view.c,
6051         plugins/editor/aneditor-autocomplete.cxx:
6053         - Do not access TMTag
6054         member in TMSymbol when freeing it because by then the tags
6055         could have changed. Avoids dangerous memory corruptions by freeing
6056         someone else's memory (Could explain those random crashes when
6057         refreshing symbols or re-loading a different project or closing
6058         a project). Anything that tries to refresh symbols could trigger
6059         this corruptions.
6060         - Added a flag to also retrieve method definitions as part of
6061         the class's scope members. And used it to set both function prototype
6062         and definition in symbols. Fixes navigation to prototype and
6063         function definitions from symbol browser (bug #440370)
6065         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6066         memory. Could fix those bogus 'file changed' dialogs.
6068         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6070 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6072         * (added) libanjuta/anjuta-utils-priv.h,
6073         libanjuta/anjuta-utils.h,
6074         libanjuta/anjuta-launcher.c,
6075         libanjuta/Makefile.am:
6076         Fix bug #440801: do not use config.h in public include files
6078 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6080         * plugins/project-wizard/templates/mkfile.wiz:
6081         Fix bug #442038: missing project.sh file
6083         * configure.in,
6084         plugins/project-wizard/templates/Makefile.am,
6085         plugins/project-wizard/templates/translatable-strings.h,
6086         (added) plugins/project-wizard/templates/sdl.wiz,
6087         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6088         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6089         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6090         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6091         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6092         (added) plugins/project-wizard/templates/sdl/src/main.c,
6093         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6094         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6095         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6096         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6097         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6098         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6099         Fix bug #315635: add a SDL project wizard
6101 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6103         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6104         when SIGCHLD is triggered when main loop context is locked. Dead lock
6105         happens when child_exited callback also accesses main loop context.
6106         Happens particularly badly in debug target exiting.
6108 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6110         * manuals/anjuta-manual/C/debugger.xml:
6111         First update of the debugger documentation
6113 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6115         * manuals/anjuta-manual/C/fileoperations.xml,
6116         manuals/anjuta-manual/C/projects.xml,
6117         manuals/anjuta-manual/C/anjuta-manual.xml,
6118         manuals/anjuta-manual/C/build.xml,
6119         manuals/anjuta-manual/C/execute.xml,
6120         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6121         Added project properties documentation. Moved execution section
6122         inside project management. Removed dead documentation.
6124 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6126         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6127         plugins/symbol-browser/plugin.h,
6128         plugins/symbol-browser/an_symbol_prefs.c,
6129         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6130         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6131         progress bar instead of separate window for system tags
6132         generation. Renamed AnjutaStatus methods to a proper ones.
6134         * plugins/symbol-browser/plugin.c,
6135         plugins/symbol-browser/plugin.h,
6136         plugins/symbol-browser/an_symbol_prefs.c,
6137         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6138         global-tags/create_global_tags.sh.in: Get rid of message window
6139         for showing global tags creation and use a small window with
6140         progress bar.
6142 2007-05-30  Naba Kumar  <naba@gnome.org>
6144         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6145         Bug 442315 – After calling configure, the build menus are still insensitive,
6146         Bug 442314 – Autogeneration fails when there is no autogen.sh
6148         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6149         fails to remove target/source/group. Fixes bug #440196 – crash in
6150         Anjuta IDE: removing a target
6152 2007-05-29  Naba Kumar  <naba@gnome.org>
6154         * plugins/symbol-browser/an_symbol_view.c,
6155         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6156         tags generation. Fixed runtime warning.
6158 2007-05-28  Naba Kumar  <naba@gnome.org>
6160         Patch from James Liggett  <jrliggett@cox.net>:
6161         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6162         Fixed bug #403502 – User should also be allowed to select an
6163         independent executable target.
6165 2007-05-27  Johannes Schmid <jhs@gnome.org>
6167         * plugins/build-basic-autotools/build-basic-autotools.c:
6168         (get_real_directory), (on_build_mesg_format):
6169         
6170         Find correct files for error messages inside scratchbox
6172 2007-05-27  Naba Kumar  <naba@gnome.org>
6174         * manuals/anjuta-manual/C/projects.xml,
6175         manuals/anjuta-manual/C/projects.xml: Updated project
6176         management chapter more.
6178 2007-05-25  Johannes Schmid <jhs@gnome.org>
6180         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6181         * plugins/build-basic-autotools/build-basic-autotools.c:
6182         (on_sb_check_toggled), (build_execute_command),
6183         (ipreferences_merge), (ipreferences_unmerge):
6184         Added support for building inside scratchbox environment
6185         
6186         Patch from James Liggett <jrliggett@cox.net>:
6187         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6188         (anjuta_msgman_append_view):
6190         Fix 440866 
6191           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6193 2007-05-23  Naba Kumar  <naba@gnome.org>
6195         * manuals/anjuta-manual/C/projects.xml: Updated project
6196         management chapter.
6198 2007-05-22  Naba Kumar  <naba@gnome.org>
6200         * manuals/anjuta-manual/C/projects.xml: More updates.
6202         * manuals/anjuta-manual/C/introduction.xml,
6203         manuals/anjuta-manual/C/projects.xml,
6204         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6206 2007-05-22  Naba Kumar  <naba@gnome.org>
6208         Patch from Étienne Bersac:
6209         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6210         class in generated class.
6212 2007-05-22  Naba Kumar  <naba@gnome.org>
6214         * plugins/profiler/plugin.c: Fixed a compiler warning.
6215         * plugins/valgrind/Makefile.am: Added ldflags.
6217         Patch from James Liggett:
6218         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6219         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6220         specific options.
6222 2007-05-18  Johannes Schmid <jhs@gnome.org>
6224         * plugins/editor/text_editor.c:
6225         * plugins/language-support-cpp-java/plugin.c:
6226         (on_editor_language_changed), (on_value_added_current_editor),
6227         (on_value_removed_current_editor):
6228         
6229         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6230         Fix assist support in language-support-plugin.
6232 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6234         * libanjuta/interfaces/libanjuta.idl:
6235         Add a new interface allowing to implement plugin able
6236         to load other plugins (not written in C)
6238         * libanjuta/anjuta-plugin-handle.c,
6239         libanjuta/anjuta-plugin-handle.h:
6240         Add a language and a resident plugin properties
6242         * libanjuta/anjuta-glue-plugin.c,
6243         libanjuta/anjuta-glue-plugin.h,
6244         (added)libanjuta/anjuta-glue-c.c,
6245         (added)libanjuta/anjuta-glue-c.h,
6246         libanjuta/Makefile.am:
6247         Split code used to load a C plugin into a common part
6248         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6250         * libanjuta/anjuta-glue-factory.c,
6251         libanjuta/anjuta-glue-factory.h,
6252         libanjuta/anjuta-plugin-manager.c:
6253         Allow to load plugin not written in C and search for the
6254         additional needed code in another plugin
6256 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6258         * plugins/editor/text_editor.c:
6259         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6260         avoiding a crash if scintilla is used
6262 2007-05-14  Johannes Schmid <jhs@gnome.org>
6264         * libanjuta/interfaces/libanjuta.idl:
6265         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6266         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6267         (on_assist_chosen), (on_assist_update), (get_context),
6268         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6269         (install_assist), (uninstall_assist), (install_support),
6270         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6271         (cpp_java_plugin_instance_init):
6272         * plugins/language-support-cpp-java/plugin.h:
6273         Use IAnjutaEditorAssist to show language specific suggestions
6274         
6275         * plugins/sourceview/Makefile.am:
6276         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6277         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6278         * plugins/sourceview/anjuta-view.h:
6279         * plugins/sourceview/assist-window.c: (assist_window_expose),
6280         (assist_window_set_property), (assist_window_get_property),
6281         (assist_window_class_init), (assist_activated),
6282         (assist_window_init), (assist_window_finalize),
6283         (assist_window_select), (assist_window_first),
6284         (assist_window_last), (assist_window_up), (assist_window_down),
6285         (get_coordinates), (assist_window_move), (assist_window_update),
6286         (assist_window_filter_keypress), (assist_window_is_active),
6287         (assist_window_new), (assist_window_get_trigger),
6288         (assist_window_get_position):
6289         * plugins/sourceview/assist-window.h:
6290         * plugins/sourceview/sourceview-args.c (removed):
6291         * plugins/sourceview/sourceview-args.h (removed):
6292         * plugins/sourceview/sourceview-autocomplete.c (removed):
6293         * plugins/sourceview/sourceview-autocomplete.h (removed):
6294         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6295         * plugins/sourceview/sourceview-private.h:
6296         * plugins/sourceview/sourceview-scope.c(removed):
6297         * plugins/sourceview/sourceview-scope.h(removed):
6298         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6299         (on_assist_cancel), (on_document_char_added),
6300         (on_reload_dialog_response), (sourceview_class_init),
6301         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6302         (iassist_remove_trigger), (iassist_autocomplete),
6303         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6304         (iassist_react), (iassist_iface_init):
6305         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6306         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6307         
6308         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6309         - Mark files dirty if reload dialog is canceled.
6311 2007-05-12  Naba Kumar  <naba@gnome.org>
6313         * libanjuta/anjuta-launcher.h: Corrected include file.
6315 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6317         * libanjuta/anjuta-glue-plugin.c,
6318         libanjuta/anjuta-glue-plugin.h,
6319         libanjuta/anjuta-glue-factory.c,
6320         libanjuta/anjuta-glue-factory.h,
6321         ibanjuta/anjuta-plugin-manager.c:
6322         Move code used to load a C plugin from glue-factory to glue-plugin
6323         So loading a plugin written in another language could be done by
6324         just using another object derived from AnjutaGluePlugin
6326         * libanjuta/libanjuta.h:
6327         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6328         includes
6330 === anjuta 2.1.3 ===
6332 2007-05-11  Naba Kumar  <naba@gnome.org>
6334         * configure.in: Bumped version to 2.1.3
6335         * NEWS: Updated.
6336         * AUTHORS: Updated.
6337         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6339 2007-05-11  Naba Kumar  <naba@gnome.org>
6341         * configure.in:
6342         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6343         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6344         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6346 2007-05-10  Johannes Schmid <jhs@gnome.org>
6348         * plugins/search/plugin.c:
6349         Make incremental search behave less annoying
6350         
6351 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6353         * plugins/macro/macro-util.c:
6354         Fix bug #419008 and bug #419036
6355         When creating new header file, use name and email set in
6356         preferences and replace invalid C character by underscore
6357         in guards
6359 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6361         * plugins/search/search-replace.c,
6362         plugins/search/search-replace_backend.c:
6363         Disable search button if search expression is empty (bug #378193)
6365 2007-05-08  Naba Kumar  <naba@gnome.org>
6367         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6368         build error.
6370 2007-05-07  Naba Kumar  <naba@gnome.org>
6372         * configure.in:
6373         * plugins/project-wizard/templates/Makefile.am:
6374         * plugins/project-wizard/templates/minimal.wiz:
6375         * plugins/project-wizard/templates/minimal/.cvsignore:
6376         * plugins/project-wizard/templates/minimal/Makefile.am:
6377         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6378         * plugins/project-wizard/templates/minimal/autogen.sh:
6379         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6380         * plugins/project-wizard/templates/minimal/project.anjuta:
6381         Added 'minimal', a generic and flat, project template.
6382         
6383 2007-05-05  Naba Kumar  <naba@gnome.org>
6385         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6387         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6388         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6389         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6390         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6391         instead of a real one, fixes interdependency with libanjuta.
6392         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6393         * libanjuta/Makefile.am: 
6394         * libegg/Makefile.am:
6395         * plugins/build-basic-autotools/Makefile.am:
6396         * plugins/class-gen/Makefile.am:
6397         * plugins/class-inheritance/Makefile.am:
6398         * plugins/cvs-plugin/Makefile.am:
6399         * plugins/debug-manager/Makefile.am:
6400         * plugins/devhelp/Makefile.am:
6401         * plugins/document-manager/Makefile.am:
6402         * plugins/editor/Makefile.am:
6403         * plugins/file-loader/Makefile.am:
6404         * plugins/file-manager/Makefile.am:
6405         * plugins/file-wizard/Makefile.am:
6406         * plugins/gdb/Makefile.am:
6407         * plugins/glade/Makefile.am:
6408         * plugins/gtodo/Makefile.am:
6409         * plugins/language-support-cpp-java/Makefile.am:
6410         * plugins/macro/Makefile.am:
6411         * plugins/message-view/Makefile.am:
6412         * plugins/patch/Makefile.am:
6413         * plugins/profiler/Makefile.am:
6414         * plugins/project-import/Makefile.am:
6415         * plugins/project-manager/Makefile.am:
6416         * plugins/project-wizard/Makefile.am:
6417         * plugins/sample1/Makefile.am:
6418         * plugins/search/Makefile.am:
6419         * plugins/sourceview/Makefile.am:
6420         * plugins/subversion/Makefile.am:
6421         * plugins/symbol-browser/Makefile.am:
6422         * plugins/terminal/Makefile.am:
6423         * plugins/tools/Makefile.am:
6424         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6426 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6428         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6430 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6432         * libanjuta/anjuta-launcher.c,
6433         libanjuta/anjuta-launcher.h:
6434         Add some missing implementation
6436 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6438         Reviewed by Naba Kumar  <naba@gnome.org>:
6439         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6440         for uninstall-hook.
6442 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6444         Reviewed by Naba Kumar  <naba@gnome.org>:
6445         * plugins/editor/text_editor.c: Large memory addresses were being
6446         truncated, switched to glong (bug #422143).
6448 2007-04-24  Naba Kumar  <naba@gnome.org>
6450         * plugins/document-manager/plugin.c: (prefs_finalize):
6451         * plugins/editor/aneditor-autocomplete.cxx:
6452         * plugins/editor/text_editor_menu.c:
6453         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6454         * plugins/file-loader/plugin.c: (open_file_with),
6455         (create_open_with_submenu):
6456         * plugins/file-manager/plugin.c: (prefs_finalize):
6457         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6458         pointer type castings.
6460 2007-04-24  Naba Kumar  <naba@gnome.org>
6462         Patch from s|s  <supreet.sethi@gmail.com>:
6463         * (added) plugins/project-wizard/templates/django-logo.png:
6464         * (added) plugins/project-wizard/templates/django.wiz:
6465         * plugins/project-wizard/templates/Makefile.am:
6466         * plugins/project-wizard/templates/translatable-strings.h: Added
6467         django project template. http://www.djangoproject.com/
6469 2007-04-24  Naba Kumar  <naba@gnome.org>
6471         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6472         the log entry widget and made the dialog little larger.
6474 2007-04-24  Naba Kumar  <naba@gnome.org>
6476         Patch from Halton Huo:
6477         * configure.in:
6478         * plugins/project-wizard/property.c:
6479         * plugins/subversion/svn-auth.c:
6480         * plugins/subversion/svn-backend-priv.h:
6481         * plugins/subversion/svn-backend.c:
6482         * plugins/subversion/svn-backend.h:
6483         * plugins/subversion/svn-notify.h: Proper use of subversion
6484         headers. Fixes build issues in solaris (bug #426701).
6486 2007-04-24  Naba Kumar  <naba@gnome.org>
6488         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6489         
6490         * plugins/project-wizard/templates/cpp.wiz:
6491         * plugins/project-wizard/templates/gcj.wiz:
6492         * plugins/project-wizard/templates/gnome.wiz:
6493         * plugins/project-wizard/templates/gtk.wiz:
6494         * plugins/project-wizard/templates/gtkmm.wiz:
6495         * plugins/project-wizard/templates/java.wiz:
6496         * plugins/project-wizard/templates/python.wiz:
6497         * plugins/project-wizard/templates/terminal.wiz:
6498         * plugins/project-wizard/templates/wxwin.wiz:
6499         * plugins/project-wizard/templates/xlib-dock.wiz:
6500         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6501         project option and set it ON by default (since gnome-build, can't
6502         enabled configure shared lib support later when a sharedlib target
6503         is added).
6505 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6507         * plugins/debug-manager/stack_trace.c:
6508         Fix a missing case in the previous changes
6510 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6512         * plugins/debug-manager/plugin.c:
6513         Fix bug #430401
6515         * plugins/debug-manager/breakpoints.c,
6516         plugins/gdb/plugin.c:
6517         Fix adding breakpoint on a function
6519         * plugins/debug-manager/stack_trace.c:
6520         Highlight changed stack frame
6522 2007-04-18  Naba Kumar  <naba@gnome.org>
6524         * plugins/document-manager/anjuta-docman.c:
6525         (anjuta_docman_dispose), (on_editor_destroy),
6526         (anjuta_docman_remove_editor): Remove the editor widget from
6527         the parent container before calling destroy, otherwise container
6528         removal happens after TextEditor is disposed resulting in call
6529         to value-remove for a TextEditor which is half-dead (crash).
6531 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6533         * plugins/debug-manager/data_buffer.c
6534         plugins/debug-manager/data_view.c,
6535         plugins/debug-manager/memory.c:
6536         Fixes for bug #418523, bug #427090 and bug #428174
6538 2007-04-11 Halton Huo <halton.huo@sun.com>
6540         reviewed by: <jhs@gnome.org>
6542         * configure.in:
6543         * libanjuta/Makefile.am:
6544         * libanjuta/anjuta-utils.c:
6545         * libanjuta/anjuta-utils.h:
6546         * manuals/reference/libanjuta/Makefile.am:
6547         
6548         Fixed compilation on sun by deploying the libutil methods
6549         in anjuta-utils.h and building them on condition.
6551 2007-04-11  Johannes Schmid <jhs@gnome.org>
6553         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6554         (anjuta_docman_add_editor):
6555         Hold a reference on the editor as long as we use it.
6556         
6557         * plugins/document-manager/plugin.c: (on_editor_changed):
6558         Destroy GValue to fix a memoery leak.
6560 2007-04-11  Johannes Schmid <jhs@gnome.org>
6562         * plugins/document-manager/plugin.c: (on_editor_changed):
6563         Fixed reference counting for editor by using g_value_take_object instead
6564         of g_value_set_object. The editors are now correctly finalized and thus
6565         we do not lack so much memory anymore.
6566         
6567         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6568         (anjuta_view_finalize), (anjuta_view_focus_out),
6569         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6570         * plugins/sourceview/anjuta-view.h:
6571         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6572         * plugins/sourceview/sourceview-prefs.c:
6573         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6574         * plugins/sourceview/sourceview-prefs.h:
6575         * plugins/sourceview/sourceview-private.h:
6576         * plugins/sourceview/sourceview.c: (on_document_loaded),
6577         (timeout_unref), (on_document_saved), (sourceview_finalize),
6578         (sourceview_new), (ifile_open), (ifile_savable_save),
6579         (ifile_savable_save_as):
6581         Several changes to fix things when the editor is correctly destroyed.
6582         Fixed preferences (which led me to the refcounting issue, #409412)
6583         and removed deprecated completition code that will be replace by
6584         IAnjutaAssist interface soon. 
6586 2007-04-11  Johannes Schmid <jhs@gnome.org>
6588         * libanjuta/anjuta-launcher.c:
6589         (anjuta_launcher_execution_done_cleanup),
6590         (anjuta_launcher_child_terminated):
6591         Possible fix for #428363 and added a g_return_if_fail
6593         * plugins/message-view/plugin.c: (activate_plugin):
6594         Fixed a Gtk/Gdl-Critical
6595         
6596         Patches from Étienne Bersac <bersace03@laposte.net>
6597         * plugins/class-gen/templates/go-source.tpl:
6598         * plugins/macro/macros.xml:
6599         Use better template for GObjects (#417875 and #417918)
6600         
6601         Patches from Halton Huo <halton.huo@sun.com>
6602         * libanjuta/anjuta-launcher.h:
6603         * libanjuta/anjuta-preferences.c:
6604         * libanjuta/anjuta-utils.c:
6605         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6606         (cg_window_set_add_to_repository):
6607         * plugins/class-inheritance/class-inherit.c:
6608         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6610 2007-04-09  Johannes Schmid <jhs@gnome.org>
6612         * plugins/editor/print.c: (anjuta_print_show_header):
6613         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6614         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6616   Some string changes (#427395 and #427399)
6618 2007-04-06  Johannes Schmid <jhs@gnome.org>
6620         * plugins/build-basic-autotools/build-basic-autotools.c:
6621         (on_build_mesg_format), (on_build_mesg_parse):
6622         Fixed full path detection
6624 2007-04-05  Naba Kumar  <naba@gnome.org>
6626         Patch from Halton Huo:
6627         * libanjuta/Makefile.am:
6628         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6629         * libanjuta/anjuta-glue-cpp.h:
6630         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6631         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6632         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6633         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6634         (load_plugin), (anjuta_glue_factory_get_object_type):
6635         * libanjuta/anjuta-glue-factory.h:
6636         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6637         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6638         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6639         (anjuta_glue_plugin_new):
6640         * libanjuta/anjuta-glue-plugin.h:
6641         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6642         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6643         * libanjuta/anjuta-plugin.h:
6644         * libanjuta/glue-cpp.c:
6645         * libanjuta/glue-cpp.h:
6646         * libanjuta/glue-factory.c:
6647         * libanjuta/glue-factory.h:
6648         * libanjuta/glue-plugin.c:
6649         * libanjuta/glue-plugin.h:
6650         * plugins/build-basic-autotools/build-basic-autotools.h:
6651         * plugins/class-gen/plugin.h:
6652         * plugins/class-inheritance/plugin.h:
6653         * plugins/cvs-plugin/plugin.h:
6654         * plugins/debug-manager/plugin.h:
6655         * plugins/devhelp/plugin.h:
6656         * plugins/document-manager/plugin.h:
6657         * plugins/editor/plugin.h:
6658         * plugins/file-loader/plugin.h:
6659         * plugins/file-manager/plugin.h:
6660         * plugins/file-wizard/plugin.h:
6661         * plugins/gdb/plugin.h:
6662         * plugins/glade/plugin.h:
6663         * plugins/gtodo/plugin.h:
6664         * plugins/language-support-cpp-java/plugin.h:
6665         * plugins/macro/plugin.h:
6666         * plugins/message-view/plugin.h:
6667         * plugins/patch/plugin.h:
6668         * plugins/profiler/plugin.h:
6669         * plugins/project-import/plugin.h:
6670         * plugins/project-manager/plugin.h:
6671         * plugins/project-wizard/plugin.h:
6672         * plugins/sample1/plugin.h:
6673         * plugins/search/plugin.h:
6674         * plugins/sourceview/plugin.h:
6675         * plugins/subversion/plugin.h:
6676         * plugins/symbol-browser/plugin.h:
6677         * plugins/terminal/terminal.c:
6678         * plugins/tools/plugin.h:
6679         * plugins/tools/scripts/tools-2.xml.in:
6680         * plugins/valgrind/plugin.h:
6682         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6684 2007-04-05  Naba Kumar  <naba@gnome.org>
6686         * anjuta.spec.in, configure.in: Removed dead codes.
6687         
6688         Patch from Jos Dehaes:
6689         * configure.in, plugins/project-wizard/templates/Makefile.am,
6690         plugins/project-wizard/templates/mkfile.wiz,
6691         plugins/project-wizard/templates/translatable-strings.h: Enabled
6692         makefile-based project creation and import. Fixes bug #355145
6694 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6696         * plugins/debug-manager/debugger.c,
6697         plugins/debug-manager/plugin.c,
6698         plugins/gdb/anjuta-gdb.plugin.in:
6699         Code cleaning (remove unused code, rename this into self)
6700         Add information about supported format in debugger plugin
6701         Activate debugger plugin according to the target format
6703 2007-04-01  Naba Kumar  <naba@gnome.org>
6705         * plugins/message-view/message-view.c:
6706         (message_view_instance_init): Fixed message icons to appear.
6708 2007-03-31  Johannes Schmid <jhs@gnome.org>
6710         * plugins/message-view/anjuta-msgman.c:
6711         (anjuta_msgman_append_view):
6712         * plugins/message-view/plugin.c: (on_view_changed),
6713         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6714         
6715         Fixed #424845
6717 2007-03-31  Johannes Schmid <jhs@gnome.org>
6719         * plugins/message-view/message-view.c:
6720         (message_view_instance_init), (imessage_view_append):
6721         Show nice icons beside the messages for info, warning and error. This is a completly
6722         cosmetic change so if someone dislikes it he is free to remove it.
6724 2007-03-31  Johannes Schmid <jhs@gnome.org>
6725         
6726         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6727         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6728         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6729         * plugins/message-view/anjuta-msgman.h:
6730         * plugins/message-view/message-view.h:
6731         * plugins/message-view/plugin.c: (on_view_changed),
6732         (activate_plugin):
6733         Fixed #359399 and made next/previous insensitive when not availible
6734         
6735         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6736         (tag_style_to_string):
6737         Fixed namespace Problem with gdk >= 2.11
6738         
6739         * plugins/sourceview/sourceview-autocomplete.c:
6740         (sourceview_autocomplete_init):
6741         Removed structure, follow-up of #423682
6743 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6745         * plugins/debug-manager/debug_tree.c,
6746         plugins/debug-manager/debug_tree.h,
6747         plugins/debug-manager/watch.c,
6748         plugins/debug-manager/anjuta-debug-manager.glade:
6749         Inspect variable at cursor
6750         Fix buttons in inspect dialog
6752 2007-03-27  Halton Huo  <halton.huo@sun.com>
6754         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6756         * plugins/sourceview/sourceview-autocomplete.c
6757         plugins/debug-manager/disassemble.c,
6758         libanjuta/interfaces/libanjuta.idl:
6759         Remove array with 0 size and empty structure as it is not
6760         supported by sun cc, Fixes bug #423682
6762         * plugins/debug-manager/debugger.c:
6763         Remove anonymous union as it is not supported by sun cc,
6764         Fixes bug #423680
6766 === anjuta 2.1.2 ===
6768 2007-03-28  Naba Kumar  <naba@gnome.org>
6770         * configure.in: Bumped version to 2.1.2
6771         * NEWS: Updated for release.
6772         
6773         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6774         Improved breakpoint marker icon.
6775         
6776         * plugins/editor/anjuta-editor.plugin.in,
6777         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6778         non user activable since they are now remembered properly.
6780 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6782         * plugins/tools/editor.c:
6783         Fix bug #423270
6785 2007-03-27  Naba Kumar  <naba@gnome.org>
6787         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6788         word when autocompleting without leaving any trailing part of
6789         the word.
6791 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6793         Reviewed by Naba Kumar  <naba@gnome.org>:
6794         * anjuta.desktop.in.in: Remove "Application" category from desktop
6795         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6796         
6797 2007-03-27  Naba Kumar  <naba@gnome.org>
6798         
6799         * configure.in, plugins/document-manager/anjuta-docman.c:
6800         (anjuta_docman_add_editor): Conditionally compile notebook tab
6801         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6803         Patch from Halton Huo:
6804         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6805         non gcc compiler flags. Fixes bug #423089.
6806         
6807 2007-03-26  Naba Kumar  <naba@gnome.org>
6808         
6809         * AUTHORS, NEWS, TODO.tasks: Updated.
6810         
6811         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6812         close menuitem.
6813         
6814         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6815         (update_editor_symbol_model), (iter_matches),
6816         (on_editor_update_ui), (value_added_current_editor),
6817         (activate_plugin), (dispose),
6818         (symbol_browser_plugin_instance_init):
6819         * plugins/symbol-browser/plugin.h: update line on editor save
6820         and editor change. Code clean up and fixed warnings.
6822 2007-03-26  Naba Kumar  <naba@gnome.org>
6824         * plugins/project-wizard/templates/java/project.anjuta,
6825         plugins/project-wizard/templates/python/project.anjuta,
6826         plugins/project-wizard/templates/python/project.anjuta:
6827         Removed version control plugins from default selection.
6829         * plugins/tools/scripts/prepare-changelog.pl,
6830         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6831         script to a better one (that works on both cvs and svn).
6833 2007-03-26  Naba Kumar  <naba@gnome.org>
6835         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6836         Makefile.am: Added the generated translatable file (required for
6837         translations for svn checkouts).
6839         * (added)
6840         plugins/project-wizard/templates/extract-translatable-strings.pl
6841         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6842         po/POTFILES.in: Generated translatable strings for .wiz files and
6843         added them in POTFILES.in for translation. Fixes bug #398035
6845 2007-03-25  Naba Kumar  <naba@gnome.org>
6847         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6848         
6849         * src/anjuta-app.c: Removed dead codes.
6850         
6851         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6852         global tags generation starts.
6853         
6854         * plugins/debug-manager/chunk_view.c,
6855         plugins/debug-manager/start.h,
6856         plugins/debug-manager/chunk_view.h,
6857         plugins/debug-manager/utilities.c,
6858         plugins/debug-manager/utilities.h,
6859         plugins/debug-manager/debugger.c,
6860         plugins/debug-manager/threads.c,
6861         plugins/debug-manager/disassemble.c,
6862         plugins/debug-manager/info.c,
6863         plugins/debug-manager/sharedlib.c,
6864         plugins/debug-manager/threads.h,
6865         plugins/debug-manager/disassemble.h,
6866         plugins/debug-manager/signals.c,
6867         plugins/debug-manager/info.h,
6868         plugins/debug-manager/sharedlib.h,
6869         plugins/debug-manager/data_buffer.c,
6870         plugins/debug-manager/data_view.c,
6871         plugins/debug-manager/signals.h,
6872         plugins/debug-manager/debug_tree.c,
6873         plugins/debug-manager/watch.c,
6874         plugins/debug-manager/registers.c,
6875         plugins/debug-manager/data_buffer.h,
6876         plugins/debug-manager/data_view.h,
6877         plugins/debug-manager/memory.c,
6878         plugins/debug-manager/debug_tree.h,
6879         plugins/debug-manager/watch.h,
6880         plugins/debug-manager/registers.h,
6881         plugins/debug-manager/memory.h,
6882         plugins/debug-manager/locals.c,
6883         plugins/debug-manager/sexy-icon-entry.c,
6884         plugins/debug-manager/breakpoints.c,
6885         plugins/debug-manager/locals.h,
6886         plugins/debug-manager/sexy-icon-entry.h,
6887         plugins/debug-manager/stack_trace.c,
6888         plugins/debug-manager/breakpoints.h,
6889         plugins/debug-manager/sparse_buffer.c,
6890         plugins/debug-manager/sparse_view.c,
6891         plugins/debug-manager/stack_trace.h,
6892         plugins/debug-manager/sparse_buffer.h,
6893         plugins/debug-manager/sparse_view.h,
6894         plugins/debug-manager/start.c,
6895         plugins/gdb/utilities.c,
6896         plugins/gdb/utilities.h,
6897         plugins/gdb/debugger.c,
6898         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
6899         setup.
6901 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6903         * plugins/gdb/debugger.c:
6904         Avoid empty debugger log window by limiting line to 90 characters
6906 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6908         * plugins/debug-manager/plugin.c,
6909         plugins/debug-manager/plugin.h,
6910         plugins/debug-manager/threads.c,
6911         plugins/debug-manager/threads.h,
6912         plugins/debug-manager/breakpoints.c,
6913         plugins/debug-manager/breakpoints.h,
6914         plugins/debug-manager/stack_trace.c,
6915         plugins/debug-manager/stack_trace.h:
6916         View code action now changes location in disassembly view too
6918         * plugins/debug-manager/anjuta-debug-manager.ui:
6919         Rename breakpoint actions
6921 2007-03-24  Naba Kumar  <naba@gnome.org>
6923         * configure.in, src/anjuta-app.c: Use the new docking algorithm
6924         in gdl 0.7.3 (svn trunk).
6925         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
6926         
6927 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6929         * plugins/debug-manager/threads.c,
6930         plugins/debug-manager/debug_tree.c,
6931         plugins/debug-manager/debug_tree.h,
6932         plugins/debug-manager/locals.c,
6933         plugins/debug-manager/registers.c,
6934         plugins/debug-manager/stack_trace.c:
6935         Allow to change current thread updating register, stack and locals
6936         Allow to change current stack frame updating locals
6938         * plugins/gdb/debugger.c:
6939         Read argument of selected stack frame
6941         * plugins/debug-manager/data_view.c:
6942         Fix an unrelated bug
6944 2007-03-23  Naba Kumar  <naba@gnome.org>
6946         * plugins/document-manager/anjuta-docman.c,
6947         plugins/document-manager/plugin.c: Fixed many memory leaks.
6948         (ianjuta_file_get_uri() returns a new string).
6950         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
6951         widget for save dialogs.
6952         
6953         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
6954         svn and fixed to get function/prototype/member args list. Call tips
6955         also work fine now.
6957 2007-03-22  Naba Kumar  <naba@gnome.org>
6959         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
6960         and calltips would work again for functions from global tags (Needs
6961         regenerating global tags).
6963         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
6964         ctags svn version and reopened bug #395362. Fixes tags parsing that
6965         seemed to have stopped working recently.
6967 2007-03-21  Naba Kumar  <naba@gnome.org>
6969         * tagmanager/tm_source_file.c, tagmanager/options.c,
6970         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
6971         extend .. more needs to be investigated and fixed). Enabled some
6972         debugging.
6974 2007-03-16  Naba Kumar  <naba@gnome.org>
6976         * src/anjuta.c: Fixed project loading from command line.
6978 2007-03-16  Naba Kumar  <naba@gnome.org>
6980         Patch from James Liggett <jrliggett@cox.net>:
6981         plugins/profiler/gprof-profile-data.c: Fixed a crash.
6982         
6983 2007-03-15  Naba Kumar  <naba@gnome.org>
6985         * libanjuta/anjuta-profile-manager.c,
6986         libanjuta/anjuta-profile-manager.h: Added method to get current
6987         profile.
6989         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
6990         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
6991         is exiting.
6993         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
6994         plugins/file-loader/plugin.c: Moved to functions as utility functions.
6995         Also, not load project files in session load in loader plugin.
6996         
6997         * plugins/project-manager/plugin.c, src/anjuta.c:
6998         Emit "exiting" signal in shell when exiting anjuta. project manager
6999         listens to exiting signal and saves session. anjuta.c saves session
7000         only when current projfile is 'user'. Load project saved in session
7001         differently then the rest of the session. This should fix all the
7002         session restoration bugs.
7003         
7004         src/main.c: Present anjuta window when becon message is received.
7006 2007-03-14  Naba Kumar  <naba@gnome.org>
7008         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7009         not randomly save (it was a wrong looping).
7010         
7011 2007-03-12  Naba Kumar  <naba@gnome.org>
7013         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7015 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7017         * plugins/debug-manager/anjuta-debug-manager.ui,
7018         libanjuta/interfaces/libanjuta.idl,
7019         plugins/debug-manager/debugger.c,
7020         (added) plugins/debug-manager/threads.c,
7021         (added) plugins/debug-manager/threads.h,
7022         plugins/debug-manager/plugin.c,
7023         plugins/debug-manager/Makefile.am,
7024         plugins/gdb/plugin.c,
7025         plugins/gdb/debugger.c,
7026         plugins/gdb/debugger.h:
7027         Add a window displaying all threads
7028         Add needed functions
7029         Switching to a different thread is still not done
7031         * plugins/debug-manager/debug_tree.c,
7032         plugins/debug-manager/locals.c,
7033         plugins/debug-manager/stack_trace.c:
7034         Small cosmetic changes
7036         * plugins/gdb/gdbmi.c:
7037         Keep all elements in gdbmi hash
7038         Even if using the same key like in -threads-list-ids
7040 2007-03-11  Naba Kumar  <naba@gnome.org>
7042         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7043         
7044         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7045         
7046         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7047         manuals/reference/libanjuta/libanjuta-sections.txt,
7048         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7049         interfaces.
7051 2007-03-11  Naba Kumar  <naba@gnome.org>
7053         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7054         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7056         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7057         manuals/reference/libanjuta/libanjuta.types,
7058         manuals/reference/libanjuta/libanjuta-sections.txt,
7059         manuals/reference/libanjuta/.cvsignore,
7060         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7061         infrastructure. Got rid of tmpl/ directory and moved all section
7062         documenation to source code (requires gtk-doc >= 1.4).
7063         
7064         * libanjuta/anjuta-plugin-description.c,
7065         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7066         libanjuta/cell-renderer-captioned-image.c,
7067         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7068         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7069         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7070         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7071         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7072         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7073         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7074         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7075         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7076         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7077         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7078         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7079         documentation from templates to source code.
7081 2007-03-10  Johannes Schmid <jhs@gnome.org>
7083         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7084         Added some debug output but could not figure out why 
7085         some plugins are not kept.
7086         
7087         * libanjuta/interfaces/libanjuta.idl:
7088         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7089         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7090         Added IAnjutaEditorGoto::matching_brace
7091         
7092         * plugins/document-manager/action-callbacks.c:
7093         (on_editor_command_match_brace_activate):
7094         * plugins/document-manager/plugin.c:
7095         (update_editor_ui_interface_items):
7096         * plugins/editor/text_editor.c: (igoto_matching_brace),
7097         (igoto_iface_init):
7098         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7099         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7101 2007-03-09  Johannes Schmid <jhs@gnome.org>
7103         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7104         Hide correct column
7105         
7106         * plugins/sourceview/sourceview-private.h:
7107         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7108         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7109         (sourceview_new), (ifile_savable_save_as):
7110         Tweaked vfs monitoring
7112 2007-03-09  Johannes Schmid <jhs@gnome.org>
7114         * libanjuta/interfaces/Makefile.am.iface:
7115         Fixed installtion of header files
7116         
7117         * plugins/sourceview/sourceview.c: (set_select):
7118         do not scroll to much in interactive search
7120 2007-03-09  Naba Kumar  <naba@gnome.org>
7122         * src/anjuta.c: Fixed session restoration.
7123         
7124         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7125         signal handlers after symbol browser plugin is deactivated.
7126         
7127         * plugins/editor/editor.glade,
7128         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7129         Fixed indentation confustion in preferences.
7131 2007-03-08  Johannes Schmid <jhs@gnome.org>
7133         * plugins/search/search-replace.c: (search_set_combo),
7134         (search_set_action), (search_set_target), (search_set_direction),
7135         (create_dialog), (search_disconnect_set_toggle_connect),
7136         (on_search_match_whole_word_toggled),
7137         (on_search_match_whole_line_toggled),
7138         (on_search_match_word_start_toggled),
7139         (search_set_toggle_direction):
7140         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7141         it's somehow ugly and uses many deprecated widgets
7142         
7143         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7144         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7145         Fix #394709
7146         
7147 2007-03-07  Naba Kumar  <naba@gnome.org>
7149         * src/anjuta.c: Make launching projects work from command line. Also
7150         fixes gnome session restart command.
7151         
7152 2007-03-07  Johannes Schmid <jhs@gnome.org>
7154         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7155         * plugins/class-gen/plugin.c: (iwizard_activate):
7156         Fixed #408218
7157         
7158         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7159         Fixed #402774
7160         
7161         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7162         Fixed #377483 (It's not possible to know if directories have
7163         a version in CVS. Show version column only if there are version
7164         informations availible
7166         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7167         Fixed memory leak
7169 2007-03-07  Johannes Schmid <jhs@gnome.org>
7171         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7172         Fixed #409408
7173         * plugins/symbol-browser/an_symbol_prefs.c:
7174         (on_update_global_clicked):
7175         Fixed ##409176
7177 2007-03-07  Johannes Schmid <jhs@gnome.org>
7179         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7180         (anjuta_save_prompt_new):
7181         * plugins/project-import/project-import.c:
7182         (project_import_finalize):
7183         Fixed Gtk-Criticals (maybe #409408)
7185 2007-03-07  Naba Kumar  <naba@gnome.org>
7187         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7188         when we are at just beginning of string or comment. Fixes bug #397981.
7190 2007-03-07  Johannes Schmid <jhs@gnome.org>
7192         * plugins/language-support-cpp-java/plugin.c:
7193         (initialize_indentation_params):
7194         Removed annoying DEBUG_PRINT
7195         
7196         * plugins/sourceview/sourceview-cell.c:
7197         (sourceview_cell_instance_init), (icell_get_character),
7198         (icell_get_length), (icell_get_char), (icell_get_attribute):
7199         Improved code to be faster
7200         Implemented attribute handling so that indentation really works in any case
7202 2007-03-06  Johannes Schmid <jhs@gnome.org>
7204         * configure.in:
7205         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7206         
7207         * plugins/document-manager/anjuta-docman.c:
7208         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7209         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7210         instead (required GTK >= 2.10)
7211         
7212         * plugins/sourceview/sourceview-private.h:
7213         * plugins/sourceview/sourceview.c:
7214         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7215         (sourceview_finalize), (sourceview_new), (imark_mark),
7216         (imark_unmark), (imark_is_marker_set),
7217         (imark_location_from_handle), (imark_delete_all_markers):
7218         Fixed marker handling and worked a bit more on vfs monitoring
7220 2007-03-05  Johannes Schmid <jhs@gnome.org>
7222         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7223         Added method to select specific iter
7224         
7225         * plugins/sourceview/sourceview-private.h:
7226         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7227         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7228         (sourceview_add_monitor), (on_document_saved),
7229         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7230         Fixed vfs monitoring (mostly ported code from text_editor.c)
7231         
7232         * plugins/symbol-browser/an_symbol_view.c:
7233         * plugins/symbol-browser/an_symbol_view.h:
7234         * plugins/symbol-browser/plugin.c: (iter_matches),
7235         (on_editor_update_ui), (value_added_current_editor):
7236         Select the current tag in locals window and symbol toolbar. If there
7237         is no tag at the current line, reserve backward for the next tag. This will
7238         select the correct tag if inside a function.
7240 2007-03-05  Naba Kumar  <naba@gnome.org>
7242         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7243         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7244         compiler warnings.
7245         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7246         (Bug #412186)
7247         
7248 2007-03-04  Johannes Schmid <jhs@gnome.org>
7250         * data/Makefile.am:
7251         * po/POTFILES.in:
7252         Fixed distcheck (well, partly)
7254 2007-03-04  Johannes Schmid <jhs@gnome.org>
7256         * plugins/document-manager/anjuta-document-manager.ui:
7257         Move "Swap .c/.h from Main to Browser toolbar
7259         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7260         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7261         (fv_prefs_free), (fv_add_tree_entry):
7262         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7263         * plugins/file-manager/plugin.c: (prefs_init):
7264         
7265         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7267 2007-03-04  Naba Kumar  <naba@gnome.org>
7269         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7270         plugins/project-manager/plugin.c:
7271         Restored default profile and renamed it from "default.anjuta" to
7272         "default.profile".
7273         
7274 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7276         * plugins/debug-manager/debugger.c,
7277         plugins/debug-manager/plugin.c,
7278         plugins/gdb/debugger.c,
7279         libanjuta/interfaces/libanjuta.idl,
7280         plugins/debug-manager/stack_trace.c:
7281         Add a dialog box when a signal is received (except SIGINT)
7282         Display stack frame even if arguments are not available
7284 2007-03-03  Naba Kumar  <naba@gnome.org>
7286         * TODO.tasks: Icons bounty added.
7288         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7289         choise selection.
7290         
7291         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7292         and descoping.
7294         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7295         plugins/Makefile.am, (removed) plugins/profile-default/*,
7296         plugins/project-manager/anjuta-project-manager.plugin.in,
7297         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7298         profile implementation to load user profile and projects. Store and
7299         restore remembered plugins. Use profile scoping and descoping for
7300         saving and loading sesstions.
7301         
7302         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7303         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7304         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7305         DEBUG_PRINTs.
7307 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7309         * plugins/debug-manager/debug_tree.c
7310         plugins/debug-manager/debug_tree.h:
7311         Bug fix, deleting wrong variable
7313         * plugins/gdb/debugger.c:
7314         Bug fix, remove forgotten debugging code
7316 2007-03-02  Johannes Schmid <jhs@gnome.org>
7318         * plugins/document-manager/anjuta-document-manager.ui:
7319         * plugins/search/anjuta-search.ui:
7320         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7321         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7322         ToolbarFind
7324         * src/anjuta-app.c: (on_toolbar_view_toggled),
7325         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7326         Save toolbar positions, don't use fixed toolbar style
7327         
7328         All in all this will allow more complex toolbar configurations and
7329         might gain some space on smaller displays because the user can disable
7330         toolbar parts he does not use. Also allows to use any toolbar style
7331         without looking too ugly.
7333 2007-03-01  Naba Kumasr  <naba@gnome.org>
7335         * TODO.tasks: Added a bounty for creating icons.
7337         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7338         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7339         profile-changed signal. Do not sync non-user-activatable plugins.
7341 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7343         * plugins/debug-manager/disassemble.c,
7344         plugins/debug-manager/sparse_view.c,
7345         plugins/gdb/debugger.c,
7346         libanjuta/interfaces/libanjuta.idl:
7347         Display function name in disassembly view
7349 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7351         * (added) plugins/debug-manager/bookmark.png,
7352         (added) plugins/debug-manager/breakpoint-disabled.png,
7353         (added) plugins/debug-manager/breakpoint-enabled.png,
7354         (added) plugins/debug-manager/program-counter.png,
7355         (added) plugins/debug-manager/linemarker.png,
7356         plugins/debug-manager/Makefile.am,
7357         plugins/debug-manager/disassemble.c,
7358         plugins/debug-manager/disassemble.h,
7359         plugins/debug-manager/sparse_buffer.c,
7360         plugins/debug-manager/sparse_buffer.h,
7361         plugins/debug-manager/sparse_view.c,
7362         plugins/debug-manager/sparse_view.h,
7363         plugins/debug-manager/plugin.c,
7364         plugins/debug-manager/breakpoints.c,
7365         libanjuta/interfaces/libanjuta.idl:
7366         Add markers in the disassembly view
7367         Display program counter and breakpoints in disassembly view
7369         * plugins/gdb/debugger.c:
7370         Fix a bug added with my previous patch, setting and clearing
7371         breakpoints was not working
7373 2007-02-28  Johannes Schmid <jhs@gnome.org>
7375         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7376         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7377         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7378         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7379         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7380         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7381         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7382         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7383         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7384         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7385         Updated (why do they need to be under version control?)
7386         
7387         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7388         (create_tab_popup_menu), (on_msgman_popup_menu),
7389         (on_tab_button_press_event), (anjuta_msgman_page_new),
7390         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7391         Added "Close all message tabs" popup menu
7393 2007-02-26  Naba Kumar  <naba@gnome.org>
7395         * plugins/profiler/gprof-flat-profile-entry.c,
7396         plugins/profiler/gprof-flat-profile.c,
7397         plugins/profiler/gprof-flat-profile-entry.h,
7398         plugins/profiler/gprof-flat-profile.h,
7399         plugins/profiler/gprof-flat-profile-view.c,
7400         plugins/profiler/gprof-flat-profile-view.h,
7401         plugins/profiler/gprof-call-graph-block-entry.c,
7402         plugins/profiler/gprof-call-graph-block.c,
7403         plugins/profiler/gprof-function-call-chart-view.c,
7404         plugins/profiler/gprof-call-graph-block-entry.h,
7405         plugins/profiler/gprof-profile-data.c,
7406         plugins/profiler/gprof-call-graph-block.h,
7407         plugins/profiler/gprof-view.c,
7408         plugins/profiler/gprof-call-graph.c,
7409         plugins/profiler/gprof-function-call-chart-view.h,
7410         plugins/profiler/gprof-profile-data.h,
7411         plugins/profiler/gprof-call-graph.h,
7412         plugins/profiler/gprof-view.h,
7413         plugins/profiler/gprof-view-manager.c,
7414         plugins/profiler/gprof-call-graph-view.c,
7415         plugins/profiler/plugin.c,
7416         plugins/profiler/gprof-view-manager.h,
7417         plugins/profiler/gprof-call-graph-view.h,
7418         plugins/profiler/gprof-function-call-tree-view.c,
7419         plugins/profiler/gprof-function-call-tree-view.h,
7420         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7421         gnome-vfs. Fixes bug #411377.
7423 2007-02-26  Naba Kumar  <naba@gnome.org>
7425         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7427         Patch from James Liggett  <jrliggett@cox.net>:
7428         * plugins/profiler/gprof-flat-profile-view.c,
7429         plugins/profiler/gprof-flat-profile-view.h,
7430         plugins/profiler/gprof-function-call-chart-view.c,
7431         plugins/profiler/gprof-function-call-chart-view.h,
7432         plugins/profiler/gprof-view.c,
7433         plugins/profiler/gprof-view.h,
7434         plugins/profiler/gprof-call-graph-view.c,
7435         plugins/profiler/plugin.c,
7436         plugins/profiler/gprof-call-graph-view.h,
7437         plugins/profiler/gprof-function-call-tree-view.c,
7438         plugins/profiler/gprof-function-call-tree-view.h: Implements
7439         double click navigation. Fixes bug #403514.
7441 2007-02-25  Naba Kumar  <naba@gnome.org>
7443         * libanjuta/anjuta-plugin-manager.c,
7444         libanjuta/anjuta-plugin-handle.[ch],
7445         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7446         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7447         dependency on glib 2.8. Fixes bug #411623.
7449 2007-02-24  Naba kumar  <naba@gnome.org>
7451         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7452         
7453         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7454         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7455         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7456         (added) libanjuta/anjuta-profile-manager.c,
7457         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7458         manager.
7459         Implemented profile pushing and popping. Implemented profile xml
7460         synchronization. Implemented error handling in profiles. Implemented
7461         activation and deactivation signals in plugin manager.
7462         
7463         * libanjuta/Makefile.am: Added libanjuta log domain.
7464         
7465         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7466         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7467         in AnjutaShell interface and implemented it in AnjutaApp.
7468         
7469         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7471 2007-02-23  Naba kumar  <naba@gnome.org>
7473         src/main.c: Fixed missing end quote.
7475 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7477         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7480 2007-02-20  Naba Kumar  <naba@gnome.org>
7482         * plugins/subversion/plugin.c: Added "..." menuitems.
7483         * ROADMAP, README: Updated.
7484         * libanjuta/anjuta-profile.c: Fixed bugs.
7486         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7487         plugins/gtodo/Makefile.am: Removed dead code.
7489         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7490         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7491         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7492         plugins/gtodo/list_tooltip.c,
7493         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7494         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7495         not contain markups. Fixes Bug #360462.
7497 2007-02-16  Naba Kumar  <naba@gnome.org>
7499         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7500         unnecessary sub-sections.
7501         
7502 2007-02-15  Naba Kumar  <naba@gnome.org>
7504         * (removed) plugins/document-manager/bookmark-prev-16.png,
7505         plugins/document-manager/bookmark-last.png,
7506         (removed)plugins/document-manager/bookmark-first-16.png,
7507         plugins/document-manager/bookmark-prev.png,
7508         (added) plugins/document-manager/bookmark-toggle.png,
7509         (removed)plugins/document-manager/bookmark_toggle.xpm,
7510         (removed)plugins/document-manager/bookmark-last-16.png,
7511         plugins/document-manager/plugin.c,
7512         plugins/document-manager/anjuta-document-manager.ui,
7513         (removed)plugins/document-manager/bookmark-next-16.png,
7514         plugins/document-manager/bookmark-next.png,
7515         plugins/document-manager/Makefile.am,
7516         (added) plugins/document-manager/bookmark-clear.png,
7517         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7518         icons (stolen from monodevelop). Added clear bookmarks toolbar
7519         button.
7521         * plugins/document-manager/plugin.c,
7522         (added) plugins/document-manager/swap.png,
7523         (removed) plugins/document-manager/undock.png,
7524         plugins/document-manager/Makefile.am: Fixed swap icon.
7526 2007-02-13  Naba Kumar  <naba@gnome.org>
7528         * plugins/class-gen/element-editor.c: Fixed typo.
7529         
7530         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7531         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7532         Implementing plugin profiles loading.
7534 2007-02-13  Naba Kumar  <naba@gnome.org>
7536         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7537         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7538         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7539         pixmaps/open_project.png, pixmaps/close_project.png:
7540         Removed more old icons.
7541         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7542         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7543         anjuta_logo.png
7544         
7545 2007-02-13  Naba Kumar  <naba@gnome.org>
7547         * plugins/class-gen/element-editor.c: Included missing headers to
7548         prevent build failures in some cases.
7549         
7550 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7552         * plugins/debug-manager/stack_trace.c:
7553         Fix bug #407115
7555         * plugins/debug-manager/watch.c,
7556         plugins/debug-manager/breakpoints.c:
7557         Same bug than above, wrong use of gtk_ui_manager_get_widget
7559 === anjuta 2.1.1 ===
7561 2007-02-11  Naba Kumar  <naba@gnome.org>
7563         * cofigure.in: Bumped version to 2.1.1
7564         * NEWS: Updated for 2.1.1 release.
7565         
7566 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7568         * plugins/debug-manager/plugin.c,
7569         plugins/debug-manager/sparse_view.c,
7570         plugins/debug-manager/sparse_view.h:
7571         Reorder some code
7573         * plugins/gdb/debugger.c,
7574         plugins/debug-manager/debugger.c,
7575         plugins/debug-manager/memory.c,
7576         plugins/debug-manager/sparse_buffer.c
7577         plugins/gdb/debugger.h,
7578         libanjuta/interfaces/libanjuta.idl:
7579         Clean up, remove some warnings
7580         Use guint everywhere for addresses
7581         Rewrite code parsing position in debugger
7583 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7585         * plugins/debug-manager/debug_tree.c:
7586         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7587         Fix bug #406113
7589 2007-02-08  Naba Kumar  <naba@gnome.org>
7591         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7592         Delay showing the 'file modified on disk' dialog for one sec
7593         from the last notification to insure multiple notifications for
7594         the same file are treated as one. Do not same multiple dialogs
7595         for the same file. Make sure to destory the dialog if later
7596         the conent is no longer different.
7597         
7598 2007-02-08  Naba Kumar  <naba@gnome.org>
7600         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7601         Prevented spurious 'file modified' dialogs in scintilla editor
7602         when the file is saved.
7604 2007-02-09  Johannes Schmid <jhs@gnome.org>
7606         * scripts/glade2schema.pl:
7607         Added script to convert glade preferences into gconf schema files.
7608         See #406061
7610 2007-02-08  Naba Kumar  <naba@gnome.org>
7612         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7613         itself is destroyed. Fixes bug #355160.
7614         
7615 2007-02-08  Johannes Schmid <jhs@gnome.org>
7617         * plugins/profiler/profiler.plugin: 
7618         removed from version control (only .in file needed)
7619         
7620         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7621         * plugins/sourceview/sourceview.c: (sourceview_new):
7622         Code cleanup
7623         
7624         * plugins/subversion/svn-thread.c: (svn_thread_start):
7625         * src/main.c: (main):
7626         
7627         Fixed #395875 about initialisation of threads too late
7629 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7631         Reviewed by Naba Kumar  <naba@gnome.org>:
7632         * plugins/class-gen/plugin.c:
7633         * plugins/class-gen/window.c: Removed browse button related code, load
7634         generated output directly into new buffers when not adding to project.
7636         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7637         buttons from user interface.
7639 2007-02-07  Naba Kumar  <naba@gnome.org>
7641         * po/POTFILES.in: Fixed distcheck.
7643 2007-02-07  Daniel Nylander <po@danielnylander.se>
7645         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7647 2007-02-07  Johannes Schmid <jhs@gnome.org>
7649         * anjuta.desktop.in.in:
7650         Fixed spelling
7652 2007-02-07  Johannes Schmid <jhs@gnome.org>
7654         * configure.in:
7655         * manuals/anjuta-manual/*
7656         * manuals/anjuta-faqs/*:
7657         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7658         
7659         * plugins/document-manager/anjuta-document-manager.plugin.in:
7660         Removed duplicate application-xml mime-type (review patches properly ;-)
7661         
7662 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7664         * plugins/gdb/debugger.c,
7665         libanjuta/interfaces/libanjuta.idl:
7666         Fix bug #404755
7667         Fix handling of missing source file
7669 2007-02-06  Naba Kumar  <naba@gnome.org>
7671         Patch from James Liggett  <jrliggett@cox.net>:
7672         * plugins/profiler/gprof-flat-profile.c,
7673         plugins/profiler/gprof-profile-data.c,
7674         plugins/profiler/gprof-call-graph.c,
7675         plugins/profiler/gprof-profile-data.h,
7676         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7677         Show profiler view when target selected bug #403515.
7679 2007-02-05  Naba Kumar  <naba@gnome.org>
7681         * configure.in: Enabled devhelp plugin by default now that
7682         it works.
7683         
7684         Patch from parmigio@2ainfo.it:
7685         * plugins/document-manager/anjuta-document-manager.plugin.in:
7686         Added xml file type in supported mime types list.
7687         
7688 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7690         * plugins/debug-manager/debugger.c,
7691         plugins/debug-manager/plugin.c:
7692         Add a field in status bar displaying debugger state
7693         Change cursor shape when debugger is busy
7694         Fix bug #378600
7696         * plugins/debug-manager/watch.c,
7697         plugins/debug-manager/locals.c,
7698         libanjuta/interfaces/libanjuta.idl:
7699         Clean up, remove debugging messages and unused signals
7701 2007-02-03  Johannes Schmid <jhs@gnome.org>
7703         * configure.in:
7704         Fixed AC_INIT and seperated version to major, minor, micro
7706         * anjuta.anjuta:
7707         Load Subversion instead of CVS
7708         
7709         * anjuta.desktop.in.in:
7710         Fixed bug-buddy component
7712         Original patch from Rob Bradfort <robster@debian.org>:
7713         * src/main.c: (get_command_line_args), (main):
7714         Bug #335981 – Migration from popt to GOption
7716 2007-02-03  Naba Kumar  <naba@gnome.org>
7718         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7719         path variable. Fixed bug #341170.
7720         * plugins/profiler/Makefile.am: Fixed indentation.
7721         
7722 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7724         * libanjuta/interfaces/libanjuta.idl,
7725         plugins/sourceview/sourceview.c,
7726         plugins/editor/text-editor.c,
7727         plugins/symbol-browser/plugin.c,
7728         plugins/search/search-replace.c,
7729         plugins/document-manager/goto_line.c,
7730         plugins/document-manager/action-callbacks.c,
7731         plugins/document-manager/anjuta-docman.c:
7732         Rename markers of anjuta interface
7733         IANJUTA_MARKABLE_NONE has been removed
7734         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7735         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7736         IANJUTA_MARKABLE_ATTENTIVE renamed in
7737                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7738         IANJUTA_MARKABLE_INTENSE renamed in
7739                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7740         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7742         * (removed) plugins/sourceview/marker-light.png,
7743         (removed) plugins/sourceview/marker-basic.png,
7744         (removed) plugins/sourceview/marker-attentive.png,
7745         (removed) plugins/sourceview/marker-intense.png,
7746         plugins/sourceview/bookmark.png,
7747         (added) plugins/sourceview/breakpoint-disabled.png,
7748         (added) plugins/sourceview/breakpoint-enabled.png,
7749         (added) plugins/sourceview/program-counter.png,
7750         (added) plugins/sourceview/linemarker.png,
7751         plugins/sourceview/Makefile.am,
7752         (added) plugins/editor/bookmark.xpm,
7753         (added) plugins/editor/breakpoint-disabled.xpm,
7754         (added) plugins/editor/breakpoint-enabled.xpm,
7755         (added) plugins/editor/program-counter.xpm,
7756         (added) plugins/editor/linemarker.xpm,
7757         plugins/editor/Makefile.am:
7758         Add or change marker pixmaps in scintilla and sourceview editor
7760         * plugins/document-manager/plugin.c,
7761         libanjuta/interfaces/libanjuta.idl,
7762         plugins/debug-manager/plugin.c,
7763         plugins/debug-manager/breakpoints.c
7764         plugins/gdb/debugger.c:
7765         Fix bug #376404, program counter marker is not displayed when debugger
7766         Return the selected editor or NULL (if file does not exist) with 
7767         ianjuta_document_manager_goto_file_line* functions
7768         Emit a change-location signal even if the program counter is in an
7769         unknown file
7771 2007-02-02  Naba Kumar  <naba@gnome.org>
7773         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7774         older bounties 'Done'.
7775         
7776 2007-02-02  Naba Kumar  <naba@gnome.org>
7778         * TODO.tasks: Fixed typop.
7780         Patch from James Liggett  <jrliggett@cox.net>:
7781         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7782         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7783         profiler plugin by James Liggett. Completes bounty bug #359478
7784         'Gprof performance profiler plugin'
7786 2007-02-01  Naba Kumar  <naba@gnome.org>
7788         * src/main.c: Renamed option name.
7790         * TODO.tasks: Marked "Test and fix all project wizards templates"
7791         bounty completed.
7792         
7793 2007-01-29  Johannes Schmid <jhs@gnome.org>
7795         * plugins/document-manager/plugin.c: (on_editor_changed):
7796         Added DEBUG_PRINT(...)
7797         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7798         implemented
7799         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7800         Fix language support plugin for sourceview editor (add some new
7801         language names)
7802         
7803         * plugins/sourceview/sourceview.c: (iindic_clear):
7804         Clear all indicators
7806 2007-01-29  Johannes Schmid <jhs@gnome.org>
7808         * TODO.tasks:
7809         Minor task currentions
7810         
7811         * libanjuta/interfaces/libanjuta.idl:
7812         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7813         (itext_editor_iface_init):
7814         * plugins/language-support-cpp-java/plugin.c: (install_support):
7815         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7816         (ieditor_get_attributes), (ieditor_iface_init):
7817         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7818         plugins.
7819         
7820         * plugins/sourceview/sourceview.glade:
7821         Fixed sourceview preference window
7823 2007-01-28  Naba Kumar  <naba@gnome.org>
7824         
7825         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7826         Implemented --no-files and --no-session command line options and
7827         corresponding preferernces checkboxes in General tab.
7829 2007-01-28  Johannes Schmid <jhs@gnome.org>
7831         * plugins/subversion/plugin.c:
7832         * plugins/subversion/plugin.h:
7833         * plugins/subversion/svn-notify.c: (svn_show_info),
7834         (show_svn_error), (on_svn_notify):
7835         * plugins/subversion/svn-notify.h:
7836         * plugins/subversion/svn-thread.c: (create_message_view),
7837         (svn_thread_start):
7838         Fixed error handling and fixed #394216 – No indication of subversion commands running
7839         
7840         * plugins/tools/execute.c: (atp_output_context_print):
7841         Show name of tool in message pane
7843 2007-01-28  Naba Kumar  <naba@gnome.org>
7844         
7845         * configure.in, plugins/glade/plugin.c: Make it work with
7846         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7847         
7848         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7849         from devhelp (won't work untill devhelp is fixed: bug #341170).
7850         
7851         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7852         
7853 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7855         Reviewed by Naba Kumar  <naba@gnome.org>:
7856         * libanjuta/interfaces/libanjuta.idl, 
7857         plugins/debug-manager/debugger.c,
7858         plugins/debug-manager/start.c,
7859         plugins/gdb/plugin.c,
7860         plugins/gdb/debugger.c,
7861         plugins/gdb/debugger.h:
7862         Fix a bug when launching gdb
7863         Set the terminal for the debugged program on the command line.
7865 2007-01-26  Johannes Schmid <jhs@gnome.org>
7867         * plugins/sourceview/anjuta-document-saver.c:
7868         (anjuta_document_saver_save):
7869         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7870         * plugins/sourceview/sourceview.c: (save_if_modified),
7871         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7872         Proper error handling, for example if a file was modified externally. Use backup files
7873         to avoid data-loss on disk full.
7875 2007-01-24  Naba Kumar  <naba@gnome.org>
7876         
7877         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7878         Fixed mem leak and source leak.
7879         
7880 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7882         Reviewed by Naba Kumar  <naba@gnome.org>:
7883         * plugins/debug-manager/debug_tree.c,
7884         plugins/debug-manager/debug_tree.h,
7885         plugins/debug-manager/watch.c:
7886         Partial rewrite of the variable object code, find and fix a few bugs
7887         Fix bug #395808: gdb can still crash but children are listed
7888         on request only so you can avoid the crash
7890 2007-01-24  Naba Kumar  <naba@gnome.org>
7891         
7892         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7893         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7894         plugins/symbol-browser/plugin.h,
7895         plugins/symbol-browser/plugin.c,
7896         plugins/symbol-browser/Makefile.am: Added current file (local)
7897         symbols view (Seriously getting bored with the browse toolbar).
7899 2007-01-22  Naba Kumar  <naba@gnome.org>
7900         
7901         Patch from Gabor Kelemen:
7902         * po/POTFILES.in: Added .plugin.in files.
7904 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
7906         Reviewed by Naba Kumar  <naba@gnome.org>:
7907         * plugins/document-manager/anjuta-docman.c,
7908         plugins/message-view/anjuta-msgman.c
7909         Set right alignment to the label widget in the tab title.
7911 2007-01-21  Naba Kumar  <naba@gnome.org>
7912         
7913         * libegg/egg-combo-action.c: Fixed mode line.
7914         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
7915         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
7917 2007-01-21  Armin Burgmeier  <armin@arbur.net>
7919         Reviewed by Naba Kumar  <naba@gnome.org>:
7920         * plugins/class-gen/plugin.c: Prompt for target before actually
7921         generating the class files. This ensures that the files are created in
7922         the correct directory. Fixes bug #397406.
7924         * plugins/class-gen/window.c: Set browse buttons to insensitive when
7925         the class is added to the project.
7927 2007-01-21  Naba Kumar  <naba@gnome.org>
7929         * libanjuta/anjuta-plugin-description.c,
7930         libanjuta/anjuta-ui.h,
7931         libanjuta/anjuta-status.c,
7932         libanjuta/anjuta-plugin-description.h,
7933         libanjuta/cell-renderer-captioned-image.c,
7934         libanjuta/anjuta-plugin-handle.c,
7935         libanjuta/anjuta-status.h,
7936         libanjuta/resources.c,
7937         libanjuta/cell-renderer-captioned-image.h,
7938         libanjuta/glue-cpp.c,
7939         libanjuta/anjuta-plugin-handle.h,
7940         libanjuta/anjuta-plugin.c,
7941         libanjuta/anjuta-preferences-dialog.c,
7942         libanjuta/libanjuta.h,
7943         libanjuta/resources.h,
7944         libanjuta/glue-cpp.h,
7945         libanjuta/anjuta-plugin.h,
7946         libanjuta/anjuta-preferences-dialog.h,
7947         libanjuta/anjuta-plugin-manager.c,
7948         libanjuta/anjuta-shell.c,
7949         libanjuta/anjuta-plugin-manager.h,
7950         libanjuta/anjuta-shell.h,
7951         libanjuta/anjuta-save-prompt.c,
7952         libanjuta/anjuta-save-prompt.h,
7953         libanjuta/anjuta-children.c,
7954         libanjuta/anjuta-utils.c,
7955         libanjuta/anjuta-profile.c,
7956         libanjuta/anjuta-preferences.c,
7957         libanjuta/anjuta-launcher.c,
7958         libanjuta/anjuta-utils.h,
7959         libanjuta/anjuta-profile.h,
7960         libanjuta/anjuta-launcher.h,
7961         libanjuta/anjuta-ui.c: Updated file headers.
7963         * po/POTFILES.in: Updated.
7965         * libanjuta/anjuta-marshal.list,
7966         (added) libanjuta/anjuta-plugin-handle.c,
7967         (added) libanjuta/anjuta-plugin-handle.h,
7968         (added) libanjuta/anjuta-plugin-manager.c,
7969         (added) libanjuta/anjuta-plugin-manager.h,
7970         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7971         (added) libanjuta/anjuta-profile.c,
7972         (added) libanjuta/anjuta-profile.h,
7973         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
7974         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
7975         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
7976         src/action-callbacks.c: Implemented AnjutaPluginManager
7977         class based on old plugins.[ch]. Implemented AnjutaProfile as
7978         prelimanary profiles implementation. Implemented AnjutaPluginHandle
7979         class to represent plugins (not to be confused with plugin objects).
7980         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
7981         implemented it in AnjutaApp and AnjutaTestShell.
7982         De-globalized plugin management and several clean ups.
7984         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
7985         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
7986         plugins/search/search-replace.c, plugins/terminal/terminal.c,
7987         plugins/project-import/project-import.c,
7988         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
7989         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
7990         Fixed plugins for the change in API.
7992         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
7993         file.
7994         
7995         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7997 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
7999         Reviewed by Naba Kumar  <naba@gnome.org>:
8000         * libanjuta/anjuta-launcher.c,
8001         libanjuta/anjuta-launcher.h:
8002         Add a new function anjuta_set_terminate_on_exit to close the i/o
8003         channel when the child exit
8004         Return directly the status and not the exit code in child-exited
8005         signal
8007         * plugins/gdb/debugger.c:
8008         Use new function in debugger plugin
8010 2007-01-18  Johannes Schmid <jhs@gnome.org>
8012         * src/about.c: Do not show empty license information instead hide the button (#397883)
8014 2007-01-15  Johannes Schmid <jhs@gnome.org>
8016         * plugins/project-manager/plugin.c:
8017         * plugins/project-wizard/templates/python.wiz
8018         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8019         
8020         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8021         You will also need latest gnome-build svn       
8023 === anjuta 2.1.0 ===
8025 2007-01-14  Naba Kumar  <naba@gnome.org>
8027         * configure.in: Removed reference of mkfile project
8028         template to fix distcheck build error.
8029         * AUTHORS: Updated.
8030         * NEWS: Updated.
8031         * configure.in: Bumped version to 2.1.0 for beta release.
8032         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8033         crashes as soon as editing starts in normal text files.
8035 2007-01-14  Johannes Schmid <jhs@gnome.org>
8037         * configure.in
8038         * po/LINGUAS:
8039         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8041         * tagmanager/c.c:
8042         Patch from Massimo Cora' to hopefully fix #395362
8044         * plugins/project-wizard/templates/*:
8046         Fixed and tested all project-wizards. Deactivated mkfile project because
8047         it was totally broken and I don't see any real use for it.
8048         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8050 2007-01-14  Naba Kumar  <naba@gnome.org>
8052         * NEWS: Updated for release.
8053         
8054         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8055         
8056         * libanjuta/interfaces/libanjuta.idl,
8057         plugins/editor/text_editor_cbs.c,
8058         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8059         interface and implemented it for scintilla.
8060         
8061         * plugins/editor/text-editor.c: Fixed highlighing issues when
8062         used with indicators (particularly when the file is just opened).
8063         Fixes bug #377477 – when debugging, scintilla editor grays out all
8064         lines before current line.
8065         
8066         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8067         Maintain a separate list of indicated edtitors for separate contexts.
8068         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8069         
8070 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8072         Reviewed by Naba Kumar  <naba@gnome.org>:
8073         * plugins/debug-manager/plugin.c:
8074         Bug fix: breakpoints cannot be added after stopping the debugger
8076 2007-01-13  Naba Kumar  <naba@gnome.org>
8078         * NEWS: Updated for release.
8080 2007-01-12  Johannes Schmid <jhs@gnome.org>
8082         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8083         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8084         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8085         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8086         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8087         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8088         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8089         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8090         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8091         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8092         
8093         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8094         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8095         
8096         * plugins/sourceview/sourceview.c:
8097         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8098         on character positions.
8099         
8100 2007-01-12  Naba Kumar  <naba@gnome.org>
8102         * src/anjuta-app.c,
8103         plugins/project-manager/plugin.c,
8104         plugins/profile-default/plugin.c,
8105         libanjuta/anjuta-status.c,
8106         libanjuta/anjuta-status.h: Introduced an API for application title
8107         in AnjutaStatus. Set application title to project name.
8109 2007-01-11  Massimo Cora' <maxcvs@email.i>
8111         Reviewed by Naba Kumar  <naba@gnome.org>:
8112         * tagmanager/Makefile.am,
8113         plugins/symbol-browser/Makefile.am: removed installation for 
8114         test programs.
8116 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8118         Reviewed by Naba Kumar  <naba@gnome.org>:
8119         * plugins/debug-manager/start.h,
8120         plugins/debug-manager/start.c,
8121         plugins/debug-manager/anjuta-debug-manager.ui,
8122         plugins/debug-manager/plugin.c:
8123         Partial fix for bug #392537
8125         * plugins/debug-manager/disassemble.c:
8126         Fix bug #392543
8128 2007-01-11  Naba Kumar  <naba@gnome.org>
8130         * src/anjuta.c: Load project seperately from session,
8131         so that project session is also loaded.
8132         
8133         * plugins/profile-default/plugin.c: Load project in new
8134         anjuta if there already is one loaded currently (disabled
8135         code for now).
8136         
8137         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8138         signals when editor is destroyed. Fixes a crash bug.
8139         
8140         * plugins/editor/text_editor.c: Do not mark line in
8141         ianjuta_editor_goto_line() implementation.
8142         
8143         * plugins/search/search-replace.c: Always check for markable
8144         interface availablility because its optional for an editor.
8145         
8146         * plugins/document-manager/goto_line.c,
8147         plugins/document-manager/action-callbacks.c: Mark lines for
8148         goto line commands (from dialog and from menu entry box).
8149         
8150         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8151         plugins/file-manager/an_file_view.c: Expand file manager
8152         nodes in idle loop, one at a time. Did as a possible work
8153         around for bug #361763, but it didn't make any difference.
8154         However, it could still be useful in situations where there
8155         are lots to expand.
8156         
8157         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8159 2007-01-11  Naba Kumar  <naba@gnome.org>
8161         * plugins/editor/scintilla/LineMarker.h,
8162         plugins/editor/scintilla/LexBasic.cxx,
8163         plugins/editor/scintilla/LexHTML.cxx,
8164         plugins/editor/scintilla/include/SciLexer.h,
8165         plugins/editor/scintilla/include/Scintilla.h,
8166         plugins/editor/scintilla/include/Scintilla.iface,
8167         plugins/editor/scintilla/include/ScintillaWidget.h,
8168         plugins/editor/scintilla/LexBash.cxx,
8169         plugins/editor/scintilla/PlatGTK.cxx,
8170         plugins/editor/scintilla/ViewStyle.h,
8171         plugins/editor/scintilla/Editor.cxx,
8172         plugins/editor/scintilla/StyleContext.h,
8173         plugins/editor/scintilla/LexCPP.cxx,
8174         plugins/editor/scintilla/Converter.h,
8175         plugins/editor/scintilla/LexAU3.cxx,
8176         plugins/editor/scintilla/Editor.h,
8177         plugins/editor/scintilla/LexPerl.cxx,
8178         plugins/editor/scintilla/LexVB.cxx,
8179         plugins/editor/scintilla/ScintillaGTK.cxx,
8180         plugins/editor/scintilla/ViewStyle.cxx,
8181         plugins/editor/scintilla/PropSet.cxx,
8182         plugins/editor/scintilla/LexSQL.cxx,
8183         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8184         version 1.71
8186 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8188         Reviewed by Naba Kumar  <naba@gnome.org>:
8189         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8190         selected for editing. This fixes bug #394218.
8192         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8193         name if said URI is not known.
8195         * plugins/class-gen/window.c: When stripping function prefix away,
8196         include the trailing underscore because it is already set by the
8197         template.
8199         * plugins/class-gen/transform.c: Include "const char*" and "const
8200         gchar*" in the list for transforming a default C type to a GType.
8201         Don't access invalid memory when writing pointer_str in
8202         cg_transform_first_argument.
8204 2007-01-11  Naba Kumar  <naba@gnome.org>
8206         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8207         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8208         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8209         libegg/test-actions.c, anjuta.desktop.in.in,
8210         anjuta.prj: Renamed application icon to 'anjuta.png' from
8211         'anjuta_icon.png'. Added more fields in desktop file.
8213         * mime/anjuta.xml: Added magic section.
8214         
8215         * (removed) mime/anjuta.applications,
8216         (removed) mime/anjuta.mime, mime/Makefile.am,
8217         (removed) mime/anjuta.keys,
8218         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8219         registeration and added scalable icon. Also fixes bug #393680
8221 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8223         Reviewed by Naba Kumar  <naba@gnome.org>:
8224         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8225         and anjuta_status_progress_add_ticks() to check for progressbar 
8226         being realized before trying to update it.
8228 2007-01-10  Naba Kumar  <naba@gnome.org>
8230         * tagmanager/tm_workspace.c,
8231         po/POTFILES.in,
8232         plugins/debug-manager/Makefile.am,
8233         plugins/tools/scripts/Makefile.am,
8234         plugins/class-gen/plugin.c,
8235         plugins/class-gen/Makefile.am,
8236         global-tags/Makefile.am: Fixed make distcheck.
8238         * plugins/debug-manager/attach_process.c,
8239         plugins/debug-manager/attach_process.h,
8240         plugins/class-gen/action-callbacks.h,
8241         plugins/class-gen/action-callbacks.c,
8242         plugins/class-gen/class_gen.h,
8243         plugins/class-gen/class_gen.c: Deleted unused/old files.
8245         * (removed) scintilla, (added) plugins/editor/scintilla,
8246         plugins/editor/scintilla/lexers.make,
8247         plugins/editor/scintilla/Makefile.am,
8248         plugins/editor/Makefile.am
8249         configure.in, manuals/reference/libanjuta/Makefile.am
8250         Makefile.am: Moved scintilla to its right place.
8252 2007-01-09  Naba Kumar  <naba@gnome.org>
8254         * plugins/profile-default/plugin.c: Save project session before
8255         a new one is opened.
8257         * plugins/project-manager/plugin.c,
8258         plugins/project-manager/plugin.h,
8259         plugins/project-manager/anjuta-project-manager.ui,
8260         plugins/profile-default/plugin.c,
8261         plugins/profile-default/plugin.h,
8262         plugins/profile-default/Makefile.am,
8263         (added) plugins/profile-default/anjuta-default-profile.ui,
8264         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8265         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8266         multiple projects support.
8267         
8268 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8270         Reviewed by Naba Kumar  <naba@gnome.org>
8271         * plugins/class-gen/combo-flags.h:
8272         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8273         enum, added a type parameter to selected signal. Select highlighted
8274         entry when pressing enter (but not unselect it if it was already
8275         selected) before closing the popup. Also accept input when clicking
8276         not into the popup.
8278         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8279         according to selection type.
8281         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8282         VOID:BOXED,ENUM.
8284 2007-01-08  Johannes Schmid <jhs@gnome.org>
8286   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8287   * plugins/project-wizard/templates/gtkmm/Makefile.am
8288   * plugins/project-wizard/templates/python/configure.ac.tpl
8289   * plugins/project-wizard/templates/python/configure.in.tpl
8290   * plugins/project-wizard/templates/python/Makefile.am
8291   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8292   * plugins/project-wizard/templates/cpp/configure.in.tpl
8293   * plugins/project-wizard/templates/cpp/Makefile.am
8294   * plugins/project-wizard/templates/terminal.wiz
8295   * plugins/project-wizard/templates/xlib-dock.wiz
8296   * plugins/project-wizard/templates/wxwin.wiz
8297   * plugins/project-wizard/templates/java.wiz
8298   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8299   * plugins/project-wizard/templates/xlib/configure.in.tpl
8300   * plugins/project-wizard/templates/xlib/Makefile.am
8301   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8302   * plugins/project-wizard/templates/gcj/configure.in.tpl
8303   * plugins/project-wizard/templates/gcj/Makefile.am
8304   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8305   * plugins/project-wizard/templates/terminal/configure.in.tpl
8306   * plugins/project-wizard/templates/terminal/Makefile.am
8307   * plugins/project-wizard/templates/terminal/autogen.sh
8308   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8309   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8310   * plugins/project-wizard/templates/wxwin/Makefile.am
8311   * plugins/project-wizard/templates/gnome.wiz 
8312   * plugins/project-wizard/templates/java/configure.ac.tpl
8313   * plugins/project-wizard/templates/java/configure.in.tpl
8314   * plugins/project-wizard/templates/java/Makefile.am
8315   * plugins/project-wizard/templates/anjuta-plugin.wiz
8316   * plugins/project-wizard/templates/gtkmm.wiz
8317   * plugins/project-wizard/templates/python.wiz
8318   * plugins/project-wizard/templates/cpp.wiz
8319   * plugins/project-wizard/templates/gtk.wiz
8320   * plugins/project-wizard/templates/gcj.wiz
8321   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8322   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8323   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8325   Starting fixing of all project wizards:
8326   - rename configure.in to configure.ac
8327   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8328   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8329   (See #394184)
8330   
8331   * TODO.task: Added bug number to bounty
8333 2007-01-07  Johannes Schmid <jhs@gnome.org>
8335   *  plugins/build-basic-autotools.c:
8336   Fixed #392290 – Missed install as root option in project manager
8338 2007-01-07  Johannes Schmid <jhs@gnome.org>
8340   * plugins/sourceview/sourceview.c:
8341   Fixed #388731 – Odd editor behaviour after performing block-text operations
8342   Fixed #388727 – Block-tab does not work
8343   
8344   * plugins/sourceview/anjuta-document.h/c:
8345   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8346   
8347   * configure.in:
8348   Require Gtk+ >= 2.10 for sourceview plugin
8350 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8352         * libanjuta/anjuta-status.c:
8353         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8355 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8357         * configure.in,
8358         plugins/terminal/terminal.c:
8359         Fix bug #377027
8360         remove support for VTE < 0.9
8362 2007-01-06  Naba Kumar  <naba@gnome.org>
8364         * po/POTFILES.in: Updated
8366 2007-01-05  Adam Dingle  <adam@medovina.org>
8368         Reviewed by Naba Kumar  <naba@gnome.org>:
8369         * plugins/message-view/anjuta-message-manager-plugin.glade:
8370         Fixed bug #377903 (improve message color defaults).
8372 2007-01-05  Naba Kumar  <naba@gnome.org>
8374         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8375         
8376 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8378         Reviewed by  Naba Kumar  <naba@gnome.org>:
8379         * plugins/symbol-browser/test-class.h: Fixed block ends.
8381         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8382         C-style-block comment.
8384         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8385         allow lists when writing autogen definition files. This is required
8386         for the new class generator. Also fixed a wrong return value in
8387         npw_autogen_write_definition_file and set a GError in
8388         npw_autogen_execute when the output file could not be opened.
8390         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8391         user interface.
8393         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8394         goc_template_header and goc_template_source, added top_srcdir to
8395         includes, link against project wizard (also hopefully temporarily),
8396         removed class_gen.h, class_gen.c, action-callbacks.h,
8397         action-callbacks.c.
8399         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8401         * plugins/class-gen/cell-renderer-flags.h:
8402         * plugins/class-gen/cell-renderer-flags.c:
8403         * plugins/class-gen/combo-flags.h:
8404         * plugins/class-gen/combo-flags.c:
8405         * plugins/class-gen/element-editor.c:
8406         * plugins/class-gen/element-editor.h:
8407         * plugins/class-gen/generator.c:
8408         * plugins/class-gen/generator.h:
8409         * plugins/class-gen/plugin.h:
8410         * plugins/class-gen/plugin.c:
8411         * plugins/class-gen/transform.c:
8412         * plugins/class-gen/transform.h:
8413         * plugins/class-gen/validator.c:
8414         * plugins/class-gen/validator.h:
8415         * plugins/class-gen/window.c:
8416         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8417         adding of several class elements and uses autogen.
8419         * plugins/class-gen/templates/cc-header.tpl:
8420         * plugins/class-gen/templates/cc-source.tpl:
8421         * plugins/class-gen/templates/go-header.tpl:
8422         * plugins/class-gen/templates/go-source.tpl:
8423         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8424         for the class generator.
8426         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8428 2007-01-04  Naba Kumar  <naba@gnome.org>
8430         Patch from Nick Treleaven:
8431         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8432         all matching symbols.
8433         
8434         Patches from  Maik Beckmann and Sébastien Granjoux:
8435         * plugins/profile-default/plugin.c,
8436         plugins/project-manager/plugin.c: Unescape project name. Fixes
8437         Bug #357151
8439 2007-01-04  Naba Kumar  <naba@gnome.org>
8441         * plugins/glade/plugin.c: Fixed compilation with
8442         older glade-3 version.
8443         
8444         Patch from Roland Illig:
8445         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8446         plugins/sourceview/anjuta-document-saver.c,
8447         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8448         are necessary to build anjuta on NetBSD 3.0
8450         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8451         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8452         window manager in gnome.
8453         
8454 2007-01-02  Naba Kumar  <naba@gnome.org>
8455         
8456         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8457         
8458 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8460         Reviewed by Naba Kumar  <naba@gnome.org>:
8461         * libanjuta/interfaces/libanjuta.idl,
8462         plugins/debug-manager/Makefile.am,
8463         plugins/debug-manager/anjuta-marshal.list,
8464         plugins/debug-manager/debugger.c,
8465         plugins/debug-manager/sparse_buffer.c,
8466         plugins/debug-manager/sparse_buffer.h,
8467         plugins/debug-manager/sparse_view.c,
8468         plugins/debug-manager/sparse_view.h,
8469         plugins/debug-manager/disassemble.h,
8470         plugins/debug-manager/disassemble.c,
8471         plugins/debug-manager/anjuta-marshal.list,
8472         plugins/debug-manager/plugin.c,
8473         plugins/gdb/debugger.c,
8474         plugins/gdb/debugger.h,
8475         plugins/gdb/plugin.c:
8476         Add a disassembly view window
8478         * plugins/debug-manager/breakpoints.c,
8479         plugins/debug-manager/chunk_view.c,
8480         plugins/debug-manager/locals.c,
8481         plugins/debug-manager/memory.c,
8482         plugins/debug-manager/registers.c,
8483         plugins/debug-manager/stack_trace.c:
8484         Add some debugging information 
8486 2006-12-18  Naba Kumar  <naba@gnome.org>
8488         * configure.in, plugins/glade/plugin.c: Allow building against both
8489         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8491 2006-12-03  Naba Kumar  <naba@gnome.org>
8492         
8493         * TODO.tasks: Marked a bounty completed.
8495 2006-11-24  Adam Dingle <adam@medovina.org>
8497         Reviewed by Naba Kumar  <naba@gnome.org>:
8498         * plugins/build-basic-autotools/build-basic-autotools.c,
8499         plugins/debug-manager/watch.c,
8500         plugins/document-manager/plugin.c, 
8501         plugins/patch/plugin.c,
8502         plugins/project-manager/plugin.c:
8503         Fixed bug #378879 (several command names need ellipses).
8505 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8507         Reviewed by: Naba Kumar  <naba@gnome.org>
8508         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8509         GCC 4.1.2 (there are only two warnings remaining now when compiling
8510         plugins).
8512         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8514         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8515         macro so that the generated function support a NULL plugin parameter.
8517         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8518         in debug_tree_find_expression by freeing memory returned by the call
8519         to gtk_tree_model_get instead of the parameter string.
8521 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8523         * plugins/debug-manager/breakpoints.c:
8524         Fix bug #378850
8526         * plugins/debug-manager/anjuta-debug-manager.ui,
8527         plugins/debug-manager/debugger.c,
8528         plugins/debug-manager/plugin.c:
8529         Fix bug #378871
8531 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8533         * libanjuta/anjuta-launcher.c,
8534         plugins/gdb/debugger.c:
8535         Fix bug #377061
8537 2006-11-21  Naba Kumar  <naba@gnome.org>
8539         * plugins/search/search_preferences.c: Fixed build break.
8540         
8541 2006-11-20  Naba Kumar  <naba@gnome.org>
8542         
8543         Patch from Kjartan Maraas:
8544         * plugins/cvs-plugin/cvs-interface.c,
8545         plugins/document-manager/plugin.c,
8546         plugins/gtodo/interface.c,
8547         plugins/gtodo/libgtodo.h,
8548         plugins/message-view/anjuta-msgman.c,
8549         plugins/project-wizard/druid.c,
8550         plugins/search/search_preferences.c,
8551         plugins/sourceview/sourceview-prefs.c,
8552         plugins/terminal/terminal.c,
8553         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8555         Patch from Przemysław Grzegorczyk:
8556         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8557         plugins/subversion/anjuta-subversion.glade: Enable files in
8558         fileselection dialog. Fixes bug #376031.
8559         
8560 2006-11-17  Adam Dingle <adam@medovina.org>
8562         Reviewed by: Naba Kumar  <naba@gnome.org>
8563         * plugins/build-basic-autotools/build-basic-autotools.c
8564         * plugins/class-gen/anjuta-class-gen.plugin.in
8565         * plugins/debug-manager/breakpoints.c
8566         * plugins/debug-manager/plugin.c
8567         * plugins/devhelp/plugin.c
8568         * plugins/document-manager/plugin.c
8569         * plugins/gdb/debugger.c
8570         * plugins/glade/anjuta-glade.plugin.in
8571         * plugins/gtodo/plugin.c
8572         * plugins/language-support-cpp-java/plugin.c
8573         * plugins/message-view/plugin.c
8574         * plugins/project-import/anjuta-project-import.glade
8575         * plugins/project-import/anjuta-project-import.plugin.in
8576         * plugins/search/plugin.c
8577         * plugins/tools/scripts/tools-2.xml.in
8578         * plugins/valgrind/plugin.c
8579         * src/anjuta-actions.h:
8580         Fixed bug #376335 "menu items should be capitalized".  Minor
8581         grammar edits.
8583 2006-11-20  Naba Kumar  <naba@gnome.org>
8584         
8585         * configure.in: Fixed build.
8587         Patch from: Arjan Timmerman
8588         *configure.in: Make subvesion plugin build for apr 1.x.
8589         Fixes: Bug #364754.
8590         
8591 2006-11-20  Johannes Schmid <jhs@gnome.org>
8593         * configure.in
8594         * plugins/*/*.[ch]:
8595         Removed patches from Sylvain and Günther. They caused not problems but
8596         Naba was against them.
8598 2006-11-20  Johannes Schmid <jhs@gnome.org>
8600         * Removed me from MAINTAINERS
8602 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8604         * configure.in:
8605         Use apr-1 instead of apr-0
8607 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8609         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8610         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8611         and another bug occuring when parsing .pc file containing quotes.
8613 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8615         * plugins/*/*.[ch]: Use class macro for type casting.
8617         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8618         GCC 4.1.2 (there are only two warnings remaining now when compiling
8619         plugins).
8621         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8622         a memory leak in debug_tree_find_expression; g_free was called on
8623         the parameter instead of the memory allocated by gtk_tree_model_get.
8625         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8626         to declare and initialize the global type variable of the plugin.
8628 2006-10-31  Naba Kumar  <naba@gnome.org>
8630         * global-tags/create_global_tags.sh.in: Added an end message.
8631         
8632         * libanjuta/anjuta-launcher.h: Fixed indentation.
8633         
8634         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8635         creation to a) append the messages in right way, b) Connect signals
8636         to the view properly and c) Recreate the system-tags.cache at the
8637         end of the generation.
8639         * plugins/symbol-browser: Fixed action path (double
8640         click on sysmbols was not working).
8642         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8643         Fixed typedef and removed dead code.
8645         * tagmanager/c.c: Took the latest version from ctags source
8646         repository, because the one we had (from ctags 5.6) was broken.
8647         
8648         * global_tags/create_global_tags.sh.in: Reverted the patch from
8649         Sylvain because it was not right fix (and added a helpful comment).
8650         Used /bin/bash to fix the bashism and generated separate log files
8651         for each tag files in the same directory.
8652         
8653 2006-10-29  Naba Kumar  <naba@gnome.org>
8655         * plugins/editor/text_editor.c: Use a temporary file
8656         to save the editor and move it at the end to original
8657         file. This will prevent data corruption if file save
8658         failed for any reason. Also report proper errors when
8659         file save fails. Fixes bug #346575.
8660         
8661 2006-10-26  Naba Kumar  <naba@gnome.org>
8663         * plugins/document-manager/anjuta-docman.c: Do not load
8664         the same files with different path more than once (happens
8665         with symlinked files). Fixes Bug #323591.
8667 2006-10-25  Naba Kumar  <naba@gnome.org>
8669         * plugins/valgrind/vgactions.c: Fixed a warning.
8671 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8673         Reviewed by Naba Kumar  <naba@gnome.org>:
8675         * plugins/valgrind/vgtoolview.c:
8676         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8678         * plugins/valgrind/bugged-prg-test.c:
8679         No more warning during compilation with GCC 4.1.
8680         Program is still buggy in order to be used as a test of the
8681         plugin.
8683         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8684         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8685         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8686         plugins/valgrind/vgrule.c:
8687         No more warning during compilation with GCC 4.1.
8689         * plugins/valgrind/plugin.c:
8690         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8691         prototype (was missing from previous patch).
8693 2006-10-24  Naba Kumar  <naba@gnome.org>
8695         * plugins/glade/plugin.c: Show glade tree view, not list view.
8696         
8697         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8698         exited with glade plugin still loaded. Fixes Bug #364755.
8700         * plugins/document-manager/anjuta-document-manager.plugin.in:
8701         Added application/x-reject in accepted mime-types.
8702         
8703         * Changelog: Fixed changelog alignments.
8705 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8707         Reviewed by: Naba Kumar  <naba@gnome.org>
8708         
8709         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8710         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8711         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8712         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8713         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8714         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8715         plugins/valgrind/vgsearchbar.c:
8716         Use class macro for type casting.
8718         * plugins/valgrind/plugin.h:
8719         Don't force cast a GtkActionGroup to a GtkAction.
8721         * plugins/valgrind/plugin.c:
8722         Use correct API to get path of the preoject root when building
8723         the list of targets for the run action.
8724         Correct ordering of the construction of the preferences widgets.
8725         Only remove the valgrind widget if it is currently displayed.
8727         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8728         Return if check_valgrind_binary() fails.
8729         The ValgrindPluginPrefs object is initialized after the call to
8730         vg_action_new. Take a handle to the location of the pointer to
8731         the future object.
8733 2006-10-24  Naba Kumar  <naba@gnome.org>
8735         * HACKING: Updated coding sample.
8736         
8737         Patch from: Armin Burgmeier  <armin@arbur.net>
8738         * plugins/symbol-browser/test-class.h,
8739         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8740         
8741 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8743         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8744         * plugins/valgrind/vgtoolview.h:
8745         Correctly handle the argv / srcdir of vg_tool_view object. Do
8746         not leak memory associated with those arrays.
8748         * plugins/symbol-browser/an_symbol_prefs.c:
8749         Support unloading / reloading of the module (for example when
8750         closing a project and opening another one).
8752         * plugins/project-manager/plugin.c:
8753         Remove plugin widget before removing plugin itself, preventing
8754         a crash with valgrind plugin.
8756         * libanjuta/anjuta-preferences-dialog.c:
8757         Do not use the page_num returned by gtk_notebook_append_page to
8758         remove the page as it cause bugs when pages removal is not done
8759         in LIFO.
8761         * plugins/document-manager/anjuta-docman.c:
8762         Fix some GTK+ warnings.
8764         * global-tags/create_global_tags.sh.in:
8765         Rewrite script to remove bash-ism and use pkg-config directly
8766         instead of parsing the *.pc file by hand. This solve problems
8767         that occurred when one of the directory in PKG_CONFIG_PATH is
8768         empty.
8770 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8772         * plugins/glade/plugin.c: Fix build (#363884)
8774 2006-10-22  Johannes Schmid <jhs@gnome.org>
8776         * plugins/file-manager/an_file_view.c:
8777         * plugins/file-manager/plugin.c:
8778         * plugins/file-manager/plugin.h:
8779         Fix possible crasher when changing project-root uri when we try to restore open nodes
8780         * AUTHORS: Updated
8782 2006-10-19  Naba Kumar  <naba@gnome.org>
8784         Patch from: Juan Pablo Ugarte
8785         * plugins/glade/plugin.c: Include glade header
8786         correctly.
8787         
8788 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8789         
8790         * plugins/debug-manager/Makefile.am,
8791         plugins/debug-manager/sexy-icon-entry.h,
8792         plugins/debug-manager/sexy-icon-entry.c,
8793         plugins/debug-manager/dataview.c:
8794         Fix bug #358134 (Goto memory prompt)
8795         Use sexy-icon-entry from libsexy 0.1.10
8797         * plugins/debug-manager/debugger.c,
8798         plugins/debug-manager/plugin.c,
8799         plugins/debug-manager/start.c,
8800         plugins/gdb/debugger.c,
8801         plugins/gdb/plugin.c:
8802         Better error handling when starting and stopping debugger
8804 2006-10-13  Maik Beckmann <maik@eigenco.de>
8806         * src/action_callbacks.c:
8807         Fixed bug #361830 (AboutDialog does not close) which is caused 
8808         due to a change in Gtk+ 2.10  
8809   
8810 2006-10-12  Adam Dingle <adam@medovina.org>
8812         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8814         * plugins/search/search-replace.c:
8815         Fixed bug #358068 (indicate when Find in Files is complete)
8817         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8819         * plugins/sourceview/sourceview-prefs.c:
8820         * plugins/sourceview/sourceview.glade:
8821         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8823         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8825         * plugins/devhelp/plugin.c:
8826         * plugins/search/plugin.c: 
8827         Fixed bug #359750 (fix find/replace shortcut keys).
8829         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8830         use Alt+key for shortcuts)
8832         *  plugins/debug-manager/debug_tree.c:
8833         *  plugins/debug-manager/debugger.c:
8834         Fixed bug #359317 (can't load debug manager)
8836         * /plugins/document-manager/plugin.c:
8837         Fixed bug #359259 (highlight modes listed in reverse 
8838         alphabetical order).
8840 2006-10-10  Johannes Schmid <jhs@gnome.org>
8842         * plugins/glade/plugin.c:
8843         Add scrollbars to glade project window
8845 2006-10-10  Johannes Schmid <jhs@gnome.org>
8847         * libanjuta/interfaces/Makefile.am.iface:
8848         Fixed Makefile with broke build
8850 2006-10-07  Johannes Schmid <jhs@gnome.org>
8852         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8853         * libanjuta/interfaces/Makefile.iface.am:
8854         Fixed enum types generation
8856         * libanjuta/interfaces/libanjuta.idl:
8857         Fixed some strange typo
8859 2006-10-06  Johannes Schmid <jhs@gnome.org>
8861         * libanjuta/interfaces/Makefile.iface.am:
8862         Fixed enum-types.h generation
8863         * libanjuta/interfaces/libanjuta.idl:
8864         char* => gchar*
8865         IAnjutaTODO::load should take const gchar* argument
8866         Remove include to libanjuta/e-splash.h which is not installed as header file
8867         Disable get_attributes for now
8868         
8869         * pluings/sourceview/sourceview.c: Disabled get_attributes
8870         
8871         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8873 2006-10-05  Naba Kumar  <naba@gnome.org>
8875         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8876         Set bug id for 'Profiler plugin' task.
8878 2006-10-03  Naba Kumar  <naba@gnome.org>
8880         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8881         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8883         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8884         plugins/project-manager/plugin.c: Added a new API in
8885         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8886         Added some documentation. On project close, close all editors that
8887         has files opened for the project.
8888         
8889         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8890         from the containers on anjuta_shell_remove_widget(). Do not destroy
8891         glade widgets once created.
8892         
8893 2006-10-03  Johannes Schmid <jhs@gnome.org>
8895         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8896         * libanjuta/interfaces/libanjuta.idl:
8897         const-List<> => const List<>
8898         List-free<> => List<>
8899         
8900         * Makefile.am: Reenabled launcher
8902 2006-10-03  Johannes Schmid <jhs@gnome.org>
8904         * libanjuta/interfaces/Makefile.am.iface:
8905         Install libanjuta.idl
8907 2006-10-02  Adam Dingle <adam@medovina.org>
8909         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8911 2006-10-02  Adam Dingle <adam@medovina.org>
8913         * plugins/editor/style-editor.c: fixed bug #357534
8914         * plugins/gdb/utilities.h: removed 2 unused declarations
8916 2006-10-02  Johannes Schmid <jhs@gnome.org>
8918         * Makefile.am: disabled anjuta-launcher
8919         * libanjuta/Makefile.am:
8920         
8921         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
8922         * libanjuta/glue-factory.c: (glue_factory_add_path),
8923         (glue_factory_get_path):
8924         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
8925         * libanjuta/glue-factory.h:
8926         * libanjuta/glue-cpp.h:
8927         * libanjuta/glue-cpp.c:
8928         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
8929         
8930         * libanjuta/interfaces/Makefile.am.iface:
8931         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8932         * libanjuta/interfaces/libanjuta.idl:
8933         Add a new features to idl compiler:
8934         List<Type> => List of Type
8935         List-free<Type> => List of Type, it is up to the caller to free items and list
8936         const-List(-free)<Type> = const List of Types
8937         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
8938         
8939         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
8940         (generic_cpp_class_create_code):
8941         Adapted to new project_manager interface
8942         
8943         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
8944         * plugins/debug-manager/debugger.c:
8945         (ivariable_debugger_iface_init):
8946         Do not use C++ keyword "delete" for interface name
8947         
8948         * plugins/document-manager/anjuta-document-manager.plugin.in:
8949         Added m4 to mime-types
8950         
8951         * plugins/project-manager/plugin.c:
8952         (iproject_manager_add_source_multi):
8953         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
8955 2006-10-01  Naba Kumar  <naba@gnome.org>
8957         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
8958         UI file used when out-of-process devhelp is used instead of
8959         embedded devhelp.
8960         
8961         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
8962         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
8963         plugins/profile-default/default.anjuta: Build devhelp plugin,
8964         but use out-of-process devhelp if devhelp plugin is disabled
8965         (either by user or devhelp is not installed). Disabled devhelp
8966         plugin by default. Added it in default profile.
8968 2006-10-01  Naba Kumar  <naba@gnome.org>
8970         * plguins/project-manager/plugin.c: Possible fix for crash
8971         bug #358583.
8972         
8973         * configure.in, plugins/Makefile.am: Enabled glade plugin and
8974         set dep to last version 3.0.2.
8975         
8976         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
8977         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
8978         plugins/symbol-browser/plugin.c: Use the right action group
8979         for getting popup actions (Fixes lots of assertion failures).
8981         * plugins/project-manager/plugin.c,
8982         plugins/project-manager/plugin.h: use separate action group
8983         for profie actions.
8984         
8985         * plugins/message-view/plugin.c: Disconnect session load
8986         signal on plugin deactivation (fixes a crash).
8988 2006-09-30  Naba Kumar  <naba@gnome.org>
8990         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
8991         * TODO.tasks: Assigned a bounty to Massimo.
8993 2006-09-29  Naba Kumar  <naba@gnome.org>
8995         * src/anjuta-app.c, src/shell.c: Fixed build errors.
8997 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
8999         * plugins/debug-manager/debugger.c,
9000         plugins/debug-manager/plugin.c,
9001         libanjuta/interfaces/libanjuta.idl:
9002         Add a new abort command to quit debugger without waiting
9004         * plugins/gdb/debugger.c,
9005         plugins/gdb/debugger.h,
9006         plugins/gdb/plugin.c:
9007         Send a signal directly to the debugged program
9008         Implement abort command
9010         * plugins/debug-manager/debug_tree.c:
9011         Fix bug #358163
9013         * plugins/debug-manager/stack-trace.c:
9014         Fix bug #358009
9016 2006-09-29  Naba Kumar  <naba@gnome.org>
9018         * TODO.tasks: Updated.
9019         
9020         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9021         dialog.
9022         
9023         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9024         
9025         * TODO.tasks: Updated in light of the word wrapping fix
9026         in Tasks Manager. Added a test bounty entry.
9028         * TODO.tasks: Added four bounties.
9029         
9030 2006-09-28  Naba Kumar  <naba@gnome.org>
9032         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9033         Added 'customizable' parameter to
9034         anjuta_ui_add_action_group_entries() and similar functions to
9035         allow user configuration of the actions. Filter out actions that
9036         are not configurable items (such as submenu items). Now the
9037         'Customize shortcuts' dialog is much better listed.
9039         * plugins/build-basic-autotools/build-basic-autotools.c,
9040         plugins/build-basic-autotools/build-basic-autotools.h,
9041         plugins/cvs-plugin/plugin.c,
9042         plugins/cvs-plugin/plugin.h,
9043         plugins/debug-manager/breakpoints.c,
9044         plugins/debug-manager/plugin.c,
9045         plugins/debug-manager/stack_trace.c,
9046         plugins/debug-manager/watch.c,
9047         plugins/devhelp/plugin.c,
9048         plugins/document-manager/plugin.c,
9049         plugins/file-loader/plugin.c,
9050         plugins/file-manager/plugin.c,
9051         plugins/glade/plugin.c,
9052         plugins/gtodo/interface.c,
9053         plugins/gtodo/plugin.c,
9054         plugins/language-support-cpp-java/plugin.c,
9055         plugins/macro/plugin.c,
9056         plugins/macro/plugin.h,
9057         plugins/message-view/plugin.c,
9058         plugins/patch/plugin.c,
9059         plugins/profile-default/default.anjuta,
9060         plugins/project-manager/plugin.c,
9061         plugins/project-manager/plugin.h,
9062         plugins/sample1/plugin.c,
9063         plugins/search/plugin.c,
9064         plugins/subversion/plugin.c,
9065         plugins/subversion/plugin.h,
9066         plugins/symbol-browser/plugin.c,
9067         plugins/symbol-browser/plugin.h,
9068         plugins/tools/plugin.c,
9069         plugins/valgrind/plugin.c,
9070         plugins/valgrind/plugin.h: Fixed to take care of above change
9071         in API of AnjutaUI. Properly added/removed action groups in some
9072         plugins. Split action groups into customization and non-customizable
9073         groups and added them separately.
9075         * plugins/document-manager/plugin.c: Close files belonging to
9076         project when project is closed (not complete).
9077         
9078         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9079         vertical aligned cell entries.
9080         
9081         * src/anjuta-app.c: Define macros for the placeholder names.
9082         Set default widths and heights of the default placeholders,
9083         so that newly docked widgets are correclty sized.
9084         
9085         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9086         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9087         Fixed to generated correct actions addition/removal code.
9089 2006-09-25  Naba Kumar  <naba@gnome.org>
9091         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9092         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9093         class.
9094         
9095         * plugins/message-view/anjuta-msgman.c,
9096         plugins/message-view/anjuta-msgman.h,
9097         plugins/message-view/message-view.c,
9098         plugins/message-view/message-view.h,
9099         plugins/message-view/plugin.c: Serialize messages panes in
9100         session save and deserialize them in session load so that
9101         build messages persistant.
9102         
9103 2006-09-24  Johannes Schmid <jhs@gnome.org>
9105         * libanjuta/anjuta-utils.c:
9106         * plugins/message-view/message-view.c:
9107         Really fixed #355407
9109 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9111         * libanjuta/interfaces/libanjuta.idl:
9112         Change one variable sign
9114         * plugins/debug-manager/anjuta-debug-manager.glade,
9115         plugins/debug-manager/anjuta-debug-manager.ui:
9116         Few small interface changes     
9118         * plugins/debug-manager/debug_tree.h,
9119         plugins/debug-manager/watch.c,
9120         plugins/debug-manager/debugger.c,
9121         plugins/debug-manager/plugin.c
9122         plugins/gdb/debugger.c,
9123         plugins/gdb/plugin.c:
9124         Big rewrite of debugger queue
9125         Allow to cancel command
9127         * plugins/debug-manager/memory.c:
9128         Fix a bug if a command is cancelled
9130 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9132         * plugins/gdb/debugger.c,
9133         plugins/debug-manager/debug_tree.c,
9134         plugins/debug-manager/locals.c:
9135         Restore tree representation for local variable
9136         Add argument in local variable list
9137         Use gdb variable object to get all informations
9139 2006-09-19  Naba Kumar  <naba@gnome.org>
9141         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9142         that implements AnjutaSavePrompt class.
9144         * ChangeLog: Fixed indentation.
9145         
9146         * libanjuta/Makefile.am,
9147         libanjuta/anjuta-marshal.list,
9148         libanjuta/anjuta-shell.c,
9149         libanjuta/anjuta-shell.h,
9150         plugins/document-manager/action-callbacks.c,
9151         plugins/document-manager/action-callbacks.h,
9152         plugins/document-manager/anjuta-docman.c,
9153         plugins/document-manager/anjuta-docman.h,
9154         plugins/document-manager/plugin.c,
9155         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9156         unsaved items during exit. A new signal is added in shell
9157         interface called 'save-prompt' to collect all unsaved items.
9158         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9159         Fixed document manager to use the new save-prompt signal in shell
9160         and AnjutaSavePrompt object for unsaved files. Cleaned up
9161         AnjutaDocman to synchronously save new files. Fixed function
9162         names.
9164 2006-09-18  Johannes Schmid <jhs@gnome.org>
9166         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9167         gdl requirement to 0.7.0
9169 2006-09-18  Johannes Schmid <jhs@gnome.org>
9171         * global-tags/.cvsignore:
9172         * global-tags/Makefile.am:
9173         * global-tags/create_global_tags.sh (removed):
9174         * global-tags/create_global_tags.sh.in (added):
9175         Fixed #355407
9176         
9177         * libanjuta/anjuta-launcher.c:
9178         Fixed #349374
9179         
9180         * plugins/project-manager/plugin.c:
9181         (project_manager_plugin_close_project):
9182         Fixed crasher
9183         
9184         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9185         Fixed gtk critical
9186         
9187         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9188         More reasonable toolbar creation/deletition though it does
9189         not completly work!
9191 2006-09-15  Johannes Schmid <jhs@gnome.org>
9193         * libanjuta/anjuta-utils.c/.h:
9194         Fixed #355168
9196 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9198         * scintilla/ScintillaGTK.cxx
9199         Fixed doulbe freeing in Scintilla
9201 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9203         * plugins/symbol-browser/an_symbol_prefs.c:
9204         Support unloading / reloading of the module (for example when
9205         closing a project and opening another one).
9207         * plugins/project-manager/plugin.c:
9208         Really fixed #355148 (Show project name in title bar)
9210 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9212         * libanjuta/plugins.c:
9213         Fixed #355156 (Show plugins in alphabetical order)
9215 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9217         * plugins/project-manager/plugin.c:
9218         Fixed #355148 (Show project name in title bar)
9220 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9222         * plugins/project-manager/plugin.c:
9223         (value_removed_project_root_uri):
9224         Fixed crasher if project cannot be opened
9226 2006-08-30 Naba Kumar  <naba@gnome.org>
9228         * plugins/language-support-cpp-java/plugin.[c,h],
9229         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9230         Impletemnted UI for auto indent.
9231         
9232 2006-08-28 Naba Kumar  <naba@gnome.org>
9233         
9234         * plugins/gvim/.cvsignore,
9235         plugins/gvim/Makefile.am,
9236         plugins/gvim/anjuta-vim-plugin.png,
9237         plugins/gvim/anjuta-vim.c,
9238         plugins/gvim/anjuta-vim.h,
9239         plugins/gvim/anjuta-vim.plugin.in,
9240         plugins/gvim/gtkvim.c,
9241         plugins/gvim/gtkvim.h,
9242         plugins/gvim/plugin.c,
9243         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9244         in build yet.
9246 2006-08-28 Naba Kumar  <naba@gnome.org>
9248         Patch from: Massimo Corà  <maxcvs@email.it>
9249         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9250         possible infinite loop.
9252 2006-08-22 Adam Dingle <adam@medovina.org>
9253         
9254         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9255         to edit are shown in the preferences dialog in anjuta").
9256         Removed unused widgets from the style editor dialog.
9258 2006-08-21  Johannes Schmid <jhs@gnome.org>
9260         * plugins/symbol-browser/test-class.[cpp/h]
9261         Added missing files
9263 2006-08-18  Naba Kumar  <naba@gnome.org>
9265         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9266         end of document loading.
9268         * plugins/language-support-cpp-java/plugin.c,
9269         plugins/sourceview/sourceview.c: Fixed plugin loading.
9271 2006-08-17  Naba Kumar  <naba@gnome.org>
9273         * plugins/language-support-cpp-java/plugin.c,
9274         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9275         mode line parsing. Indentation parameters initialized based on
9276         mode line parameters.
9278 2006-08-16  Naba Kumar  <naba@gnome.org>
9280         * Makefile.am, plugins/editor/text_editor.c,
9281         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9282         comments.
9284 2006-08-16 Naba Kumar  <naba@gnome.org>
9286         Patch from  Massimo Cora'  <maxcvs@email.it>:
9287         
9288         * plugins/editor/aneditor-autocomplete.cxx,
9289         plugins/editor/aneditor-calltip.cxx,
9290         plugins/symbol-browser/Makefile.am,
9291         plugins/symbol-browser/an_symbol.c,
9292         plugins/symbol-browser/an_symbol_view.c,
9293         plugins/symbol-browser/plugin.c,
9294         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9295         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9296         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9297         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9298         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9299         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9300         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9301         tagmanager/get.h, tagmanager/html.c,
9302         tagmanager/include/tm_source_file.h,
9303         tagmanager/include/tm_tag.h,
9304         tagmanager/include/tm_workspace.h,
9305         tagmanager/jscript.c, tagmanager/keyword.c,
9306         tagmanager/keyword.h, tagmanager/lisp.c,
9307         tagmanager/lregex.c, tagmanager/lua.c,
9308         tagmanager/main.h, tagmanager/make.c,
9309         tagmanager/options.c, tagmanager/options.h,
9310         tagmanager/parse.c, tagmanager/parse.h,
9311         tagmanager/parsers.h, tagmanager/pascal.c,
9312         tagmanager/perl.c, tagmanager/php.c,
9313         tagmanager/python.c, tagmanager/read.c,
9314         tagmanager/read.h, tagmanager/readtags.c,
9315         tagmanager/readtags.h, tagmanager/rexx.c,
9316         tagmanager/routines.c, tagmanager/routines.h,
9317         tagmanager/ruby.c, tagmanager/scheme.c,
9318         tagmanager/sh.c, tagmanager/slang.c,
9319         tagmanager/sml.c, tagmanager/sort.c,
9320         tagmanager/sort.h, tagmanager/sql.c,
9321         tagmanager/strlist.c, tagmanager/strlist.h,
9322         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9323         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9324         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9325         tagmanager/vim.c, tagmanager/vstring.c,
9326         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9327         5.6 and namespace completion fixed.
9329         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9330         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9332 2006-08-15 Naba Kumar  <naba@gnome.org>
9334         * libanjuta/interfaces/libanjuta.idl,
9335         plugins/editor/text-editor-iterable.c,
9336         plugins/editor/text_editor.c,
9337         plugins/sourceview/sourceview-cell.c,
9338         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9339         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9340         ianjuta_editor_end_action().
9341         
9342         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9344 2006-08-13 Naba Kumar  <naba@gnome.org>
9346         * plugins/debug-manager/breakpoints.c,
9347         plugins/debug-manager/memory.c,
9348         plugins/debug-manager/registers.c,
9349         src/layout.xml: Fixed debugger widgets layout.
9351 2006-08-12 Naba Kumar  <naba@gnome.org>
9353         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9354         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9355         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9356         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9357         codes and dead codes. Removed automatic indentation prefs.
9359 2006-08-12  Johannes Schmid <jhs@gnome.org>
9361         * libanjuta/Makefile.am:
9362         * libanjuta/anjuta-launcher.c:
9363         * libanjuta/anjuta-launcher.h:
9364         * libanjuta/anjuta-plugin.c:
9365         * libanjuta/anjuta-plugin.h:
9366         * libanjuta/anjuta-preferences.c:
9367         * libanjuta/anjuta-preferences.h:
9368         * libanjuta/anjuta-shell.c:
9369         * libanjuta/anjuta-shell.h:
9370         * libanjuta/libanjuta.h:
9371         
9372         Made wrapper friendly:
9373         - no inline in header files (preferences_set/get)
9374         - correct signal names
9375         - correct GError** argument in anjuta_shell_freeze/thaw
9376         - include correct files in libanjuta.h
9377         
9378         * plugins/project-manager/plugin.c: 
9379         Fixed two crashers
9381 2006-08-11 Naba Kumar  <naba@gnome.org>
9383         * plugins/editor/aneditor-priv.h,
9384         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9385         
9386         * plugins/editor/text_editor_cbs.c,
9387         plugins/sourceview/anjuta-view.c: Pass the right position for char
9388         added signal.
9389         
9390         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9391         
9392         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9394 2006-08-11 Naba Kumar  <naba@gnome.org>
9396         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9397         return the right character at the iter position and get_char() to
9398         not leak memory.
9400         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9401         to set to character offset and not byte index.
9403         * plugins/language-support-cpp-java/plugin.c: Improved
9404         auto-indentation login. Indents opening and closing braces correctly.
9406 2006-08-10  Johannes Schmid <jhs@gnome.org>
9408         * INSTALL:
9409         * autogen.sh:
9410         Required automake = 1.9
9412         * libanjuta/anjuta-children.c:
9413         * libanjuta/anjuta-children.h:
9414         * libanjuta/anjuta-encodings.h:
9415         * libanjuta/anjuta-launcher.h:
9416         * libanjuta/anjuta-plugin-description.h:
9417         * libanjuta/anjuta-preferences-dialog.h:
9418         * libanjuta/anjuta-preferences.h:
9419         * libanjuta/anjuta-session.h:
9420         * libanjuta/anjuta-status.h:
9421         * libanjuta/anjuta-ui.h:
9422         * libanjuta/anjuta-utils.c:
9423         * libanjuta/anjuta-utils.h:
9424         * libanjuta/e-splash.h:
9425         * libanjuta/glue-factory.h:
9426         * libanjuta/glue-plugin.h:
9427         * libanjuta/plugins.h:
9428         * libanjuta/resources.h:
9429         Fixed libanjuta to be able to wrap it
9430         - G_BEGIN_DECLS, G_END_DECLS
9431         - include all necessary files in libanjuta.h
9433         * plugins/gtodo/tray-icon.c:
9434         * plugins/terminal/terminal.c:
9435         Some build fixes for freebsd
9437         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9438         * plugins/sourceview/sourceview.glade:
9439         Remove auto-indent feature as it is now in language-support
9441 2006-08-09 Naba Kumar  <naba@gnome.org>
9443         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9444         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9445         Added missing files.
9447         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9448         get_use_spaces(), set_tabsize() and set_use_spaces().
9450 2006-08-09 Naba Kumar  <naba@gnome.org>
9452         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9453         succeeded in activating.
9455         * plugins/document-manager/plugin.c: Added debug message.
9457         * libanjuta/interfaces/libanjuta.idl,
9458         plugins/editor/text_editor.c: Implemented get_tabsize(),
9459         get_use_spaces(), set_tabsize() and set_use_spaces().
9461         * plugins/language-support-cpp-java/Makefile.am,
9462         plugins/language-support-cpp-java/plugin.c,
9463         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9464         for indentation. Added preferences page for paramenters.
9466         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9468 2006-08-08 Naba Kumar  <naba@gnome.org>
9470         * libanjuta/interfaces/libanjuta.idl,
9471         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9472         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9473         plugins/editor/text_editor.c,
9474         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9475         and implemented it for both scintilla and sourceview.
9477         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9478         focus back to editor (happens when pressing esc in incremental
9479         search box).
9481 2006-08-08 Naba Kumar  <naba@gnome.org>
9483         * libanjuta/interfaces/libanjuta.idl,
9484         plugins/editor/text_editor.c,
9485         plugins/editor/text_editor.h,
9486         plugins/editor/text-editor-iterable.c,
9487         plugins/sourceview/sourceview-cell.c,
9488         plugins/sourceview/sourceview.c: Implemented editor attributes
9489         methods.
9490         
9491         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9492         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9493         code (not complete yet).
9495         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9496         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9497         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9498         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9499         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9500         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9502 2006-08-04 Naba Kumar  <naba@gnome.org>
9504         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9505         implementation.
9506         
9507 2006-08-03  Johannes Schmid <jhs@gnome.org>
9509         * configure.in: Add a more informative text to valgrind plugin
9511         * TODO.tasks:
9512         Modified Preferences tasl
9513         * libanjuta/anjuta-plugin.c: 
9514         * libanjuta/anjuta-preferences-dialog.c: 
9515         * libanjuta/anjuta-preferences-dialog.h:
9516         * libanjuta/anjuta-preferences.c:
9517         * libanjuta/anjuta-preferences.h:
9518         * libanjuta/interfaces/Makefile.am.iface:
9519         * libanjuta/interfaces/libanjuta.idl:
9520         Added IAnjutaPreferences interface which every plugin that has preferences should
9521         implement. Call merge() and unmerge() at plugin activation/deactivation.
9522         Fixed preferences_page_remove()
9523         
9524         * plugins/build-basic-autotools/build-basic-autotools.c:
9525         * plugins/cvs-plugin/plugin.c: 
9526         * plugins/document-manager/plugin.c:
9527         * plugins/editor/plugin.c:
9528         * plugins/editor/plugin.h:
9529         * plugins/file-manager/plugin.c: 
9530         * plugins/gtodo/main.h:
9531         * plugins/gtodo/plugin.c: 
9532         * plugins/gtodo/preferences.c: 
9533         * plugins/message-view/anjuta-msgman.c: 
9534         * plugins/message-view/anjuta-msgman.h:
9535         * plugins/message-view/plugin.c:
9536         * plugins/sourceview/plugin.c: 
9537         * plugins/sourceview/plugin.h:
9538         * plugins/symbol-browser/an_symbol_prefs.c:
9539         * plugins/symbol-browser/plugin.c: 
9540         * plugins/terminal/terminal.c: 
9541         * plugins/valgrind/plugin.c
9542         * src/anjuta-app.c:
9543         
9544         Updated preference loading/unloading for all plugins
9546 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9547         
9548         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9549         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9550     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9551         recommended by the autoconf manual. 
9552         - Fixes compiling with autoconf 2.60.
9553         
9554         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9556 2006-08-02      Johanes Schmid <jhs@gnome.org>
9558         * plugins/profile-default/plugin.c:
9559         Fixed session handling
9561 2006-08-01  Johannes Schmid <jhs@gnome.org>
9563         * configure.in
9564         * plugins/Makefile.am:
9565         Disabled devhelp and glade for now as they do not work (#341073
9566         and #341170)
9567         
9568         * plugins/profile-default/anjuta-default-profile.ui (removed):
9569         * plugins/profile-default/plugin.c:
9570         * plugins/profile-default/plugin.h:
9571         * plugins/project-manager/anjuta-project-manager.ui:
9572         * plugins/project-manager/plugin.c:
9573         * plugins/project-manager/plugin.h:
9574         Limted multiple project support #315043
9576         * libanjuta/interfaces/libanjuta.idl:
9577         Added ianjuta_profile_unload
9579 2006-07-31 Naba Kumar  <naba@gnome.org>
9581         * libanjuta/interfaces/libanjuta.idl,
9582         plugins/editor/text-editor-iterable.c,
9583         plugins/editor/text_editor.c,
9584         plugins/sourceview/anjuta-view.c,
9585         plugins/sourceview/anjuta-view.h,
9586         plugins/sourceview/sourceview.c: Fixed text iteration and 
9587         IAnjutaEditor implementations in both scintilla
9588         and sourceview. Cleand up libanjuta API: Removed redundant
9589         erase_range() method from IAnjutaEditor interface, fixed
9590         ianjuta_editor_get_text to take length instead of range (consistency).
9591         autoindentation in both sourceview and scintilla more or less works,
9592         but still disabled for now because there are still some anomalies
9593         in text iteration.
9595         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9597         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9598         API changes.
9600 2006-07-30  Johannes Schmid <jhs@gnome.org>
9602         * plugins/sourceview/anjuta-document.c:
9603         * plugins/sourceview/anjuta-document.h:
9604         * plugins/sourceview/anjuta-view.c: 
9605         * plugins/sourceview/sourceview.c:
9606         Wrote a new "char_added" implementation, I hope this one is good
9608         * plugins/sourceview/sourceview-cell.c:
9609         Fixed typo: "text_iter" instead of "iter"
9611 2006-07-30 Naba Kumar  <naba@gnome.org>
9613         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9615 2006-07-30  Johannes Schmid <jhs@gnome.org>
9617         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9618         
9619         * plugins/debug-manager/plugin.c: 
9620         * plugins/patch/plugin.c:
9621         Use IAnjutaIndicable to mark debugger position
9623         * plugins/sourceview/sourceview.c:
9624         Define colors for IAnjutaIndicable
9626 2006-07-29  Johannes Schmid <jhs@gnome.org>
9628         * plugins/debug-manager/anjuta-debug-manager.ui:
9629         * plugins/debug-manager/breakpoints.c:
9630         * plugins/debug-manager/images/Makefile.am:
9631         * plugins/debug-manager/images/run-to-cursor.png:
9632         * plugins/debug-manager/plugin.c:
9633         Added toolbar and some icons
9635         * plugins/patch/anjuta-patch.ui:
9636         * plugins/patch/patch-plugin.c:
9637         * plugins/patch/patch-plugin.glade:
9638         * plugins/patch/plugin.c:
9639         * plugins/patch/plugin.h:
9640         Improved patch plugin (GUI and function)
9642         * plugins/sourceview/sourceview.c:
9643         Fixed another Gtk-Critical
9645         * plugins/tools/anjuta-tools.ui:
9646         * plugins/tools/plugin.h:
9647         Put Patch plugin in tools menu and changed ui file
9649 2006-07-29  Johannes Schmid <jhs@gnome.org>
9651         * plugins/document-manager/plugin.c:
9652         Fixed accelator Gtk-Warning
9654         * plugins/message-view/anjuta-msgman.c: 
9655         Fixed Gtk-Warning
9657         * plugins/sourceview/anjuta-document.c:
9658         * plugins/sourceview/anjuta-document.h:
9659         * plugins/sourceview/anjuta-marshal.list:
9660         Wrote a better emitter for the char-added signal
9662         * plugins/sourceview/sourceview.c:
9663         Fixed Redo/Undo to void Gtk-Criticals
9664         
9665         * plugins/sourceview/sourceview-args.c:
9666         * plugins/sourceview/sourceview-cell.c:
9667         * plugins/sourceview/sourceview-scope.c:
9668         * plugins/sourceview/sourceview-tags.c: 
9669         Adapted to new IAnjutaIterator API
9671 2006-07-28 Naba Kumar  <naba@gnome.org>
9673         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9675         * plugins/symbol-browser/an_symbol.c,
9676         plugins/symbol-browser/an_symbol_iter.c,
9677         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9678         subclass of AnjutaSymbol so that the symbol is accessible from
9679         the iter in light of changes in IAnjutaIterable.
9681         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9682         implementation of IAnjutaIterable.
9684 2006-07-28 Naba Kumar  <naba@gnome.org>
9686         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9687         IAnjutaIterable. They were kind of useless since the interface is
9688         defined on the data object itself. Added set_position() method
9689         in IAnjutaIterable to allow setting arbitrary current index to the
9690         iter.
9691         Added erase() and erase_range() in IAnjutaEditor.
9693         * plugins/editor/text-editor-iterable.c: Fixed 
9694         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9695         methods in editor. Fixed get_line_from_position() method.
9697         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9698         code. It's disabled for now.
9700         * plugins/sourceview/sourceview-cell.c,
9701         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9702         implementation.
9704 2006-07-27  Johannes Schmid <jhs@gnome.org>
9706         * plugins/sourceview/sourceview-cell.c:
9707         Fixed IAnjutaEditorCell to work only on a single line
9708         Fixed crasher in finalize
9710         * plugins/symbol-browser/an_symbol_prefs.c:
9711         * global-tags/Makefile.am:
9712         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9713         script installation     
9715 2006-07-26 Naba Kumar  <naba@gnome.org>
9717         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9718         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9719         
9720         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9721         
9722         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9723         support plugins
9724         
9725         * plugins/editor/text-editor-iterable.c,
9726         plugins/editor/text_editor.c,
9727         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9728         method to work correctly, it was ignoring start and end parameters.
9729         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9730         emission.
9731         
9732         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9733         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9735 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9737         * plugins/symbol-browser/an_symbol_view.c,
9738         plugins/symbol-browser/an_symbol_view.h,
9739         plugins/symbol-browser/plugin.c:
9740     fix a matching case into sv_extract_type_qualifier_from_expr ()
9741     and some minor issues.
9743 2006-07-26  Johannes Schmid <jhs@gnome.org>
9745         * plugins/language-support-cpp-java/plugin.c:
9746         Fixed to work kind of with sourceview editor
9747         * plugins/sourceview/anjuta-document.c: 
9748         * plugins/sourceview/anjuta-view.c: 
9749         * plugins/sourceview/sourceview-cell.c:
9750         * plugins/sourceview/sourceview.c:
9751         Fixed IAnjutaEditorCell and "char-added" signal
9753 2006-07-24 Naba Kumar  <naba@gnome.org>
9755         * plugins/document-manager/plugin.c,
9756         plugins/document-manager/plugin.h: Initial implementedion for loading
9757         support plugins.
9758         
9759         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9760         implementation.
9761         
9762         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9763         indicators are cleared (that leaved grey texts).
9765 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9767         * libanjuta/interfaces/libanjuta.idl,
9768         plugins/debug-manager/breakpoints.c,
9769         plugins/debug-manager/memory.c,
9770         plugins/debug-manager/registers.c,
9771         plugins/debug-manager/debug_tree.c,
9772         plugins/debug-manager/debugger.c,
9773         plugins/gdb/debugger.c,
9774         plugins/gdb/debugger.h,
9775         plugins/gdb/plugin.c:
9776         Add a parameter for reporting error
9777         Add a new interface for using gdb variable object
9778         Allow to cancel commands
9779         Rewrite handling of debugger state
9781         * plugins/debug-manager/plugin.c,
9782         plugins/debug-manager/locals.c,
9783         plugins/debug-manager/locals.h,
9784         plugins/debug-manager/register.c,
9785         plugins/debug-manager/stack_trace.c,
9786         plugins/debug-manager/stack_trace.h:
9787         Create and destroy local and stack trace windows when needed
9789 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9791         * plugins/document-manager/plugin.c:
9792         Fixed "Automatic" highlighting
9794 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9796         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9798         * plugins/sourceview/anjuta-view.c:
9799         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9801 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9802         
9803         * configure.in: Check for C/C++-Compiler correctly
9805 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9807         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9809         * plugins/debug-manager/stack_trace.c:
9810         Destroy stack window when debuuger is disabled (#347414)
9811         
9812         * plugins/sourceview/anjuta-view.c:
9813         Fix a crash with popup-menu (#347412)
9815 2006-07-13 Naba Kumar  <naba@gnome.org>
9817         * plugins/editor/Makefile.am,
9818         plugins/editor/text_editor.h,
9819         plugins/editor/text-editor-iterable.h,
9820         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9821         tested yet).
9822         
9823         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9824         code.
9825         
9826         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9828 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9830         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9831         Bug #342937
9832         
9833 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9835         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9837         * libanjuta/anjuta-preferences-dialog.c:
9838         Do not use the page_num returned by gtk_notebook_append_page to
9839         remove the page as it cause bugs when pages removal is not done
9840         in LIFO.
9842         * plugins/document-manager/anjuta-docman.c:
9843         * src/anjuta-app.c:
9844         makes Anjuta display dock_items which have previously been hidden
9846 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9848         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9850         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9851         * plugins/sourceview/sourceview.c: (imark_unmark):
9852         
9853         Patches for bugs #346450 and #346295
9854         
9855         * AUTHORS: Added Fredrik
9857 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9859         * plugins/message-view/anjuta-msgman.c: 
9860         Fixed close button/icon size (like in docman)
9862 2006-06-10 Naba Kumar <naba@gnome.org>
9864         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9865         being set.
9866         
9867 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9869         * libanjuta/interfaces/libanjuta.idl:
9870         Move inspect_memory function in IAnjutaCpuDebugger interface
9871         Rename Boolean type to State
9873         * plugins/debug-manager/breakpoint.c:
9874         Rename Boolean type to State
9876         * plugins/debug-manager/Makefile.am,
9877         plugins/debug-manager/anjuta-marshal.list,
9878         plugins/debug-manager/data_view.c,
9879         plugins/debug-manager/data_view.h,
9880         plugins/debug-manager/data_buffer.c,
9881         plugins/debug-manager/data_buffer.h,
9882         plugins/debug-manager/chunk_view.c,
9883         plugins/debug-manager/chunk_view.h,
9884         plugins/debug-manager/anjuta-debug-manager.ui,
9885         plugins/debug-manager/debugger.c,
9886         plugins/debug-manager/memory.c,
9887         plugins/debug-manager/memory.h,
9888         plugins/debug-manager/plugin.c,
9889         plugins/gdb/debugger.c,
9890         plugins/gdb/debugger.h,
9891         plugins/gdb/plugin.c:
9892         Rewrite memory window using a special widget
9893         Rename Boolean type to State
9895 2006-06-08 Naba Kumar <naba@gnome.org>
9897         * plugins/editor/text_editor.c (itext_editor_get_current_word):
9898         Do not return garbage characters and return NULL when there is no
9899         current word.
9900         
9901         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
9902         work correctly.
9903         
9904         * plugins/search/search-replace.c: Fixed a mem leak.
9906 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
9908         * libanjuta/anjuta-launcher.c:
9909         Added debug message (see #343522)
9910         
9911         * plugins/build-basic-autotools/build-basic-autotools.c:
9912         Patch from Günther Brammer to fix #344015
9914         * plugins/sourceview/sourceview.c:
9915         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
9916         automatic highlight of build messages)
9918 2006-06-06 Naba Kumar <naba@gnome.org>
9920         * configure.in,
9921         libanjuta/interfaces/libanjuta.idl,
9922         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9923         plugins/Makefile.am,
9924         plugins/document-manager/action-callbacks.c,
9925         plugins/document-manager/plugin.c,
9926         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
9927         interface for language highlight selection and langauge change
9928         signal.
9929         
9930         * plugins/language-support-cpp-java: Added language support
9931         plugin for cpp and java.
9933 2006-05-27  Naba Kumar  <naba@gnome.org>
9935         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
9936         plugins/debug-manager/*, data/Makefile.am,
9937         manuals/reference/libanjuta/libanjuta.types,
9938         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9939         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9940         merged anjuta-new-debugger branch into trunck.
9941         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
9943 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
9944         
9945         * libanjuta/interfaces/libanjuta.idl,
9946         plugins/debug-manager/debugger.c,
9947         plugins/debug-manager/debugger.h,
9948         plugins/gdb/anjuta-gdb.plugin.in,
9949         plugins/gdb/debugger.c,
9950         plugins/gdb/debugger.h,
9951         plugins/gdb/plugin.c:
9952         Add new IAnjutaCpuDebugger interface to access cpu register
9953         Run gdb instead of /usr/local/bin/gdb
9954         
9955         * plugins/debug-manager/plugin.c,
9956         plugins/debug-manager/registers.c,
9957         plugins/debug-manager/registers.h:
9958         Rewrite register window
9959         Rename Load target menu item to Run target
9961 2006-05-07  Naba Kumar  <naba@gnome.org>
9963         * plugins/gdb.init
9964         
9965 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
9967         * plugins/debug-manager/watch.c,
9968         plugins/debug-manager/breakpoint.c,
9969         plugins/debug-manager/breakpoint.h:
9970         Fix crash: disconnect save and load session signals
9972 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
9974         * libanjuta/interface/libanjuta.idl,
9975         plugins/debug-manager/debugger.c,
9976         plugins/gdb/plugin.c:
9977         Add a value parameter for evaluate command
9979         * plugins/debug-manager/anjuta-debug-manager.glade:
9980         Create new dialog box for watches using glade
9982         * plugins/debug-manager/anjuta-debug-manager.ui:
9983         Move watch menu items near the end
9984         Move breakpoint menu items outside the sub menu
9986         * plugins/debug-manager/debug_tree.c,
9987         plugins/debug-manager/debug_tree.h,
9988         plugins/debug-manager/debug_tree.h,
9989         plugins/debug-manager/watch.c:
9990         Move all GUI code from watch.c to debug_tree.c
9991         Add an auto update property to watches
9992         
9993         * plugins/debug-manager/locals.c,
9994         plugins/debug-manager/locals.h,
9995         plugins/debug-manager/stack_trace.c,
9996         plugins/debug-manager/stack_trace.h,
9997         plugins/debug-manager/plugin.c:
9998         Register actions before starting debugger
10000         * plugins/gdb/debugger.c:
10001         Do not call callback function if not present
10003 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10005         * libanjuta/interfaces/libanjuta.idl,
10006         plugins/debug-manager/stack_trace.c,
10007         plugins/debug-manager/stack_trace.h,
10008         plugins/debug-manager/anjuta-debug-manager.ui,
10009         plugins/gdb/debugger.c:
10010         Add a popup menu in stack frame window
10011         Add a new frame-changed event
10012         Use MI command for getting stack informations
10013         Get filename with full path (need gdb > 6.3)
10015         * libanjuta/interfaces/libanjuta.idl,
10016         plugins/debug-manager/debug_tree.c,
10017         plugins/debug-manager/debugger.c,
10018         plugins/debug-manager/locals.c,
10019         plugins/debug-manager/locals.h,
10020         plugins/debug-manager/plugin.c,
10021         plugins/gdb/debugger.c,
10022         plugins/gdb/debugger.h,
10023         plugins/gdb/parser.c,
10024         plugins/gdb/parser.h,
10025         plugins/gdb/plugin.c,
10026         plugins/gdb/Makefile.am:
10027         Pass watch data with string instead of Watch structures
10028         Use debug_tree in local window
10029         Remove info local
10030         Remove parser.{ch}
10032         * plugins/debug-manager/breakpoints.c,
10033         plugins/debug-manager/utilities.c,
10034         plugins/debug-manager/utilities.h:
10035         Use a GtkListStore instead of a GtkTreeStore
10036         move goto_location_in_editor in utilities.c
10037         
10038 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10040         * libanjuta/interfaces/libanjuta.idl,
10041         plugins/debug-manager/anjuta-debug-manager.ui,
10042         plugins/debug-manager/breakpoints.c,
10043         plugins/debug-manager/plugin.c,
10044         plugins/gdb/debugger.c:
10045         Add a breakpoint type
10046         Add new popup menu in breakpoint window
10047         Add toggle breakpoint in editor popup menu
10048         Save and restore breakpoint enable
10049         Fix bug in clear all breakpoints
10050         Remove old useless code
10052         * plugins/debug-manager/debugger.c:
10053         Fix some problem with debugger states
10055         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10056         Update documentation
10057         
10058 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10060         * data/Makefile.am,
10061         plugins/gdb/Makefile.am,
10062         plugins/gdb/gdb.init:
10063         Move gdb.init crom data to plugins/gdb
10065         * plugins/gdb/gdb.init,
10066         libanjuta/interfaces/libanjuta.idl,
10067         plugins/debug-manager/breakpoints.c,
10068         plugins/debug-manager/debugger.c,
10069         plugins/debug-manager/plugin.c,
10070         plugins/gdb/debugger.c,
10071         plugins/gdb/plugin.c:
10072         Support pending breakpoints
10073         Rewrite debugger states
10074         Split ianjuta_debugger_log into _enable_log and _disable_log
10076         * plugins/debug-manager/start.c,
10077         plugins/debug-manager/debug_tree.c,
10078         plugins/gdb/parser.c:
10079         Remove some useless lines
10081         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10082         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10083         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10084         Update documentation
10086 2006-03-12 Naba Kumar <naba@gnome.org>
10088         * manuals/references/libanjuta/libanjuta.types: Fixed
10089         debug-manager name.
10090         
10091 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10093         * libanjuta/anjuta-debugger.c,
10094         libanjuta/anjuta-debugger.h:
10095         Remove those files
10096         
10097         * libanjuta/interfaces/libanjuta.idl,
10098         plugins/debug-mananger/breakpoints.c,
10099         plugins/debug-manager/debug_tree.c,
10100         plugins/debug-manager/debugger.c,
10101         plugins/debug-manager/plugin.c,
10102         plugins/debug-manager/registers.c,
10103         plugins/debug-manager/sharedlib.c,
10104         plugins/debug-manager/signal.c,
10105         plugins/debug-manager/stack_trace.c,
10106         plugins/debug-manager/start.c,
10107         plugins/debug-manager/watch.c,
10108         plugins/gdb/debugger.c,
10109         plugins/gdb/debugger.h,
10110         plugins/gdb/parser.c,
10111         plugins/gdb/parser.h,
10112         plugins/gdb/plugin.c:
10113         Move types definitions from libanjuta/anjuta-debugger.{ch}
10114         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10115         
10116         * plugins/gdb/Makefile.am:
10117         Remove user interface from gdb plugin
10119 2006-03-12 Naba Kumar <naba@gnome.org>
10121         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10123 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10125         Modified Patch from Marc Maurer <uwog@uwog.net>:
10126         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10127         Fixes #342447
10128         
10129         * plugins/sourceview/Makefile.am:
10130         * plugins/sourceview/sourceview-cell.c:
10131         * plugins/sourceview/sourceview-cell.h:
10132         * plugins/sourceview/sourceview.c: 
10133         
10134         Implemented IAnjutaEditorCell
10136 2006-05-21  Naba Kumar  <naba@gnome.org>
10138         * libanjuta/interfaces/libanjuta.idl,
10139         plugins/document-manager/action-callbacks.c,
10140         plugins/document-manager/plugin.c,
10141         plugins/editor/print.c, plugins/editor/text_editor.c,
10142         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10143         Fixed zooming and added icons and shortcuts for zoom menu items.
10145 2006-05-21  Naba Kumar  <naba@gnome.org>
10147         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10148         whitespaces.
10150 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10152         * plugins/document-manager/anjuta-docman.c:
10153         Fixed close button reaction by setting the correct current editor
10155 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10157         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10158         * plugins/document-manager/anjuta-docman.c
10159         - Fix close button, you can close any tab as you wish now.
10160         - Fadeout mime icon as the same as close image  
10162 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10164         Patch from Marc Maurer <uwog@uwog.net>
10165         * main.c: Compile fix when NLS is enabled
10166         
10167         AUTHORS: Added Marc
10169 2006-05-20  Naba Kumar  <naba@gnome.org>
10171         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10172         while loading abiword-2.4.4/abi project).
10174 2006-05-18 Naba Kumar  <naba@gnome.org>
10176         * libanjuta/interfaces/libanjuta.idl,
10177         plugins/document-manager/action-callbacks.c,
10178         plugins/editor/print.c,
10179         plugins/editor/text_editor.c,
10180         plugins/editor/text_editor.h,
10181         plugins/editor/text_editor_prefs.c: Fixed zooming.
10182         
10183         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10184         interface for character iteration and IAnjutaEditorAssist interface
10185         for autocompletions and editor tips.
10187 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10189         Patch from Günther Brammer <GBrammer@gmx.de>:
10190         * plugins/document-manager/anjuta-docman.c:
10191         Make tabs smaller but keep nice closing icon
10193         * plugins/document-manager/anjuta-docman.c:
10194         * plugins/document-manager/Makefile.am:
10195         
10196         Added nice mime-icons to the editor tabs
10198 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10200         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10201         
10202         * plugins/symbol-browser/an_symbol_view.c:
10203         - Fixed crasher
10204         - Fixed symbol searching (Yang Hong (#341997))
10205         
10206         * plugins/devhelp/htmlview.c:
10207         Fixed devhelp plugin
10208         
10209         * plugins/build-basic-autotools/build-basic-autotools.c:
10210         * plugins/search/search-replace.c:
10211         * plugins/document-manager/anjuta-docman.c:
10212         
10213         Only add a marker to a line where it makes sense!
10215 === anjuta 2.0.2 ===
10217 2006-05-15  Naba Kumar  <naba@gnome.org>
10219         * configure.in: set required versions for
10220         gdl and glade3.
10221         
10222 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10224         * plugins/glade/plugin.c:
10225         Fixed signal connection for "gtk-doc-search"
10227 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10229         * NEWS: Set release date, add known issues
10230         
10231         * libanjuta/anjuta-shell.c:
10232         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10233         and debug other gtk-warnings/criticals)
10234         
10235         * plugins/build-basic-autotools/build-basic-autotools.c:
10236         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10237         
10238         * plugins/sourceview/anjuta-view.c:
10239         * plugins/sourceview/sourceview-args.c:
10240         * plugins/sourceview/sourceview-scope.c:
10241         * plugins/sourceview/sourceview-tags.c:
10242         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10244 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10246         * pixmaps/Makefile.am:
10247         Add preferences_general.png
10248         
10249         * plugins/devhelp/plugin.c:
10250         Fixed some more realise things
10251         
10252         * plugins/message-view/anjuta-msgman.c:
10253         Support stock icons for message panes
10254         
10255         * plugins/search/search-replace.c:
10256         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10257          
10258         * plugins/search/search-replace_backend.c:
10259         Fixed #341359
10260         
10261         * plugins/sourceview/anjuta-document.c:
10262         * plugins/sourceview/sourceview.c:
10263         Fixed finalise and tag completion
10264         
10265         * src/anjuta-app.c:
10266         Use preferences_general icon
10268 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10270         * pixmaps/Makefile.am:
10271         Fixed EXTRA_DIST
10273 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10275         * plugins/sourceview/sourceview-prefs.c:
10276         Fixed font & color handling
10277         
10278         * plugins/symbol-browser/an_symbol_view.c:
10279         Fixed crasher
10281 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10283         * plugins/macro/macros.xml:
10284         Fixed bug #341583 (Address of FSF)
10286 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10288         * src/main.c:
10289         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10290         Update: Do it the cool way...
10291         
10292 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10294         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10295         Implement gtk-api-help signals of glade3
10296         * configure.in: Bump to glade3 2.91.2
10297         
10298         * plugins/devhelp/plugin.c:
10299         Fixed some realize stuff in the devhelp plugin
10300         
10301         * plugins/sourceview/anjuta-document.c:
10302         fixed bug with scope completion
10304 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10306         * plugins/symbol-browser/an_symbol_view.c
10307         * plugins/symbol-browser/an_symbol_prefs.c
10308         * plugins/symbol-browser/an_symbol_prefs.h
10309         * global_tags/create_global_tags.sh:
10310         
10311         Automaticly create global tags on first startup
10313 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10315         * configure.in:
10316         * plugins/project-wizard/templates/Makefile.am:
10317         * (added) plugins/project-wizard/templates/cpp-logo.png:
10318         * (added) plugins/project-wizard/templates/cpp.wiz:
10319         * (added) plugins/project-wizard/templates/cpp/*:
10321         Added a generic c++ template. It's a simple hello world.
10323 2006-05-07  Massimo Cora' <maxcvs@email.it>
10325         * plugins/symbol-browser/an_symbol_view.c:
10326         fixed a stupid crasher.
10328 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10330         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10331         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10332         
10333         Fixed WxWidgets project type
10335 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10337         * plugins/devhelp/htmlview.c: 
10338         * plugins/devhelp/plugin.c:
10339         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10340         
10341         * plugins/project-wizard/install.c:
10342         Don't set a message - thanks to seb
10344 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10346         * plugins/devhelp/htmlview.c: 
10347         * plugins/symbol-browser/an_symbol_view.c:
10348         
10349         There is a weird crash in gtk_idle which I still did not completly fix!
10350         
10351         * plugins/project-wizard/install.c:
10352         Default to success instead of failure
10354 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10356         * plugins/devhelp/htmlview.c:
10357         * plugins/devhelp/plugin.c:
10358         Fixed bug and libdevhelp issue!
10360         * plugins/project-wizard/install.c:
10361         Fixed message string!
10363 2006-05-03  Massimo Cora' <maxcvs@email.it>
10364        
10365         * plugins/symbol-browser/an_symbol_view.c:
10366         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10368 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10370         * pixmaps/Makefile.am:
10371         * src/main.c:
10372         * anjuta.desktop.in.in
10373         
10374         GNOME Goal #2.1: Install theme-friendly icons
10376 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10378         * plugins/devhelp/htmlview.c: Reload page on reparent
10379         * plugins/document-manager/anjuta-docman.c:
10380         Present document-manager when document is selected in file-manager
10382 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10384         * plugins/symbol-broser/an_symbol_view.c:
10385         Fixed crasher in namespace exploration
10387 2006-05-01  Massimo Cora' <maxcvs@email.it>
10389         * configure.in:
10390         * plugins/valgrind/Makefile.am:
10392         Optional compiling of Valgrind plugin
10394 2006-05-01  Massimo Cora' <maxcvs@email.it>
10396         * plugins/symbol-browser/an_symbol_view.c:
10397         - modularized code. Marked with FIXME the parts which need improvement.
10398         - More comments.
10399     - Added basic namespace completion for Gtkmm type project:
10400     - namespace1::MyClass *class;
10401     - class-> [display]
10402     - Namespaces must be anyway improved.
10404 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10406         * plugins/devhelp/plugin.c: 
10407         Fixed up plugin unloading and show html widget on link selected
10408         
10409         * NEWS: Updated
10410         
10411 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10413         * plugins/devhelp/Makefile.am:
10414         * plugins/devhelp/anjuta-devhelp.plugin.in:
10415         * plugins/devhelp/htmlview.c:
10416         * plugins/devhelp/htmlview.h:
10417         * plugins/devhelp/plugin.c: 
10418         * plugins/devhelp/plugin.h:
10419         Reimplemeted devhelp plugin from scratch
10420         
10421         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10422         Fixed crasher
10424 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10426         * plugins/sourceview/sourceview-tags.c:
10427         complete some more tag types
10428         
10429         * plugins/valgrind/plugin.c:
10430         * plugins/valgrind/preferences.c:
10431         * plugins/valgrind/vggeneralprefs.c:
10432         
10433         Fixed lots of gtk warnings
10435 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10437         * plugins/sourceview/sourceview-scope.c:
10438         Implemented type-ahead for scope completion
10440 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10442         * manuals/C/Makefile.am:
10443         * manuals/Makefile.am:
10444         * plugins/document-manager/Makefile.am:
10445         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10446         * plugins/sourceview/Makefile.am:
10447         * tagmanager/c.c:
10448         
10449         Fixed distcheck
10450         
10451         * plugins/class-gen/goc_template_header: G_END_DECLS
10453 2006-05-27  Naba Kumar <naba@gnome.org>
10455         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10456         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10457         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10458         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10459         scintilla/include/Scintilla.iface,
10460         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10461         cvs. Fixed compile flags. Removed outdated patches.
10463 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10465         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10467         * plugins/sourceview/anjuta-document.c:
10468         * plugins/sourceview/sourceview-args.c:
10469         * plugins/sourceview/sourceview-scope.c:
10470         
10471         Add End/Home keypresses and support completion if symbol start with '!' for example
10472         in an if statement
10474 2006-04-27 Massimo Cora' <maxcvs@email.it>
10476         * libanjuta/interfaces/libanjuta.idl:
10478         * plugins/sourceview/sourceview-scope.c:
10479         * plugins/sourceview/tag-window.c: 
10480         * plugins/sourceview/tag-window.h:
10481         * plugins/symbol-browser/an_symbol_view.c:
10482         * plugins/symbol-browser/an_symbol_view.h:
10483         * plugins/symbol-browser/plugin.c:
10484         
10485         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10486         interface.
10487         Code and ideas for C/C++ new completion engine comes from IComplete written by
10488         Martin Stubenschrott <stubenschrott@gmx.net>.
10489         Currently the interface works only with GtkSourceView plugin.   
10490         
10491         * tagmanager/Makefile.am:
10492         * tagmanager/c.c: 
10493         * tagmanager/entry.h:
10494         * tagmanager/get.c:
10495         * tagmanager/get.h:
10496         * tagmanager/include/tm_file_entry.h:
10497         * tagmanager/include/tm_project.h:
10498         * tagmanager/include/tm_source_file.h:
10499         * tagmanager/include/tm_symbol.h:
10500         * tagmanager/include/tm_tagmanager.h:
10501         * tagmanager/include/tm_work_object.h:
10502         * tagmanager/include/tm_workspace.h:
10503         * tagmanager/parse.c:
10504         * tagmanager/read.c: 
10505         * tagmanager/read.h:
10506         * tagmanager/tm_project.c: 
10507         * tagmanager/tm_source_file.c: 
10508         * tagmanager/tm_workspace.c:
10509         
10510         Tagmanager can now parse a memory buffer and generate/update 
10511         tags into tm_workspace/tm_project on the fly, without using files.
10512         C/C++ is supported now.
10513         
10514 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10516         * plugins/sourceview/anjuta-document.c:
10517         * plugins/sourceview/sourceview-args.c:
10518         * plugins/sourceview/sourceview-scope.c:
10519         * plugins/sourceview/sourceview.c:
10520         
10521         Fixed some memory leaks and argument completion
10523 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10525         * plugins/glade/plugin.c:
10526         
10527         Fixed glade plugin build because of API changes in glade3
10529 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10531         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10532         Updated editor section
10533         
10534         * manuals/C/anjuta-manual/interface.xml:
10535         * manuals/C/anjuta-manual/preferences.xml:
10536         * manuals/C/anjuta-manual/projects.xml:
10537         Updated manual
10538         
10539         * plugins/editor/anjuta-editor.plugin.in:
10540         Better plugin name
10542 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10544         * configure.in:
10545         * plugins/editor/anjuta-editor.plugin.in:
10546         * plugins/sourceview/sourceview.plugin.in:
10548         Build both editors and let the user decide a runtime!
10549         
10550         * plugins/sourceview/sourceview-scope.c:
10551         Fixed bug in regex to allow test()-> completions
10553 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10555         * plugins/sourceview/anjuta-document.c:
10556         * plugins/sourceview/sourceview-args.c: 
10557         * plugins/sourceview/sourceview-scope.c:
10558         * plugins/sourceview/sourceview-tags.c:
10559         * plugins/sourceview/tag-window.c: 
10560         
10561         Improved callltip windows
10563 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10565         * src/anjuta-app.c: (on_session_save):
10566         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10567         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10569 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10571         * libanjuta/anjuta-utils.c: 
10572         * plugins/cvs-plugin/cvs-execute.c:
10573         Off-by-one...
10575         * scintilla/LexInno.cxx:
10576         * scintilla/LexOpal.cxx:
10577         * scintilla/LexTCL.cxx:
10579         Added missing files from scintilla-update
10581 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10583         * configure.in:
10584         * manuals/C/Makefile.am:
10585         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10586         * manuals/C/anjuta-manual/Makefile.am:
10587         * manuals/C/anjuta-manual/anjuta-manual.xml:
10588         * manuals/C/anjuta-manual/build.xml:
10589         * manuals/C/anjuta-manual/debugger.xml:
10590         * manuals/C/anjuta-manual/execute.xml:
10591         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10592         * manuals/C/anjuta-manual/figures/arguments.png:
10593         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10594         * manuals/C/anjuta-manual/figures/file_menu.png:
10595         * manuals/C/anjuta-manual/figures/menu_main.png:
10596         * manuals/C/anjuta-manual/figures/menubar.png:
10597         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10598         * manuals/C/anjuta-manual/figures/project_info.png:
10599         * manuals/C/anjuta-manual/figures/scrshot.png:
10600         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10601         * manuals/C/anjuta-manual/figures/tool-editor.png:
10602         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10603         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10604         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10605         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10606         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10607         * manuals/C/anjuta-manual/fileoperations.xml:
10608         * manuals/C/anjuta-manual/interface.xml:
10609         * manuals/C/anjuta-manual/introduction.xml:
10610         * manuals/C/anjuta-manual/preferences.xml:
10611         * manuals/C/anjuta-manual/projects.xml:
10612         * manuals/C/anjuta-manual/tools.xml:
10613         * manuals/Makefile.am:
10614         
10615         Updated manual and faq
10617         * scintilla/CallTip.cxx:
10618         * scintilla/CallTip.h:
10619         * scintilla/CellBuffer.cxx:
10620         * scintilla/CellBuffer.h:
10621         * scintilla/ContractionState.cxx:
10622         * scintilla/Document.cxx:
10623         * scintilla/Document.h:
10624         * scintilla/DocumentAccessor.cxx:
10625         * scintilla/Editor.cxx:
10626         * scintilla/Editor.h:
10627         * scintilla/ExternalLexer.cxx:
10628         * scintilla/Indicator.cxx:
10629         * scintilla/KeyMap.cxx:
10630         * scintilla/KeyWords.cxx:
10631         * scintilla/LexAU3.cxx:
10632         * scintilla/LexBash.cxx:
10633         * scintilla/LexCPP.cxx:
10634         * scintilla/LexCaml.cxx:
10635         * scintilla/LexCsound.cxx:
10636         * scintilla/LexEiffel.cxx:
10637         * scintilla/LexGui4Cli.cxx:
10638         * scintilla/LexHTML.cxx:
10639         * scintilla/LexLua.cxx:
10640         * scintilla/LexMSSQL.cxx:
10641         * scintilla/LexOthers.cxx:
10642         * scintilla/LexPOV.cxx:
10643         * scintilla/LexPython.cxx:
10644         * scintilla/LexRuby.cxx:
10645         * scintilla/LexSQL.cxx:
10646         * scintilla/LexVB.cxx:
10647         * scintilla/Makefile.am:
10648         * scintilla/PlatGTK.cxx:
10649         * scintilla/PropSet.cxx:
10650         * scintilla/RESearch.cxx:
10651         * scintilla/RESearch.h:
10652         * scintilla/ScintillaBase.cxx:
10653         * scintilla/ScintillaGTK.cxx:
10654         * scintilla/StyleContext.h:
10655         * scintilla/ViewStyle.cxx:
10656         * scintilla/ViewStyle.h:
10657         * scintilla/XPM.cxx:
10658         * scintilla/include/KeyWords.h:
10659         * scintilla/include/Platform.h:
10660         * scintilla/include/PropSet.h:
10661         * scintilla/include/SciLexer.h:
10662         * scintilla/include/Scintilla.h:
10663         * scintilla/include/Scintilla.iface:
10664         * scintilla/include/ScintillaWidget.h:
10665         * scintilla/lexers.make:
10667         Update to scintilla 1.68
10669         * src/anjuta-app.c:
10670         Only show help items which are really availible
10672         * plugins/cvs-plugin/cvs-callbacks.c
10673         * plugins/cvs-plugin/cvs-execute.c
10674         * plugins/cvs-plugin/subversion-callbacks.c:
10675         * libanjuta/anjuta-utils.c:
10676         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10678 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10680         * plugins/project-wizard/install.c,
10681         * plugins/project-wizard/autogen.c:
10682         Add error messages if using a read only directory
10683         Improve fix for bug #339296
10685 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10687         * libanjuta/interfaces/libanjuta.idl:
10688         * plugins/document-manager/action-callbacks.c:
10689         * plugins/document-manager/plugin.c:
10690         * plugins/editor/text_editor.c:
10691         Added IAnjutaEditorGoto 
10693         * plugins/editor/aneditor.cxx:
10694         * plugins/editor/aneditor.h:
10695         * plugins/editor/text_editor.h:
10696         * plugins/editor/text_editor_prefs.c:
10697         
10698         Fixed #305076
10700 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10702         * libanjuta/interfaces/libanjuta.idl:
10703         * plugins/document-manager/action-callbacks.c:
10704         * plugins/document-manager/anjuta-docman.c:
10705         * plugins/document-manager/plugin.c:
10706         * plugins/editor/text_editor.c: 
10707         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10708         
10709         * plugins/sourceview/sourceview.c:
10710         * plugins/sourceview/sourceview.glade:
10711         Fixed some uft-8 issues and added a preference option
10712         to enable/disable gnome-vfs monitoring
10713         
10714         * scintilla/Makefile.am:
10715         * scintilla/include/Makefile.am:
10716         Fixed build
10718 2006-04-20  Massimo Cora' <maxcvs@email.it>
10720         * libanjuta/interfaces/libanjuta.idl:
10721         Remove get_current_pos () because we have get_position()
10723 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10725         * NEWS: Updated
10726         * plugins/sourceview/tag-window.c:
10727         Don't close window on PageUp/PageDown
10729 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10731         * data/Makefile.am:
10732         * manuals/reference/libanjuta/Makefile.am:
10733         
10734         Some build fixes
10735         
10736         * src/Makefile.am:
10737         * src/bacon-message-connection.c: 
10738         * src/bacon-message-connection.h: (both from gedit)
10739         * src/main.c:
10740         
10741         Fixed #312319 (Opening files when Anjuta is already open)
10743 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10745         * TODO.tasks: Updated
10746         * plugins/sourceview/anjuta-view.c: 
10747         * plugins/sourceview/anjuta-view.h:
10748         * plugins/sourceview/sourceview.c: 
10749         
10750         * configure.in: Fix --enable-plugin-scintilla
10751         
10752         Added char_added signal
10754 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10756         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10757         
10758         Fixed diff for utf8
10759         
10760         * plugins/sourceview/sourceview.c:
10761         Fixed VFS monitoring (still a bit buggy)
10762         
10763         * plugins/sourceview/sourceview-args.c:
10764         * plugins/sourceview/tag-window.c: 
10765         
10766         Better sizing for the popup-window
10768 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10770         * plugins/project-wizard/templates/gnome/src/main.c:
10771         * plugins/project-wizard/templates/gnome/src/project.glade:
10772         * plugins/project-wizard/templates/gtk/src/main.c: 
10773         * plugins/project-wizard/templates/gtk/src/project.glade:
10774         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10775         
10776         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10777         
10778 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10780         * configure.in: More removal of obsoleteness.
10781         * po/no.po:
10783 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10785         * ROADMAP:
10786         * libanjuta/anjuta-preferences.c: 
10787         * libanjuta/anjuta-utils.c: 
10788         * libanjuta/anjuta-utils.h:
10789         * plugins/message-view/message-view.c:
10790         
10791         Changed color functions and moved convert_color to anjuta-utils.h
10792         
10793         * plugins/message-view/anjuta-message-manager-plugin.glade:
10794         GnomeColorPicker -> GtkColorButton (bug #309154)
10795         
10796         * plugins/sourceview/plugin.c:
10797         * plugins/sourceview/sourceview-prefs.c:
10798         * plugins/sourceview/sourceview.glade:
10799         Added color and font preferences
10801         * plugins/sourceview/sourceview-tags.c:
10802         Only show as much choices as configured in preferences
10804 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10806         * ROADMAP, NEWS: Updated (we are far behind ;-)
10807         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10809 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10811         * configure.in:
10812         * plugins/editor/Makefile.am:
10813         * scintilla/Makefile.am
10814         
10815         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10816         
10817         * global-tags/Makefile.am:
10818         * global-tags/create_global_tags.sh:
10819         * plugins/symbol-browser/an_symbol_prefs.c:
10820         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10821         * plugins/symbol-browser/plugin.h:
10822         * tagmanager/include/tm_workspace.h:
10823         * tagmanager/tm_workspace.c:
10824         
10825         Fixed symbol-browser prefs and move global tags generation from installtion to
10826         preferences to make the life easier for distributers and to allow updates after installtion
10828         * plugins/document-manager/action-callbacks.c: 
10829         * plugins/document-manager/action-callbacks.h:
10830         * plugins/document-manager/anjuta-document-manager.ui:
10831         * plugins/document-manager/indent-util.c:
10832         * plugins/document-manager/plugin.c:
10833         * plugins/editor/text_editor.c:
10834         
10835         Moved indent stuff to document-manager
10836         
10837         * plugins/sourceview/anjuta-view.c: 
10838         * plugins/sourceview/sourceview-args.c: 
10839         * plugins/sourceview/sourceview-scope.c:
10840         * plugins/sourceview/sourceview-tags.c: 
10841         * plugins/sourceview/sourceview.c:
10842         
10843         Fixed several bugs
10844         
10845         * plugins/sourceview/sourceview.plugin (removed):
10846         * plugins/sourceview/sourceview.plugin.in:
10847         Editor is not user-activatible
10848         
10849         * plugins/sourceview/sourceview.png:
10850         Updated icon
10852 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10854         * src/anjuta-app.c: Fixed crasher on plugin unloading
10856 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10858         * plugins/sourceview/sourceview.c
10859         * plugins/sourceview/sourceview-args.c
10860         * plugins/sourceview/sourceview-args.h:
10861         
10862         Polished argument completion
10864 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10866         * plugins/message-view/anjuta-msgman.c:
10867         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10868         
10869         Show message pane on switch (does not work, anjuta_shell needs a fix)
10870         
10871         * plugins/sourceview/Makefile.am:
10872         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10873         * plugins/sourceview/sourceview-args.c: 
10874         * plugins/sourceview/sourceview-args.h:
10875         * plugins/sourceview/sourceview-private.h:
10876         * plugins/sourceview/sourceview-scope.c: 
10877         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10878         * plugins/sourceview/sourceview-tags.c:
10879         * plugins/sourceview/sourceview.c:
10880         * plugins/sourceview/tag-window.c:
10881         * plugins/sourceview/tag-window.h:
10882         
10883         Added scope and argument completion
10885 2006-04-03  Johannes Schmid <jhs@gnome.org>
10887         * TODO.tasks
10888         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10889         (on_widget_remove):
10890         Save toolbar state
10892         * plugins/sourceview/sourceview.c: (iselect_clear):
10893         Make "Delete"-key working
10895         * configure.in: #336389
10897 2006-04-03  Johannes Schmid <jhs@gnome.org>
10899         * plugins/sourceview/Makefile.am:
10900         * plugins/sourceview/anjuta-view.c:
10901         * plugins/sourceview/plugin.c: 
10902         * plugins/sourceview/sourceview-private.h:
10903         * plugins/sourceview/sourceview-scope.c:
10904         * plugins/sourceview/sourceview-scope.h:
10905         * plugins/sourceview/sourceview-tags.c: 
10906         * plugins/sourceview/sourceview-tags.h:
10907         * plugins/sourceview/sourceview.c:
10908         * plugins/sourceview/sourceview.h:
10909         * plugins/sourceview/tag-window.c:
10910         
10911         - fixed goto_file_line
10912         - scroll to cursor on undo/redo
10913         - show correct popup-menu
10914         - scope completion (not ready yet)
10916 2006-04-03  Johannes Schmid <jhs@gnome.org>
10918         * plugins/sourceview/plugin.c: 
10919         * plugins/sourceview/sourceview-tags.c:
10920         * plugins/sourceview/sourceview.c: 
10921         * plugins/sourceview/sourceview.h:
10922         * plugins/sourceview/tag-window.c:
10923         
10924         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
10926 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10928         * plugins/sourceview/sourceview.c:
10929         Fixed next/previous bookmark.
10930         Toggled bookmark (set/unset).
10932 2006-04-03  Johannes Schmid <jhs@gnome.org>
10934         * plugins/document-manager/action-callbacks.c:
10935         Fixed Gtk-Warning in goto_line
10936         
10937         * plugins/sourceview/Makefile.am:
10938         * plugins/sourceview/anjuta-document.c:
10939         * plugins/sourceview/anjuta-view.c: 
10940         * plugins/sourceview/anjuta-view.h:
10941         * plugins/sourceview/sourceview-autocomplete.c:
10942         * plugins/sourceview/sourceview-autocomplete.h:
10943         * plugins/sourceview/sourceview-private.h:
10944         * plugins/sourceview/sourceview-tags.c:
10945         * plugins/sourceview/sourceview-tags.h:
10946         * plugins/sourceview/sourceview.c:
10947         * plugins/sourceview/tag-window.c:
10948         * plugins/sourceview/tag-window.h:
10949         Created a nice API for tag and completion windows
10950         
10951         * plugins/sourceview/sourceview-print.h:
10952         * plugins/sourceview/sourceview-print.c:
10953         Added printing
10954                 
10955 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10957         * plugins/sourceview/sourceview.c:
10958         Fixed typo (Sort bookmarks).
10959         
10960 2006-04-01  Johannes Schmid <jhs@gnome.org>
10962         * plugins/sourceview/anjuta-document.c:
10963         * plugins/sourceview/anjuta-document.h:
10964         * plugins/sourceview/anjuta-view.c:
10965         * plugins/sourceview/anjuta-view.h:
10966         * plugins/sourceview/sourceview-autocomplete.c:
10967         * plugins/sourceview/sourceview-autocomplete.h:
10968         * plugins/sourceview/sourceview-prefs.c:
10969         * plugins/sourceview/sourceview-prefs.h:
10970         * plugins/sourceview/sourceview-private.h:
10971         * plugins/sourceview/sourceview-tags.c:
10972         * plugins/sourceview/sourceview-tags.h:
10973         * plugins/sourceview/sourceview.c:
10974         * plugins/sourceview/sourceview.glade:
10975         * plugins/sourceview/tag-window.c: 
10976         * plugins/sourceview/tag-window.h:
10977         
10978         Improved code complete and autocomplete
10980 2006-04-01  Johannes Schmid <jhs@gnome.org>
10982         * plugins/sourceview/Makefile.am:
10983         * plugins/sourceview/bookmark.png:
10984         * plugins/sourceview/marker-attentive.png:
10985         * plugins/sourceview/marker-basic.png:
10986         * plugins/sourceview/marker-intense.png:
10987         * plugins/sourceview/marker-light.png:
10988         * plugins/sourceview/sourceview.c: 
10989         
10990         Added pixmaps for all marker types and show bookmarks
10991         
10992         * configure.in
10993         * plugins/sourceview/Makefile.am:
10994         Build sourceview on 2.14 only
10996 2006-03-31  Johannes Schmid <jhs@gnome.org>
10998         * plugins/sourceview/Makefile.am:
10999         * plugins/sourceview/anjuta-document.c:
11000         * plugins/sourceview/anjuta-view.c:
11001         * plugins/sourceview/anjuta-view.h:
11002         * plugins/sourceview/sourceview-autocomplete.c:
11003         * plugins/sourceview/sourceview-private.h:
11004         * plugins/sourceview/sourceview-tags.c:
11005         * plugins/sourceview/sourceview-tags.h:
11006         * plugins/sourceview/sourceview.c: 
11007         * plugins/sourceview/tag-window.c:
11008         * plugins/sourceview/tag-window.h:
11009         
11010         Added code completion with tag manager to the editor and fixed a save_as bug
11012 2006-03-31  Johannes Schmid <jhs@gnome.org>
11014         * src/main.c: Revert patch from Rob to allow building with
11015         Gnome 2.12
11016         * configure.in: Require at least 2.12 libraries
11018 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11020         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11022         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11023         Improve anjuta-plugin project template: Added missed files dist tarball
11024         (make dist)
11026         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11027         typo
11029 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11031         reviewed by: Johannes Schmid <jhs@gnome.org>
11033         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11034         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11035         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11036         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11037         
11038         Improve anjuta-plugin project template. Also fix for #322744
11040 2006-03-27  Johannes Schmid <jhs@gnome.org>
11042         * plugins/sourceview/sourceview-private.h:
11043         plugins/sourceview/sourceview.c:
11044         
11045         Added basic bookmark support
11047 2006-03-27  Johannes Schmid <jhs@gnome.org>
11049         * TODO.tasks:
11050         Updated
11051         
11052         Patch from Rob Bradfort <robster@debian.org>:
11053         * src/main.c: (get_command_line_args), (main):
11054         Migration from popt to GOption
11055         
11056 2006-03-26 Naba Kumar  <naba@gnome.org>
11058         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11059         size to scale itself with theme.
11061 2006-03-26 Naba Kumar  <naba@gnome.org>
11063         * plugins/file-manager/an_file_view.c,
11064         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11065         when symbolview and fileview objects are destroyed to avoid crashes
11066         after the plugins are disabled.
11068 2006-03-26 Naba Kumar <naba@gnome.org>
11070         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11071         Deleted unused file.
11072         
11073         * plugins/glade/plugin.c: Be able to close glade plugin when there
11074         there is no glade project loaded.
11075         
11076         * plugins/sourceview/sourceview.plugin,
11077         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11079 2006-03-23  Naba Kumar  <naba@gnome.org>
11081         * plugins/editor/print.c: Fixed a bug where some sections of
11082         printed/previewed text is not highlighted.
11083         
11084 2006-03-20  Johannes Schmid <jhs@gnome.org>
11086         * libanjuta/interfaces/libanjuta.idl:
11087         Added IAnjutaPrint
11088         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11089         as we do not use private apis. Show help window and startup because it does 
11090         not survive gdl
11091         
11092         * plugins/document-manager/action-callbacks.c:
11093         plugins/editor/Makefile.am:
11094         plugins/editor/text_editor.c:
11095         plugins/editor/print.c:
11096         plugins/editor/print.h:
11097         
11098         Fixed printing (nobody has missed it BTW ;-)
11099         
11100         * plugins/sourceview/sourceview.c:
11101         Fixed a crasher
11103 2006-03-20 Naba Kumar <naba@gnome.org>
11105         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11106         devhelp >= 0.9 < 0.11 versions.
11107         
11108 2006-03-20  Johannes Schmid <jhs@gnome.org>
11110         * plugins/sourceview/anjuta-document-loader.c
11111         plugins/sourceview/sourceview.c:
11112         
11113         Fixed encoding bugs
11115 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11117         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11118         Fixed bug (line position)
11119         Give the good line position whatever the active editor.
11121 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11123         * configure.in: Added fi to ALL_LINGUAS
11125 2006-03-19  Johannes Schmid <jhs@gnome.org>
11127         * plugins/sourceview/anjuta-document-loader.c:
11128         replace gnome_vfs_get_mime_type_for_name_and data
11130         * plugins/build-basic-autotools/build-basic-autotools.c:
11131         Fixed #335142
11133 2006-03-17  Johannes Schmid <jhs@gnome.org>
11135         * plugins/editor/editor.glade:
11136         Added style-editor again after it got lost somehow
11138 2006-03-17  Johannes Schmid <jhs@gnome.org>
11140         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11141         configure.in: require devhelp 0.11
11142         
11143         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11145         plugins/build-basic-autotools/build-basic-autotools.c:
11146         forgot a an installtion callback for the "install as root"-feature
11148 2006-03-17  Massimo Cora' <maxcvs@email.it>
11150         reviewed by: Johannes Schmid <jhs@gnome.org>
11152         * plugins/class-gen/anjuta-class-gen-plugin.glade
11153         plugins/class-gen/class_gen.c 
11154         plugins/class-gen/goc_template_header
11155         plugins/class-gen/goc_template_source
11156         
11157         Fixed bug #334663
11159 2006-03-16  Johannes Schmid <jhs@gnome.org>
11161         * plugins/sourceview/sourceview.c:
11162         Fixed "save-point" signal for undo actions
11164 2006-03-16  Massimo Cora' <maxcvs@email.it>
11165         
11166         reviewed by: Johannes Schmid <jhs@gnome.org>
11167         
11168         * plugins/document-manager/anjuta-docman.c:
11169         Implement tab drag and drop
11171 2006-03-16  Johannes Schmid <jhs@gnome.org>
11173         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11174         plugins/build-basic-autotools/build-basic-autotools.c:
11175         
11176         Implemented "install as root"-feature (#321455)
11178 2006-03-16  Johannes Schmid <jhs@gnome.org>
11180         * mime/.cvsignore
11181         plugins/sourceview/.cvsignore
11182         plugins/tools/scripts/.cvsignore:
11183         Added/extended .cvsignore files
11184         
11185         * plugins/sourceview/sourceview-autocomplete.c:
11186         plugins/sourceview/sourceview-autocomplete.h:
11187         plugins/sourceview/sourceview-prefs.c:
11188         plugins/sourceview/sourceview-private.h:
11189         plugins/sourceview/sourceview.glade:
11190         Autcomplete just works(tm) now and respects preferences
11191         
11192         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11193         Use better algorithm from autocomplete
11195 2006-03-15  Johannes Schmid <jhs@gnome.org>
11197         * src/anjuta-app.c:
11198         Fixed bug #304495
11200 2006-03-15  Johannes Schmid <jhs@gnome.org>
11202         * libanjuta/interfaces/libanjuta.idl:
11203         plugins/class-gen/class_gen.c:
11204         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11205         plugins/project-manager/plugin.c:
11206         
11207         Allow to add multiple source files (#320191)
11208         
11209         * configure.in: Require gnome-build 0.1.3
11211 2006-03-14  Johannes Schmid <jhs@gnome.org>
11213         * plugins/macro/macro-utils.c: Fixed bug #333606
11214         * plugins/file-wizard/file.c: Fixed bug #333601
11216 2006-03-13  Johannes Schmid <jhs@gnome.org>
11218         * plugins/sourceview/sourceview_autocomplete.c
11219         plugins/sourceview/sourceview_autocomplete.h
11220         plugins/sourceview/sourceview.c
11221         plugins/sourceview/sourceview-private.h
11222         plugins/sourceview/sourceview-prefs.c:
11223         
11224         Cleaned up and fixed several issues
11225         
11226 2006-03-13  Johannes Schmid <jhs@gnome.org>
11228         * plugins/sourceview/Makefile.am:
11229         plugins/sourceview/sourceview-autocomplete.c
11230         plugins/sourceview/sourceview-autocomplete.h:
11231         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11232         plugins/sourceview/sourceview-private.h:
11233         plugins/sourceview/sourceview.c:
11234         
11235         Added (buggy) autocomplete feature to sourceview
11236         
11237 2006-03-12 Naba Kumar <naba@gnome.org>
11239         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11240         libanjuta/anjuta-session.c: Added API docs.
11242 2006-03-12 Naba Kumar <naba@gnome.org>
11244         * TODO.tasks: Added couple of tasks.
11245         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11246         Register private class as early as possible so that members could
11247         point to self class. Code clean up.
11249 2006-03-12 Naba Kumar <naba@gnome.org>
11251         * po/POTFILES.in, po/POTFILES.skip: Updated.
11253 2006-03-11 Naba Kumar <naba@gnome.org>
11255         * libanjuta/anjuta-shell.c,
11256         plugins/document-manager/anjuta-docman.c,
11257         plugins/document-manager/plugin.c,
11258         plugins/symbol-browser/an_symbol_search.c,
11259         plugins/valgrind/vgrule-list.c: Use correct signal names while
11260         creating them.
11261         
11262         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11263         signal names and fixed enum IANJUTA_TYPE_* macro.
11265 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11267         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11268         plugins/search/search-replace.c :
11269         Fixed bug (Bookmark the good line).
11270         Search & Replace (Mark all matched strings).
11271         
11272 2006-03-09  Johannes Schmid <jhs@gnome.org>
11274         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11275         Completed changes from yesterday
11276         
11277         * plugins/document-manager/anjuta-document-manager.glade:
11278         plugins/editor/editor.glade
11279         plugins/editor/plugin.c: (activate_plugin)
11280         plugins/editor/text_editor.c
11281     plugins/sourceview/Makefile.am
11282         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11283         plugins/sourceview/sourceview.glade:
11284         Completed preference changes
11286 2006-03-08  Johannes Schmid <jhs@gnome.org>
11288         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11289         plugins/search/plugin.c: (activate_plugin):
11290         
11291         Removed Gtk-Criticals
11292         
11293         * plugins/document-manager/anjuta-document-manager.glade:
11294         plugins/document-manager/plugin.c: (on_docman_auto_save),
11295         (on_gconf_notify_timer), (prefs_init):
11296     plugins/document-manager/plugin.h:
11297         plugins/editor/text_editor.c: (text_editor_instance_init),
11298         (text_editor_dispose):
11299         plugins/editor/text_editor.h:
11300         plugins/editor/text_editor_cbs.c:
11301         plugins/editor/text_editor_cbs.h:
11302         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11303         plugins/glade/plugin.c: (activate_plugin):
11304         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11305         plugins/sourceview/sourceview-private.h:
11306         plugins/sourceview/sourceview.c: (on_menu_popup),
11307         (sourceview_new), (ifile_open), (ifile_savable_save),
11308         (ifile_savable_save_as), (ieditor_set_popup_menu),
11309         (ieditor_get_filename), (imark_mark):
11311     Moved autosave from editor to document manager and fixed some things in 
11312     Sourceview plugin
11314 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11316         * plugins/search/anjuta-search.glade :
11317         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11318         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11319         plugins/search/search-replace.c : Fixed bug.
11320         
11321 2006-03-08  Johannes Schmid <jhs@gnome.org>
11323     * plugins/search/anjuta-search.glade
11324     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11326 2006-03-07  Johannes Schmid <jhs@gnome.org>
11328         * plugins/document-manager/action-callbacks.c
11329         plugins/document-manager/anjuta-document-manager.glade
11330         plugins/document-manager/plugin.c: (prefs_init),
11331         (activate_plugin):
11332         plugins/editor/Makefile.am:
11333         plugins/editor/editor.glade:
11334         plugins/editor/plugin.c: (on_style_button_clicked),
11335         (activate_plugin), (dispose):
11336         plugins/editor/style-editor.c:
11337         
11338         Startet to seperate document-manager and editor preferences
11340         * plugins/search/Makefile.am:
11341         plugins/search/anjuta-search.glade:
11342         plugins/search/search-replace.c:
11343         
11344         Moved search GUI to search-plugin
11345                 
11346         * plugins/sourceview/sourceview-prefs.c:
11347         plugins/sourceview/sourceview-prefs.h:
11348         plugins/sourceview/sourceview-private.h:
11349         plugins/sourceview/sourceview.c: 
11350         plugins/sourceview/sourceview.h:
11351         plugins/sourceview/Makefile.am:
11352         plugins/sourceview/anjuta-document.h:
11353         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11354         plugins/sourceview/plugin.c: 
11355         
11356         Added some preferences to sourceview and fixed vfs_monitor
11357         
11358         * tagmanager/c.c: (parseParens): 
11359         Removed annoying debug message
11360         
11361         * libanjuta/interfaces/libanjuta.idl: 
11362         Removed IAnjutaEditorFactory::create_style_editor()
11364 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11366         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11367         Search : Bookmark all matched lines.
11369 2006-03-06  Johannes Schmid <jhs@gnome.org>
11371         * plugins/class-gen/anjuta-class-gen.plugin.in
11372         plugins/file-loader/plugin.c: (sort_wizards)
11373         (on_create_submenu), (activate_plugin)
11374         plugins/file-wizard/anjuta-file-wizard.plugin.in
11375         plugins/glade/anjuta-glade.plugin.in
11376         plugins/project-import/anjuta-project-import.plugin.in
11377         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11378         
11379         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11380         sorted alphabeticly
11381         
11382         * plugins/project-wizard/templates/mkfile.wiz:
11383         Use configured project directory instead of ~/myproject
11384         
11385         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11386         (ifile_open):
11387         Show markers (again) and monitor uri
11389 2006-03-06  Naba Kumar  <naba@gnome.org>
11391         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11392         typedefs separately so that forward linking would work.
11393         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11395 2006-03-05  Naba Kumar  <naba@gnome.org>
11397         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11398         passing Enums and Structs in signals. Define struct _Name in
11399         generated code, so that forward referencing.
11400         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11401         
11402         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11403         
11404 2006-03-05  Naba Kumar  <naba@gnome.org>
11406         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11407         support. Generate GType definitions for enums in generated codes
11408         so that enums could be passed as signal params.
11409         
11410 2006-03-04  Naba Kumar  <naba@gnome.org>
11412         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11413         Restored cvs-moved revision files. They were originally marked
11414         deleted at their older locations. Now they are restored at
11415         their new locations. The changeset is one that was committed
11416         as part of document-manager, editor, search and print plugins
11417         separation from editor plugin.
11418         
11419 2006-03-03  Johannes Schmid <jhs@gnome.org>
11421         * plugins/sourceview/*:
11422         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11423         poiting this out!
11425 2006-03-04  Naba Kumar  <naba@gnome.org>
11427         * plugins/gdb/*: Deleted removed files (see previous changlog
11428         entry for files list).
11429         
11430 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11432         * plugins/debug-mananger/breakpoints.c,
11433         plugins/debug-manager/breakpoints.h,
11434         plugins/debug-manager/debug_tree.c,
11435         plugins/debug-manager/debug_tree.h,
11436         plugins/debug-manager/info.c,
11437         plugins/debug-manager/info.h,
11438         plugins/debug-manager/locals.c,
11439         plugins/debug-manager/locals.h,
11440         plugins/debug-manager/memory.c,
11441         plugins/debug-manager/memory.h,
11442         plugins/debug-manager/registers.c,
11443         plugins/debug-manager/registers.h,
11444         plugins/debug-manager/sharedlib.c,
11445         plugins/debug-manager/sharedlib.h,
11446         plugins/debug-manager/signal.c,
11447         plugins/debug-manager/signal.h,
11448         plugins/debug-manager/stack_trace.c,
11449         plugins/debug-manager/stack_trace.h,
11450         plugins/debug-manager/watch.c,
11451         plugins/debug-manager/watch.h,
11452         plugins/debug-manager/Makefile.am:
11453         Move from gdb plugin to debug manager plugin
11455         * plugins/debug-manager/anjuta-debug-manager.glade,
11456         plugins/debug-manager/anjuta-debug-manager.ui:
11457         Move all user interface from gdb to debug manager
11459         * plugins/debug-manager/utilities.c,
11460         plugins/debug-manager/utilities.h:
11461         Remove some unused code
11462         Add useful code from gdb plugin
11464         * plugins/debug-manager/start.c,
11465         plugins/debug-manager/start.h:
11466         Include code of attach_process
11467         Add more code to start the debugger
11469         * plugins/debug-manager/plugin.c,
11470         plugins/debug-manager/plugin.h,
11471         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11472         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11474         * plugins/debug-manager/debugger.c,
11475         plugins/debug-manager/debugger.h:
11476         Implement a queue of debugger command
11478         * plugins/gdb/actions.c,
11479         plugins/gdb/actions.h,
11480         plugins/gdb/watch_cbs.c,
11481         plugins/gdb/watch_cbs.h,
11482         plugins/gdb/watch_gui.c,
11483         plugins/gdb/watch_gui.h:
11484         Removed 
11486         * plugins/gdb/debugger.c,
11487         plugins/gdb/debugger.h,
11488         plugins/gdb/gdbmi.c,
11489         plugins/gdb/gdbmi.h,
11490         plugins/gdb/utilities.c,
11491         plugins/gdb/utilities.h,
11492         plugins/gdb/Makefile.am,
11493         plugins/gdb/anjuta-gdb.plugin.in:
11494         Implement necessary functions
11496         * plugins/gdb/parser.c,
11497         plugins/gdb/parser.h:
11498         Code for parsing variable previously in debug_tree.c
11500         * plugins/gdb/anjuta-gdb.glade,
11501         plugins/gdb/anjuta-gdb.ui:
11502         Remove user interface
11504         * plugins/gdb/gdbmi-test.c:
11505         Need update
11507         * plugins/gdb/anjuta-gdb.plugin.png:
11508         Try an improved icon for gdb (archer fish)
11510         * libanjuta/anjuta-debugger.c,
11511         libanjuta/anjuta-debugger.h,
11512         libanjuta/interfaces/libanjuta.idl,
11513         libanjuta/interfaces/anjuta-idl-compiler.pl,
11514         libanjuta/Makefile.am:
11515         Add declaration used in new IAnjutaDebugger interface
11517         * manuals/reference/libanjuta.types,
11518         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11519         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11520         Update documentation
11522 2006-03-02  Naba Kumar  <naba@gnome.org>
11524         * manuals/reference/libanjuta/Makefile.am,
11525         manuals/reference/libanjuta/libanjuta-docs.sgml,
11526         manuals/reference/libanjuta/libanjuta-sections.txt,
11527         manuals/reference/libanjuta/libanjuta.types,
11528         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11529         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11530         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11531         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11532         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11533         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11534         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11535         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11536         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11537         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11538         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11539         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11540         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11541         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11542         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11543         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11544         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11545         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11546         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11547         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11548         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11549         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11550         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11551         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11552         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11553         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11554         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11555         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11556         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11557         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11558         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11559         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11560         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11561         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11562         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11563         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11564         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11565         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11566         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11567         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11568         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11569         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11570         manuals/reference/libanjuta/tmpl/plugins.sgml,
11571         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11572         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11573         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11574         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11575         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11576         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11577         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11578         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11579         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11580         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11581         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11582         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11583         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11584         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11585         documentation.
11587 2006-02-28  Naba Kumar <naba@gnome.org>
11589         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11590         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11591         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11592         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11593         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11594         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11595         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11596         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11597         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11598         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11599         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11600         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11601         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11602         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11604 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11606         * plugins/sourceview/sourceview.c:
11607         Select to brace, select block.
11609 2006-02-28  Johannes Schmid <jhs@gnome.org>
11611         * plugins/file-wizard/Makefile.am
11612         plugins/file-wizard/action-callbacks.c (removed)
11613         plugins/file-wizard/action-callbacks.h (removed)
11614         plugins/file-wizard/anjuta-file-wizard.ui
11615         plugins/file-wizard/plugin.c: (activate_plugin),
11616         (deactivate_plugin)
11617         plugins/file-wizard/plugin.h:
11618         Removed Edit->Insert Text submenu (replace by macros plugin)
11619         
11620         * plugins/sourceview/sourceview.c: (sourceview_new),
11621         (ieditor_set_popup_menu):
11622         Fixed some more bugs
11623         
11624         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11626 2006-02-28  Naba Kumar <naba@gnome.org>
11628         * plugins/file-manager/an_file_view.c,
11629         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11630         rows also and with delay 1 sec (the color and timout value should
11631         probably be picked up from some system wide preference key).
11633 2006-02-28  Naba Kumar <naba@gnome.org>
11635         * libanjuta/interfaces/libanjuta.idl,
11636         plugins/document-manager/action-callbacks.c,
11637         plugins/document-manager/plugin.c,
11638         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11639         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11640         Added interface checks in document manager and enable/disable
11641         menus based on supported interface.
11642         
11643         * plugins/project-import/anjuta-project-import.glade: Set some
11644         resonable size for the import dialog.
11646  2006-02-27  Naba Kumar  <naba@gnome.org>
11648         * libanjuta/interfaces/libanjuta.idl,
11649         plugins/document-manager/action-callbacks.c,
11650         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11651         and eol conversion actions.
11653 2006-02-27  Johannes Schmid <jhs@gnome.org>
11654         
11655         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11656         * plugins/file-manager/an_file_view.c
11657         plugins/file-manager/plugin.h:  Added tooltips
11658         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11660 2006-02-26  Naba Kumar  <naba@gnome.org>
11662         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11663         plugins/build-basic-autotools/build-basic-autotools.c,
11664         plugins/build-basic-autotools/build-basic-autotools.h,
11665         plugins/build-basic-autotools/executer.c,
11666         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11667         disable indicator highlights preferences from message manager to
11668         build plugin. Implemented message indicator highlights in build tool.
11669         
11670         * plugins/editor/text_editor.c: Fixed indicators.
11672 2006-02-26  Johannes Schmid <jhs@gnome.org>
11674         * plugins/sourceview/sourceview.c:
11675         - Fixed some bugs
11676         - Added markers
11677         * plugins/subversion/svn_auth.c:
11678         Fixed username/password authentification but there might be a memory corruption
11680 2006-02-26  Naba Kumar  <naba@gnome.org>
11682         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11683         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11684         libanjuta/anjuta-launcher.h: Added documentation.
11686 2006-02-24  Naba Kumar  <naba@gnome.org>
11688         * plugins/editor/text_editor.c: Fixed change in API in
11689         IAnjutaEditorSelection::set().
11690         
11691 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11693         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11694         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11695         libanjuta/interfaces/libanjuta.idl :
11696         Search in sourceview editor (Select in buffer).
11699 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11701         * plugins/sourceview/sourceview.c :
11702         Fixed Replace, to_upper, to_lower.
11703         
11704         * plugins/search/search-replace_backend.c :
11705         Renamed header name.
11707 2006-02-22  Naba Kumar  <naba@gnome.org>
11709         * libanjuta/anjuta-plugin-description.c,
11710         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11711         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11712         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11713         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11714         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11715         
11716         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11717         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11718         
11719 2006-02-21  Naba Kumar  <naba@gnome.org>
11721         * libanjuta/interfaces/libanjuta.idl,
11722         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11723         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11724         interface for editor.
11726 2006-02-21  Naba Kumar  <naba@gnome.org>
11728         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11730         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11731         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11733 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11735         * GTKSOURCEVIEW EDITOR
11736         plugins/sourceview/sourceview.c :
11737         Fixed copy and Goto Line.
11738         
11739         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11740         plugins/macro/plugin.c :
11741         Fixed Insert key word and Insert macro.
11743 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11745         * plugins/document-manager/anjuta-docman.c:
11746         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11747         
11748         * configure.in:
11749         plugins/Makefile.am:
11750         plugins/sourceview/.cvsignore:
11751         plugins/sourceview/Makefile.am:
11752         plugins/sourceview/plugin.c: :
11753         plugins/sourceview/plugin.h:
11754         plugins/sourceview/sourceview.c: 
11755         plugins/sourceview/sourceview.h:
11756         plugins/sourceview/sourceview.plugin:
11757         plugins/sourceview/sourceview.plugin.in:
11758         plugins/sourceview/sourceview.png:
11760         Added sourceview editor plugin
11762 2006-02-19 Naba Kumar  <naba@gnome.org>
11764         * libanjuta/interfaces/libanjuta.idl,
11765         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11766         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11767         plugins/cvs-plugin/cvs-interface.c,
11768         plugins/document-manager/action-callbacks.c,
11769         plugins/document-manager/action-callbacks.h,
11770         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11771         plugins/search/plugin.c, plugins/search/search-replace.c,
11772         plugins/search/search-replace_backend.c,
11773         plugins/subversion/subversion-actions.c,
11774         plugins/subversion/subversion-callbacks.c,
11775         plugins/tools/editor.c, plugins/tools/execute.c,
11776         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11777         few fatal warnings.
11779 2006-02-15 Naba Kumar  <naba@gnome.org>
11781         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11782         within another.
11783         
11784         * libanjuta/interfaces/libanjuta.idl,
11785         plugins/document-manager/anjuta-docman.c,
11786         plugins/document-manager/plugin.c,
11787         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11788         unnecessary parameters from IAnjutaEditor interface and used proper
11789         types instead of 'gpointer'. Fixed various compiler warnings.
11790         
11791         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11792         file
11794 2006-02-12 Naba Kumar  <naba@gnome.org>
11796         * po/POTFILES.in: Updated.
11797         
11798 2006-02-11 Naba Kumar  <naba@gnome.org>
11800         * plugins/editor/properties.[cxx,h],
11801         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11802         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11803         to sci_prop_*(), because they were conflicting with external
11804         functions (in some ssl library).
11805         
11806 2006-02-08 Naba Kumar  <naba@gnome.org>
11808         Patch from Massimo Cora  <maxcvs@email.it>:
11809         * plugins/valgrind/anjuta-valgrind.schemas,
11810         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11811         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11812         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11813         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11814         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11815         plugins/valgrind/vgtoolview.c,
11816         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11817         before running the debugging session. I've added also a
11818         preference in Anjuta Preferences where you can specify
11819         the path to the valgrind binary. The default is /usr/bin/valgrind.
11820         Now it displays a dialog with the error. [it can be -program
11821         exited- or -file loaded or end of input-]. Some valgrind 3.x
11822         compatibility.
11823         
11824 2006-01-29 Naba Kumar  <naba@gnome.org>
11826         Patch from Massimo Cora  <maxcvs@email.it>:
11827         * configure.in, plugins/Makefile.am,
11828         plugins/valgrind/*: Valgrind plugin (requires
11829         binutils-dev and valgrind to be installed.
11831 2005-01-24 Johannes Schmid <jhs@gnome.org>
11833         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11834         plugins/tools/variables.c:
11835         Added current directory to possible variables
11837         * Patch from Günther Brammer <gbrammer@gmx.de>
11838         plugins/document-manager/anjuta-docman.c:
11839         Fix a crash on opening a file
11841         AUTHORS: Added Günther Brammer
11843 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11845         * libanjuta/anjuta-launcher.c:
11846         Fix a bug in AnjutaLauncher when output is bigger than buffer
11847         Probably fix bug #315188 and #305134
11849 2005-12-28      Johannes Schmid <jhs@gnome.org>
11850         
11851         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11852         * src/about.c: Use new gtk about dialog
11853         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11854         Updated anjuta_ui_add_action_group_entries call
11855         
11856         Patch from Jean Breford <jean.breford@normalesup.org>
11857         and Markus Habermehl <bmh1980de@yahoo.de>:
11858         
11859         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11860         * AUTHORS: Added Jean and Markus
11862 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11863         * plugins/search/search-replace.c :
11864         Bookmark all matched lines.
11865         * plugins/search/search-replace_backend.c :
11866         Fixed bug (Search in all project files).
11868 2005-12-21      Johannes Schmid <jhs@gnome.org>
11869         
11870         * plugins/search/plugin.c:
11871         Fixed signal names
11872         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11873         investigation needed.
11874         
11875         AUTHORS: Added Ross Goldner
11877 2005-12-19  Ross Golder  <ross@golder.org>
11879         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11880         application/xml MIME type.
11882 2005-12-18  Johannes Schmid <jhs@gnome.org>
11883         
11884         po/POTFILES.in: Updated files after directory changes
11885         HACKING: Removed outdated section 3 (anoncvs)
11887 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
11889         * plugins/build-basic-autotools/build-basic-autotools.c:
11890         Save all files in editor before running a command
11892         * plugins/tools/execute.c:
11893         Use document manager plugin instead of each editor for
11894         saving all files
11896 2005-12-15  Johannes Schmid <jhs@gnome.org>
11898         * plugins/document-manager/action-callbacks.c:
11899         (on_save_all1_activate), (on_swap_activate)
11900         plugins/document-manager/anjuta-docman.c:
11901         (on_save_as_filesel_response), (on_notebook_switch_page):
11902         
11903         Fixed some remaining issues in document-manger
11905 2005-12-15      Johannes Schmid <jhs@gnome.org>
11907         * plugins/profile-default/default.anjuta:
11908         Load Search plugin and Message Manager by default
11910 2005-12-14  Johannes Schmid <jhs@gnome.org>
11911         
11912         * plugins/editor/text_editor.c
11913         libanjuta/anjuta-utils.c:
11914         
11915         Check if files differ when gnome-vfs monitoring is used.
11916         (Bug #309688)
11918 2005-12-13  Johannes Schmid <jhs@gnome.org>
11920         * plugins/document-manager/plugin.c:
11921         Only save modified files in ianjuta_file_savable_save() for document-manager
11922         as discussed on mailing list.
11923         
11924         * plugins/cvs-plugin/cvs-callbacks.c:
11925         Fixed dialog handling for empty log message
11927 2005-12-13  Johannes Schmid <jhs@gnome.org>
11929         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
11930         
11931         * plugins/project-manager/* Removed ununsed files
11932         
11933         * plugins/symbol-browser/an_symbol_iter.c
11934         plugins/build-basic-autotools/build-basic-autotools.c
11935         plugins/build-basic-autotools/executer.c
11936         plugins/class-gen/class_gen.c
11937         plugins/class-inheritance/class-inherit.c
11938         plugins/cvs-plugin/cvs-actions.c
11939         plugins/cvs-plugin/cvs-interface.c
11940         plugins/debug-manager/attach_process.
11941         plugins/devhelp/plugin.c
11942         plugins/document-manager/plugin.c
11943         plugins/document-manager/indent_util.c
11944         plugins/editor/properties.cxx
11945         plugins/editor/aneditor.cxx
11946         plugins/editor/style-editor.c
11947         plugins/editor/text_editor.c
11948         plugins/macro/macro_db.c
11949         tagmanager/c.c:
11950         
11951         Use DEBUG_PRINT for debug messages
11953         libanjuta/anjuta-debug.h: Include config.h
11954         
11955         HACKING: Updated (BTW: does anyone read this?)
11956         
11957 2005-12-12  Johannes Schmid <jhs@gnome.org>
11959         Patch from Johan Ersvik <jersvik@fastmail.fm>:
11960         * plugins/gdb/debugger.c
11961         
11962         Fix a crasher in gdb plugin
11963         
11964         * plugins/gtodo/plugin.c
11965         plugins/search/plugin.c
11966         
11967         Fixed bug #305301
11968         
11969         * plugins/document-manager/anjuta-docman.c:
11970         
11971         Fixed error markers 
11972         
11973         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
11974         
11975         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
11976         
11977         * plugins/document-manager/anjuta-docman.c:
11978         highlight changed files in docman popup-menu
11979         * plugins/gdb/debug-tree.c:
11980         plugins/gdb/debugger.c
11981         Do not corupt entire "locals" tree when variable pointer have
11982         additional info and arrays/strucs/unions correctly.
11983         
11985 2005-12-11  Johannes Schmid <jhs@gnome.org>
11987         * plugins/document-manager/anjuta-docman.c
11988         plugins/document-manager/plugin.c
11989         plugins/editor/text_editor.c:
11990         
11991         AUTHORS: Added Johan Ersvik
11993         Fixed "is-dirty" bug and tab ordering
11995 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
11996         
11997         * plugins/editor/aneditor-autocomplete.cxx
11998         plugins/editor/aneditor-calltip.cxx
11999         plugins/editor/aneditor-priv.h
12000         plugins/symbol-browser/an_symbol.c
12001         plugins/symbol-browser/an_symbol_view.c
12002         tagmanager/entry.h
12003         tagmanager/tm_symbol.c
12004         tagmanager/tm_tag.c
12005         tagmanager/include/tm_symbol.h
12006         tagmanager/include/tm_tag.h
12007         tagmanager/c.c
12009         Better pointer recognition in tagmanager and symbol browser
12011 2005-12-11  Johannes Schmid <jhs@gnome.org>
12013         * plugins/search/*: New search plugin derived from search code in old editor
12014         plugin.
12015         
12016         * plugins/document-manager/*: new document-manger which is now seperated from
12017         editor to allow implementation of other editor widgets. Code is mostly derived
12018         from old editor plugin
12020         * plugins/print/* new print plugin which is not fully implemented in the
12021         moment
12023         * plugins/editor/text_editor.c: Added lots of interface code
12024         
12025         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12026         IAnjutaEditorFactory and extended IAnjutaEditor
12027         
12028         * configure.in, plugins/Makefile.am updated build system for new
12029         plugins
12031         This is a huge commit which might still contain some bugs and also has
12032         some fixmes. Things that are not working are the search toolbar because it
12033         does not use the same backend as any other searching function and printing
12034         (easy to fix) because it did not yet implement IAnjutaPrintable.
12036 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12038         * plugins/project-wizard/property.c:
12039         Use newer GtkFileChooser instead of GtkFileSelection with
12040         GnomeFileEntry to avoid a bug
12042         * plugins/project-wizard/install.c:
12043         Avoid an endless loop if project directory is not writable
12044         
12045         * plugins/project-wizard/druid.c:
12046         Allow creating project in empty directory without a
12047         warning
12049 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12050         
12051         Patch from Massimo Cora <maxcvs@email.it>
12052         * plugins/class-inheritence/class-inherit.c
12053         plugins/class-inheritence/plugin.c
12054         plugins/class-inheritence/plugin.h
12055         configure.in
12056         
12057         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12058         no longer supported!
12060 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12061         
12062         Patch from Johan Ersvik <jersvik@fastmail.fm>
12063         * plugins/message-view/message-view.c
12064         plugins/build-basic-autotools/build-basic-autotools.c
12065         plugins/build-basic-autotools/automake-c.filters
12067         This patch correct regex-filters for newer automake
12068         versions
12070 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12072        * plugins/tools/execute.c:
12073        Detect variables inside a word
12075 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12077         * libanjuta/anjuta-status.[ch],
12078         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12079         plugins/editor/anjuta-docman.c :
12080         New anjuta-status procedure.
12082 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12084         *Modified Files:
12085         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12086         plugins/editor/Makefile.am
12087         plugins/editor/anjuta-document-manager.glade
12088         plugins/editor/plugin.c plugins/editor/plugin.h
12089         plugins/editor/text_editor.c plugins/editor/text_editor.h
12090         *Added Files:
12091         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12092         plugins/editor/indent-util.c plugins/editor/indent-util.h
12093         plugins/editor/indent_test.c :
12094         Set and Preview indent preferences parameters.
12095         Saved indent user parameters.
12097 2005-10-27  Naba Kumar  <naba@gnome.org>
12099         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12100         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12101         theme color for saved documents.
12102         
12103 2005-10-26  Naba Kumar  <naba@gnome.org>
12105         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12106         list. Fixed bug #316731.
12107         
12108 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12110         * tagmanager/tm_symbol.c: Fixed bug #315218
12112 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12114         * plugins/build/build_file.c
12115           plugins/build-basic-autotools/build-basic-autotools.c
12116           plugins/tools/execute.c
12117           plugins/build/compile.c
12118           plugins/build/configurer.c
12119           plugins/debug-manager/plugin.c
12120           plugins/editor/plugin.c
12121           plugins/editor/print.c
12122           plugins/editor/text_editor.c
12123           plugins/file-loader/plugin.c
12124           plugins/file-manager/an_file_view.c
12125           plugins/symbol-browser/an_symbol_view.c
12126           plugins/gdb/debugger.c
12127           plugins/gdb/plugin.c
12128           plugins/glade/plugin.c
12129           plugins/macro/macro-actions.c
12130           plugins/macro/plugin.c
12131           plugins/profile-default/plugin.c
12132           plugins/project-manager/plugin.c
12133           plugins/project-manager/project_import.c
12134           plugins/symbol-browser/plugin.c
12135           plugins/tools/execute.c
12136           src/anjuta.c
12137           src/anjuta-actions.h
12138           src/shell.c:
12139           Correct spacing errors before and after "...".
12141 2005-10-20  Naba Kumar  <naba@gnome.org>
12143         * plugins/gdb/debugger.c: Fixed attach/detach process to
12144         updated UI properly.
12145         
12146 2005-10-18  Naba Kumar  <naba@gnome.org>
12148         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12149         #171314 too).
12150         
12151 2005-10-13  Naba Kumar  <naba@gnome.org>
12152         
12153         * plugins/project-mkfile-import/*: Removed separate import wizard for
12154         makefile based projects (because single widzard handles all wizards).
12156         * plugins/project-import/project-import.c: Made wizard window
12157         transient to main window.
12159         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12160         
12161         * AUTHORS: Added Eric's name in contributors list.
12162         
12163         * configure.in, plugins/Makefile.am,
12164         plugins/project-import/Makefile.am,
12165         plugins/project-import/anjuta-project-import.glade,
12166         plugins/project-import/project-import.c,
12167         plugins/project-import/project-import.h: Import wizard now detects
12168         both makefile and automake projects together instead of separate wizard.
12169         
12170         * plugins/project-wizard/templates/java/project.anjuta,
12171         plugins/project-wizard/templates/mkfile/project.anjuta,
12172         plugins/project-wizard/templates/python/project.anjuta,
12173         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12174         name to make it appropriate.
12176 2005-10-11  Naba Kumar  <naba@gnome.org>
12178         * configure.in: Fixed glade3 version requirement.
12180 2005-09-29  Alexander Shopov  <ash@contact.bg>
12182         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12184 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12186         * plugins/subversion/svn_auth.c
12187         plugins/subversion/anjuta_subversion.glade:
12188         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12190 2005-09-22  Naba Kumar  <naba@gnome.org>
12192         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12194         * configure.in,  plugins/Makefile.am
12195         plugins/project-manager/anjuta-project-manager.plugin.in,
12196         plugins/project-manager/plugin.c,
12197         (added) plugins/project-mkfile-import/.cvsignore,
12198         (added) plugins/project-mkfile-import/Makefile.am,
12199         (added) plugins/project-mkfile-import/
12200             anjuta-project-mkfile-import-plugin.png,
12201         (added) plugins/project-mkfile-import/
12202             anjuta-project-mkfile-import.glade,
12203         (added) plugins/project-mkfile-import/
12204             anjuta-project-mkfile-import.plugin.in,
12205         (added) plugins/project-mkfile-import/plugin.c,
12206         (added) plugins/project-mkfile-import/plugin.h,
12207         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12208         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12209         plugins/project-wizard/templates/Makefile.am,
12210         (added) plugins/project-wizard/templates/mkfile-logo.png,
12211         (added) plugins/project-wizard/templates/mkfile.wiz,
12212         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12213         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12214         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12215         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12216         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12217         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12218         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12219         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12220         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12221         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12222         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12223         Added makefile based project import wizard and wizard template.
12225 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12227         * libanjuta/anjuta-launcher.c: Reduced false password detections
12229 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12231         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12232         messages correctly.a
12234 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12235         
12236         * scintilla/Makefile.am: Changed scintilla library to noinst
12237         * pixmaps/Makefile.am: Install password.png
12238         * libanjuta/anjuta-launcher.c: Changed password detection
12239         to be able to access GNOME CVS with ssh.
12240         
12241 2005-08-31  Naba Kumar  <naba@gnome.org>
12243         * plugins/glade/plugin.c: Set transient window for the widget
12244         dialogs.
12245         
12246 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12248         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12250 2005-08-10  Naba Kumar  <naba@gnome.org>
12252         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12253         as shortcut key for execute.
12255         * src/about.c: Clean up.
12256         
12257         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12258         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12259         entry boxes.
12260         
12261 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12263         * plugins/editor/search-replace_backend.c :
12264         Fixed search in File Patterns.
12266 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12268         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12269         
12270 2005-08-04  Naba Kumar  <naba@gnome.org>
12272         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12273         for pango-1.8 rendering bug.
12274         
12275 2005-08-03  Naba Kumar  <naba@gnome.org>
12277         * plugins/glade/plugin.c: Proper names for plugin widgets.
12278         
12279         * plugins/subversion/anjuta-subversion.glade,
12280         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12281         string allocations. Use passed default values when available.
12282         Set proper focus and dialog default response. Destroy dialog after use.
12283         Return error when appropriate.
12285 2005-08-02  Naba Kumar  <naba@gnome.org>
12287         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12288         for pango-1.8 rendering bug.
12289         
12290 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12292         * scintilla/Makefile.am: Fixed a make -j x bug
12293         
12294 2005-08-02  Johannes Schmid <jhs@gnome.org>
12295         
12296         * plugins/subversion/svn-auth.c: Added username/password 
12297         auto function.
12299 2005-08-01  Naba Kumar  <naba@gnome.org>
12301         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12302         checks for character width calculations.
12303         
12304 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12306         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12308 2005-07-31  Naba Kumar  <naba@gnome.org>
12310         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12311         messup with pango 1.8. Fixed bug #311846.
12313 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12315         * plugins/gdb/memory.c : Fixed bug 305082.
12316         
12317         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12318         plugins/project-wizard/templates/gcj.wiz,
12319         plugins/project-wizard/templates/gnome.wiz,
12320         plugins/project-wizard/templates/gtk.wiz,
12321         plugins/project-wizard/templates/java.wiz,
12322         plugins/project-wizard/templates/python.wiz,
12323         plugins/project-wizard/templates/wxwin.wiz,
12324         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12326 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12328         * plugins/tools/execute.c:
12329         Correct a crash if editor is closed while a tool still use it.
12331 2005-07-28  Naba Kumar  <naba@gnome.org>
12333         * scintilla/*: Updated scintilla from their latest CVS.
12335 2005-07-27  Naba Kumar  <naba@gnome.org>
12337         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12338         plugins/build-basic-autotools/build-basic-autotools.c,
12339         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12340         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12341         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12342         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12343         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12344         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12345         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12346         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12347         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12348         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12349         argument to anjuta_ui_add_action_group_entries() and
12350         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12351         Fixed all plugins to pass translation domain. This fixes untranslated
12352         UI bugs. 
12354 2005-07-27  Naba Kumar  <naba@gnome.org>
12356         * plugins/class-inheritance/class-callbacks.c,
12357         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12358         proper system colors.
12360 2005-07-26  Naba Kumar  <naba@gnome.org>
12362         * ROADMAP: Updated and added more tasks.
12364 2005-07-25  Naba Kumar  <naba@gnome.org>
12366         * ROADMAP: Updated and added more tasks.
12367         
12368 2005-07-24  Naba Kumar  <naba@gnome.org>
12370         * HACKING: Fixed format.
12372 2005-07-24  Naba Kumar  <naba@gnome.org>
12374         * ROADMAP: Fixed format.
12375         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12377 2005-07-24  Naba Kumar  <naba@gnome.org>
12379         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12380         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12382 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12384         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12385         Correct wrong sensitivity setting
12386         
12387         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12388         
12389         * plugins/tools/variable.c:     Add variables for project manager
12391 2005-07-23  Naba Kumar  <naba@gnome.org>
12393         * ROADMAP: updated.
12395 2005-07-23 Naba Kumar  <naba@gnome.org>
12397         * plugins/subversion/Makefile.am,
12398         plugins/subversion/svn-auth.c,
12399         plugins/subversion/svn-auth.h: Added subversion authentication code
12400         stubs.
12401         
12402         * plugins/subversion/subversion-callbacks.c,
12403         plugins/subversion/subversion-callbacks.h,
12404         plugins/subversion/svn-backend-priv.h,
12405         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12406         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12407         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12408         Added file mode line.
12410 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12412         * configure.in: Added 'gl' to ALL_LINGUAS.
12414 2005-07-21 Naba Kumar  <naba@gnome.org>
12416         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12417         the active sources and kill the running process without emitting
12418         signals (which could be fatal because the object is being destroyed).
12419         Incidentally, fixed the crash that happens when stopping an active
12420         debugger session. Disabled debug prints and code clean up.
12421         Fixed bug #305587.
12422         
12423         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12424         message view object, because that prevents many unprocessed outputs
12425         from the cvs command from being appended in view. Does not set NULL
12426         to mesg_view private member (not required) so that any pending outputs
12427         to view is processed.Fixed bug #172666.
12429         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12430         type in supported list.
12431         
12432 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12434         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12435           grammar/spelling fixes.
12437 2005-07-17 Naba Kumar  <naba@gnome.org>
12439         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12440         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12441         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12442         plugins/project-wizard/templates/anjuta-plugin.wiz,
12443         plugins/project-wizard/templates/gcj.wiz,
12444         plugins/project-wizard/templates/gnome.wiz,
12445         plugins/project-wizard/templates/gtk.wiz,
12446         plugins/project-wizard/templates/gtkmm.wiz,
12447         plugins/project-wizard/templates/java.wiz,
12448         plugins/project-wizard/templates/python.wiz,
12449         plugins/project-wizard/templates/terminal.wiz,
12450         plugins/project-wizard/templates/terminal/Makefile.am,
12451         plugins/project-wizard/templates/terminal/po/Makefile.am,
12452         plugins/project-wizard/templates/terminal/src/Makefile.am,
12453         plugins/project-wizard/templates/wxwin.wiz,
12454         plugins/project-wizard/templates/xlib-dock.wiz,
12455         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12456         wizards and updated .wiz files to install them in newly created
12457         projects.
12459 2005-07-16 Naba Kumar  <naba@gnome.org>
12461         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12462         
12463         * plugins/file-manager/an_file_view.c,
12464         plugins/file-manager/plugin.c: Added file manager preferences to
12465         show/hide files ignored by version control (e.g. cvsignore).
12466         
12467         * plugins/editor/text_editor.c: Initialize vfs info struct.
12468         
12469         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12470         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12471         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12472         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12473         omf-install/.cvsignore, pixmaps/.cvsignore,
12474         plugins/file-manager/anjuta-file-manager-plugin.glade,
12475         scintilla/.cvsignore, scintilla/include/.cvsignore,
12476         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12477         tagmanager/python.c: Updated.
12479 2005-07-16 Naba Kumar  <naba@gnome.org>
12481         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12482         Fixed python parser to parser class methods.
12484 2005-07-15 Naba Kumar  <naba@gnome.org>
12486         * plugins/project-wizard/property.c: Used parenthesis to remove
12487         ambiguty.
12488         
12489         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12490         plugins/project-wizard/templates/gcj.wiz,
12491         plugins/project-wizard/templates/gnome.wiz,
12492         plugins/project-wizard/templates/gtk.wiz,
12493         plugins/project-wizard/templates/gtkmm.wiz,
12494         plugins/project-wizard/templates/java.wiz,
12495         plugins/project-wizard/templates/python.wiz,
12496         plugins/project-wizard/templates/terminal.wiz,
12497         plugins/project-wizard/templates/wxwin.wiz,
12498         plugins/project-wizard/templates/xlib-dock.wiz,
12499         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12500         and names.
12502 2005-07-15 Naba Kumar  <naba@gnome.org>
12504         * plugins/project-wizard/templates/java.wiz,
12505         plugins/project-wizard/templates/java/Makefile.am,
12506         plugins/project-wizard/templates/java/project.anjuta,
12507         plugins/project-wizard/templates/python.wiz,
12508         plugins/project-wizard/templates/python/Makefile.am,
12509         plugins/project-wizard/templates/python/project.anjuta: Use different
12510         project files for java and python module where debugger is not
12511         included in the list of plugins.
12513 2005-07-15 Naba Kumar  <naba@gnome.org>
12515         * configure.in, plugins/project-wizard/templates/Makefile.am,
12516         plugins/project-wizard/templates/gcj-logo.png,
12517         plugins/project-wizard/templates/gcj.wiz,
12518         plugins/project-wizard/templates/gcj/.cvsignore,
12519         plugins/project-wizard/templates/gcj/Makefile.am,
12520         plugins/project-wizard/templates/gcj/configure.in.tpl,
12521         plugins/project-wizard/templates/gcj/src/.cvsignore,
12522         plugins/project-wizard/templates/gcj/src/Makefile.am,
12523         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12524         plugins/project-wizard/templates/java-logo.png,
12525         plugins/project-wizard/templates/java.wiz,
12526         plugins/project-wizard/templates/java/configure.in.tpl,
12527         plugins/project-wizard/templates/java/po/Makefile.am,
12528         plugins/project-wizard/templates/java/po/POTFILES.in,
12529         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12530         plugins/project-wizard/templates/java/src/main.java,
12531         plugins/project-wizard/templates/python-logo.png,
12532         plugins/project-wizard/templates/python.wiz,
12533         plugins/project-wizard/templates/python/.cvsignore,
12534         plugins/project-wizard/templates/python/Makefile.am,
12535         plugins/project-wizard/templates/python/configure.in.tpl,
12536         plugins/project-wizard/templates/python/po/.cvsignore,
12537         plugins/project-wizard/templates/python/po/Makefile.am,
12538         plugins/project-wizard/templates/python/po/POTFILES.in,
12539         plugins/project-wizard/templates/python/src/.cvsignore,
12540         plugins/project-wizard/templates/python/src/Makefile.am,
12541         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12542         plugins/project-wizard/templates/python/src/main.py: Added Generic
12543         gcj and python project wizards. Fixed Generic java project to
12544         use _JAVA primary. Update gnome-build from cvs for them to work
12545         correctly.
12547 2005-07-12 Naba Kumar  <naba@gnome.org>
12549         * plugins/project-manager/plugin.c: Automatically determine
12550         project backend by probing.
12551         
12552 2005-07-04 Naba Kumar  <naba@gnome.org>
12554         * Makefile.am: Do not install old anjuta.glade file which conflicts
12555         with newer src/anjuta.glade.
12557 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12559         * plugins/an_symbol_prefs.c:
12560         Sort list of available symbol files
12562 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12564         * plugins/build-basic-autotools.c:
12565         Fixed #307810
12566         
12567         * plugins/gtodo/libgtodo.c:
12568         Possible fix for #307800
12570         * libanjuta/anjuta-encodings.c
12571         libanjuta/anjuta-launcher.c
12572         libanjuta/anjuta-preference-dialog.c
12573         libanjuta/anjuta-preferences.c
12574         libanjuta/anjuta-ui.c
12575         libanjuta/anjuta-util.c
12576         libanjuta/cell-renderer-captioned-image.c
12577         libanjuta/plugin.c:
12578         
12579         Patch from de_lupus@pandora.be (Kristof Vansant):
12580         Replaced deprecated gnome-i18n.h
12581         Closed #309153
12583 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12584         
12585         * plugins/subversion/anjuta-subversion.glade
12586         plugins/subversion/anjuta-subversion.ui
12587         plugins/subversion/plugin.c
12588         plugins/subversion/subversion-actions.c
12589         plugins/subversion/subversion-callbacks.h
12590         plugins/subversion/subversion-callbacks.c
12591         plugins/subversion/svn-backend-priv.h
12592         plugins/subversion/svn-backend.h
12593         plugins/subversion/svn-backend.c
12594         plugins/subversion/svn-thread.h
12595         plugins/subversion/svn-thread.c:
12596         
12597         Implemented Subversion diff
12598         
12599 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12600         
12601         * plugins/build-basic-autotools/build-basic-autotools.c:
12602         Fixed crash bug! Might be useful to release 2.0.2 soon
12603         because this bug will crash any build which produces errors
12604         or warnings
12606 === Anjuta 2.0.1 ===
12608 2005-06-27 Naba Kumar  <naba@gnome.org>
12610         * plugins/tools/execute.c: Formated code.
12611         
12612 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12614         * plugins/build-basic-autotools/build-basic-autotools.c:
12615         Remove two memory leaks
12616         Check command output versus untranslated strings too
12618         * plugins/tools/execute.c:
12619         Remove two memory leaks
12620         Check command output versus untranslated strings too
12621         Remove description message
12623         * plugins/tools/fileop.c:
12624         Escape tool name in xml configuration file
12626 2005-05-26 Naba Kumar  <naba@gnome.org>
12628         * configure.in: Bumped version to 2.0.1
12629         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12631         * plugins/tools/execute.c: Fixed clickable messages.
12632         * NEWS: Updated.
12634         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12635         Deactivate glade plugin when last glade project is closed. Reorder
12636         glade widgets in layout. Change glade project when user selects a
12637         new project. Removed project from the list when user closes it. Fixed
12638         glade project file loading from URI. Save and restored loaded glade
12639         projects in/from session.
12641         * plugins/class-gen/action-callbacks.c,
12642         plugins/class-gen/anjuta-class-gen-plugin.glade,
12643         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12644         plugins/file-wizard/anjuta-file-wizard.glade,
12645         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12646         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12647         "Add to project" correctly. Use the source file path returned after
12648         adding to project. Fixed memory leaks. Deactivate wizard plugins
12649         after use.
12650         
12651         * plugins/project-manager/plugin.c,
12652         plugins/project-wizard/anjuta-project-wizard.glade,
12653         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12654         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12655         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12656         project-wizard preference page to anjuta app, because they are
12657         more appropriated as general preferences. Renamed username and
12658         useremail properties keys.
12659         
12660         * po/POTFILES.in: Updated.
12662         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12663         saved at closing.
12664         
12665         * plugins/file-loader/plugin.c: Do not use static variable to store
12666         created submenu in factory. Fixed crash in anjuta exit.
12667         
12668 2005-05-24 Naba Kumar  <naba@gnome.org>
12670         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12671         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12672         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12673         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12674         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12675         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12676         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12677         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12678         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12679         
12680         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12681         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12682         plugins/build-basic-autotools/build-basic-autotools.c,
12683         plugins/build-basic-autotools/build-basic-autotools.h,
12684         plugins/build-basic-autotools/executer.c,
12685         plugins/build-basic-autotools/executer.h,
12686         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12687         plugins/tools/variable.c: Added an extra argument to
12688         anuta_util_dialog_input() to pass default value. Save/load project
12689         configure and execution parameters in/from session.
12691         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12692         symbol browser is loaded.
12693         
12694         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12695         freeze/thaw.
12697         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12698         deactivate would not start shell.
12700 2005-05-24 Naba Kumar  <naba@gnome.org>
12702         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12703         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12704         libegg/egg-submenu-action.c, libegg/test-actions.c,
12705         plugins/build-basic-autotools/build-basic-autotools.c,
12706         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12707         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12708         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12709         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12710         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12711         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12712         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12713         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12714         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12715         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12717 2005-05-24 Naba Kumar  <naba@gnome.org>
12719         * data/properties/styles.properties: Fixed defalt font.
12721         * plugins/editor/search-replace.c,
12722         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12723         project openness wihtout activating project-manager plugin (i.e.
12724         using anjuta_shell_get()).
12725         
12726         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12727         - Completed add_source(), add_group() and add_target() methods of
12728         IAnjutaProjectManager.
12729         - Change their definition to return the added element (or NULL).
12730         - Used interface API for project main menus and 'add to project'
12731         from file-manager context menu.
12732         - Select proper default target/group when prompting for adding
12733         source/target/group.
12734         - Do not expand all nodes in selection tree when default selection
12735         are given (eases navigation in big projects).
12736         - Code clean ups.
12737         - Marked strings for translation.
12739 2005-05-23 Naba Kumar  <naba@gnome.org>
12741         * src/anjuta-app.c: Save menu accelerators on change.
12742         * NEWS: Updated.
12743         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12744         save-as dialog (leading to crash later).
12746 2005-05-22 Naba Kumar  <naba@gnome.org>
12748         * NEWS: Updated.
12749         * AUTHORS: Added developers for other projects. Updated.
12750         * TODO.tasks: Updated.
12751         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12752         
12753 2005-05-22 Naba Kumar  <naba@gnome.org>
12755         * plugins/tools/execute.c: Make parsable lines distinct by adding
12756         a "Click me" description in the message. Allow tools to open arbibrary
12757         file in editory using gdb-styled annotation (The line starts with two
12758         \032 characters followed by the file:line).
12759         
12760         * plugins/tools/scripts/prepare-changelog.pl,
12761         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12762         ChangeLog file itself and open it.
12764 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12766         * plugins/tools/execute.c:
12767         Parse output in message pane
12768         Correct a crash on plugin deactivation
12770         * plugins/tools/fileop.c,
12771         plugins/tools/tool.c,
12772         plugins/tools/tool.h:
12773         Load only valid tools
12775 2005-06-21  Naba Kumar  <naba@gnome.org>
12777         * anjuta.spec.in: Fixed devel package requirement.
12779         * plugins/message-view/message-view.c: Scroll message on next/previous.
12781         * TODO.tasks: Updated.
12783         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12784         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12785         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12786         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12787         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12788         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12789         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12790         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12792         * libanjuta/anjuta-preferences.c,
12793         plugins/build-basic-autotools/build-basic-autotools.c,
12794         plugins/build-basic-autotools/executer.c,
12795         plugins/class-gen/action-callbacks.c,
12796         plugins/class-gen/action-callbacks.h,
12797         plugins/class-gen/class_gen.c,
12798         plugins/cvs-plugin/cvs-interface.c,
12799         plugins/debug-manager/attach_process.c,
12800         plugins/debug-manager/plugin.c,
12801         plugins/debug-manager/utilities.c,
12802         plugins/debug-manager/utilities.h,
12803         plugins/editor/aneditor-autocomplete.cxx,
12804         plugins/editor/aneditor.cxx,
12805         plugins/editor/search-replace.c,
12806         plugins/editor/search-replace_backend.c,
12807         plugins/gdb/breakpoints.c,
12808         plugins/gdb/registers.c,
12809         plugins/patch/plugin.c,
12810         plugins/project-wizard/druid.c,
12811         plugins/project-wizard/install.c,
12812         plugins/subversion/plugin.c,
12813         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12814         codes.
12816         * plugins/class-gen/action-callbacks.c,
12817         plugins/project-wizard/parser.c,
12818         plugins/project-wizard/property.c,
12819         plugins/project-wizard/values.c,
12820         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12822         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12823         alphabetically
12825 2005-06-20  Naba Kumar  <naba@gnome.org>
12827         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12828         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12829         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12830         
12831         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12832         exit idle function.
12833         
12834         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12835         Fixed possible memory corruption.
12837         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12838         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12839         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12840         progress bar increment and added progress status for symbol refresh
12841         and project loading.
12842         
12843         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12844         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12845         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12846         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12847         bar.
12849         * TODO.tasks: Updated.
12851 2005-06-19  Naba Kumar  <naba@gnome.org>
12853         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12854         Fixed warning.
12855         
12856         * plugins/project-import/project-import.c: Deactivate plugin when done.
12857         
12858 2005-06-18  Naba Kumar  <naba@gnome.org>
12860         * plugins/profile-default/plugin.c: Fixed error when loading another
12861         project while a project is still loaded.
12862         
12863         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12864         signal from gnome-build to popup group properties.
12865         
12866         * src/anjuta.c: Load default session by default.
12868         * po/POTFILES.in: Added missing files.
12869         
12870         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12871         activate plugin on load (activate it separately). Connect to activate
12872         and deactivate signals for housekeeping, so that if plugins are
12873         activated or deactivate externally, they are properly recorded.
12874         
12875         * plugins/profile-default/plugin.c: Save profile before a project
12876         is loaded so that it could be restored when project is closed.
12877         
12878         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12880 2005-06-17  Naba Kumar  <naba@gnome.org>
12882         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12883         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12884         for project. The plugins loaded for the project is restored when project
12885         is loaded next time.
12886         
12887         * TODO.tasks: Updated.
12888         
12889 2005-06-15  Naba Kumar  <naba@gnome.org>
12891         * plugins/tools/scripts/find-fixmes.pl,
12892         (new) plugins/tools/scripts/translation-status.pl,
12893         plugins/tools/scripts/tools-2.xml.in,
12894         plugins/tools/scripts/Makefile.am,
12895         plugins/tools/scripts/prepare-changelog.pl: Added translation
12896         status script. Completed find-fixmes.pl script. Fixed bugs.
12898         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
12899         tool path.
12901 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12903         * plugins/message-view/anjuta-message-manager-plugin.glade :
12904         renamed "messages.tag.position" to "messages.tab.position".
12905         plugins/message-view/anjuta-msgman.c : 
12906         Messages tab position prefrences.
12907         
12908 2005-06-14  Naba Kumar  <naba@gnome.org>
12910         * (new) plugins/tools/scripts/find-fixmes.pl,
12911         (new) plugins/tools/scripts/tools-2.xml.in,
12912         (new) plugins/tools/scripts/Makefile.am,
12913         (new) plugins/tools/scripts/prepare-changelog.pl,
12914         plugins/tools/plugin.h, plugins/tools/fileop.c,
12915         plugins/tools/Makefile.am, configure.in: Added system tools.
12917 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
12919         * plugins/tools/editor.c:
12920         Take care of creating .anjuta directory if missing
12922 2005-06-10  Naba Kumar  <naba@gnome.org>
12924         * configure.in: Increased gnome-build required to version 0.1.2.
12925         
12926         * plugins/project-manager/plugin.c: Fixed target/group removal.
12927         Fixed memory leaks.
12928         
12929 2005-06-10  Naba Kumar  <naba@gnome.org>
12931         * plugins/project-manager/plugin.c: Implemented target/group
12932         configuration (update gnome-build module from cvs).
12933         
12934 2005-06-07  Naba Kumar  <naba@gnome.org>
12936         Patch from: Massimo Cora'  <maxcvs@email.it>:
12937         * plugins/class-inheritance/Makefile.am,
12938         plugins/class-inheritance/class-inherit.c,
12939         plugins/class-inheritance/class-inherit.h,
12940         plugins/class-inheritance/plugin.c,
12941         plugins/class-inheritance/plugin.h,
12942         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
12943         expanded view of classes in hierarchy canvas (collapsable again).
12944         
12945 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
12947         * scintilla/patches/scintilla-64-bit.diff (added)
12948         * plugins/patch/patch-plugin.c:
12949         Conditional build for GTK 2.4 and GTK 2.6
12951 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
12953         * plugins/tools/anjuta-tools.glade,
12954         plugins/tools/editor.c,
12955         plugins/tools/plugin.h,
12956         plugins/tools/fileop.c:
12957         Add a check box to edit an user script
12958         Correct a few memory leak
12960         * plugins/tools/execute.c,
12961         plugins/tools/tool.c,
12962         plugins/tools/tool.h:
12963         Move utility remove_mnemonic function in tool.c
12964         Small fix
12966 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
12968         Patch from sbrabec@suse.cz:
12969         * configure.in
12970         scintilla/include/Scintilla.h:
12971         
12972         Fix 64-Bit warnings in gcc 4
12974 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
12975         
12976         * plugins/patch/patch_plugin.c
12977         plugins/patch/patch.h
12978         plugin/patch/patch-plugin.glade
12979         plugin/patch/Makefile.am:
12980         
12981         Changed patch plugin to use libglade and new gtk 2.6 widgets
12983 2005-05-31  Naba Kumar  <naba@gnome.org>
12985         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12986         * plugins/editor/text_editor.c: Don't show error
12987         for empty files.
12988         
12989 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
12990         
12991         * plugins/message-view/anjuta-message-manager.ui,
12992         plugins/message-view/anjuta-msgman.c,
12993         plugins/message-view/anjuta-msgman.h,
12994         plugins/message-view/message-view.c,
12995         plugins/message-view/message-view.h,
12996         plugins/message-view/plugin.c:
12997         Add a popup menu in messages panes
12998         Move save message pane option in it
13000 2005-05-28  Naba Kumar  <naba@gnome.org>
13002         * data/properties/styles.properties: Fixed default font
13003         names and sizes.
13005         * plugins/editor/style-editor.c: cleanup.
13006         
13007 2005-05-25  Naba Kumar  <naba@gnome.org>
13009         * plugin/gdb/plugin.c: Start gdb even if the program does
13010         not exists. Fixes bug #305074
13011         
13012 2005-05-24  Naba Kumar  <naba@gnome.org>
13014         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13015         * configure.in: graphviz pkgconfig path.
13017 2005-05-24  Naba Kumar  <naba@gnome.org>
13019         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13020         * TODO.tasks: Updated.
13021         
13022 2005-05-22  Naba Kumar  <naba@gnome.org>
13024         * anjuta.spec.in: Fixed spec file
13025         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13027 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13028         
13029         * TODO.tasks: Updated.
13031         * plugins/message-view/anjuta-message-manager.ui,
13032         plugins/message-view/message-view.c,
13033         plugins/message-view/message-view.h,
13034         plugins/message-view/plugin.c:
13035         Add shortcut for next and previous message
13036         Add a save message menu item
13037         Fix a bug in previous message
13039 2005-05-21  Naba Kumar  <naba@gnome.org>
13041         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13042         doc/Makefile.am, global-tags/create_global_tags.sh,
13043         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13044         and rpm package creation. Fixed installation paths.
13045         
13046         * plugins/editor/anjuta-document-manager.glade,
13047         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13048         and indent options.
13049         
13050         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13052 2005-05-21  Naba Kumar  <naba@gnome.org>
13054         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13055         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13056         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13057         tagmanager/Makefile.am: Fixed paths configure variables to take
13058         automake configure variables instead of hardcoding.
13060         * global-tags/tm_global_tags.c: Formated code.
13062         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13063         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13064         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13065         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13066         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13067         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13068         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13069         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13070         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13072 2005-05-20  Naba Kumar  <naba@gnome.org>
13074         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13075         and fixed rpm spec file (more testing required).
13076         
13077         * data/gdb.init: Don't set gdb prompt.
13078         
13079         * mime/Makefile.am: run update-mime-data only on system-wide install.
13080         
13081         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13083 2005-05-19  Naba Kumar  <naba@gnome.org>
13085         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13086         while it's not visible.
13088         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13089         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13090         
13091 2005-05-19  Naba Kumar <naba@gnome.org>
13093         * configure.in: Fixed subversion checks. Added
13094         --disable-plugin-subversion and --disable-plugin-glade
13095         configure flags to manually turn off their plugin builds.
13097         * plugins/editor/plugin.c: Save and restore current editor line
13098         positions in session.
13100 2005-05-18  Naba Kumar  <naba@gnome.org>
13102         * AUTHORS: Fixed email address.
13103         
13104         * libanjuta/anjuta-utils.c,
13105         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13106         when the projectmanager toplevel is not a window. Check for valid
13107         gtkwindow type before using the passed window as parent for anjuta
13108         dialogs.
13110 2005-05-17  Naba Kumar  <naba@gnome.org>
13112         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13113         
13114         * plugins/cvs-plugin/Makefile.am,
13115         plugins/devhelp/plugin.c,
13116         plugins/file-loader/Makefile.am,
13117         plugins/macro/Makefile.am,
13118         plugins/message-view/Makefile.am,
13119         plugins/patch/Makefile.am,
13120         plugins/project-manager/Makefile.am,
13121         plugins/subversion/Makefile.am,
13122         plugins/symbol-browser/Makefile.am: Removed -module flags
13123         from libtool flags
13125         * MAINTAINERS: Added file so that I could recieve bugzilla
13126         reports.
13128         * plugins/glade/plugin.c: Fixed compile error.
13130 === Anjuta 2.0.0 ===
13132 2005-05-15  Naba Kumar  <naba@gnome.org>
13134         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13135         version to 2.0.0.
13137         * plugins/symbol-browser/an_symbol_view.c,
13138         plugins/symbol-browser/plugin.c,
13139         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13140         symbols have been updated. Reset file symbols when update
13141         occurs. Fixed memory leaks.
13143         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13144         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13145         
13146 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13148         * plugins/tools/anjuta-tools.glade:
13149         Remove unused parameter dialog
13151         * plugins/tools/dialog.c,
13152         plugins/tools/fileop.c,
13153         plugins/tools/fileop.h,
13154         plugins/tools/tool.c,
13155         plugins/tools/tool.h,
13156         plugins/tools/variable.c:
13157         Add a few comments and cleanups
13159         * plugins/tools/editor.c,
13160         plugins/tools/editor.h:
13161         Remove code from previous plugin and add comments
13162         Use main window as parent (instead of tool list)
13164         * plugins/tools/execute.c,
13165         plugins/tools/execute.h:
13166         Remove code from previous plugin and add comments
13167         Fix warnings
13169 2005-05-14  Naba Kumar  <naba@gnome.org>
13171         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13172         release.
13173         
13174         * configure.in: Fixed
13175         
13176         * plugins/class-inheritance/class-inheritance.png: New icon.
13177         
13178         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13179         screws up when reparented.
13181 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13183         * plugins/editor/search-replace.c,
13184         plugins/editor/search-replace_backend.c
13185         plugins/project-manager/plugin.c : Clear find pane if searching same 
13186         expression. Clean code.
13188 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13190         * configure.in: Added ne in ALL_LINGUAS
13191         
13192 2005-05-13  Naba Kumar  <naba@gnome.org>
13194         * configure.in: Fixed glade-3 version.
13195         
13196         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13197         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13198         plugins/gdb/watch.c: Update locals, watch and frame document on
13199         frame change.
13201 2005-05-12  Naba Kumar  <naba@gnome.org>
13203         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13204         scope autocompletion when the function definition is incomplete.
13205         
13206         * plugins/class-gen/anjuta-class-gen.plugin.in,
13207         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13208         plugins/gdb/plugin.c,
13209         plugins/glade/anjuta-glade.plugin.in,
13210         plugins/project-import/anjuta-project-import.plugin.in,
13211         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13212         titles for the wizards.
13214 2005-05-11  Naba Kumar  <naba@gnome.org>
13216         * configure.in, plugins/debug-manager/Makefile.am,
13217         plugins/debug-manager/plugin.c,
13218         (added) plugins/debug-manager/images/.cvsignore,
13219         (added) plugins/debug-manager/images/Makefile.am,
13220         (added) plugins/debug-manager/images/detach-16.png,
13221         (added) plugins/debug-manager/images/detach.png,
13222         (added) plugins/debug-manager/images/step-into-16.png,
13223         (added) plugins/debug-manager/images/step-into.png,
13224         (added) plugins/debug-manager/images/step-out-16.png,
13225         (added) plugins/debug-manager/images/step-out.png,
13226         (added) plugins/debug-manager/images/step-over-16.png,
13227         (added) plugins/debug-manager/images/step-over.png,
13228         plugins/gdb/Makefile.am,
13229         plugins/gdb/breakpoints.c,
13230         plugins/gdb/plugin.c,
13231         (added) plugins/gdb/images/.cvsignore,
13232         (added) plugins/gdb/images/Makefile.am,
13233         (added) plugins/gdb/images/breakpoint.png,
13234         (added) plugins/gdb/images/locals.png,
13235         (added) plugins/gdb/images/stack.png,
13236         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13237         'remove all'. Added debugger icons.
13239         * plugins/editor/text_editor.c: Fixed file monitor.
13241         Patch from: Massimo Cora'  <maxcvs@email.it>
13242         * plugins/patch/anjuta-patch-plugin.png,
13243         plugins/class-gen/Makefile.am,
13244         plugins/class-gen/action-callbacks.c,
13245         plugins/class-gen/class_gen.c,
13246         plugins/class-gen/class_logo.xpm: Implemented vcs
13247         file addions. New icons by Fabio Zecchini
13249 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13251         * libanjuta/interfaces/libanjuta.idl
13252         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13253         plugins/editor/search-replace_backend.c
13254         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13256 2005-05-11  Naba Kumar  <naba@gnome.org>
13257         
13258         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13259         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13260         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13261         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13262         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13263         memory leaks.
13264         
13265         * plugins/symbol-browser/an_symbol_prefs.c,
13266         plugins/symbol-browser/an_symbol_search.c,
13267         plugins/symbol-browser/an_symbol_view.c,
13268         plugins/symbol-browser/an_symbol_view.h,
13269         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13271 2005-05-11  Naba Kumar  <naba@gnome.org>
13273         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13274         
13275         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13276         progress bar location at create time, instead of hardcoding.
13277         
13278         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13279         Added mini splash screen.
13280         
13281         * plugins/editor/text_editor.c: Do not produce warning when file
13282         monitor could not be created.
13283         
13284         * plugins/profile-default/plugin.c: Save project session on exit.
13285         Show mini splash with progress bar at profile load.
13287 2005-05-10  Naba Kumar  <naba@gnome.org>
13289         * configure.in, manuals/Makefile.am: Fixed compile flags.
13290         Disable outdated manuals builds.
13291         
13292         * global-tags/Makefile.am: Uninstall tags files on
13293         'make uninstall'
13294         
13295         * libegg/Makefile.am: Use configured deprecated flags.
13296         
13297         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13298         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13299         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13300         Updated.
13301         
13302         * mime/Makefile.am: Take DESTDIR into account.
13303         
13304         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13305         
13306         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13307         on scope autocompletion.
13308         
13309         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13310         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13311         shared libs and static libs paths for debugging. Order them
13312         correctly.
13313         
13314         * po/POTFILES.in: Updated.
13316 2005-05-09  Naba Kumar  <naba@gnome.org>
13318         * libanjuta/interfaces/libanjuta.idl,
13319         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13320         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13321         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13322         Implemented debugger source directory search and emits location changed
13323         signal with absolute path of the file.
13325         * plugins/tools/tool.c: Fixed compile errors.
13326         
13327 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13329         * plugins/tools/anjuta-tools.glade,
13330         plugins/tools/dialog.h,
13331         plugins/tools/dialog.c,
13332         plugins/tools/plugin.c,
13333         plugins/tools/editor.c:
13334         Improve graphical user interface
13335         Remove old code
13336         Correct an error on close
13337         Some cleanups
13339         * plugins/tools/fileop.c,
13340         plugins/tools/tool.h,
13341         plugins/tools/tool.c:
13342         Change the tool internal structure
13343         Support having tools configuration in several places
13345 2005-05-08  Naba Kumar  <naba@gnome.org>
13347         * plugins/gdb/actions.c,
13348         (removed) plugins/gdb/registers_cbs.c,
13349         (removed) plugins/gdb/registers_cbs.h,
13350         (removed) plugins/gdb/registers_gui.c,
13351         (removed) plugins/gdb/sharedlib_cbs.c,
13352         (removed) plugins/gdb/sharedlib_cbs.h,
13353         (removed) plugins/gdb/sharedlib_gui.c,
13354         (removed) plugins/gdb/signals_cbs.c,
13355         (removed) plugins/gdb/signals_cbs.h,
13356         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13358 2005-05-08  Naba Kumar  <naba@gnome.org>
13360         * plugins/build-basic-autotools/executer.c: Fixed programs
13361         listing dialog.
13362         
13363         * plugins/debug-manager/Makefile.am,
13364         plugins/debug-manager/anjuta-debug-manager.glade,
13365         plugins/debug-manager/plugin.c,
13366         plugins/gdb/Makefile.am: Used libglade for programs listing
13367         dialog.
13368         
13369         * (added) plugins/gdb/pointer.png: Stack pointer image.
13370         
13371         * libanjuta/anjuta-marshal.list,
13372         pixmaps/Makefile.am,
13373         plugins/gdb/actions.c,
13374         plugins/gdb/actions.h,
13375         plugins/gdb/anjuta-gdb-plugin.ui,
13376         plugins/gdb/anjuta-gdb.glade,
13377         plugins/gdb/breakpoints.c,
13378         plugins/gdb/breakpoints.h,
13379         plugins/gdb/debug_tree.c,
13380         plugins/gdb/debug_tree.h,
13381         plugins/gdb/debugger.c,
13382         plugins/gdb/debugger.h,
13383         plugins/gdb/gdbmi-test.c,
13384         plugins/gdb/gdbmi.c,
13385         plugins/gdb/gdbmi.h,
13386         plugins/gdb/info.c,
13387         plugins/gdb/info.h,
13388         plugins/gdb/locals.c,
13389         plugins/gdb/locals.h,
13390         plugins/gdb/memory.c,
13391         plugins/gdb/memory.h,
13392         plugins/gdb/plugin.c,
13393         plugins/gdb/plugin.h,
13394         plugins/gdb/registers.c,
13395         plugins/gdb/registers.h,
13396         plugins/gdb/registers_cbs.c,
13397         plugins/gdb/registers_cbs.h,
13398         plugins/gdb/registers_gui.c,
13399         plugins/gdb/sharedlib.c,
13400         plugins/gdb/sharedlib.h,
13401         plugins/gdb/sharedlib_cbs.c,
13402         plugins/gdb/sharedlib_cbs.h,
13403         plugins/gdb/sharedlib_gui.c,
13404         plugins/gdb/signals.c,
13405         plugins/gdb/signals.h,
13406         plugins/gdb/signals_cbs.c,
13407         plugins/gdb/signals_cbs.h,
13408         plugins/gdb/signals_gui.c,
13409         plugins/gdb/stack_trace.c,
13410         plugins/gdb/stack_trace.h,
13411         plugins/gdb/utilities.c,
13412         plugins/gdb/utilities.h,
13413         plugins/gdb/watch.c,
13414         plugins/gdb/watch.h,
13415         plugins/gdb/watch_cbs.c,
13416         plugins/gdb/watch_cbs.h,
13417         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13418         it for all debugger component updates and listing. Implemented
13419         user custom debugger command window. Fixed all debugger components
13420         to work correctly. Implemented debugger as GObject. Removed
13421         deprecated codes.
13422         
13423 2005-05-06  Naba Kumar  <naba@gnome.org>
13424         
13425         * TODO.tasks: Updated.
13426         
13427         * plugins/build-basic-autotools/Makefile.am,
13428         plugins/file-loader/Makefile.am,
13429         plugins/profile-default/Makefile.am,
13430         plugins/sample1/Makefile.am,
13431         plugins/symbol-browser/images/Makefile.am,
13432         src/Makefile.am: Fixed 'make distcheck' errors.
13434         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13435         updates.
13437         * tagmanager/tm_workspace.c: Include prototypes in getting
13438         scope members.
13440 2005-05-06  Naba Kumar  <naba@gnome.org>
13442         * TODO.tasks: Updated.
13443         
13444         * configure.in, plugins/cvs-plugin/Makefile.am,
13445         plugins/debug-manager/Makefile.am,
13446         plugins/devhelp/Makefile.am,
13447         plugins/editor/Makefile.am,
13448         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13449         
13450         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13451         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13452         interfaces.
13453         
13454         * tagmanager/tm_workspace.c,
13455         tagmanager/include/tm_workspace.h,
13456         plugins/editor/aneditor-autocomplete.cxx,
13457         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13458         to return all matching tag types when no name is given instead of
13459         returning empty array.
13460         
13461         * plugins/symbol-browser/Makefile.am,
13462         (added) plugins/symbol-browser/an_symbol.c,
13463         (added) plugins/symbol-browser/an_symbol.h,
13464         plugins/symbol-browser/an_symbol_info.c,
13465         plugins/symbol-browser/an_symbol_info.h,
13466         (added) plugins/symbol-browser/an_symbol_iter.c,
13467         (added) plugins/symbol-browser/an_symbol_iter.h,
13468         plugins/symbol-browser/an_symbol_search.c,
13469         plugins/symbol-browser/an_symbol_view.c,
13470         plugins/symbol-browser/an_symbol_view.h,
13471         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13472         plugins/symbol-browser/plugin.c,
13473         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13474         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13475         plugin and implemented IAnjutaIterable interface for symbol search
13476         and iteration.
13478         * plugins/class-inheritance/Makefile.am,
13479         plugins/class-inheritance/class-inherit.c,
13480         plugins/class-inheritance/class-inherit.h,
13481         plugins/class-inheritance/plugin.h: Use the newly added
13482         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13483         get rid of libanjuta-ctags.la dependencies.
13485 2005-05-02  Naba Kumar  <naba@gnome.org>
13487         * plugins/class-inheritance/class-inherit.c,
13488         plugins/class-inheritance/plugin.c,
13489         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13490         be found for a class. Formated code.
13492         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13493         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13494         of editor tabs.
13495         
13496 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13498         * libanjuta/anjuta-launcher.c:
13499         Keep trying sending data until all bytes have been written
13501         * plugins/tools/anjuta-tools.glade,
13502         plugins/tools/editor.c:
13503         Add a combo box to defined data from stdin
13505         * plugins/tools/execute.c:
13506         Send data in stdin if needed
13507         Code cleanups
13509         * plugins/tools/fileop.c,
13510         plugins/tools/tool.h,
13511         plugins/tools/tool.c:
13512         Store, load and save stdin data
13513         Use tools-2.xml instead of tools.xml
13515         * plugins/tools/plugin.c,
13516         plugins/tools/plugin.h:
13517         Code cleanups
13519         * plugins/tools/dialog.c,
13520         plugins/tools/dialog.h:
13521         Few code cleanups
13523         * plugins/tools/variable.c,
13524         plugins/tools/variable.h:
13525         Add editor related variables
13526         Code cleanups
13528 2005-04-29  Naba Kumar  <naba@gnome.org>
13530         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13532         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13533         
13534         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13535         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13536         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13537         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13538         working on gdb MI interface. Completed MI parser interface.
13540         Patch from  Massimo Cora <maxcvs@email.it>:
13541         * plugins/class-inheritance/Makefile.am,
13542         plugins/class-inheritance/class-inherit.c,
13543         plugins/class-inheritance/class-inherit.h,
13544         plugins/class-inheritance/plugin.c,
13545         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13546         Used system theme for colors. Display class members on mouse click.
13547         
13548 2005-04-28  Naba Kumar  <naba@gnome.org>
13550         * plugins/symbol-browser/an_symbol_prefs.c
13551         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13552         implementation to create/add/remove custom tags files in symbol
13553         brower preferences.
13555         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13556         EXTRA_DIST.
13558         * plugins/project-import/project-import.c: Fixed memory leaks and
13559         use correct debug prints.
13560         
13561         * TODO.tasks: Updated.
13562         
13563 2005-04-27  Naba Kumar  <naba@gnome.org>
13565         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13566         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13567         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13569         * plugins/editor/anjuta-docman.c,
13570         plugins/editor/anjuta-docman.h,
13571         plugins/editor/plugin.c: Emit editor-added signal from docman
13572         and connect signals to new editor correctly.
13574         * plugins/class-inheritance/plugin.c,
13575         plugins/symbol-browser/plugin.c: Added stock icons.
13576         
13577         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13578         plugins/build-basic-autotools/executer.c,
13579         plugins/build-basic-autotools/executer.h: Added missing files
13580         for the execute programs implementation.
13582 2005-04-26  Naba Kumar  <naba@gnome.org>
13583         
13584         * TODO.tasks: Updated.
13586         * plugins/file-loader/plugin.c,
13587         plugins/project-import/anjuta-project-import.plugin.in,
13588         plugins/project-import/plugin.c,
13589         plugins/project-import/project-import.c,
13590         plugins/project-import/project-import.h: Be able to import older
13591         anjuta projects.
13593 2005-04-26  Naba Kumar  <naba@gnome.org>
13595         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13596         removing it from the shell.
13598         * libanjuta/anjuta-shell.c,
13599         libanjuta/anjuta-shell.h,
13600         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13601         so that widget additions are freezed or thaw using a pending queue.
13602         Fixded UI flicker while loading projects.
13604 2005-04-26  Naba Kumar  <naba@gnome.org>
13606         * TODO.tasks: Updated.
13607         
13608         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13609         IAnjutaBuildable interface.
13610         
13611         * plugins/build-basic-autotools/Makefile.am,
13612         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13613         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13614         plugins/build-basic-autotools/build-basic-autotools.c,
13615         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13616         interface and UI for executing project/file programs. Implemented
13617         IAnjutaFile interface so that executables could be opened directly.
13618         
13619         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13620         Authors line (Reserved for external plugins, which do not have a way to
13621         show their credits).
13622         
13623         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13624         [File Loader] group for menu labels (default to "Name" if it is not
13625         defined.
13626         
13627         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13628         for executing external commands.
13630 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13632         * plugins/project-wizard/property.c:
13633         Correct a memory leak
13635         * libanjuta/interfaces/libanjuta.idl,
13636         plugins/editor/text_editor.c:
13637         Add erase_all and replace_selection function to IAnjutaEditor
13639         * plugins/tools/anjuta-tools.glade,
13640         plugins/tools/fileop.c,
13641         plugins/tools/editor.c,
13642         plugins/tools/tool.c
13643         plugins/tools/tool.h:
13644         Add shortcut and icon 
13646         * plugins/tools/variable.c,
13647         plugins/tools/variable.h:
13648         Add a variable asking parameters at run time
13650         * plugins/tools/execute.c:
13651         Add a warning message for missing document manager
13652         Add replace buffer and replace selection output
13653         Correct an error in popup output
13655         * plugins/tools/plugin.c,
13656         plugins/tools/plugin.h,
13657         plugins/tools/anjuta-tools.ui,
13658         src/anjuta.ui:
13659         Few clean up
13660         Attach tools menu to a new place
13662 2005-04-25  Naba Kumar  <naba@gnome.org>
13664         * libanjuta/plugins.c, src/about.c, src/about.h,
13665         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13666         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13667         plugins (about box for plugins) menu.
13669 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13671         *  plugins/editor/search-replace.c :
13672         Displayed full path in Search pane window. 
13673         Bug 300231 : Selected line in Search pane window .
13674                 
13675 2005-04-23  Naba Kumar  <naba@gnome.org>
13677         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13679 2005-04-22  Naba Kumar  <naba@gnome.org>
13681         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13682         
13683         * plugins/project-wizard/templates/java.wiz,
13684         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13685         to create bytecodes (.class) files.
13686         
13687         * plugins/symbol-browser/an_symbol_info.c,
13688         plugins/symbol-browser/an_symbol_info.h,
13689         plugins/symbol-browser/an_symbol_search.c,
13690         plugins/symbol-browser/an_symbol_view.c,
13691         plugins/symbol-browser/plugin.c,
13692         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13693         in file symbol list.
13695 2005-04-22  Naba Kumar  <naba@gnome.org>
13697         * TODO.tasks: Updated.
13698         
13699         * plugins/class-inheritance/Makefile.am,
13700         plugins/subversion/Makefile.am: Do not install plugin files when
13701         plugin build condition is false.
13702         
13703         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13704         plugins/build-basic-autotools/build-basic-autotools.c,
13705         plugins/build-basic-autotools/build-basic-autotools.h,
13706         plugins/file-loader/anjuta-loader-plugin.ui,
13707         plugins/file-loader/dnd.c,
13708         plugins/file-loader/plugin.c,
13709         plugins/file-loader/plugin.h,
13710         plugins/project-manager/anjuta-project-manager.ui,
13711         plugins/project-manager/plugin.c: Added open file and build context
13712         menu in project manager context menu.
13714 2005-04-22  Naba Kumar  <naba@gnome.org>
13716         * configure.in: Added message output showing conditional plugins to
13717         build or not.
13718         
13719         * src/layout.xml: Added layout for class-inheritance plugin widget.
13720         
13721         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13722         plugin name to remove redundant terms.
13723         
13724         * TODO.tasks: Updated.
13725         
13726         * configure.in,
13727         plugins/symbol-browser/Makefile.am,
13728         plugins/symbol-browser/an_symbol_view.c,
13729         (removed) plugins/symbol-browser/sv_class.xpm,
13730         (removed) plugins/symbol-browser/sv_function.xpm,
13731         (removed) plugins/symbol-browser/sv_macro.xpm,
13732         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13733         (removed) plugins/symbol-browser/sv_private_var.xpm,
13734         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13735         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13736         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13737         (removed) plugins/symbol-browser/sv_public_var.xpm,
13738         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13739         (removed) plugins/symbol-browser/sv_static_var.xpm,
13740         (removed) plugins/symbol-browser/sv_struct.xpm,
13741         (removed) plugins/symbol-browser/sv_unknown.xpm,
13742         (removed) plugins/symbol-browser/sv_variable.xpm,
13743         (added) plugins/symbol-browser/images/.cvsignore,
13744         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13745         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13746         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13747         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13748         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13749         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13750         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13751         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13752         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13753         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13754         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13755         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13756         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13757         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13758         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13759         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13760         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13761         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13762         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13763         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13764         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13765         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13766         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13767         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13768         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13769         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13770         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13771         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13772         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13773         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13774         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13775         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13776         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13777         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13778         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13779         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13780         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13781         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13782         pixmaps and added new icons (taken from monodevelop).
13784 2005-04-21  Naba Kumar  <naba@gnome.org>
13786         Patch from  Massimo Cora <maxcvs@email.it>:
13788         * configure.in, plugins/Makefile.am
13789         (new) plugins/class-inheritance/.cvsignore,
13790         (new) plugins/class-inheritance/Makefile.am,
13791         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13792         (new) plugins/class-inheritance/class-inherit.c,
13793         (new) plugins/class-inheritance/class-inherit.h,
13794         (new) plugins/class-inheritance/plugin.c,
13795         (new) plugins/class-inheritance/plugin.h,
13796         (new) plugins/class-inheritance/class-inheritance.png: Added class
13797         inheritance plugin.
13798         
13799         Changes by naba: Added pkgconfig check for graphviz and conditionally
13800         build graphviz.
13801         
13802         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13804 2005-04-20  Naba Kumar  <naba@gnome.org>
13806         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13807         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13808         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13809         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13810         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13811         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13812         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13813         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13814         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13815         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13816         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13817         
13818         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13819         message view management.
13821         * libanjuta/anjuta-children.[ch],
13822         plugins/build-basic-autotools/build-basic-autotools.c,
13823         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13824         Removed anjuta_children_init() function,
13825         because it is done automatically when first invoked. Introduced
13826         anjuta_children_recover() to recover the child signalling. Fixed
13827         child exit management to correctly recover the exit status.
13828         
13829         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13830         to properly shutdown the launcher and to kill the running process
13831         (without emitting any signal).
13832         
13833         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13834         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13835         gdb and program instance.
13837 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13839         * plugins/editor/search-replace.c :
13840         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13842 2005-04-18  Naba Kumar  <naba@gnome.org>
13844         * TODO.tasks: Marked completed items.
13845         
13846         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13847         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13848         plugins/project-manager/plugin.c: Prompt user for the debugging
13849         target (select from a list of project's executable targets) and
13850         correctly start debugger. Take care of libtool wrapping when the
13851         target selected is libtool target. Fixed debugger menu items
13852         sensitivity.
13854 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13856         * plugins/tools/execute.c,
13857         plugins/tools/execute.h:
13858         Implement save all files before running a command
13859         Implement all options for stdout and stderr except replace buffer
13860         Allow running several tools
13862         * plugins/tools/plugin.c:
13863         Move anjuta launcher in execute.c
13865         * plugins/tools/tools.h,
13866         plugins/tools/variable.c:
13867         Small changes
13869 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13871         * plugins/tools/anjuta-tools.glade:
13872         Add new properties in tool editor dialog
13873         Cosmetic improvements
13874         
13875         * plugins/tools/anjuta-tools.ui:
13876         Attach tool menu as a build menu
13878         * plugins/tools/dialog.c:
13879         Set tool menu item sensitivity in tool list
13880         Fix bugs
13882         * plugins/tools/editor.c,
13883         plugins/tools/editor.h,
13884         plugins/tools/fileop.c,
13885         plugins/tools/tool.c,
13886         plugins/tools/tool.h:
13887         Add new properties (active, save file...)
13888         Most of them are still not implemented
13890         * plugins/tools/execute.c,
13891         plugins/tools/execute.h:
13892         Reorganize code to support multiple run
13893         Support run in terminal
13894         
13895         * plugins/tools/plugin.c
13896         plugins/tools/plugin.h:
13897         Move message handling in execute.c
13899         * plugins/tools/variable.h,
13900         plugins/tools/variable.c:
13901         Add useful variables
13902         
13903 2005-04-13  Naba Kumar  <naba@gnome.org>
13905         * plugins/editor/text_editor.c: Fixed file monitoring condition.
13906         * plugins/editor/Makefile.am: Added gnome-vfs flags.
13907         
13908 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13910         * plugins/tools/dialog.c plugins/tools/tool.c :
13911         Fixed bugs.
13913 2005-04-06  Naba Kumar  <naba@gnome.org>
13915         * src/anjuta.c: Load default session only when
13916         "anjuta.session.load.last" preference is enabled.
13917         
13918 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
13920         * plugins/tools/Makefile.am,
13921         plugins/tools/variable.c,
13922         plugins/tools/variable.h:
13923         Add new code for handling variables
13925         * plugins/tools/anjuta-tools.glade:
13926         Improve tool editor dialog
13927         Add variable selection dialog
13929         * plugins/tools/dialog.c,
13930         plugins/tools/dialog.h,
13931         plugins/tools/plugin.c,
13932         plugins/tools/plugin.h:
13933         Add variable object
13934         Add a function to get it
13936         * plugins/tools/editor.c:
13937         Add gui code for variable selection dialog
13939         * plugins/tools/execute.c:
13940         Use variables for executing command
13941         
13942         * Naba: Compile warning fixes.
13944 2005-04-06  Naba Kumar  <naba@gnome.org>
13946         * TODO.tasks: Marked completed items.
13947         
13948 2005-04-06  Naba Kumar  <naba@gnome.org>
13950         * plugins/subversion/svn-backend.c: Fixed subversion plugin
13951         compile error.
13952         
13953         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
13955 2005-04-04  Naba Kumar  <naba@gnome.org>
13957         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
13958         inside Main window.
13959         
13960 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
13962         * plugins/tools/Makefile.am,
13963         plugins/tools/anjuta-tools.plugin.in,
13964         plugins/tools/anjuta-tools.ui,
13965         plugins/tools/anjuta-tools.gladei,
13966         plugins/tools/anjuta-tools-plugin.png,
13967         plugins/tools/plugin.c,
13968         plugins/tools/plugin.h,
13969         plugins/tools/dialog.c,
13970         plugins/tools/dialog.h,
13971         plugins/tools/fileop.c,
13972         plugins/tools/fileop.h,
13973         plugins/tools/tool.c,
13974         plugins/tools/tool.h,
13975         plugins/tools/editor.c,
13976         plugins/tools/editor.h,
13977         plugins/tools/execute.c,
13978         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
13979         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
13980         Not fully working
13982         * anjuta-tools.[ch]: Removed old tools code.
13983         
13984 2005-04-01  Steve Murphy  <murf@e-tools.com>
13986         * configure.in: Added "rw" to ALL_LINGUAS.
13988 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13990         * Modified Files:
13991         manuals/C/anjuta-manual/fileoperations.xml
13992         Added Files:
13993         manuals/C/anjuta-manual/figures/search_expr.png
13994         manuals/C/anjuta-manual/figures/search_expr_basic.png
13995         manuals/C/anjuta-manual/figures/search_file_list.png
13996         manuals/C/anjuta-manual/figures/search_file_pattern.png
13997         manuals/C/anjuta-manual/figures/search_replace.png
13998         manuals/C/anjuta-manual/figures/search_setting.png
13999         manuals/C/anjuta-manual/figures/search_target.png
14000         manuals/C/anjuta-manual/figures/search_target_action.png
14001         manuals/C/anjuta-manual/figures/search_target_in.png
14002         Removed Files:
14003         manuals/C/anjuta-manual/figures/find_files.png
14004         manuals/C/anjuta-manual/figures/find_replace.png
14005         manuals/C/anjuta-manual/figures/find_text.png :
14006         Updated Anjuta manual (File Operations)
14008 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14010         * manuals/C/anjuta-manual/fileoperations.xml,
14011         manuals/C/anjuta-manual/figures/open_file.png,
14012         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14013         manuals/C/anjuta-manual/figures/prefs_print.png,
14014         manuals/C/anjuta-manual/figures/print_dlg.png,
14015         manuals/C/anjuta-manual/figures/print_preview.png.
14016         * Added Files:
14017         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14018         manuals/C/anjuta-manual/figures/display_macro.png,
14019         manuals/C/anjuta-manual/figures/insert_text.png,
14020         manuals/C/anjuta-manual/figures/keyword_macro.png,
14021         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14022         manuals/C/anjuta-manual/figures/save_as_file.png :
14023         Updated Anjuta Manual (File Operations)
14025 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14027         * plugins/editor/action-callbacks.c,
14028           plugins/file-loader/plugin.c,
14029           plugins/gtodo/main.c,
14030           plugins/project-wizard/druid.c:
14031           Fix spelling/grammar errors. Fixes bugs
14032           169068, 169137, 169138, and 169139.
14034 2005-03-21  Naba Kumar  <naba@gnome.org>
14036         Patch from: Massimo Cora' <maxcvs@email.it>:
14037         
14038         * plugins/editor/Makefile.am
14039         plugins/editor/anjuta-docman.c,
14040         (added) plugins/editor/editor-tooltips.c,
14041         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14042         editor tabs to show full path.
14044 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14045         
14046         * plugins/subversion/svn-backend.c:
14047         Removed "apr-0/" from include because this is 
14048         already included in SVN_INCLUDE and broke building if
14049         apr >= 1.0 was installed.
14051 2005-03-18  Naba Kumar  <naba@gnome.org>
14053         Patch from: Massimo Cora' <maxcvs@email.it>:
14055         * plugins/editor/action-callbacks.c,
14056         plugins/editor/aneditor-calltip.cxx,
14057         plugins/editor/aneditor-priv.h,
14058         plugins/editor/aneditor.cxx,
14059         plugins/editor/aneditor.h,
14060         plugins/editor/anjuta-document-manager.ui: Added calltip
14061         activation from menu.
14063 2005-03-16  Naba Kumar  <naba@gnome.org>
14065         Patch from: Massimo Cora' <maxcvs@email.it>:
14066         
14067         * plugins/class-gen/action-callbacks.c,
14068         plugins/class-gen/anjuta-class-gen-plugin.glade,
14069         plugins/class-gen/class_gen.c,
14070         plugins/class-gen/class_gen.h,
14071         plugins/class-gen/class_logo.xpm,
14072         plugins/class-gen/plugin.c: Create files without project
14073         being open. Add to project support. And other enhancements.
14075 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14077         * anjuta.glade,
14078           plugins/debug-manager/utilities.c,
14079           plugins/file-loader/plugin.c,
14080           plugins/gdb/utilities.c,
14081           plugins/profile-default/plugin.c,
14082           plugins/project-import/project-import.c,
14083           src/anjuta-actions.h:
14084           Spelling/grammar fixes.
14086 2005-03-13  Naba Kumar  <naba@gnome.org>
14087         
14088         * plugins/editor/action-callbacks.c,
14089         plugins/editor/action-callbacks.h,
14090         plugins/editor/anjuta-document-manager.ui,
14091         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14092         submenu. Moved menuitems from Format to View->Editor.
14093         
14094         * src/action-callbacks.c, src/action-callbacks.h,
14095         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14096         layout and lock layout menus in View submenu. Get rid of
14097         Settings->Layout Manager menu.
14098         
14099         * plugins/project-import/anjuta-project-import.plugin.in:
14100         Fixed icon name
14102         * global-tags/Makefile.am,
14103         global-tags/create_global_tags.sh,
14104         plugins/editor/aneditor-autocomplete.cxx,
14105         plugins/editor/aneditor-priv.h,
14106         plugins/editor/aneditor.cxx,
14107         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14108         in editor and made it work in global symbols also.
14109         
14110         * src/anjuta-app.c: Always use priority texts besides icons style
14111         for toolbars, because other styles look horible for Anjuta (fixme).
14113 2005-03-11  Naba Kumar  <naba@gnome.org>
14115         * configure.in: Removed test for iconv.
14117         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14118         before scintilla widget is realized.
14119         
14120         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14121         for Update menuitem.
14122         
14123         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14124         already applied in scintilla main stream.
14125         
14126         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14127         and notified scintilla developer.
14128         
14129 2005-03-10  Naba Kumar  <naba@gnome.org>
14131         * src/action-callbacks.c: Removed reference to src/help.h (dead
14132         file).
14134         * plugins/editor/text_editor.c: Removed reference to
14135         src/launcher.h (a dead file).
14137         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14138         src/controls.c, src/controls.h, src/fileselection.c,
14139         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14140         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14141         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14142         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14143         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14144         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14145         Removed these dead files from CVS.
14148 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14150         * plugins/file-wizard/action-callbacks.c : Added error message.
14151         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14154 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14155         
14156         * plugins/cvs-plugin/cvs-callbacks.c
14157         plugins/cvs-plugin/plugin.c:
14158         Fixed preferences page init and busy handling
14159         
14160         * plugins/subversion/plugin.c:
14161         Fixed preferences page init
14163 2005-03-09  Naba Kumar  <naba@gnome.org>
14165         * plugins/Makefile.am, plugins/glade/Makefile.am,
14166         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14167         enabled glade plugin in Anjuta. The plugin is built only when
14168         glade3 is installed.
14169         
14170 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14172         * plugins/project-wizard/templates/java.wiz
14173         plugins/project-wizard/templates/java-logo.png (*)
14174         plugins/project-wizard/templates/java/*
14175         plugins/project-wizard/templates/Makefile.am
14176         configure.in:
14177         
14178         Add Java project type. It generates a autoconf/automake
14179         project which is compiled using gcj. It requires automake 
14180         > 1.4 (1.9 is known to work) to work!
14181         
14182         (*) still awaiting response from the gcj team if we
14183         may use their logo.
14184         
14185 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14186         
14187         * plugins/project-import/*
14188         plugins/Makefile.am
14189         configure.in:
14190         Added project import plugin. Might be a bit buggy and limited
14191         but works for now.
14192         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14193         Icon from old pixmaps dir
14195 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14197         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14198         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14199         Added C Custom_Indent line macro.
14200         Cleaned macros.xml
14202 2005-03-09  Naba Kumar  <naba@gnome.org>
14204         * TODO.tasks: Added new message-manager tasks.
14205         
14206         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14207         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14208         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14209         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14210         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14211         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14212         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14213         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14214         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14215         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14216         
14217         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14218         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14219         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14220         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14221         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14222         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14223         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14224         Removed debugger widgets from shell on debugger shutdown. Added
14225         scrolled windows for docked widgets. Removed unnecessary widget refs
14226         and unrefs. Destroy widgets correctly on debugger shutdown.
14227         
14228         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14229         with project description title. Removed frame shadow.
14230         
14231         * plugins/project-wizard/druid.c: Initializes tooltips.
14232         
14233         * scintilla/Makefile.am: Fixed comiple error.
14235 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14237         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14238           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14240 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14242         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14243         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14244         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14245         plugins/macro/macros.xml, plugins/macro/plugin.c :
14246         Moved cursor at the '|' position defined in macros.
14248 2005-03-07  Naba Kumar  <naba@gnome.org>
14250         * plugins/subversion/Makefile.am: Fixed build error.
14252         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14253         types (perl, python, shellscript).
14254         
14255         * plugins/editor/plugin.c: Fixed to show all highlight options.
14256         
14257 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14259         * TODO.tasks : updated tasks.
14260         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14262 2005-03-07  Naba Kumar  <naba@gnome.org>
14264         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14265         or disable subversion file-manager submenu. If "Subvesion" is also
14266         valid directory, we should also check for it.
14268         * configure.in: Disable cygwin macro until someone fixes the
14269         autoconf warnings.
14270         
14271         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14272         backward compatibility.
14273         
14274 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14276         * src/about.c : Cleaned code.
14277         * plugins/macro/macros.xml : Added "do_while" C macro.
14278         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14279         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14280         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14281         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14282         
14283 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14285         * plugins/class-gen/plugin.c:
14286         Removed "return" to activate project_root_uri watching.
14288 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14290         * plugins/Makefile.am
14291         plugins/subversion/*:
14292         Added subversion plugin. Add, Remove, Commit and Update work
14293         everything else needs work.
14294         
14295         * plugins/terminal/terminal.c
14296         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14297         we still have focus problems with the editor.
14299 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14301         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14302         
14303 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14305         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14307 2005-03-04  Naba Kumar  <naba@gnome.org>
14309         Patch from Massimo Cora' <maxcvs@email.it>:
14311         * plugins/class-gen/Makefile.am,
14312         plugins/class-gen/action-callbacks.c,
14313         plugins/class-gen/action-callbacks.h,
14314         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14315         plugins/class-gen/anjuta-class-gen.plugin.in,
14316         plugins/class-gen/class_gen.c,
14317         plugins/class-gen/class_gen.h,
14318         (removed) plugins/class-gen/clsGen.c,
14319         (added) plugins/class-gen/goc_template_header,
14320         (added) plugins/class-gen/goc_template_source,
14321         plugins/class-gen/plugin.c,
14322         plugins/class-gen/plugin.h: Refactored class gen code.
14323         Added GOCBuilder code. Fixed UI. Implemented plugin.
14325 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14327         * plugins/project-wizard/property.c
14328         plugins/project-wizard/install.c
14329         plugins/project-wizard/druid.c
14330         plugins/editor/goto_line.c
14331         plugins/editor/plugin.c
14332         plugins/gtodo/add_edit_item.c
14333         plugins/gtodo/ligtodo.c
14334         plugins/gtodo/main.c
14335         plugins/gtodo/preferences.c:
14336         Fixed #167559, #167534, #167266, #167357
14337         (Bad English in strings...)
14338         
14339         Thanks to Adam Weinberger and Thierry Moisan for
14340         reporting!
14342 2005-03-03  Naba Kumar  <naba@gnome.org>
14344         * libegg/Makefile.am, libegg/menu/Makefile.am,
14345         (added) libegg/egg-submenu-action.c,
14346         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14347         submenu (used for wizard listing).
14348         
14349         * plugins/file-loader/anjuta-loader-plugin.ui
14350         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14351         and toolbar.
14352         
14353         * plugins/editor/action-callbacks.c,
14354         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14355         ctrl+tabbing because it was interfaring with focus navigation.
14356         Focus editor on "Esc" in incremental search entry. Cleanups.
14357         
14358         * plugins/file-manager/an_file_view.c,
14359         plugins/symbol-browser/plugin.c,
14360         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14361         Cleanups.
14362         
14363         * plugins/profile-default/plugin.c,
14364         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14365         for sesssion load.
14366         
14367         * (removed) scintilla/patches/a64-crash-fix.patch,
14368         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14369         scintilla patches.
14371 2005-03-03  Naba Kumar  <naba@gnome.org>
14373         * HACKING: Fixed typos.
14374         
14375         * plugins/editor/aneditor-indent.cxx: Clean up.
14376         
14377         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14378         Enable/disable save, undo and redo actions depending on state
14379         of the editor.
14380         
14381 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14383         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14384         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14385         Displayed search_incremental status.
14387         * Removed plugins/editor/search_incremental.[ch]
14389 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14390         
14391         * plugins/cvs-plugin/cvs-execute.c
14392         plugins/cvs-plugin/cvs-callbacks.c:
14393         - Use weak reference on mesg_view and reuse tab if
14394         it still exists to avoid cluttering message manager.
14395         - Fixed bug in cvs remove
14396         
14397         README, HACKING: Updated
14398         
14399         configure.in: Added check for libsvn
14401 2005-02-29  Naba Kumar  <naba@gnome.org>
14402         
14403         * plugins/file-manager/an_file_view.c,
14404         plugins/symbol-browser/an_symbol_view.c,
14405         plugins/symbol-browser/plugin.c: Hide column headers (they
14406         are redundant).
14408 2005-02-29  Naba Kumar  <naba@gnome.org>
14410         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14411         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14412         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14413         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14414         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14415         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14416         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14417         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14418         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14419         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14421         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14422         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14423         (added) libanjuta/anjuta-session.[hc],
14424         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14425         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14426         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14427         src/main.c:
14428         
14429         Implemented session management. Implemented session
14430         container class. Added session notifications from shell. Implemented
14431         session save/load in editor, file-loader, default-profile-plugin
14432         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14433         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14434         and maximized states in session. Implemented project session
14435         management.
14437 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14439         * plugins/class-gen/action-callbacks.[ch],
14440         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14441         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14442         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14443         with Escape key.
14445 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14446         
14447         * plugins/project-wizard/anjuta-project-wizard.glade,
14448         plugins/project-wizard/druid.c:
14449         Add some padding in tab label in project selection page
14450         
14451         * plugins/project-wizard/druid.c,
14452         plugins/project-wizard/parser.c:
14453         Search for project template recursively
14454         Add ~/.anjuta/project to the search paths
14456 2005-02-26  Naba Kumar  <naba@gnome.org>
14458         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14459         * plugins/file-loader/plugin.c: Fixed crash bug.
14460         * libanjuta/plugins.c: Fixed memory leak.
14461         
14462 2005-02-26  Naba Kumar  <naba@gnome.org>
14463         
14464         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14465         "UserActivatable" attribute for plugins. This attribute if set to
14466         "no" will prevent users from activating/deactivating it from
14467         plugins dialog. Added a toggle button in plugins dialog to toggle
14468         the plugins list between list of activatable plugins (default) to
14469         list of all plugins. anjuta_plugin_select() now only selects the
14470         plugin. Added anjuta_plugins_select_and_activate() method that will
14471         select and activate it.
14472         
14473         * plugins/profile-default/Makefile.am,
14474         plugins/profile-default/anjuta-default-profile.ui,
14475         plugins/profile-default/plugin.c,
14476         plugins/profile-default/plugin.h,
14477         plugins/project-manager/anjuta-project-manager.ui,
14478         plugins/project-manager/plugin.c,
14479         plugins/project-manager/plugin.h:
14480         
14481         Anjuta projects (*.anjuta) files define the profile of respective
14482         projects. Profile is a set of related plugins required for the
14483         project to open. Moved "close project" action from Project Manager
14484         to Profile Manager plugin. Implemented loading and unloading of
14485         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14486         (instead of Project Manager) now handles opening of *.anjuta files.
14487         Close Project menuitem is now moved to File submenu (being
14488         consistent with Anjuta 1.x versions and avoiding creating Project
14489         submenu when project manager is not loaded).
14490         
14491         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14492         
14493         * src/anjuta.ui: Fixed place holder for projects.
14494         
14495         * (new) plugins/profile-default/default.anjuta: default startup
14496         profile. Removed the hardcoded plugins loading in
14497         DefaultProfilePlugin.
14499         * anjuta.anjuta,
14500         plugins/project-wizard/templates/terminal/project.anjuta:
14501         Implemented project format in newly created projects.
14503         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14504         plugins/class-gen/anjuta-class-gen.plugin.in,
14505         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14506         plugins/editor/anjuta-document-manager.plugin.in,
14507         plugins/file-loader/anjuta-loader.plugin.in,
14508         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14509         plugins/gdb/anjuta-gdb.plugin.in,
14510         plugins/glade/anjuta-glade.plugin.in,
14511         plugins/message-view/anjuta-message-manager.plugin.in,
14512         plugins/profile-default/anjuta-default-profile.plugin.in,
14513         plugins/project-manager/anjuta-project-manager.plugin.in,
14514         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14515         Defined UserActivatable attributes. Added supported types attribute.
14517         * plugins/project-wizard/anjuta-project-wizard.glade
14518         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14519         "Project Wizard" in preferences title.
14521         * TODO.tasks: Updated.
14522         
14523         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14524         Updated.
14525         
14526 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14528         * plugins/file-wizard/anjuta-file-wizard.glade
14529         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14530         
14531         Integrated License macros, cleaned file.c.
14532         
14533 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14534         
14535         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14536         username can not be found correctly.
14538 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14540         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14541         plugins/macro/macros.xml :
14542         
14543         Added Headers macros. Cleaned file.c
14545 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14547         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14548         plugins/macro/macros.xml :
14549         
14550         Fixed a bug. Added Header macro.
14552         
14553 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14555         * plugins/file-wizard/action-callbacks.c, 
14556         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14557         plugins/macro/macros.xml :
14558         
14559         Added FileName, Header template macros.
14560         
14561 2005-02-24  Naba Kumar  <naba@gnome.org>
14562         
14563         * plugins/patch/patch-plugin.c: Fixed a function call.
14564         
14565         * src/anjuta.c, src/main.c: Save and load default session.
14566         
14567 2005-02-24  Naba Kumar  <naba@gnome.org>
14569         * libanjuta/interfaces/libanjuta.idl,
14570         plugins/message-view/anjuta-msgman.c,
14571         plugins/message-view/anjuta-msgman.h,
14572         plugins/message-view/plugin.c: Added and implemented
14573         set_view_title() method.
14574         
14575         * plugins/build-basic-autotools/build-basic-autotools.c,
14576         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14577         build context pooling. Maximum 3 contexts are reused. Additional
14578         contexts are created when all are busy.
14580 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14582         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14583         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14584         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14585         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14587         Added Copyright, Changelog macros.
14588                 
14589 2005-02-23  Naba Kumar  <naba@gnome.org>
14591         Patch from Massimo Cora' <maxcvs@email.it>:
14592         * plugins/Makefile.am,
14593         plugins/patch/Makefile.am,
14594         (added) plugins/patch/anjuta-patch-plugin.png,
14595         (added) plugins/patch/anjuta-patch.plugin.in,
14596         (added) plugins/patch/anjuta-patch.ui,
14597         plugins/patch/patch-plugin.c,
14598         (added) plugins/patch/patch-plugin.h,
14599         (added) plugins/patch/plugin.c,
14600         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14601         architecture.
14603 2005-02-23  Naba Kumar  <naba@gnome.org>
14605         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14606         file-loader/plugin.c, profile-default/plugin.c:
14607         Implemented "activated" and "deactivated" signals for plugin class.
14608         Renamed *_location() functions to *_id(), because location is
14609         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14610         anjuta_plugins_unload_plugin().
14611         
14612         * class-gen/plugin.c: Fixed complier warning and utility function call.
14613         
14614         * debug-manager/plugin.c: Unload debugger plugin correctly.
14615         
14616         * project-manager/plugin.c:     Fixed compiler warnings.
14617         
14618         * plugins/project-wizard/templates/gnome/.cvsignore,
14619         plugins/project-wizard/templates/gnome/po/.cvsignore,
14620         plugins/project-wizard/templates/gnome/src/.cvsignore,
14621         plugins/project-wizard/templates/gtk/po/.cvsignore,
14622         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14623         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14624         
14625         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14626         build (we need to fix this thing).
14627         
14628 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14630         * plugins/macro/macro-action.[ch]
14631         plugins/macro/macro-edit.c
14632         plugins/macro/macro-dialog.c
14633         plugins/macro/macro-db.[ch]
14634         plugins/macro/plugin.[ch]
14635         plugins/macro/macro-util.[ch] (added)
14636         
14637         Cleaned up macro plugin and preview expanded macros.
14639 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14641         * plugins/cvs-plugin/cvs-interface.c:
14643         Fixed option setting when using no compression and not 
14644         ignoring .cvsrc
14646 2005-02-23  Naba Kumar  <naba@gnome.org>
14647         
14648         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14649         geometry on exit and startup (only if there is no geometry from the
14650         session).
14652         * TODO.tasks: Updated.
14653         
14654         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14655         
14656         * manuals/reference/libanjuta/Makefile.am,
14657         manuals/reference/libanjuta/libanjuta-docs.sgml,
14658         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14659         documentation for writing project templates.
14661 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14663         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14664         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14665         
14666         Expansion keywords in macros. 
14668 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14670         * plugins/file-wizard/action-callbacks.c,
14671         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14672         plugins/macro/macros.xml :
14673         
14674         Inserting text by macro plugin
14675         In progress ...
14677 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14679         * plugins/macro/plugin.c
14680         plugins/cvs-plugin/plugin.c:
14681         
14682         Fixed interfaces (use static)
14684 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14685         
14686         * plugins/macro/macro-actions.[ch]
14687         plugins/macro/plugin.c
14688         libanjuta/interfaces/libanjuta.idl:
14689         
14690         Implemented IAnjutaMacro interface to be used by file-wizard
14691         
14692         * plugins/cvs-plugin/plugin.c
14693         libanjuta/interfaces/libanjuta.idl:
14694         
14695         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14696         for all version control systems and not only for cvs.
14698 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14700         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14701         insert_macro.
14702         
14703         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14706 2005-02-21  Naba Kumar  <naba@gnome.org>
14708         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14709         IAnjutaDebugger interface.
14710         
14711         * plugins/debug-manager/anjuta-debug-manager.ui,
14712         plugins/debug-manager/attach_process.c,
14713         plugins/debug-manager/attach_process.h,
14714         plugins/debug-manager/plugin.c,
14715         plugins/debug-manager/plugin.h,
14716         plugins/gdb/actions.c,
14717         plugins/gdb/actions.h,
14718         plugins/gdb/anjuta-gdb-plugin.ui,
14719         plugins/gdb/breakpoints.c,
14720         plugins/gdb/breakpoints.h,
14721         plugins/gdb/debugger.c,
14722         plugins/gdb/debugger.h,
14723         plugins/gdb/memory.c,
14724         plugins/gdb/plugin.c,
14725         plugins/gdb/plugin.h,
14726         plugins/gdb/sharedlib.h,
14727         plugins/gdb/sharedlib_cbs.c,
14728         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14729         correctly between debug-manager and debugger. Implemented debugger
14730         interface in gdb plugin. Fixed action names. Added UI updating.
14731         Start and stop debugger (does not work yet). Fixed UI merging.
14732         Fixed debugger plugin handling in debug-manager.
14734 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14736         * plugins/editor/aneditor-autocomplete.cxx:
14737         
14738         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14739         crash with C++ "template" keyword.
14741 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14743         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14744         Fixed bug (Closed macro dialogs with Esc key).
14745         
14746 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14747         
14748         * plugins/project-wizard/xlib.wiz,
14749         plugins/project-wizard/xlib-logo.png,
14750         plugins/project-wizard/xlib/*:
14751         Port old xlib anjuta project on new project wizard
14752         
14753         * plugins/project-wizard/xlib-dock.wiz,
14754         plugins/project-wizard/xlib-dock/*:
14755         Port old xlib dock anjuta project on new project wizard
14756         
14757         * plugins/project-wizard/wxwin.wiz,
14758         plugins/project-wizard/wxwin-logo.png,
14759         plugins/project-wizard/wxwin/*:
14760         Port old wxwin anjuta project on new project wizard
14761         
14762         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14763         necessary changes for the new templates.
14764         
14765 2005-02-18  Naba Kumar  <naba@gnome.org>
14767         * plugins/Makefile.am: Added class-gen
14768         
14769 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14771         * plugins/project-wizard/header.c:
14772         Fix a bug in sorting of project categories
14774 2005-02-18  Naba Kumar  <naba@gnome.org>
14776         Patch from Massimo Cora  <maxcvs@email.it>:
14777         
14778         * plugins/class-gen/.cvsignore,
14779         plugins/class-gen/Makefile.am,
14780         (added) plugins/class-gen/action-callbacks.c,
14781         (added) plugins/class-gen/action-callbacks.h,
14782         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14783         (added) plugins/class-gen/class_gen.c,
14784         (added) plugins/class-gen/class_gen.h,
14785         (added) plugins/class-gen/plugin.c,
14786         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14787         new architecture.
14788         
14789         * plugins/project-manager/plugin.c: implemented add_source().
14791 2005-02-17  Naba Kumar  <naba@gnome.org>
14793         * plugins/file-loader/plugin.c: Fixed possible crash.
14794         
14795         * src/action-callbacks.c, src/action-callbacks.h,
14796         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14798 2005-02-17  Naba Kumar  <naba@gnome.org>
14799         
14800         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14801         plugins/project-wizard/templates/gnome.wiz,
14802         plugins/project-wizard/templates/gtk.wiz,
14803         plugins/project-wizard/templates/gtkmm.wiz,
14804         plugins/project-wizard/templates/terminal.wiz,
14805         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14806         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14807         plugins/project-wizard/templates/gnome/src/callbacks.c,
14808         plugins/project-wizard/templates/gnome/src/callbacks.h,
14809         plugins/project-wizard/templates/gnome/src/main.c,
14810         plugins/project-wizard/templates/gtk/src/callbacks.c,
14811         plugins/project-wizard/templates/gtk/src/callbacks.h,
14812         plugins/project-wizard/templates/gtk/src/main.c,
14813         plugins/project-wizard/templates/gtkmm/src/main.cc,
14814         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14815         to generate licence correctly (without any extra newlines). Removed
14816         IncludeGNUHeader macro definition and added proper licence property.
14817         Fixed project directory paths in file contents.
14819 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14821         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14822         Closed macro dialogs with Esc key.
14824 2005-02-16  Naba Kumar  <naba@gnome.org>
14826         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14827         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14828         plugins/project-wizard/templates/gnome/src/callbacks.c,
14829         plugins/project-wizard/templates/gnome/src/callbacks.h,
14830         plugins/project-wizard/templates/gnome/src/main.c,
14831         plugins/project-wizard/templates/gtk/src/main.c,
14832         plugins/project-wizard/templates/gtkmm/src/main.cc,
14833         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14834         macros to avoid blank newlines.
14836 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14838         * plugins/project-wizard/autogen.c:
14839         Correct a problem when having property value in UTF-8
14841         * plugins/project-wizard/druid.c:
14842         Correct a bug when reselecting a new project (all pages
14843         must be removed)
14845         * plugins/project-wizard/property.c:
14846         Avoid having default invalid properties
14848         * plugins/project-wizard/templates/terminal.wiz,
14849         plugins/project-wizard/templates/terminal/po/ChangeLog,
14850         plugins/project-wizard/templates/terminal/src/main.c:
14851         Remove command for testing run function
14852         Move destination directory to second page and include
14853         project name. Add exist tag. Remove unused properties.
14855 2005-02-16  Naba Kumar  <naba@gnome.org>
14857         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14858         plugins/debug-manager/anjuta-debug-manager.ui,
14859         plugins/debug-manager/plugin.c,
14860         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14861         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14862         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14863         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14864         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14865         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14866         (removed) src/anjuta_info.c,
14867         (removed) src/anjuta_info.h,
14868         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14869         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14870         (added) plugins/gdb/actions.c,
14871         (added) plugins/gdb/actions.h: Completed initial
14872         porting of debugger to new architecture. Fixed many of the debugger
14873         functions.
14875         * plugins/file-loader/plugin.c: Detect some important mime ourself
14876         to avoid inconsistencies when mime system isn't working.
14877         
14878 2005-02-16  Naba Kumar  <naba@gnome.org>
14880         * plugins/editor/Makefile.am,
14881         (added) plugins/editor/aneditor-autocomplete.cxx,
14882         (added) plugins/editor/aneditor-calltip.cxx,
14883         (added) plugins/editor/aneditor-indent.cxx,
14884         (added) plugins/editor/aneditor-priv.h,
14885         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14886         different smaller chunks to make it easy to maintain.
14888 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14890         * plugins/project-wizard/druid.c :
14891         
14892         Found system Email address if not defined in Preferences.
14894 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
14895         
14896         * plugins/project-wizard/gtkmm.wiz
14897         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14898         plugins/project-wizard/gtkmm/*
14899         
14900         Added GTKmm (C++) project type
14902 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
14904         * plugins/message-view/plugin.c
14905         plugins/message-view/message-view.c
14906         TODO.gtodo:
14907         Implemented next/prev action
14909 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14911         * plugins/project-wizard/templates/libglade2.* :
14912         Removed libglade2 project.
14913         
14914         * plugins/project-wizard/templates/gtk* :
14915         Removed interface.[ch] & support.[ch].
14916         
14917 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14919         * plugins/project-wizard/anjuta-project-wizard.glade,
14920         plugins/project-wizard/property.[ch],
14921         plugins/project-wizard/templates/anjuta-plugin.wiz :
14922         Added a new property ("iconfile").
14924 2005-02-14  Naba Kumar  <naba@gnome.org>
14926         * plugins/project-wizard/install.c,
14927         plugins/project-wizard/plugin.c,
14928         plugins/project-wizard/templates/anjuta-plugin.wiz,
14929         plugins/project-wizard/templates/gnome.wiz,
14930         plugins/project-wizard/templates/gtk.wiz,
14931         plugins/project-wizard/templates/libglade2.wiz,
14932         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
14933         newly created projects and open them. Fixed message buffering in
14934         wizard.
14936 2005-02-14  Naba Kumar  <naba@gnome.org>
14938         * src/about.c, pixmaps/Makefile.am,
14939         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
14940         
14941         * mime/gnome-mime-application-x-anjuta.png,
14942         pixmaps/anjuta_icon.png,
14943         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
14944         done by 9-speed at:
14945         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
14946         
14947 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14949         * configure.in,
14950         plugins/project-wizard/templates/libglade2-logo.png,
14951         plugins/project-wizard/templates/libglade2.wiz,
14952         plugins/project-wizard/templates/libglade2/* :
14953         Add Glade2 project
14956 2005-02-14  Naba Kumar  <naba@gnome.org>
14958         * TODO.tasks: Updated.
14959         
14960         * plugins/editor/anjuta-docman.c,
14961         plugins/editor/text_editor.c,
14962         plugins/editor/text_editor.h,
14963         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
14964         for file modification, but it is still not functioning.
14966 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
14968         * plugins/project-wizard/values.c,
14969         plugins/project-wizard/values.h,
14970         plugins/project-wizard/property.c,
14971         plugins/project-wizard/property.h,
14972         plugins/project-wizard/druid.c:
14973         Rewrite mandatory property check
14974         Add check of exist property
14975         Rewrite handling of cached property page
14977 2005-02-13  Naba Kumar  <naba@gnome.org>
14979         Patch from Igor Kovalenko  <garrison@mail.ru>:
14980         * tagmanager/tm_workspace.c: Improved performance.
14982 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14984         *plugins/project-wizard/templates/*.wiz,
14985         plugins/project-wizard/druid.c,
14986         plugins/project-wizard/templates/terminal/src/main.c,
14987         plugins/project-wizard/templates/gtk/src/*.[ch],
14988         plugins/project-wizard/templates/gtk/src/Makefile.am,
14989         plugins/project-wizard/templates/gnome/src/*.[ch],
14990         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
14991         Add Copyright date & Email address,
14992         Correct terminal project.
14993         
14994 2005-02-12  Naba Kumar  <naba@gnome.org>
14996         * plugins/project-wizard/property.c: Fixed hidden
14997         properties to take values.
14999         * plugins/project-wizard/file.[ch]: Renamed
15000         true/false enum values to fix compile error
15001         (conflict with other definition).
15002         
15003         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15004         even when mime type detection fails (for example, when Anjuta is
15005         installed in non-system prefix).
15007 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15009         * plugins/project-wizard/values.c,
15010         plugins/project-wizard/values.h:
15011         Rewrite file with more comments
15013         * plugins/project-wizard/druid.c,
15014         plugins/project-wizard/druid.h,
15015         plugins/project-wizard/autogen.c,
15016         plugins/project-wizard/autogen.h,
15017         plugins/project-wizard/druid.c,
15018         plugins/project-wizard/druid.h:
15019         Add more comments
15020         Use values instead of properties
15021         Move default properties to druid.c
15023         * plugins/project-wizard/install.c,
15024         plugins/project-wizard/install.h:
15025         Use values instead of properties
15026         Add a check to avoid overwriting files
15028         * plugins/project-wizard/parser.c,
15029         plugins/project-wizard/property.c,
15030         plugins/project-wizard/property.h:
15031         Update to use new values
15032         Add an "exist" attribute to check if a directory already exist
15034         * plugins/project-wizard/anjuta-project-wizard.glade:
15035         Change project selection page (GtkTextView => GtkLabel,
15036         GtkTable => GtkVBox)
15038         * plugins/project-wizard/templates/terminal.wiz:
15039         Move destination directory on second page
15040         
15041         * plugins/project-wizard/action.c:
15042         Add a few comments
15044 2005-02-12  Naba Kumar  <naba@gnome.org>
15046         * plugins/file-manager/an_file_view.c,
15047         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15048         views. Created dynamic update date of view depending on project
15049         changes -- similar to file-manager view.
15050         
15051         * plugins/devhelp/plugin.c: Load help on idle.
15052         
15053         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15054         autoformat' to proper location in preferences.
15055         
15056         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15057         compatibility.
15058         
15059         * plugins/editor/plugin.c: Fixed accel name.
15061 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15063         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15064         plugins/project-wizard/templates/gnome.wiz,
15065         plugins/project-wizard/templates/gtk.wiz,
15066         plugins/project-wizard/anjuta-project-wizard.glade,
15067         plugins/project-wizard/autogen.c:
15068         Add Username & Email address in Project preferences.
15070 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15072         *plugins/project-wizard/templates/gnome-logo.png,
15073         plugins/project-wizard/templates/gnome.wiz,
15074         plugins/project-wizard/templates/gnome/* :
15075         Add Gnome project
15077 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15079         * plugins/project-wizard/templates/terminal/src/main.c, 
15080         plugins/project-wizard/templates/terminal/src/main.c,
15081         plugins/project-wizard/templates/terminal/src/main.[ch] :
15082         Insert License in projects
15083         
15084 2005-02-11  Naba Kumar  <naba@gnome.org>
15086         * TODO.tasks: Added message manager task.
15087         
15088         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15089         
15090         * plugins/editor/plugin.c: Use bookmark stock icons.
15091         
15092         * plugins/message-view/anjuta-message-manager.ui,
15093         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15095 2005-02-10  Naba Kumar  <naba@gnome.org>
15097         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15098         
15099 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15101         * global-tags/Makefile.am
15102         Error during 'make install'
15104 2005-02-09  Naba Kumar  <naba@gnome.org>
15106         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15107         missing file.
15108         
15109 2005-02-08  Naba Kumar  <naba@gnome.org>
15111         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15112         
15113         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15114         Show busy cursur when updating global tags in preferences.
15116         * configure.in: Fixed.
15117         
15118 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15120         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15121           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15122          
15123         - Fixed anjuta-plugin project (glade)
15125 2005-02-08  Naba Kumar  <naba@gnome.org>
15127         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15128         Fixed automatic indentations.
15130         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15131         Global tags are now segregated into smaller api tags, which can be
15132         selectively loaded from symbol browser preferences.
15134         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15135         Implemented IProjectManager interface in project-manager. Mostly getter
15136         methods for now, but need to add add() and remove() methods to add
15137         or remove project elements.
15139         * plugins/gdb/debug_tree.c: Small fix.
15141         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15142         plugins/symbol-browser/an_symbol_info.c,
15143         plugins/symbol-browser/an_symbol_info.h,
15144         plugins/symbol-browser/an_symbol_search.c,
15145         plugins/symbol-browser/an_symbol_search.h,
15146         plugins/symbol-browser/an_symbol_view.c,
15147         plugins/symbol-browser/an_symbol_view.h,
15148         plugins/symbol-browser/plugin.c,
15149         plugins/symbol-browser/plugin.h,
15150         tagmanager/c.c,
15151         tagmanager/entry.h,
15152         tagmanager/tm_project.c,
15153         tagmanager/tm_symbol.c,
15154         tagmanager/tm_tag.c,
15155         tagmanager/tm_workspace.c,
15156         tagmanager/vstring.c,
15157         tagmanager/include/tm_tag.h,
15158         tagmanager/include/tm_workspace.h:
15159         
15160         - Fixed tagmanager parsing of source files to parse for typedefines and
15161         properly record element scopes. Implemented scope autocompletion
15162         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15163         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15164         patch list (author is unknown).
15165         - Implemented symbol-browser preferences for dynamically loading and
15166         saving tags API segments.
15167         - Fixed symbol-search to use tagmanager directly instead of depending
15168         on symbol-view for tags list.
15169         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15170         - Fixed TMSymbol to create the complete tags tree instead of letting the
15171         symbol-view created the root nodes.
15172         - Changed project tags cache name to .tm_project2.cache because the
15173         newer format records additional scope information.
15174         
15175 2005-02-07  Naba Kumar  <naba@gnome.org>
15177         * plugins/editor/style-editor.c,
15178         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15179         and GtkFontButton instead of deprecated widgets in
15180         style editor.
15181         
15182 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15184         * plugins/project-wizard/action.c,
15185         plugins/project-wizard/action.h,
15186         plugins/project-wizard/autogen.c,
15187         plugins/project-wizard/autogen.h,
15188         plugins/project-wizard/file.c,
15189         plugins/project-wizard/file.h,
15190         plugins/project-wizard/install.c,
15191         plugins/project-wizard/install.h,
15192         plugins/project-wizard/parser.h,
15193         plugins/project-wizard/parser.c,
15194         plugins/project-wizard/property.c,
15195         plugins/project-wizard/property.h,
15196         plugins/project-wizard/plugin.h,
15197         plugins/project-wizard/plugin.c,
15198         plugins/project-wizard/values.c,
15199         plugins/project-wizard/values.h:
15200         Replace C++ comments by C comments
15202         * plugins/project-wizard/autogen.c,
15203         plugins/project-wizard/autogen.h:
15204         Add a run time check of autogen version.
15205         Add UserName variable.
15207         * plugins/project-wizard/anjuta-project-wizard.glade,
15208         plugins/project-wizard/header.c,
15209         plugins/project-wizard/druid.c,
15210         plugins/project-wizard/druid.h:
15211         Sort project in alphabetic order.
15212         Correct selection troubles in notebooks.
15214         * plugins/project-wizard/parser.c:
15215         Add some check when reading the project header block.
15217 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15219         * plugins/project-wizard/action.c,
15220         plugins/project-wizard/action.h,
15221         plugins/project-wizard/autogen.c,
15222         plugins/project-wizard/autogen.h,
15223         plugins/project-wizard/file.c,
15224         plugins/project-wizard/file.h,
15225         plugins/project-wizard/install.c,
15226         plugins/project-wizard/parser.h,
15227         plugins/project-wizard/parser.c,
15228         plugins/project-wizard/property.c,
15229         plugins/project-wizard/property.h,
15230         plugins/project-wizard/values.c,
15231         plugins/project-wizard/values.h,
15232         Add a space between function name and open.
15234         * plugins/project-wizard/plugin.h,
15235         plugins/project-wizard/plugin.c,
15236         plugins/project-wizard/install.c,
15237         Avoid a crash if the user close the message view used by the .
15239         * plugins/project-wizard/anjuta-project-wizard,
15240         plugins/project-wizard/druid.c,
15241         plugins/project-wizard/druid.h,
15242         plugins/project-wizard/header.h,
15243         plugins/project-wizard/header.c,
15244         Add a text view with the description of each.
15245         Add a tab for each project.
15246         Replace some C++ comments to C comments.
15248 2005-02-05  Naba Kumar  <naba@gnome.org>
15250         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15251         New icon from Sebastien Granjoux .
15252         
15253 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15255         * libanjuta/anjuta-preferences.c:
15256         Set file property even without a focus out event (file selected 
15257         the browse dialog)
15259 2005-02-04  Naba Kumar  <naba@gnome.org>
15261         * plugins/glade/plugin.c: Fixed glade function calls.
15262         * configure.in: Fixed a typo.
15263         * TODO.tasks: Updated.
15265 2005-02-03  Naba Kumar  <naba@gnome.org>
15267         * plugins/project-manager/plugin.c: Fixed memory corruption.
15269         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15270         build error.
15271         
15272         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15273         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15274         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15275         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15277         * libanjuta/interfaces/libanjuta.idl,
15278         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15279         interface.
15280         
15281         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15283         Patch from Massimo Cora <maxcvs@email.it>:
15284         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15285         
15286 2005-02-01  Naba Kumar  <naba@gnome.org>
15288         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15289         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15290         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15291         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15292         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15293         from sourceforge -- a64 crash fixes (correct typing for GType)
15294         and fixes compile errors in sun.
15296         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15297         paste (shift+insert) in terminal.
15299 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15301         * configure.in: Add «nb» to ALL_LINGUAS.
15303 2005-02-01  Naba Kumar  <naba@gnome.org>
15305         * TODO.tasks, TODO: Updated todo tasks.
15306         
15307         * plugins/editor/anjuta-document-manager.glade: Improved search
15308         relace dialog.
15309         
15310         * TODO.tasks: Fixed xml format.
15311         
15312         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15313         work yet).
15314         
15315         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15316         cleanups.
15317         
15318         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15319         format during save (removed unwanted text nodes). Fixed scrollbars.
15321 2005-01-31  Naba Kumar  <naba@gnome.org>
15323         * libanjuta/interfaces/libanjuta.idl,
15324         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15325         Implemented append() method for IAnjutaEditor interface and fixed
15326         various bugs with text insertions (cvs diff and macro insertions).
15327         
15328         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15329         automatic indentation.
15330         
15331         * plugins/editor/action-callbacks.c,
15332         plugins/editor/action-callbacks.h,
15333         plugins/editor/anjuta-docman.c,
15334         plugins/editor/anjuta-document-manager.ui,
15335         plugins/editor/plugin.c,
15336         plugins/editor/text_editor.c,
15337         plugins/editor/text_editor.h,
15338         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15339         Fixed highlight issues.
15341         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15342         macro.
15343         
15344         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15346         * data/properties/*: Updated properties files from scite. Created
15347         styles.properties to override the scite styles.
15348         
15349         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15351         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15352         
15353 2005-01-30  Naba Kumar  <naba@gnome.org>
15355         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15356         unused definitions.
15357         
15358         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15359         
15360         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15361         plugins/editor/text_editor.c,
15362         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15363         fixed linuwidth preference setting, fixed insert text interface
15364         implementation. Improved automatice-indentation for cpp lexer.
15365         
15366         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15368 2005-01-29  Naba Kumar  <naba@gnome.org>
15370         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15371         option in update dialog as default. Improved import dialog. Sized
15372         log dialog.
15374         * configure.in: Fixed underquoted warning from autoconf.
15375         
15376         * plugins/editor/action-callbacks.c,
15377         plugins/editor/aneditor.cxx,
15378         plugins/editor/aneditor.h,
15379         plugins/editor/anjuta-document-manager.glade,
15380         plugins/editor/plugin.c,
15381         plugins/editor/plugin.h,
15382         plugins/editor/text_editor.c,
15383         plugins/editor/text_editor.h,
15384         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15385         for Editor and fixed all preferences syncronization and notifys for
15386         visible prefs (in editor preferences page).
15387         
15388         * plugins/file-loader/plugin.c: Load recent files on idle.
15390 2005-01-28  Naba Kumar  <naba@gnome.org>
15392         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15393         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15395         * plugins/editor/action-callbacks.c,
15396         plugins/editor/action-callbacks.h,
15397         plugins/editor/aneditor.cxx,
15398         plugins/editor/aneditor.h,
15399         plugins/editor/anjuta-document-manager.ui,
15400         plugins/editor/plugin.c,
15401         plugins/editor/text_editor.c,
15402         plugins/editor/text_editor.h,
15403         plugins/editor/text_editor_cbs.c,
15404         plugins/editor/text_editor_cbs.h,
15405         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15406         Text editor.
15408         Patch from Massimo Cora <maxcvs@email.it>:
15409         * plugins/editor/an_symbol_search.c,
15410         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15411         
15412 2005-01-27  Naba Kumar  <naba@gnome.org>
15413         
15414         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15415         minimum size request to 200.
15417         * plugins/symbol-browser/an_symbol_info.c,
15418         plugins/symbol-browser/an_symbol_info.h,
15419         plugins/symbol-browser/an_symbol_search.c,
15420         plugins/symbol-browser/an_symbol_search.h,
15421         plugins/symbol-browser/an_symbol_view.c,
15422         plugins/symbol-browser/an_symbol_view.h,
15423         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15424         pixbuf retrieval. Fixed runtime warning. Code clean up.
15426 2005-01-27  Naba Kumar  <naba@gnome.org>
15428         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15429         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15430         (new) plugins/glade/Makefile.am,
15431         (new) plugins/glade/anjuta-glade-plugin.png,
15432         (new) plugins/glade/anjuta-glade.plugin.in,
15433         (new) plugins/glade/anjuta-glade.ui,
15434         (new) plugins/glade/plugin.c,
15435         (new) plugins/glade/plugin.h,
15436         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15437         now until glade3 works properly.
15439         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15440         they are generated.
15441         
15442 2005-01-26  Naba Kumar  <naba@gnome.org>
15444         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15445         Added mime icon for anjuta projects.
15446         
15447         patch from Massimo Cora <maxcvs@email.it>:
15448         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15449         an_symbol_search.h, an_symbol_view.c, plugin.c:
15450         Fix/implement objects destroying/freeing.
15452 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15453         
15454         * src/action-callback.[ch], src/anjuta-actions.h:
15455         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15456         because it has not been updated for years and we know have a devhelp plugin
15457         which can do the job much better.
15458         * TODO.tasks: Updated done items
15460 2005-01-25  Naba Kumar  <naba@gnome.org>
15462         * autogen.sh: Fixed to generate interface files.
15464         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15465         session save filenames.
15466         
15467         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15468         
15469 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15471         * plugins/project-wizard/Makefile.am,
15472         plugins/project-wizard/install.c,
15473         plugins/project-wizard/install.h,
15474         plugins/project-wizard/parser.c,
15475         plugins/project-wizard/parser.h,
15476         plugins/project-wizard/templates/terminal.wiz:
15477         Add action list block in wizard template
15478         * plugins/project-wizard/file.c,
15479         plugins/project-wizard/autogen.c:
15480         Small fixes
15482 2005-01-23  Naba Kumar  <naba@gnome.org>
15484         * configure.in: Fixed build error.
15486 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15488         * plugins/project-wizard/druid.c,
15489         plugins/project-wizard/parser.c,
15490         plugins/project-wizard/property.c: Rewrite parser with
15491         better error handling
15493 2005-01-22  Naba Kumar  <naba@gnome.org>
15495         * plugins/symbol-browser/plugin.c: Changed c++ coments
15496         to c commnets and formated code to anjuta coding styles.
15497         
15498 2005-01-21  Naba Kumar  <naba@gnome.org>
15500         * configure.in, autogen.sh: Fixed build errors in newer automake.
15501         
15502         * plugins/editor/anjuta-docman.c: Do not emit change editor
15503         signal while in dispose.
15505         Patch from: Massimo Corà <maxcvs@email.it>
15506         * plugins/symbol-browser/Makefile.am,
15507         plugins/symbol-browser/an_symbol_view.c,
15508         plugins/symbol-browser/an_symbol_view.h,
15509         plugins/symbol-browser/plugin.c,
15510         plugins/symbol-browser/plugin.h,
15511         plugins/symbol-browser/test-symbol-browser.c,
15512         (new) plugins/symbol-browser/an_symbol_info.c,
15513         (new) plugins/symbol-browser/an_symbol_info.h,
15514         (new) plugins/symbol-browser/an_symbol_search.c,
15515         (new) plugins/symbol-browser/an_symbol_search.h:
15516         Added a cool real-time symbol-search-view in symbol browser.
15518 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15519         
15520         * plugin/macro/plugin.c
15521         plugin/macro/anjuta-macro-plugin.ui
15522         plugin/macro/macro-db.[ch]
15523         plugin/macro/macro-dialog.[ch]
15524         plugin/macro/macro-actions.[ch]
15525         plugin/macro/macro-edit.[ch]
15526         plugin/macro/plugin.[ch]:
15527         
15528         Implemented three menu items as Naba proposed:
15529         Edit->Macro->
15530                 Insert Macro: Pops of a border-less window to enter a shortcut
15531                 Add Macro: Same as Manage Macro => New
15532                 Manage Macros: Full-features macro dialog
15534 2005-01-20  Naba Kumar  <naba@gnome.org>
15536         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15537         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15538         libanjuta/anjuta-shell.h,
15539         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15540         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15541         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15542         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15543         src/main.c, src/shell.c: Implemented command line args processing
15544         and session management. Fixed geometry restoration.
15546 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15547         
15548         * plugins/macro/macro-db.c,
15549         plugins/macros.xml:
15550         Cleaned up XML interface and use attributes now for name, category and 
15551         shortcut. CDATA is used to avoid xml errors inside of macros.
15553 2005-01-19  Naba Kumar  <naba@gnome.org>
15555         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15557 2005-01-18  Naba Kumar  <naba@gnome.org>
15558         
15559         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15560         to work.
15562         * scintilla/*: Updated scintilla to current cvs and updated
15563         scintilla patches.
15564         
15565 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15566         
15567         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15568         plugins/cvs-plugin/cvs-actions.c:
15569         Added "Whole project" infrastructure but it does not
15570         work because I did not find a way to get the current project's
15571         root dir.
15573 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15575         * plugins/cvs-plugin/Makefile.am
15576         plugins/cvs-plugin/anjuta-cvs.plugin.in
15577         plugins/cvs-plugin/cvs-actions.c
15578         plugins/cvs-plugin/cvs-callbacks.c
15579         plugins/cvs-plugin/cvs-interface.[ch] (added)
15580         plugins/cvs-plugin/plugin.c:
15581         
15582         Added IAnjutaCVS interface and improved cvs plugin. There
15583         is still some work to do on cvs import and to add a current
15584         project toggle.
15586 2005-01-17  Naba Kumar  <naba@gnome.org>
15588         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15589         
15590         * configure.in: Fixed build errors.
15592         * data/Makefile.am,     (removed) data/README.stock_libs,
15593         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15594         (removed) data/header.c, (removed) data/stock_libs.anj,
15595         (removed) data/x-anjuta-project.desktop,
15596         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15598         * libanjuta/anjuta-plugin-description.c,
15599         libanjuta/anjuta-shell.c: Updated documentations.
15601         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15602         
15603         * libanjuta/anjuta-launcher.c,
15604         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15605         x86_64 systems.
15607 2005-01-17  Naba Kumar  <naba@gnome.org>
15608         
15609         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15610         plugins/project-wizard/templates/gtk.wiz,
15611         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15612         Updated templates to new format.
15613         
15614         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15615         * plugins/project-wizard/druid.c,
15616         plugins/project-wizard/parser.c,
15617         plugins/project-wizard/property.c,
15618         plugins/project-wizard/property.h,
15619         plugins/project-wizard/templates/terminal.wiz,
15620         plugins/project-wizard/templates/terminal/AUTHORS,
15621         plugins/project-wizard/templates/terminal/ChangeLog,
15622         plugins/project-wizard/templates/terminal/NEWS,
15623         plugins/project-wizard/templates/terminal/README,
15624         plugins/project-wizard/templates/terminal/project.anjuta,
15625         plugins/project-wizard/templates/terminal/src/main.c:
15626         Moveed code related to property types from druid.c and parser.c to 
15627         property.c. Changed tag from "<string ..." to
15628         "<property type="string..."     and so on. Rewrite parser
15629         (warning still in progress). Added list property. Changed
15630         terminal project to avoid using autogen on some file (much 
15631         faster) using the autogen attribute. Add a license list box in
15632         terminal project (just as an example). _label in item list is
15633         optional now.
15635 2005-01-16  Naba Kumar  <naba@gnome.org>
15637         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15638         plugins/edtior/anjuta-docman.c: Fixed build errors.
15639         
15640         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15641         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15642         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15643         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15644         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15645         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15646         libanjuta/resources.h,
15647         plugins/build-basic-autotools/build-basic-autotools.c,
15648         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15649         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15650         plugins/gtodo/plugin.c, src/Makefile.am,
15651         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15652         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15653         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15654         should be handled in respective plugins. Added API documentations.
15656         * libanjuta-docs.sgml, libanjuta-sections.txt,
15657         libanjuta.types,
15658         (added) tmpl/anjuta-debug.sgml,
15659         (added) tmpl/anjuta-launcher.sgml,
15660         tmpl/anjuta-plugin.sgml,
15661         tmpl/anjuta-preferences.sgml,
15662         tmpl/anjuta-shell.sgml,
15663         (added) tmpl/anjuta-status.sgml,
15664         (removed) tmpl/anjuta-stock.sgml,
15665         tmpl/anjuta-utils.sgml,
15666         (removed) tmpl/defaults.sgml,
15667         (removed) tmpl/fileselection.sgml,
15668         (removed) tmpl/gnomefilelist.sgml,
15669         tmpl/ianjuta-buildable.sgml,
15670         (added) tmpl/ianjuta-debugger-manager.sgml,
15671         (added) tmpl/ianjuta-debugger.sgml,
15672         tmpl/ianjuta-document-manager.sgml,
15673         tmpl/ianjuta-editor.sgml,
15674         tmpl/ianjuta-file.sgml,
15675         tmpl/ianjuta-loader.sgml,
15676         tmpl/ianjuta-markable.sgml,
15677         tmpl/ianjuta-message-view.sgml,
15678         (added) tmpl/ianjuta-project-manager.sgml,
15679         (added) tmpl/ianjuta-todo.sgml,
15680         (added) tmpl/ianjuta-wizard.sgml,
15681         tmpl/libanjuta-iface-marshallers.sgml,
15682         tmpl/libanjuta-unused.sgml,
15683         (removed) tmpl/pixmaps.sgml,
15684         tmpl/plugins.sgml,
15685         (removed) tmpl/properties.sgml,
15686         tmpl/resources.sgml: Updated API documentations.
15688 2005-01-15  Naba Kumar  <naba@gnome.org>
15690         * libanjuta/anjuta-launcher.c: Added API docs.
15691         
15692         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15693         plugins/project-wizard/templates/gtk.wiz,
15694         plugins/project-wizard/templates/terminal.wiz,
15695         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15696         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15697         plugins/project-wizard/templates/gtk/src/main.c,
15698         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15699         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15700         template files.
15702         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15703         * plugins/project-wizard/anjuta-project-wizard.glade,
15704         plugins/project-wizard/autogen.c,
15705         plugins/project-wizard/druid.c,
15706         plugins/project-wizard/druid.h,
15707         plugins/project-wizard/file.c,
15708         plugins/project-wizard/file.h,
15709         plugins/project-wizard/install.c,
15710         plugins/project-wizard/parser.c,
15711         plugins/project-wizard/plugin.c,
15712         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15713         setting the default project directory. Fix HIDDEN property, it's
15714         working but I think we could make this cleaner. Removed the
15715         copy of the string in mandatory_property. Add an optional autogen
15716         attribute, to force or avoid using autogen on some files, default
15717         without any attribute is autodetect.+ Replace the script tag with
15718         a normal file tag and an attribute execute.
15719         
15720 2005-01-14  Naba Kumar  <naba@gnome.org>
15722         * plugins/editor/action-callbacks.c,
15723         plugins/editor/search_incremental.c,
15724         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15725         works now.
15726         
15727         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15728         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15729         tabs.
15731 2005-01-12  Naba Kumar  <naba@gnome.org>
15733         * configure.in,
15734         plugins/project-wizard/templates/Makefile.am,
15735         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15736         plugins/project-wizard/templates/anjuta-plugin.wiz,
15737         (added) plugins/project-wizard/templates/gtk-logo.png,
15738         (added) plugins/project-wizard/templates/gtk.wiz,
15739         (added) plugins/project-wizard/templates/terminal-logo.png,
15740         plugins/project-wizard/templates/terminal.wiz,
15741         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15742         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15743         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15744         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15745         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15746         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15747         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15748         (added) plugins/project-wizard/templates/gtk/src/main.c,
15749         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15750         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15751         GTK+ project templated and fixed other templates. Updated template
15752         logos.
15754 2005-01-12  Naba Kumar  <naba@gnome.org>
15756         * plugins/macro/anjuta-macro.glade: Improved GUI.
15757         
15758 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15760         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15761         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15762         * plugins/cvs-plugin/cvs.[ch] (removed)
15763         Removed old unused files
15764         
15765         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15766         * plugins/cvs-plugin/cvs-actions.c
15767         * plugins/cvs-plugin/Makefile.am:
15768         Seperate callback functions for better error
15769         handling. Cleaned up code.
15770         
15771         * plugins/macro/macros.xml: removed corrupt cvs
15772         macros for now.
15774 2005-01-10  Naba Kumar  <naba@gnome.org>
15776         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15777         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15778         and leaks.
15780 2005-01-09  Naba Kumar  <naba@gnome.org>
15782         * libegg/egg-recent-action.c, libegg/test-actions.c,
15783         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15784         recent files models.
15785         
15786         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15787         two models -- one for projects and other for regular files and show
15788         both in recent files menu. Changed recent files group from "anjuta"
15789         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15790         when adding the URI in recent files.
15791         
15792         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15793         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15794         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15795         * plugins/macro/macros.xml: Fixed xml errors.
15797 2005-01-08  Naba Kumar  <naba@gnome.org>
15798         
15799         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15800         libegg/test-actions.c, libegg/menu/Makefile.am,
15801         libegg/menu/egg-recent-action.h: Added a new action for
15802         recent files.
15804         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15805         Fixed dispose. Cleanup.
15806         
15807         * plugins/file-loader/anjuta-loader-plugin.ui,
15808         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15809         Use the new action for recent files. Added recent files in
15810         toolbar.
15812         * plugins/project-wizard/druid.c: Show busy cursor and
15813         de-sensitize druid buttons during page change.
15814         
15815         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15816         * plugins/project-wizard/Makefile.am,
15817         plugins/project-wizard/druid.c,
15818         plugins/project-wizard/druid.h,
15819         plugins/project-wizard/install.c,
15820         plugins/project-wizard/plugin.c,
15821         plugins/project-wizard/plugin.h,
15822         plugins/project-wizard/property.c,
15823         plugins/project-wizard/property.h,
15824         (added) plugins/project-wizard/values.c,
15825         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15826         objects (in values.c and values.h) containing the values of all
15827         properties. The NPWProperty objects now keep their values in this
15828         object which is persistant for one activation of the plugin, so the
15829         user keeps all the values even if he goes backward. Used an anjuta
15830         message view to list all files copied by the project wizard.
15832 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15834         * plugins/macro/plugin.[ch],
15835         plugins/macro/macro-dialog.[ch]
15836         plugins/macro/macro-edit.[ch]
15837         plugins/macro/macro-db.[ch]
15838         plugins/macro/macro-actions.[ch]
15839         plugins/macro/anjuta-macro.plugin.in
15840         plugins/macro/anjuta-macro.glade
15841         plugins/macro/anjuta-macro.png
15842         plugins/macro/Makefile.am
15843         plugins/macro/macros.xml
15844         plugins/macro/anjuta-macro.ui (all added)
15845         configure.in
15846         plugins/Makefile.am:
15847         Added new macro plugins
15848         
15849         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15850         New icon
15851         
15852         * manuals/reference/template (removed)
15853         Removed old api reference
15854         
15855         * plugins/message-view/message-view.c:
15856         "Fixed" crash in on_row_deleted and added a
15857         comment that I cannot work this way. We will
15858         have to change everything a bit to avoid losing
15859         memory there.
15860         
15861         * plugins/text-editor/text_editor.c:
15862         Update line number width on file save
15865 2005-01-07  Naba Kumar  <naba@gnome.org>
15867         * plugins/project-wizard/anjuta-project-wizard.glade,
15868         plugins/project-wizard/druid.c,
15869         plugins/project-wizard/templates/anjuta-plugin.wiz,
15870         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15871         Display page description in bold. Fixed mandatory field check.
15873         * configure.in,
15874         libanjuta/libanjuta-1.0.pc.in,
15875         plugins/project-wizard/druid.c,
15876         plugins/project-wizard/parser.c,
15877         plugins/project-wizard/property.h,
15878         plugins/project-wizard/templates/anjuta-plugin.wiz,
15879         plugins/project-wizard/templates/terminal.wiz,
15880         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15881         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15882         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15883         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15884         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15885         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15886         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15887         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15888         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15889         plugins/project-wizard/templates/terminal/configure.in.tpl,
15890         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15891         plugins/project-wizard/templates/terminal/src/main.c: Implemented
15892         a new property type -- hidden. Fixed terminal and anjuta-plugin
15893         project templates.
15895 2005-01-07  Naba Kumar  <naba@gnome.org>
15897         * templates/anjuta-plugin.wiz,
15898         templates/terminal.wiz,
15899         templates/terminal/Makefile.am.tpl,
15900         templates/terminal/autogen.sh,
15901         (Removed) templates/terminal/configure.ac.tpl,
15902         (Added) templates/.cvsignore,
15903         (Added) templates/Makefile.am,
15904         (Added) templates/anjuta-plugin/.cvsignore,
15905         (Added) templates/anjuta-plugin/Makefile.am,
15906         (Added) templates/anjuta-plugin/src/.cvsignore,
15907         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
15908         (Added) templates/terminal/.cvsignore,
15909         (Added) templates/terminal/Makefile.am,
15910         (Added) templates/terminal/configure.in.tpl,
15911         (Added) templates/terminal/po/.cvsignore,
15912         (Added) templates/terminal/po/ChangeLog,
15913         (Added) templates/terminal/po/Makefile.am,
15914         (Added) templates/terminal/po/POTFILES.in,
15915         (Added) templates/terminal/src/.cvsignore,
15916         (Added) templates/terminal/src/Makefile.am,
15917         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
15918         project wizard. Fixed configure/po/Makefile template errors.
15920 2005-01-06  Naba Kumar  <naba@gnome.org>
15922         * configure.in: Added project templates.
15923         * plugins/project-wizard/templates/*: Added to project and renamed
15924         Makefile.am and configure.in to Makefile.am and configure.ac respectively
15925         for the project templates (so that they do not conflict with autotools
15926         build. Created proper configure.ac.tpl and autogen.sh for project
15927         templates.
15928         
15929 2005-01-06  Naba Kumar  <naba@gnome.org>
15931         * plugins/project-wizard/anjuta-project-wizard.glade,
15932         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
15933         Fixed file list parsing and to take absolute file paths (for example,
15934         from an icon selected previously). Used toggle buttons for boolean
15935         properties. Check if all mandatory fields are given before going
15936         forward in the wizard. Use scrollable viewport for listing property
15937         widgets incase the list goes out of wizard's size. Added tooltips
15938         as descriptions of the property widgets. And other fixes.
15940         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
15941         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
15942         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
15943         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
15944         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
15945         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
15946         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
15947         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15948         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
15949         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15950         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15951         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
15952         Restructured template files.
15954 2005-01-06  Naba Kumar  <naba@gnome.org>
15956         * configure.in: Added check for autogen.
15957         
15958         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
15959         in dispose.
15960         
15961         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
15962         Do not emit changed signal when in dispose.
15964         * plugins/symbol-browser/plugin.c: Don't updated symbols when
15965         symbol-view widget has been destroyed.
15966         
15967         * src/anjuta-app.c: Set null to preference, status and ui object
15968         pointers when they are destroyed.
15970         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
15971         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
15972         Added boolean, integer and file property types.
15973         
15974         * plugins/project-wizard/Makefile.am,
15975         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
15976         project wizard templates.
15978 2005-01-04  Naba Kumar  <naba@gnome.org>
15980         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
15981         added widgets.
15982         
15983         * plugins/editor/aneditor.cxx,
15984         plugins/editor/anjuta-docman.c,
15985         plugins/editor/plugin.c,
15986         plugins/editor/text_editor.c:
15987         Removed unnecessary ref/unref of scintilla.
15988         
15989         * plugins/message-view/anjuta-msgman.c,
15990         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
15991         make close button similar to document manager.
15992         
15993         * plugins/project-manager/plugin.c,
15994         plugins/project-manager/plugin.h: Removed dead codes. Removed
15995         unnecessary ref/unref.
15996         
15997         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
15998         instead of hard refs.
16000 2005-01-03  Naba Kumar  <naba@gnome.org>
16002         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16003         generate() methods for IAnjutaBuildable interface.
16005         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16006         IAnjutaBuildable inteface.
16008         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16009         to destroy build context when message view is destroyed.
16010         
16011         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16012         a ref to it and unref in destructor. AnEditor class wants to be the
16013         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16014         comparisions.
16015         
16016         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16017         complicate the scene. Removed editor widget from AnjutaDocman when
16018         the widget is destroyed.
16019         
16020         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16021         from shell. It will be removed from shell when the widget is destroyed.
16022         
16023         * plugins/editor/text_editor.c: Added debug codes to track object
16024         finalizations.
16026         * plugins/message-view/anjuta-msgman.c: Remove message view on
16027         widget destroy. Destroy message view on remove. Removed all views
16028         correctly.
16029         
16030         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16031         from container.
16033 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16035         * plugins/file-wizard/action-callbacks.c,
16036         plugins/file-wizard/anjuta-file-wizard.glade,
16037         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16038         Insert Licence, copyright, header template ...
16039         
16040 2005-01-02  Naba Kumar  <naba@gnome.org>
16042         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16043         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16044         anjuta_status_add_widget() to allow setting busy cursor on non
16045         toplevel windows.
16047         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16049         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16050         mime types to take text/source also.
16051         
16052         * plugins/editor/anjuta-docman.c,
16053         plugins/editor/anjuta-docman.h,
16054         plugins/editor/plugin.c,
16055         plugins/editor/text_editor.c,
16056         plugins/editor/text_editor.h,
16057         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16058         AnjutaStatus and set busy cursor on editors.
16060         * plugins/file-loader/Makefile.am,
16061         plugins/file-loader/plugin.c,
16062         (added) plugins/file-loader/dnd.c,
16063         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16065         * src/anjuta.c: Hide anjuta window before destruction.
16067         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16068         * configure.in, plugins/Makefile.am,
16069         (removed) plugins/project-wizard/appwiz_page1.c,
16070         (removed) plugins/project-wizard/appwiz_page2.c,
16071         (removed) plugins/project-wizard/appwiz_page3.c,
16072         (removed) plugins/project-wizard/appwiz_page4.c,
16073         (removed) plugins/project-wizard/appwizard.c,
16074         (removed) plugins/project-wizard/appwizard.h,
16075         (removed) plugins/project-wizard/appwizard_cbs.c,
16076         (removed) plugins/project-wizard/appwizard_cbs.h,
16077         (removed) plugins/project-wizard/appwizard_gui.c,
16078         (removed) plugins/project-wizard/gnome_project.c,
16079         (removed) plugins/project-wizard/gnome_project.h,
16080         (removed) plugins/project-wizard/wizard_gui.c,
16081         (removed) plugins/project-wizard/wizard_gui.h,
16082         (added) plugins/project-wizard/.cvsignore,
16083         (added) plugins/project-wizard/Makefile.am,
16084         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16085         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16086         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16087         (added) plugins/project-wizard/applogo.png,
16088         (added) plugins/project-wizard/appwizard.png,
16089         (added) plugins/project-wizard/autogen.c,
16090         (added) plugins/project-wizard/autogen.h,
16091         (added) plugins/project-wizard/druid.c,
16092         (added) plugins/project-wizard/druid.h,
16093         (added) plugins/project-wizard/file.c,
16094         (added) plugins/project-wizard/file.h,
16095         (added) plugins/project-wizard/header.c,
16096         (added) plugins/project-wizard/header.h,
16097         (added) plugins/project-wizard/install.c,
16098         (added) plugins/project-wizard/install.h,
16099         (added) plugins/project-wizard/parser.c,
16100         (added) plugins/project-wizard/parser.h,
16101         (added) plugins/project-wizard/plugin.c,
16102         (added) plugins/project-wizard/plugin.h,
16103         (added) plugins/project-wizard/property.c,
16104         (added) plugins/project-wizard/property.h: Removed old application-wizard
16105         codes and added new template based (autogen based) project wizard
16106         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16108 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16110         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16111         * plugins/cvs-plugin/cvs-execute.c:
16112         Fix cvs_log which did not work because of some
16113         glade problem
16114         Patch from Mark R. Pariente <markpariente@cmu.edu>
16115         - Fix message highlighting
16117 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16118         
16119         * template/*,
16120         date/template/*,
16121         configure.in:
16122         Removed template stuff completly because we dicussed to implement
16123         a macro system for Edit->Insert Text
16125 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16126         
16127         * plugins/editor/aneditor.cxx,
16128         plugins/editor/text_editor.c:
16129         Set line number width dynamically
16130         * src/about.c:
16131         Prepered new GTK 2.6 about dialog
16133 2004-12-30  Naba Kumar  <naba@gnome.org>
16135         patch from: Massimo Corà  <maxcvs@email.it>
16136         * plugins/editor/aneditor.cxx: Highlights correct function
16137         argument in recursive calltips.
16139 2004-12-30  Naba Kumar  <naba@gnome.org>
16141         * plugins/symbol-browser/plugin.c,
16142         libanjuta/interfaces/libanjuta.idl,
16143         plugins/editor/text_editor.c: Fixed editor markers and added a new
16144         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16145         mark the line visited.
16146         
16147         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16148         libegg/Makefile.am, libegg/eggcomboselect.c,
16149         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16150         widget for use with symbol view in toolbar.
16151         
16152         * plugins/cvs-plugin/anjuta-cvs.ui,
16153         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16154         placeholder for cvs plugin context menu in filemanager.
16155         
16156 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16157         
16158         * plugins/cvs-plugin/plugin.c:
16159         Show popup menu only if the file is contained in
16160         a directory containing a "CVS" directory
16162 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16163         
16164         * plugins/cvs-plugin/cvs-action.[ch],
16165         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16166         * plugins/cvs-plugin/anjuta-cvs.ui,
16167         * plugins/cvs-plugin/plugin.c:
16168         Implemented "Import"
16169         
16170         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16171         Added right-click-menu for file-manager
16173 2004-12-26  Naba Kumar  <naba@gnome.org>
16175         * src/action-callbacks.c, src/action-callbacks.h,
16176         src/anjuta-actions.h, src/anjuta-app.c,
16177         src/anjuta.ui: Added fullscreen action.
16179         * plugins/cvs-plugin/cvs-actions.c,
16180         plugins/cvs-plugin/plugin.c,
16181         plugins/cvs-plugin/plugin.h: Watches current editor,
16182         project and file manager selection in plugin
16183         implementation.
16184         
16185 2004-12-26  Naba Kumar  <naba@gnome.org>
16187         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16188         src/action-callbacks.c: Fixed app finalization. Added a
16189         command line arg --proper-shutdown (-p), which when set
16190         will release all plugins and their resources (this option
16191         is mainly for debugging).
16192         
16193         * plugins/file-loader/plugin.c: Fixed filename duplications
16194         in recent files history.
16195         
16196         * plugins/profile-default/plugin.c: Disabled problematic
16197         plugins for now to load at startup.
16198         
16199         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16200         annoying debug prints.
16201         
16202 2004-12-23  Naba Kumar  <naba@gnome.org>
16204         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16205         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16206         plugins/cvs-plugin/anjuta-cvs.ui,
16207         plugins/cvs-plugin/cvs-actions.c,
16208         plugins/cvs-plugin/cvs-actions.h,
16209         plugins/cvs-plugin/cvs-execute.c,
16210         plugins/cvs-plugin/cvs-execute.h,
16211         plugins/cvs-plugin/Makefile.am,
16212         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16213         Added cvs log command.
16215 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16216         
16217         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16218         default
16220 2004-12-20  Naba Kumar  <naba@gnome.org>
16222         patch from: Massimo Corà  <maxcvs@email.it>
16223         * plugins/editor/aneditor.cxx: Added recursive calltips.
16225 2004-12-20  Naba Kumar  <naba@gnome.org>
16226         
16227         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16228         Show busy cursor during loading and unloading.
16229         
16230 2004-12-19  Naba Kumar  <naba@gnome.org>
16232         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16233         memory leaks. Disabled debug print.
16235         * plugins/symbol-browser/an_symbol_view.c,
16236         plugins/symbol-browser/plugin.c,
16237         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16238         problems. Creates SymbolView object every time when the
16239         plugin is activated.
16241         * plugins/project-manager/plugin.c: Close project when
16242         deactivating.
16243         
16244 2004-12-18  Naba Kumar  <naba@gnome.org>
16246         * po/POTFILES.in: Removed commented lines.
16247         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16248         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16249         * plugins/gdb/plugin.c: Fixed compile error.
16250         
16251         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16252         * libegg/eggcellrendererkeys.c: Fixed compile error.
16253         
16254 2004-12-18  Naba Kumar  <naba@gnome.org>
16256         * plugins/file-loader/plugin.c: Fixed loading bug.
16257         
16258         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16259         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16260         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16261         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16262         and corruptions. Fixed loading and unloading of plugins.
16263         
16264 2004-12-17  Naba Kumar  <naba@gnome.org>
16265         
16266         * plugins/file-loader/Makefile.am,
16267         plugins/file-loader/plugin.c,
16268         plugins/project-manager/plugin.c: Fixed memory corruption
16269         and disposition codes. Added missing plugin.h in Makefile.am.
16271 2004-12-16  Naba Kumar  <naba@gnome.org>
16273         * plugins/symbol-browser/an_symbol_view.c,
16274         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16275         codes. Fixed memory leaks and corruptions.
16277         * plugins/build-basic-autotools/build-basic-autotools.c
16278         plugins/editor/anjuta-docman.c,
16279         plugins/editor/text_editor.c,
16280         plugins/file-loader/plugin.c,
16281         plugins/file-manager/plugin.c,
16282         plugins/file-wizard/plugin.c,
16283         plugins/message-view/anjuta-msgman.c,
16284         plugins/message-view/anjuta-msgman.h,
16285         plugins/message-view/message-view.c,
16286         plugins/message-view/plugin.c,
16287         plugins/message-view/plugin.h,
16288         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16290         * src/about.c, src/about.h, src/action-callbacks.c,
16291         src/action-callbacks.h, src/anjuta-actions.h,
16292         src/anjuta-app.c, src/anjuta-app.h,
16293         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16294         src/anjuta.c, src/anjuta.h, src/getline.c, 
16295         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16296         src/start-with.c, src/start-with.h: Fixed emacs modes.
16298         * src/layout.xml: Brought document manager in front.
16299         
16300 2004-12-15  Naba Kumar  <naba@gnome.org>
16302         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16303         properly removed.
16304         
16305         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16306         finalization. Added a method to unload all plugins and destroy them.
16307         Fixed memory leaks.
16308         
16309         * plugins/sample1/plugin.c: Proper finalization code and renamed
16310         functions to proper names.
16311         
16312         * plugins/build-basic-autotools/build-basic-autotools.c,
16313         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16315         * src/shell.c: Unload all plugins on exit, so that memory profilers
16316         can detect memory leaks in plugins.
16318 2004-12-13  Naba Kumar  <naba@gnome.org>
16320         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16321         docking is working.
16322         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16323         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16325 2004-12-11  Naba Kumar  <naba@gnome.org>
16327         * data/properties/anjuta.properties: Fixed font size.
16328         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16329         compile file function. There are some fixmes there.
16330         * plugins/message-view/anjuta-msgman.c,
16331         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16332         
16333 2004-12-08  Naba Kumar  <naba@gnome.org>
16335         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16336         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16337         to escape quotes in a string.
16338         
16339         * plugins/cvs-plugin/cvs-actions.c,
16340         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16341         cvs diff command.
16343         * plugins/build-basic-autotools/build-basic-autotools.c,
16344         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16345         filters.
16346         
16347 2004-12-07  Naba Kumar  <naba@gnome.org>
16349         * plugins/build-basic-autotools/build-basic-autotools.c,
16350         plugins/build-basic-autotools/automake-c.filters: Completed directory
16351         tracking. Double click on Errors and warnings now work as expected.
16353         * plugins/build-basic-autotools.c: Added codes to track build directory
16354         so that absolute path of the files could be determined.
16356 2004-12-06  Naba Kumar  <naba@gnome.org>
16358         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16359         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16360         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16361         
16362 2004-12-05  Naba Kumar  <naba@gnome.org>
16364         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16365         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16366         
16367         * plugins/cvs-plugin/plugin.c,
16368         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16369         
16370 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16371         
16372         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16373         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16374         plugins/cvs-plugin/cvs-execute.[ch]:
16375         Implemented cvs status and cvs diff
16376         Known bugs:
16377         - rdiff command is not correct
16378         - Must find a way to allow selection of directies AND files 
16379         in GtkFileChooser
16381 2004-12-03  Naba Kumar  <naba@gnome.org>
16383         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16384         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16385         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16386         session.properties file if it is for the first time.
16387         
16388 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16389         
16390         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16391         commit.
16392         
16393         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16394         plugins/cvs-plugin/anjuta-cvs.ui:
16395         Implemented update/commit and changed menu layout 
16397 2004-12-02  Naba Kumar  <naba@gnome.org>
16399         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16400         property name (for cvs path property). Beautified dialogs.
16402 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16403         
16404         * plugins/message-view/anjuta-msgman.c: Changed callback name
16405         and changed switch-page handling.
16406         
16407         * plugins/cvs-plugin/cvs-actions.c:
16408         * plugins/cvs-plugin/cvs-execute.c:
16409         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16410         - Implemented cvs add and cvs removed - both working now
16411         - Created a useful preferences page
16412         
16414 2004-11-30  Naba Kumar  <naba@gnome.org>
16416         * libanjuta/anjuta-status.c: Fixed runtime warning.
16417         
16418         * plugins/editor/Makefile.am:
16419         plugins/editor/anjuta-document-manager.glade,
16420         plugins/editor/plugin.c
16421         plugins/editor/plugin.h
16422         plugins/editor/style-editor.c (new, moved from src/),
16423         plugins/editor/style-editor.h (new, moved from src/),
16424         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16425         settings in preferences.
16427         * plugins/editor/text_editor.c,
16428         plugins/editor/text_editor.h: Do not take unused args in
16429         text_editor_get_props().
16431         * src/style-editor.c, src/style-editor.h: Removed, moved to
16432         plugins/editor/ directory.
16434 2004-11-29  Naba Kumar  <naba@gnome.org>
16436         * plugins/editor/text_editor_cbs.c: Emit click signal in
16437         IAnjutaMarkable.
16438         * libanjuta/anjuta-status.c: More spacing between items.
16439         
16440 2004-11-29  Naba Kumar  <naba@gnome.org>
16442         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16443         
16444         * libanjuta/interfaces/libanjuta.idl,
16445         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16446         plugins/debug-manager/plugin.c,
16447         plugins/gdb/breakpoints.c,
16448         plugins/gdb/breakpoints.h,
16449         plugins/gdb/debugger.c,
16450         plugins/gdb/debugger.h,
16451         plugins/gdb/plugin.c,
16452         plugins/gdb/plugin.h,
16453         plugins/gdb/utilities.c,
16454         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16455         toggle breakpoint margin clicks.
16457 2004-11-28  Naba Kumar  <naba@gnome.org>
16459         * TODO.tasks: Fixed indentations.
16460         * plugins/gtodo/libgtodo.c: Save with indentation.
16461         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16462         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16463         * libanjuta/anjuta-status.c: Fixed busy cursors.
16464         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16465         * po/POTFILES.in: Updated.
16466         
16467 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16468         
16469         * plugins/editor/anjuta-document-manager.glade,
16470           plugins/editor/search-replace.[c,h], 
16471           plugins/editor/search-replace_backend.h
16472           plugins/editor/search-preferences.[c,h] :
16473           Saved Search-Preferences (gconf),
16474           Basic search by default.
16476 2004-11-22  Naba Kumar  <naba@gnome.org>
16478         * configure.in: Fixed build error.
16480 2004-11-21  Naba Kumar  <naba@gnome.org>
16482         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16483         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16484         Added AnjutaStatus class to libanjuta.
16485         Added anjuta_shell_get_status() method.
16486         
16487         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16488         and fixed marshaller generation.
16489         
16490         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16491         "updade_ui" signals to IAnjutaEditor interface.
16492         
16493         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16494         
16495         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16496         regexes.
16497         
16498         * plugins/class-gen/clsGen.c: Intial port.
16499         
16500         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16501         name.
16502         
16503         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16504         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16505         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16506         Implemented status update. Emits "update_ui" and "char_added" signals.
16507         Added view preferences.
16508         
16509         * plugins/file-loader/plugin.c: Added open with plugins in open with
16510         menus.
16511         
16512         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16513         
16514         * plugins/message-view/anjuta-msgman.c,
16515         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16516         to close correct message view rather than current view.
16518 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16519         
16520         * plugins/cvs-plugin/cvs-actions.c
16521         plugins/cvs-plugin/plugin.[ch]
16522         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16523         Implemented cvs add but ran into a launcher/message_view
16524         problem because of a limitation of the idl compiler
16526 2004-11-19  Naba Kumar  <naba@gnome.org>
16528         * plugins/project-manager/plugin.c: Displays a progress window during
16529         project load.
16530         
16531         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16532         Fixed UI separators.
16533         
16534         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16535         UI placeholder.
16536         
16537         * plugins/project-manager/anjuta-project-manager.ui,
16538         plugins/project-manager/plugin.[c,h]: Added add/remove context
16539         menus and implemented them. Added file manager merge menu.
16541 2004-11-18  Naba Kumar  <naba@gnome.org>
16543         * TODO.tasks: Updated.
16544         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16545         plugins/message-view/message-view.c: Fixed finalize and dispose
16546         methods.
16547         * plugins/debugger/*: Removed from cvs (development now in
16548         debug-manager).
16550 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16552         Reviewed by Naba Kumar  <naba@gnome.org>:
16553         
16554         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16555         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16556         plugins/gdb/breakpoints.c: all marker related stuff moved from
16557         editor and docman interfaces to IAnjutaMarkable
16559 2004-11-17  Naba Kumar  <naba@gnome.org>
16561         * TODO.tasks: Updated.
16562         
16563         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16564         
16565         * libegg/egg-combo-action.c: Block changed signal when changing model.
16566         
16567         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16568         Emit changed signal. Removed dead codes.
16569         
16570         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16571         that recent files history do not duplicate.
16572         
16573         * plugins/symbol-browser/an_symbol_view.c,
16574         plugins/symbol-browser/an_symbol_view.h,
16575         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16576         Fixed a bug.
16578 2004-11-15  Naba Kumar  <naba@gnome.org>
16580         * plugins/project-manager/plugin.c: Opens targets on double click.
16581         
16582         * plugins/message-view/message-view.c,
16583         plugins/file-manager/anjuta-file-manager-plugin.glade,
16584         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16585         Added proper class finalization
16586         and disposition. Added preferences notifications and callbacks to
16587         change info/warning/error colors.
16588         
16589         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16590         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16591         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16592         Implemented finalize method for AnjutaApp. Code cleanups.
16593         
16594         * plugins/message-view/plugin.c: Static parent_class.
16595         
16596 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16597         * plugins/editor/search-replace.[c,h], 
16598           plugins/editor/search-replace_backend.c
16599           Update search entry in main toolbar.
16600           Clean code.
16602 2004-11-11  Naba Kumar  <naba@gnome.org>
16604         * TODO.tasks: Updated.
16606         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16607         and completed on-the-fly-change preferences. Removed "changed"
16608         signal as it is no longer necessary (use notify for similar
16609         purpose to monitor individual preferences).
16611         
16612         * plugins/editor/anjuta-document-manager.glade: Added view menu
16613         preferences so that they are registered.
16614         
16615         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16616         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16617         connection to "changed" signal of preferences and implemented
16618         notifications for some editor preferences. More to implement.
16620 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16621         * plugins/editor/print.c
16622         Fixed bug 1047624 : Add line number every X lines.
16624 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16625         * plugins/editor/search-replace.c
16626         Fixed a crash bug (995755) when searching "%n"
16628 2004-11-09  Naba Kumar  <naba@gnome.org>
16630         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16631         Fixed to refresh categories list on file load.
16633 2004-11-08  Naba Kumar  <naba@gnome.org>
16634         
16635         * configure.in, plugins/Makefile.am,
16636         plugins/profile-default/plugin.c: Added cvs plugin in build.
16637         
16638         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16639         
16640         * plugins/debug-manager/.cvsignore: Added file to ignore.
16641         
16642         * plugins/debug-manager/Makefile.am: Removed dead codes.
16643         
16644         * src/anjuta.ui: Added placeholder for version control UI.
16646 2004-11-08  Naba Kumar  <naba@gnome.org>
16648         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16649         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16650         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16651         Updated.
16653         * global-tags/Makefile.am: Fixed make error.
16655         * plugins/profile-default/plugin.c: Added debug-manager
16656         and gdb plugins to load at startup so that debugger
16657         windows are docked properly. They will be removed
16658         later when we figure out runtime docking.
16660         * plugins/sample1/*: Restored to last working state.
16662         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16663         windows in lower pane. Named the windows appropriately.
16665         * ChangeLog: Fixed format.
16666         
16667 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16669         * libanjuta/interfaces/libanjuta.idl,
16670         libanjuta/anjuta-marshal.c,
16671         plugins/Makefile.am,
16672         plugins/debug-manager/plugin.c,
16673         plugins/editor/plugin.c,
16674         plugins/editor/text_editor.c,
16675         plugins/gdb/breakpoints.c,
16676         plugins/gdb/debugger.c,
16677         plugins/gdb/plugin.c,
16678         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16680 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16681         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16682         plugins/editor/search-replace.c,
16683         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16684         Search and Replace; Show result in find pane
16685           
16686 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16687         
16688         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16689         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16690         (added features: starting debugger and loading of core/executable,
16691         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16692         partially works)
16694 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16695         
16696         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16697         my cvs-plugin files...
16698         I hope I have rescued everything possible.
16699         
16700         * Naba: Could you please fix sample1 because I messed it up to 
16701         but there should be a histroy of this directory we should commit
16703 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16704         
16705         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16706         infrastructure
16707         * plugins/cvs-plugin/plugin.c,
16708         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16709         Added preferences dialog (not yet complete)
16711 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16712         
16713         * global-tags/Makefile.am, mime/Makefile.am:
16714         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16715         
16716         * template/xmltemplate.[ch],
16717         template/xmlstrings.[ch],
16718         template/autotools.[ch] removed,
16719         template/prj_template.[ch] removed,
16720         template/lang_template.[ch] removed,
16721         template/lib_template.[ch] removed,
16722         template/Makefile.am adjusted,
16723         template/dtds/lang.dtd removed, 
16724         template/dtds/lib.dtd removed,
16725         template/dtds/prj.dtd removed,
16726         template/dtds/autotools.dtd removed,
16727         data/template/lib/* removed,
16728         data/template/language/* removed,
16729         data/template/library/* removed,
16730         data/template/project/* removed,
16731         date/template/Makefile.am adjusted:
16732         Remove everything except text-templates to replace hardcoded 
16733         Edit->Insert texts with dynamic loaded.
16735         * plugins/cvs-plugin/plugin.[ch],
16736         plugins/cvs-actions.[ch],
16737         plugins/Makefile.am,
16738         plugins/cvs-plugin/Makefile.am,
16739         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16740         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16741         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16742         Added initial cvs-plugin code
16744 2004-10-21  Naba Kumar  <naba@gnome.org>
16745         
16746         * libanjuta/anjuta-plugin.c,
16747         plugins/build-basic-autotools/build-basic-autotools.c,
16748         plugins/debugger/plugin.c,
16749         plugins/devhelp/plugin.c,
16750         plugins/editor/anjuta-docman.c,
16751         plugins/editor/goto_line.c,
16752         plugins/editor/plugin.c,
16753         plugins/editor/search-replace.c,
16754         plugins/editor/text_editor.c,
16755         plugins/file-loader/plugin.c,
16756         plugins/file-manager/plugin.c,
16757         plugins/file-wizard/file.c,
16758         plugins/file-wizard/plugin.c,
16759         plugins/gdb/plugin.c,
16760         plugins/gtodo/plugin.c,
16761         plugins/message-view/anjuta-msgman.c,
16762         plugins/profile-default/plugin.c,
16763         plugins/project-manager/plugin.c,
16764         plugins/sample1/plugin.c,
16765         plugins/terminal/terminal.c: Defined all global variables static,
16766         particularly class parent_class variables. They were getting
16767         confused at link time.
16769         * libanjuta/plugins.c: Do not unload plugins when they are
16770         deactivated. Simply cache them for later activation. Unloading
16771         modules have some problem with shared libs using static class
16772         registration. Fixed hash type for installed plugins. Eventually,
16773         we want to add "CanUnload" attribute for .plugin files (in
16774         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16775         be unloaded from memory. Those plugins declaring CanUnload=false
16776         will not be unloaded from memory and will be put in the cache. Those
16777         not declaring anything or declaring CanUnload=true, will be unloaded
16778         from memory when they are deactivated.
16780         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16781         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16782         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16783         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16784         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16785         activation, deactivation. Fixed memory leaks.
16787 2004-10-20  Naba Kumar  <naba@gnome.org>
16789         * TODO.tasks: Updated.
16790         
16791         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16792         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16793         macro for adding interfaces to plugin types. Code cleanup.
16794         
16795         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16796         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16797         
16798         * plugins/build-basic-autotools/build-basic-autotools.c,
16799         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16800         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16801         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16802         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16803         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16804         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16805         plugins/project-manager/plugin.c,
16806         plugins/symbol-browser/an_symbol_view.c,
16807         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16808         newly defined macro to add interfaces to plugin types.
16810         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16812 2004-10-20  Naba Kumar  <naba@gnome.org>
16814         * TODO.tasks: Added task list.
16815         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16816         default values.
16818 2004-10-19  Naba Kumar  <naba@gnome.org>
16820         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16821         
16822         * plugins/editor/action-callbacks.c,
16823         plugins/editor/action-callbacks.h,
16824         plugins/editor/anjuta-docman.c,
16825         plugins/editor/anjuta-docman.h,
16826         plugins/editor/anjuta-document-manager.ui,
16827         plugins/editor/file_history.c,
16828         plugins/editor/file_history.h,
16829         plugins/editor/plugin.c: Added file history browsing.
16830         
16831         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16832         
16833         * plugins/message-view/anjuta-message-manager.ui,
16834         plugins/message-view/plugin.c: Added document manager context menu.
16835         
16836         * plugins/symbol-browser/an_symbol_view.c,
16837         plugins/symbol-browser/an_symbol_view.h,
16838         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16839         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16840         document manager context menu.
16841         
16842         * scintilla/*, scintilla/include/*: Updated to current cvs.
16843         
16844 2004-10-19  Naba Kumar  <naba@gnome.org>
16846         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16847         placeholder for debugger UI.
16848         
16849         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16850         * plugins/file-manager/plugin.c: Fixed loading bug.
16851         
16852         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16853         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16854         Initializes gconf database with default values when the
16855         values are not defined. Use bool and int prefs separately.
16857         * plugins/editor/plugin.c: Added encoding preferences.
16858         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16860         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16861         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16862         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16863         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16865 2004-10-18  Naba Kumar  <naba@gnome.org>
16867         * po/POTFILES.in: Updated.
16868         
16869         * libanjuta/anjuta-ui.c: Corrected debug messages.
16870         
16871         * libegg/egg-combo-action.c, libegg/test-actions.c,
16872         libegg/menu/egg-combo-action.h: Fixed combo action.
16873         
16874         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16875         Fixed format.
16876         
16877         * plugins/editor/action-callbacks.[c,h],
16878         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16879         Implemented file swap. Removed dead codes.
16880         
16881         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16882         dead codes.
16883         
16884         * plugins/symbol-browser/an_symbol_view.[c,h],
16885         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16886         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16887         Implemented file symbols. Implemented goto file line when symbol is
16888         selected.
16889         
16890         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16891         
16892 2004-10-10  Naba Kumar  <naba@gnome.org>
16894         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
16895         
16896         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16897         
16898         * plugins/debugger/.cvsignore,
16899         (added) plugins/debugger/Makefile.am,
16900         (added) plugins/debugger/anjuta-debugger.glade,
16901         (added) plugins/debugger/anjuta-debugger.plugin.in,
16902         (added) plugins/debugger/anjuta-debugger.plugin.png,
16903         (added) plugins/debugger/anjuta-debugger.ui,
16904         plugins/debugger/attach_process.c,
16905         (removed) plugins/debugger/attach_process_cbs.c,
16906         (removed) plugins/debugger/attach_process_cbs.h,
16907         (removed) plugins/debugger/breakpoints.c,
16908         (removed) plugins/debugger/breakpoints.h,
16909         (removed) plugins/debugger/debug_tree.c,
16910         (removed) plugins/debugger/debug_tree.h,
16911         (removed) plugins/debugger/debugger.c,
16912         (removed) plugins/debugger/debugger.h,
16913         (removed) plugins/debugger/memory.c,
16914         (removed) plugins/debugger/memory.h,
16915         (added) plugins/debugger/plugin.c,
16916         (added) plugins/debugger/plugin.h,
16917         (removed) plugins/debugger/registers.c,
16918         (removed) plugins/debugger/registers.h,
16919         (removed) plugins/debugger/registers_cbs.c,
16920         (removed) plugins/debugger/registers_cbs.h,
16921         (removed) plugins/debugger/registers_gui.c,
16922         (removed) plugins/debugger/sharedlib.c,
16923         (removed) plugins/debugger/sharedlib.h,
16924         (removed) plugins/debugger/sharedlib_cbs.c,
16925         (removed) plugins/debugger/sharedlib_cbs.h,
16926         (removed) plugins/debugger/sharedlib_gui.c,
16927         (removed) plugins/debugger/signals.c,
16928         (removed) plugins/debugger/signals.h,
16929         (removed) plugins/debugger/signals_cbs.c,
16930         (removed) plugins/debugger/signals_cbs.h,
16931         (removed) plugins/debugger/signals_gui.c,
16932         (removed) plugins/debugger/stack_trace.c,
16933         (removed) plugins/debugger/stack_trace.h,
16934         (added) plugins/debugger/utilities.c,
16935         (added) plugins/debugger/utilities.h,
16936         (removed) plugins/debugger/watch.c,
16937         (removed) plugins/debugger/watch.h,
16938         (removed) plugins/debugger/watch_cbs.c,
16939         (removed) plugins/debugger/watch_cbs.h,
16940         (removed) plugins/debugger/watch_gui.c,
16941         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
16942         
16943         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
16944         Added debugger gdb backend plugin.
16945         
16946         * plugins/message-view/plugin.c: Registered all message stock icons.
16947         
16948         * plugins/profile-default/plugin.c: Loads debugger plugin.
16949         
16950         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
16952 2004-10-08  Naba Kumar  <naba@gnome.org>
16954         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
16955         information.
16956         
16957         * plugins/symbol-browser/.cvsignore,
16958         plugins/symbol-browser/Makefile.am,
16959         plugins/symbol-browser/an_symbol_view.c,
16960         plugins/symbol-browser/an_symbol_view.h,
16961         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
16962         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16963         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
16964         plugins/symbol-browser/plugin.c,
16965         plugins/symbol-browser/plugin.h,
16966         plugins/symbol-browser/sv_class.xpm,
16967         plugins/symbol-browser/sv_function.xpm,
16968         plugins/symbol-browser/sv_macro.xpm,
16969         plugins/symbol-browser/sv_private_fun.xpm,
16970         plugins/symbol-browser/sv_private_var.xpm,
16971         plugins/symbol-browser/sv_protected_fun.xpm,
16972         plugins/symbol-browser/sv_protected_var.xpm,
16973         plugins/symbol-browser/sv_public_fun.xpm,
16974         plugins/symbol-browser/sv_public_var.xpm,
16975         plugins/symbol-browser/sv_static_fun.xpm,
16976         plugins/symbol-browser/sv_static_var.xpm,
16977         plugins/symbol-browser/sv_struct.xpm,
16978         plugins/symbol-browser/sv_unknown.xpm,
16979         plugins/symbol-browser/sv_variable.xpm,
16980         plugins/symbol-browser/test-symbol-browser.c,
16981         plugins/Makefile.am: Implemented Symbol
16982         browser plugin.
16983         
16984         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
16985         
16986         * plugins/build-basic-autotools/Makefile.am,
16987         plugins/devhelp/Makefile.am,
16988         plugins/editor/Makefile.am,
16989         plugins/file-loader/Makefile.am,
16990         plugins/file-manager/Makefile.am,
16991         plugins/file-wizard/Makefile.am,
16992         plugins/gtodo/Makefile.am,
16993         plugins/message-view/Makefile.am,
16994         plugins/profile-default/Makefile.am,
16995         plugins/project-manager/Makefile.am
16996         plugins/sample1/Makefile.am,
16997         plugins/terminal/Makefile.am,
16998         scintilla/Makefile.am,
16999         libegg/Makefile.am,
17000         launcher/Makefile.am,
17001         libanjuta/Makefile.am,
17002         src/Makefile.am,
17003         tagmanager/Makefile.am,
17004         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17005         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17006         files. Also fixed library dependencies.
17007         
17008         * plugins/editor/aneditor.cxx: Disabled unused codes.
17009         * plugins/file-manager/an_file_view.c: Added copyright.
17010         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17011         
17012         * plugins/profile-default/plugin.c: Can load plugins by location.
17013         * plugins/project-manager/plugin.c: Remove project_root_uri value
17014         when project is closed.
17015         
17016 2004-10-06  Naba Kumar  <naba@gnome.org>
17018         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17019         
17020         * libanjuta/interfaces/libanjuta.idl,
17021         plugins/editor/text_editor.c: Added get_length()
17022         and get_current_word() methods in IAnjutaEditor interface.
17023         
17024         * libegg/Makefile.am: Added test_actions target.
17025         
17026         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17027         
17028         * plugins/build-basic-autotools/build-basic-autotools.c,
17029         plugins/file-loader/plugin.c,
17030         plugins/message-view/message-view.c: Added code to go to file and
17031         line number,
17032         
17033         * plugins/devhelp/plugin.c: Context sensitive help now works.
17034         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17035         uri as line number and goes to that line number.
17036         
17037         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17038         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17039         gtodo_client_load() method to load from a diffrent file. Watched 
17040         project root directory in plugin to open TODO.tasks of the project.
17041         
17042         * plugins/project-manager/plugin.c: Updates project UI
17043         sensitive/insensitive.
17045         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17046         anjuta-shell program to test plugins.
17047         
17048         * src/anjuta-app.c: Registered UI accels.
17049         
17050 2004-09-28  Naba Kumar  <naba@gnome.org>
17052         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17053         method.
17054         
17055         * src/anjuta-app.c: Implemented present widget method.
17056         
17057         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17058         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17059         
17060         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17061         added editor.
17062         
17063         * plugins/editor/text_editor.c: Connects to preferences changed signal
17064         correctly.
17065         
17066 2004-09-28  Naba Kumar  <naba@gnome.org>
17067         
17068         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17069         print code.
17070         
17071         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17072         size to 5 pix.
17073         
17074         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17075         in changed signal callback.
17076         
17077         * plugins/editor/action-callbacks.c: Implemented save_all action
17078         callback. Removed dead code. Do save_as when saving a new file.
17079         Implemented incremental search.
17080         
17081         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17082         
17083         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17084         
17085         * src/anjuta-app.c: Registers UI accelerators.
17086         
17087 2004-09-27  Naba Kumar  <naba@gnome.org>
17089         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17090         
17091         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17092         plugins/devhelp/anjuta-devhelp.plugin.in,
17093         plugins/file-loader/anjuta-loader.plugin.in,
17094         plugins/file-manager/anjuta-file-manager.plugin.in,
17095         plugins/gtodo/anjuta-gtodo.plugin.in,
17096         plugins/project-manager/anjuta-project-manager.plugin.in,
17097         plugins/terminal/anjuta-terminal.plugin.in:
17098         Gave proper plugin names.
17100         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17101         error when regex fail.
17102         
17103         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17104         Added help and context search. Watches current editor. More menus
17105         in Help submenu. Update UI (sensitive when required) properly.
17106         
17107         * plugins/editor/anjuta-document-manager.ui,
17108         plugins/devhelp/anjuta-devhelp.ui,
17109         plugins/message-view/anjuta-message-manager.ui,
17110         src/anjuta.ui: Goto menu actions are in separate submenu.
17111         
17112         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17113         Removed unimplemented UI elements.
17114         
17115         * src/anjuta-app.c: Larger (and normal) icon size.
17116         
17117         * src/layout.xml: Task manager plugin along with document (in middle).
17118         
17119         * plugins/editor/plugin.c, plugins/file-loader.c,
17120         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17121         in gtkactions. Enable/disable UI properly.
17122         
17123 2004-09-26  Naba Kumar  <naba@gnome.org>
17125         * po/POTFILES.in: Updated, added missing files.
17127         * .cvsignore: Updated.
17128         
17129         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17130         a new function to get User input text.
17131         
17132         * libanjuta/resources.[c,h]: Added a function to created sized image.
17133         
17134         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17135         from filename, as thats the correct representation.
17136         
17137         * plugins/build-basic-autotools/Makefile.am,
17138         (added) plugins/build-basic-autotools/automake-c.filters,
17139         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17140         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17141         Rearragned UI elements in the build menu. Added codes to read build
17142         filter rules from external file. Implemented all build, configure,
17143         autogen commands. Watches current editor and project.
17144         
17145         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17146         Added editor changed signal and exports current editor value.
17147         Fixed parameter names. Fixed get_uri() interface implementation to
17148         return correct uri.
17149         
17150         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17151         elements.
17152         
17153         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17154         
17155         * plugins/file-manager/an_file_view.c,
17156         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17157         
17158         * plugins/file-wizard/file.c: Reads uri correctly.
17159         
17160         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17161         sets the page to the new view.
17162         
17163         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17164         Fixed signal connecting.
17165         
17166         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17167         to "project_root_uri" and exports as uri.
17168         
17169 2004-09-24  Naba Kumar  <naba@gnome.org>
17171         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17172         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17173         in correct way.
17174         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17175         * plugins/file-loader/plugin.c: Added comments.
17176         * plugins/build-basic-autotools/plugin.c: Added comments.
17177         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17178         
17179         * libanjuta/interfaces/libanjuta.idl,
17180         plugins/message-view/anjuta-msgman.c,
17181         plugins/message-view/message-view.c,
17182         plugins/message-view/message-view.h,
17183         plugins/message-view/plugin.c: Buffering and appending messages have
17184         been separated. message-view implementations cleaned up. Signals
17185         Emissions fixed. Messages now displayed in summary and details show
17186         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17187         API.
17188         
17189         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17190         preferences.
17191         
17192         * plugins/build-basic-autotools/Makefile.am,
17193         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17194         parsing of output to create message summaries. Uses new message view
17195         API.
17196         
17197         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17198         preferences to make dialog box smaller.
17199         
17200         * plugins/editor/search-replace.c: Fixed compile error with change
17201         in IAnjutaMessageView API.
17202         
17203 2004-09-21  Naba Kumar  <naba@gnome.org>
17205         * plugins/Makefile.am: Deletes old (installed) plugins before
17206         installing new ones.
17207         
17208         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17209         plugins/build-basic-autotools/build-basic-autotools.c,
17210         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17211         file URI from filemanager. Only disables/enables build submenu in file
17212         manager, instead of merging/unmerging.
17213         
17214         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17215         non-text files.
17216         
17217         * plugins/file-loader/anjuta-loader-plugin.ui,
17218         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17219         Implemented "Open with" file manager submenu. Displays error message
17220         when file can not be opened.
17221         
17222         * plugins/file-manager/an_file_view.c: Renamed
17223         file_manager_current_filename value name to file_manager_current_uri
17224         and exports proper URI.
17225         
17226         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17228 2004-09-19  Naba Kumar  <naba@gnome.org>
17230         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17231         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17232         save point signal to change editor tabs. Fixed accels.
17233         
17234         * plugins/file-loader/plugin.c: Fixed accels.
17236         * plugins/project-manager/plugin.c: Added target selection callback.
17237         
17238         * plugins/project-manager/plugin.c: Added URI activation.
17239         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17240         Fixed dialog and closed it on ok. Fixed a crash bug.
17241         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17243         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17244         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17245         plugins/file-loader/anjuta-loader-plugin.ui,
17246         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17247         Added recent files in file loade plugin.
17248         
17249         * ChangeLog: Fixed entry dates.
17250         
17251 2004-09-18  Naba Kumar  <naba@gnome.org>
17253         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17254         an unnecessary GtkFrame.
17255         
17256 2004-09-17  Naba Kumar  <naba@gnome.org>
17258         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17260         * TODO: Updated.
17261         
17262         * data/Makefile.am: Disabled installing old mime info.
17263         
17264         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17265         
17266         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17267         plugins/editor/anjuta-document-manager.ui,
17268         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17269         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17270         Added Editor context popup menu.
17271         
17272         * plugins/project-manager/anjuta-project-manager-plugin.png:
17273         Update image.
17274         
17275         * plugins/project-manager/anjuta-project-manager.plugin.in:
17276         Support .anjuta mime type.
17277         
17278         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17279         value.
17280         
17281         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17282         value.
17283         
17284         * src/layout.xml, plugins/profile-default/plugin.c:
17285         Added project manager plugin for startup.
17287 2004-09-16  Naba Kumar  <naba@gnome.org>
17288         
17289         * anjuta.prj: Updated.
17290         
17291         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17292         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17293         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17294         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17295         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17296         plugins/terinal/Makefile.am, src/Makefile.am,
17297         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17298         Fixed makefile syntax errors.
17300 2004-09-16  Naba Kumar  <naba@gnome.org>
17302         * configure.in, src/layout.xml,
17303         plugins/profile-default/plugin.c,
17304         libanjuta/interfaces/libanjuta.idl,
17305         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17306         
17307         * configure.in, plugins/Makefile.am,
17308         plugins/project-manager/.cvsignore, 
17309         plugins/project-manager/Makefile.am,
17310         plugins/project-manager/anjuta-project-manager-plugin.png,
17311         plugins/project-manager/anjuta-project-manager.plugin.in,
17312         plugins/project-manager/anjuta-project-manager.ui,
17313         plugins/project-manager/plugin.c,
17314         plugins/project-manager/plugin.h: Added project manager plugin
17315         based on gnome-build.
17316         
17317         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17318         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17319         
17320         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17321         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17322         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17323     
17324 2004-09-16  Naba Kumar  <naba@gnome.org>
17326         * plugins/editor/action-callbacks.c: Fixed compile error.
17327         
17328 2004-09-15  Naba Kumar  <naba@gnome.org>
17330         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17331         
17332         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17333         New improved splace with nicer progress.
17334         
17335         * configure.in, plugins/Makefile.am,
17336         (added) file-wizard/.cvsignore,
17337         (added) file-wizard/Makefile.am,
17338         (added) file-wizard/action-callbacks.c,
17339         (added) file-wizard/action-callbacks.h,
17340         (added) file-wizard/anjuta-file-wizard-plugin.png,
17341         (added) file-wizard/anjuta-file-wizard.glade,
17342         (added) file-wizard/anjuta-file-wizard.plugin.in,
17343         (added) file-wizard/anjuta-file-wizard.ui,
17344         (added) file-wizard/file.c,
17345         (added) file-wizard/file.h,
17346         (added) file-wizard/plugin.c,
17347         (added) file-wizard/plugin.h:
17348         Created new file wizard and added it. The wizard takes care of text
17349         bit insertions and new files creation.
17351         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17352         plugins/editor/action-callbacks.h,
17353         plugins/editor/anjuta-document-manager.glade,
17354         plugins/editor/anjuta-document-manager.ui,
17355         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17356         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17357         new files code and moved into a new plugin (file wizard).
17358         
17359         * libanjuta/plugins.[c,h]: Added plugins selection function.
17360         
17361         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17362         get_position(), insert() in IAnjutaEditor interface. Added
17363         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17364         interface (for wizard plugins).
17366         * plugins/file-loader/anjuta-loader-plugin.ui,
17367         plugins/file-loader/plugin.c: Added wizard launcher interface which
17368         scans for plugins implement IAnjutaWizard interface and presents the
17369         list to user for selection. The selected plugin is then activated
17370         for the wizard.
17372         * libanjuta/interfaces/.cvsignore: Updated.
17373         * plugins/message-view/.cvsignore: Updated.
17374         * plugins/launcher/*: Removed as launcher has already been moved to
17375         libanjuta as class.
17377         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17378         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17379         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17380         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17381         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17382         Updated API documentations.
17384 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17386         * configure.in: Added Punjabi to ALL_LINGUAS
17388 2004-07-29  Naba Kumar  <naba@gnome.org>
17390         * configure.in: Added file-loader plugin Makefile path and
17391         fixed devhelp version requirement.
17393 2004-07-28  Naba Kumar  <naba@gnome.org>
17395         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17396         terminal/preferences-terminal.png (added), message-view/*.png (added),
17397         message-view/*.xpm (added), editor/*.png (added),
17398         editor/*.xpm (added), plugins/editor/Makefile.am,
17399         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17400         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17401         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17402         respective plugins directories.
17404         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17405         pixmaps/block-end-16.png, pixmaps/block-end.png
17406         pixmaps/block-start-16.png, pixmaps/block-start.png
17407         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17408         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17409         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17410         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17411         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17412         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17413         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17414         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17415         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17416         pixmaps/preferences-editor.png, pixmaps/undock.png
17417         pixmaps/error-next-16.png, pixmaps/error-next.png
17418         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17419         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17420         pixmaps/preferences-terminal.png: Deleted
17422         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17423         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17424         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17425         plugins/editor/anjuta-document-manager.plugin.in,
17426         plugins/editor/anjuta-document-manager.ui,
17427         plugins/editor/plugin.c, plugins/editor/print.c,
17428         plugins/editor/search-replace_backend.c,
17429         plugins/editor/search_preferences.h,
17430         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17431         Moved properties souce files to editor plugin as it not required in
17432         libanjuta. Other editor fixes.
17434         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17435         libegg/dock/* (removed)
17436         : Restored GDL external dependencies and removed libegg dock
17437         sources, because gdl is being developed.
17438         
17439         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17440         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17441         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17442         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17443         libanjuta/plugins.c, libanjuta/plugins.h,
17444         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17445         gconf system. Shell now takes docking positions. Added more utility
17446         functions. Added plugins query function. And other fixes.
17448         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17449         
17450         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17451         plugin to load files based on mime type.
17452         
17453         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17454         
17455         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17456         plugins/file-manager/plugin.c: File manager now uses file loader to
17457         open files.
17459         * plugins/message-view/anjuta-msgman.c,,
17460         plugins/message-view/message-view.c,
17461         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17463         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17464         plugins/terminal/terminal.c, src/Makefile.am,
17465         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17466         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17467         
17468         * libegg/dock/*: Removed directory.
17469         
17470 2004-07-28  Naba Kumar  <naba@gnome.org>
17472         * configure.in: Reduced gnome-print version requirement.
17473         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17475 2004-07-21  Ray Strode  <rstrode@redhat.com>
17476         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17477         new mime sytem.
17479 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17480         
17481         * plugins/editor/search-replace.c: Some fixes
17482         * plugins/terminal/Makefile.am:
17483         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17485 2004-05-19  Naba Kumar  <naba@gnome.org>
17487         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17488         compiler warning.
17490 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17492         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17493         Implemented IAnjutaSavable
17494         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17496 2004-05-17  Naba Kumar  <naba@gnome.org>
17498         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17499         plugins/build-basic-autotools/.cvsignore,
17500         plugins/build-basic-autotools/Makefile.am,
17501         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17502         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17503         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17504         plugins/build-basic-autotools/build-basic-autotools.c,
17505         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17506         build plugin.
17507         
17508         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17509         definition.
17510         
17511         * plugins/file-manager/an_file_view.c,
17512         plugins/file-manager/anjuta-file-manager.ui,
17513         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17514         Added context menu UI.
17515         
17516         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17517         in view menu.
17519 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17520         
17521         * libanjuta/anjuta-preferences.[ch]: 
17522         Added save/load_gconf functions
17523         * src/action_callbacks.[ch], src/preferences.c: 
17524         Load global prefs from gconf at startup and save them
17525         on exit. Prefs load and save correctly but something resets
17526         them to default after loading...
17527         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17528         Somehow the linker does not find save/load_gconf functions
17529         in libanjuta. Must be a stupid mistake, I would be glad
17530         if someone could fix that.
17531         * manuals/reference/libanjuta-sections.txt: Added new
17532         preferences functions and removed gnome-filelist
17533         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17534         * plugins/file-manager/plugin.c:
17535         Added root-path property
17537 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17538         
17539         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17540         they are not longer needed.
17541         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17542         anjuta-sections.txt: Remove references to the files
17543         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17544         Use new nautilus icons for file-manager, looks incredible
17545         cool!
17547 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17548         
17549         * plugins/editor/anjuta-docman.c: gchar* to 
17550         const gchar* in arguments
17551         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17552         Interface
17553         * plugins/file-manager/an_file_view.c: Open files on
17554         double-click. Does not work yet because it does not
17555         find IAnjutaFile interface in document manager
17557 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17558         
17559         * plugins/editor/anjuta-docman.c
17560         * plugins/editor/text_editor.c:
17561         Made close button working, made multiple selection in
17562         File/Open dialog possble, fixed crash bug if file cannot
17563         be opened.
17565 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17566         
17567         * plugins/editor/action-callbacks.c
17568         * plugins/editor/anjuta-docman.c
17569         * plugins/editor/anjuta-docman.h
17570         * plugins/editor/search-replace.c
17571         * plugins/editor/search-replace_backend.c
17572         * plugins/editor/text_editor.c
17573         * plugins/editor/text_editor.h:
17574         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17575         able to open all files, use uri instead of full_filename, fixed
17576         many bugs.
17579 2004-05-13  Naba Kumar  <naba@gnome.org>
17581         * plugins/message-view/anjuta-message-manager-plugin.glade:
17582         HIG compliant.
17584         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17585         management.
17587         * pixmaps/anjuta_splash.png: Added border.
17588         
17589         * plugins/editor/anjuta-document-manager.png: New icon.
17590         
17591         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17592         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17593         
17594         plugins/editor/Makefile.am,
17595         plugins/editor/search-replace.c,
17596         plugins/editor/search-replace.h,
17597         plugins/editor/search-replace_backend.c,
17598         plugins/editor/search-replace_backend.h,
17599         plugins/editor/search_preferences.h,
17600         plugins/editor/search_preferences.c: Merged changes from
17601         ANJUTA_1_2_0 branch.
17602         
17603         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17604         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17605         operational.
17607         * plugins/terminal/Makefile.am,
17608         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17609         dialog.
17610         
17611         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17612         submenu.
17614 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17615         * plugins/message-view/plugin.c: Fixed glade file loading
17616         Removed "Show messages" menu item
17617         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17618         twice because of this load system layout hack.
17619         * libanjuta/anjuta-ui.h: Removed #include config.h
17620         * libanjuta/libanjuta.pc: Fixed path and depencies
17621         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17622         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17623         * libanjuta/properties.cxx : #include "properties_cxx.h"
17624         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17626 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17627         * plugins/message-view/*: Fixed message view preferences
17628         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17629         * anjuta.glade: Removed messages stuff
17631 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17632         
17633         * Removed libanjutamm, it is now hosted on SF.net:
17634         cvs.sf.net/cvsroot/anjuta/libanjutamm
17636 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17637         
17638         * libanjutamm/*
17639         Added some experimental code to add support for C++ plugins.
17640         Nothing works yet and it is likely that it will disappear but
17641         I have some questions to murrayc and he wants to see the code.
17643 2004-05-11  Naba Kumar  <naba@gnome.org>
17645         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17647         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17648         hightlight style menu actions.
17650         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17651         manuals/reference/libanjuta/plugin-description-file.sgml,
17652         manuals/reference/libanjuta/writing-plugins.sgml,
17653         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17654         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17655         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17657         * src/anjuta-app.c: Always load system layout for now.
17659         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17660         
17661         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17662         manuals/reference/libanjuta/libanjuta-sections.txt,
17663         manuals/reference/libanjuta/libanjuta.types,
17664         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17665         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17666         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17667         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17668         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17669         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17670         Updated documentation.
17672         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17673         plugins/profile-default/plugin.c, src/layout.xml:
17674         Created terminal plugin.
17675          
17676         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17677         (new) plugins/file-manager/.cvsignore,
17678         plugins/file-manager/an_file_view.c,
17679         plugins/file-manager/plugin.c,
17680         plugins/file-manager/plugin.h: Moved preferences to separate
17681         glade file and added cvsignore file.
17682         
17683         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17684         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17685         from the branch. I tried it     but there were way too many conflicts.
17686         
17687         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17688         
17689         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17690         util functions required during the merge.
17691         
17692         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17693         interface.
17694         
17695         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17696         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17697         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17698         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17699         Merged with ANJUTA_1_2_0 branch.
17701 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17703         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17705 2004-05-07  Naba Kumar  <naba@gnome.org>
17707         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17709         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17710         Added preferences reading and loading.
17711         
17712         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17713         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17714         libanjuta/fileselection.c, libanjuta/fileselection.h,
17715         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17716         
17717         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17719         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17720         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17721         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17722         data/macros/autogen.sh, data/macros2/autogen.sh
17723         data/properties/ada.properties, data/properties/anjuta.properties,
17724         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17725         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17726         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17727         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17728         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17729         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17730         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17731         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17732         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17733         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17734         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17735         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17736         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17737         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17738         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17739         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17740         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17741         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17742         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17743         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17744         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17745         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17746         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17747         (added) scintilla/scintilla-marshal.c,
17748         (added) scintilla/scintilla-marshal.h,
17749         (added) scintilla/scintilla-marshal.list,
17750         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17751         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17752         (added) scintilla/patches/scintilla-calltip-align.patch,
17753         (added) scintilla/patches/scintilla-minor.patch,
17754         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17756 2004-05-06  Naba Kumar  <naba@gnome.org>
17758         * (added) plugins/file-manager/Makefile.am,
17759         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17760         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17761         (added) plugins/file-manager/anjuta-file-manager.ui,
17762         (added) plugins/file-manager/plugin.c,
17763         (added) plugins/file-manager/plugin.h,
17764         (removed) plugins/file-manager/an_file_view.h,
17765         plugins/Makefile.am, configure.in,
17766         plugins/file-manager/an_file_view.c: Created file manager plugin.
17767         
17768         * plugins/profile-default/plugin.c: Added file manager plugin in default
17769         profile.
17770         
17771         * libanjuta/Makefile.am: Fixed dependencies.
17772         * pixmaps/anjuta_splash.png: New splash screen.
17774 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17775         
17776         * template/template.c/h: Added in-line doc
17777         * manuals/reference/template/*: Added template documentation
17778         * configure.in: Build template docs
17780 2004-05-05  Naba Kumar  <naba@gnome.org>
17782         * autogen.sh: Added commands to generate initial interfaces.
17783         
17784         * libanjuta/Makefile.am,
17785         (removed)libanjuta/anjuta-plugin-parser.c,
17786         (removed)libanjuta/anjuta-plugin-parser.h,
17787         (added)libanjuta/anjuta-plugin-description.c,
17788         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17789         plugin description.
17790         
17791         * libanjuta/anjuta-plugin.c,
17792         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17793         
17794         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17795         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17796         widget add_widget() method.
17797         
17798         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17799         and moved plugin sets loading in profile plugins.
17800         
17801         * libanjuta/interfaces/.cvsignore,
17802         (removed)libanjuta/interfaces/Makefile.am,
17803         libanjuta/interfaces/libanjuta.idl,
17804         libanjuta/interfaces/anjuta-idl-compiler.pl,
17805         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17806         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17807         (removed)libanjuta/interfaces/ianjuta-editor.c,
17808         (removed)libanjuta/interfaces/ianjuta-editor.h,
17809         (removed)libanjuta/interfaces/ianjuta-file.c,
17810         (removed)libanjuta/interfaces/ianjuta-file.h,
17811         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17812         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17813         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17814         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17815         *.h and Makefile.am files. They are autogenerated. Interfaces are
17816         by anjuta-idl-compiler.pl from libanjuta.idl file.
17817         
17818         * manuals/reference/libanjuta/Makefile.am,
17819         manuals/reference/libanjuta/anjuta-architecture.sgml,
17820         manuals/reference/libanjuta/libanjuta-docs.sgml,
17821         manuals/reference/libanjuta/libanjuta-sections.txt,
17822         manuals/reference/libanjuta/libanjuta.types,
17823         manuals/reference/libanjuta/plugin-description-file.sgml,
17824         manuals/reference/libanjuta/writing-plugins.sgml,
17825         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17826         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17827         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17828         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17829         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17830         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17831         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17832         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17833         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17834         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17835         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17836         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17837         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17838         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17839         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17840         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17841         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17842         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17843         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17844         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17845         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17846         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17847         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17848         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17849         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17850         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17851         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17852         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17853         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17854         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17855         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17856         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17857         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17858         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17859         interfaces template sgmls.
17860         
17861         * plugins/Makefile.am,
17862         plugins/devhelp/anjuta-devhelp.plugin.in,
17863         plugins/devhelp/plugin.c,
17864         plugins/editor/action-callbacks.c,
17865         plugins/editor/anjuta-document-manager.plugin.in,
17866         plugins/editor/plugin.c,
17867         plugins/editor/plugin.h,
17868         plugins/editor/text_editor.c,
17869         plugins/sample1/plugin.c,
17870         plugins/message-view/anjuta-message-manager.plugin.in,
17871         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17872         placement. Fixed other errors.
17873         
17874         * (added)plugins/profile-default/.cvsignore,
17875         (added)plugins/profile-default/Makefile.am,
17876         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17877         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17878         (added)plugins/profile-default/anjuta-default-profile.ui,
17879         (added)plugins/profile-default/plugin.c,
17880         (added)plugins/profile-default/plugin.h: Added a default new
17881         profile plugin.
17882         
17883         * src/Makefile.am,
17884         src/action-callbacks.c,
17885         src/anjuta-app.c,
17886         src/anjuta.c,
17887         src/main.cpp: Fixed necessary changes for libanjuta
17889 2004-05-04  Naba Kumar  <naba@gnome.org>
17891         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17892         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17893         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17894         placement for default widgets placements.
17896 2004-05-03  Naba Kumar  <naba@gnome.org>
17898         * manuals/reference/libanjuta/anjuta-architecture.sgml,
17899         manuals/reference/libanjuta/libanjuta-docs.sgml,
17900         manuals/reference/libanjuta/plugin-description-file.sgml,
17901         manuals/reference/libanjuta/writing-plugins.sgml:
17902         Wrote more sections in writing-plugins document and fixed errors.
17904 2004-05-03  Naba Kumar  <naba@gnome.org>
17906         * libanjuta/interfaces/libanjuta.idl: Added interface
17907         IAnjutaFileManager.
17908         
17909         * manuals/reference/libanjuta/anjuta-architecture.dia,
17910         manuals/reference/libanjuta/anjuta-architecture.png: Updated
17911         architecture diagram.
17912         
17913         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
17914          manuals/reference/libanjuta/libanjuta-docs.sgml,
17915         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
17916         (added) manuals/reference/libanjuta/writing-plugins.sgml:
17917         Wrote writing-plugins document and separated chapters into
17918         separate sgml files.
17919         
17920         * plugins/file-manager/an_file_view.c,
17921         plugins/file-manager/an_file_view.h: New and improved directory
17922         rendering.
17924 2004-05-02  Sven Herzberg  <herzi@abi02.de>
17926         * anjuta.glade: re-designed the new file dialog
17927         * anjuta_dialogs_strings.c: new strings from the new file dialog
17929 2004-04-30  Naba Kumar  <naba@gnome.org>
17931         * libanjuta/interfaces/Makefile.am.iface,
17932         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
17933         
17934         * libanjuta/interfaces/libanjuta.idl: Updated.
17936         * libanjuta/interfaces/Makefile.am.iface,
17937         libanjuta/interfaces/libanjuta.idl: Updated.
17939 2004-04-29  Naba Kumar  <naba@gnome.org>
17940         
17941         * libanjuta/interfaces/Makefile.am.iface,
17942         libanjuta/interfaces/libanjuta.idl: Updated.
17944 2004-04-29  Naba Kumar  <naba@gnome.org>
17946         * libanjuta/interfaces/giface-idlc-c.pl,
17947         libanjuta/interfaces/libanjuta.idl: Upgraded.
17948         * libanjuta/interfaces/Makefile.am.iface: Added.
17949         
17950 2004-04-28  Naba kumar  <naba@gnome.org>
17952         * libanjuta/interfaces/giface-idlc-c.pl,
17953         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
17954         definitions and wrote a compiler.
17955         
17956 2004-04-28  Naba Kumar  <naba@gnome.org>
17958         * libanjuta/anjuta-shell.c: Fixed docs.
17959         * libanjuta/interfaces/Makefile.am,
17960         libanjuta/interfaces/ianjuta-file.c,
17961         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
17962         
17963         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
17964         
17965         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
17967         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17968         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17969         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17970         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17971         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
17972         * src/anjuta-app.c: Fixed bug.
17974 2004-04-27  Naba Kumar  <naba@gnome.org>
17976         * libanjuta/anjuta-preferences-dialog.c,
17977         manuals/Makefile.am: Fixed document bugs and enabled docs
17978         building.
17980         * libanjuta/anjuta-preferences-dialog.c,
17981         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
17982         More documentation.
17983         
17984         * libanjuta/anjuta-preferences.c,
17985         manuals/reference/libanjuta/libanjuta-docs.sgml,
17986         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17987         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17988         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17989         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17990         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
17991         Wrote more documentations.
17993         * (removed) plugins/message-view/imessage-view.c,
17994         (removed) plugins/message-view/ianjuta-msgman.c,
17995         plugins/message-view/Makefile.am,
17996         plugins/message-view/anjuta-msgman.c,
17997         plugins/message-view/anjuta-msgman.h,
17998         plugins/message-view/message-view.c,
17999         plugins/message-view/message-view.h,
18000         plugins/message-view/plugin.c,
18001         plugins/message-view/plugin.h: Moved interface implementations
18002         in their respective classes and used correct macros to
18003         defined class types.
18005         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18006         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18007         AnjutaUI from GtkUIManager instead of GtkDialog.
18009         * manuals/reference/libanjuta/Makefile.am,
18010         manuals/reference/libanjuta/libanjuta-docs.sgml,
18011         manuals/reference/libanjuta/libanjuta-sections.txt,
18012         manuals/reference/libanjuta/libanjuta.types,
18013         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18014         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18015         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18016         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18017         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18018         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18019         Wrote more documentation, fixed typos, added architecture
18020         diagram, updated object types etc.
18022         * plugins/editor/text_editor.c: Fixed interface implementation.
18024 2004-04-26  Naba Kumar  <naba@gnome.org>
18026         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18027         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18028         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18029         architecture diagram and a new chapter on plugins description file.
18031 2004-04-25  Naba Kumar  <naba@gnome.org>
18033         *  libanjuta/anjuta-children.h,
18034         libanjuta/anjuta-plugin.c,
18035         libanjuta/anjuta-plugin.h,
18036         libanjuta/anjuta-preferences.c,
18037         libanjuta/anjuta-shell.c,
18038         libanjuta/anjuta-shell.h,
18039         libanjuta/e-splash.c,
18040         libanjuta/e-splash.h,
18041         manuals/reference/libanjuta/Makefile.am,
18042         manuals/reference/libanjuta/libanjuta-docs.sgml,
18043         manuals/reference/libanjuta/libanjuta-sections.txt,
18044         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18045         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18046         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18047         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18048         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18049         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18050         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18051         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18052         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18053         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18054         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18055         manuals/reference/libanjuta/tmpl/defaults.sgml,
18056         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18057         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18058         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18059         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18060         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18061         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18062         manuals/reference/libanjuta/tmpl/plugins.sgml,
18063         manuals/reference/libanjuta/tmpl/properties.sgml,
18064         manuals/reference/libanjuta/tmpl/resources.sgml,
18065         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18066         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18067         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18068         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18069         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18070         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18072         Added more template files and wrote more documentation.
18074 2004-04-24  Andras Timar  <timar@gnome.hu>
18076         * configure.in: Added hu to ALL_LINGUAS.
18078 2004-04-23  Naba Kumar  <naba@gnome.org>
18079         
18080         * configure.in: Fixed compile error.
18081         
18082         * libanjuta/anjuta-children.c,
18083         libanjuta/anjuta-children.h,
18084         libanjuta/anjuta-preferences.c,
18085         libanjuta/anjuta-preferences.h,
18086         libanjuta/anjuta-shell.c,
18087         libanjuta/anjuta-ui.c,
18088         libanjuta/anjuta-ui.h,
18089         manuals/reference/libanjuta/Makefile.am,
18090         manuals/reference/libanjuta/libanjuta-docs.sgml,
18091         manuals/reference/libanjuta/libanjuta.types,
18092         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18093         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18094         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18095         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18096         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18097         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18098         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18099         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18100         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18101         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18102         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18103         manuals/reference/libanjuta/tmpl/defaults.sgml,
18104         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18105         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18106         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18107         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18108         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18109         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18110         manuals/reference/libanjuta/tmpl/plugins.sgml,
18111         manuals/reference/libanjuta/tmpl/properties.sgml,
18112         manuals/reference/libanjuta/tmpl/resources.sgml,
18113         plugins/sample1/plugin.c: Added libanjuta API documentation.
18115 2004-04-22  Naba Kumar  <naba@gnome.org>
18117         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18118         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18119         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18120         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18121         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18122         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18123         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18124         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18125         (removed) libegg/eggradiotoolbutton.c,
18126         (removed) libegg/eggseparatortoolitem.c,
18127         (removed) libegg/eggtoggletoolbutton.c,
18128         (removed) libegg/eggtoolbar.c,
18129         (removed) libegg/eggtoolbutton.c,
18130         (removed) libegg/eggtoolitem.c,
18131         (removed) libegg/prop-editor.c,
18132         (removed) libegg/test-actions.c,
18133         (removed) libegg/test-drag.c,
18134         (removed) libegg/test-merge.c,
18135         (removed) libegg/test-toolbar.c,
18136         libegg/menu/Makefile.am,
18137         (removed) libegg/menu/egg-accel-dialog.h,
18138         (removed) libegg/menu/egg-action-group.h,
18139         (removed) libegg/menu/egg-action.h,
18140         libegg/menu/egg-entry-action.h,
18141         (removed) libegg/menu/egg-markup.h,
18142         (removed) libegg/menu/egg-menu-merge.h,
18143         (removed) libegg/menu/egg-menu.h,
18144         (removed) libegg/menu/egg-radio-action.h,
18145         (removed) libegg/menu/egg-toggle-action.h,
18146         (removed) libegg/menu/howitshouldwork.txt,
18147         (removed) libegg/toolbar/.cvsignore,
18148         (removed) libegg/toolbar/Makefile.am,
18149         (removed) libegg/toolbar/TODO,
18150         (removed) libegg/toolbar/eggradiotoolbutton.h,
18151         (removed) libegg/toolbar/eggseparatortoolitem.h,
18152         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18153         (removed) libegg/toolbar/eggtoolbar.h,
18154         (removed) libegg/toolbar/eggtoolbutton.h,
18155         (removed) libegg/toolbar/eggtoolitem.h,
18156         (removed) libegg/toolbar/prop-editor.h,
18157         (removed) libegg/toolbar/toolbar-api.txt,
18158         (removed) libegg/toolbar/toolbar-ideas.txt,
18159         plugins/devhelp/anjuta-devhelp.ui,
18160         plugins/devhelp/plugin.c,
18161         plugins/editor/action-callbacks.c,
18162         plugins/editor/action-callbacks.h,
18163         plugins/editor/anjuta-docman.c,
18164         plugins/editor/anjuta-document-manager.ui,
18165         plugins/editor/plugin.c,
18166         P plugins/message-view/Makefile.am,
18167         plugins/message-view/anjuta-message-manager.ui,
18168         plugins/message-view/plugin.c,
18169         plugins/sample1/anjuta-sample.ui,
18170         plugins/sample1/plugin.c,
18171         src/action-callbacks.c,
18172         src/action-callbacks.h,
18173         src/anjuta-actions.h,
18174         src/anjuta-app.c,
18175         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18176         Gtk actions and UIManager. Fixed all plugins to use this.
18177         
18178         * manuals/reference/gtkdoc-scangobj.diff,
18179         manuals/reference/libanjuta/Makefile.am,
18180         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18181         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18182         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18183         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18184         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18186         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18187         
18188 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18189         
18190         * plugins/message-view/imessage-view.c
18191         * plugins/message-view/ianjuta-msgman.c:
18192         Added interfaces
18194 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18196         * configure.in: Added en_CA to ALL_LINGUAS.
18198 2004-04-08  Naba Kumar  <naba@gnome.org>
18200         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18201         libanjuta/interfaces/Makefile.am,
18202         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18203         message manager and message view interfaces.
18205         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18206         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18207         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18208         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18209         src/anjuta-app.c: Used 'activate' and
18210         'deactivate' virtual methods for plugins. Fixed installed plugins
18211         dialogs. Added remove_widget() method for AnjutaShell.
18213         * libanjuta/interfaces/Makefile.am,
18214         libanjuta/interfaces/ianjuta-document-manager.c,
18215         libanjuta/interfaces/ianjuta-document-manager.h,
18216         libanjuta/interfaces/ianjuta-editor.c,
18217         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18218         and editor interfaces.
18220         * plugins/devhelp/plugin.c,
18221         plugins/message-view/anjuta-message-manager.plugin.in,
18222         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18223         plugins/sample1/plugin.c: Updated plugins implementation to
18224         reflect the changes.
18226 2004-04-07  Naba Kumar  <naba@gnome.org>
18228         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18229         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18230         libanjuta/interfaces/ianjuta-editor.h,
18231         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18232         plugins/editor/anjuta-docman.c,
18233         plugins/editor/anjuta-document-manager.plugin.in,
18234         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18235         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18236         Added supported interfaces for plugins. Tested plugin interfaces
18237         through sample plugin.
18238         
18239 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18240         
18241         * template/Makefile.am, data/templates/library/Makefile.am
18242         Fixed some automake-1.7 incompatibilities
18243         * template/xmltemplate.c: Small fix
18245 2004-02-23  Naba Kumar  <naba@gnome.org>
18247         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18248         Added plugins manager dialog.
18249         
18250         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18251         library dependencies.
18252         
18253         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18254         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18255         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18256         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18257         geometry command line option.
18258         
18259 2004-02-16  Naba Kumar  <naba@gnome.org>
18261         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18262         Added interfaces and IAnjutaEditor editor interface.
18263         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18264         interface.
18265         * libanjuta/anjuta-shell.h: Fixed bug.
18266         
18267 2004-02-13  Naba Kumar  <naba@gnome.org>
18269         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18270         
18271 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18272         
18273         * data/template/*/.cvsignore:
18274         Avoid all these ? in cvs output
18276 2004-02-13  Naba Kumar  <naba@gnome.org>
18278         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18279         includes and linking.
18281         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18282         and set required version to devhelp 0.8. This devhelp version
18283         can be acquired from gnome cvs branch devhelp branch
18284         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18286         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18287         src/actions-callbacks.c: Added Dock Manager settings menu item.
18289         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18290         * plugins/devhelp/plugin.c: Fixed a linking bug.
18291         
18292         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18293         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18294         external GDL dependency and used libegg codes.
18295         
18296 2004-02-12  Naba Kumar  <naba@gnome.org>
18298         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18299         Added devhelp plugin, but it can't be used without a
18300         patch in devhelp. So it's disabled for now.
18302         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18303         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18304         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18305         Update cvsignore files.
18307         * libanjuta/plugins.c, widgets/e-splash.c:
18308         Fixed plugins loading to show splash icons.
18309         
18310         * plugins/message-view/anjuta-message-manager.plugin.in,
18311         plugins/message-view/plugin.c: Fixed plugin registered name.
18313         * plugins/message-view/anjuta-message-view.png,
18314         plugins/sample1/anjuta-sample-plugin.png: Update images.
18316         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18317         src/main.c: Fixed layout loading.
18319         * plugins/devhelp/Makefile.am: Fixed error.
18321         * (removed) widgets/*, libanjuta/plugins.h,
18322         src/main.c: Transfered widgets to libanjuta/.
18323         
18324         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18325         toplevel directory to created only one library as libanjuta-egg.
18327         * data/Makefile.am: Fixed build error.
18329         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18330         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18331         libegg/.cvsignore: Added egg dock widget.
18333         * gdl/*: Removed as they are now available in libegg.
18334         
18335 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18337         * plugins/editor/anjuta-docman.c:
18338         Use stock close icon on tab close button
18340 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18341         
18342         * data/template/Makefile.am
18343         data/template/language/Makefile.am
18344         data/template/library/Makefile.am
18345         data/template/text/Makefile.am
18346         data/template/project/Makefile.am
18347         data/template/project/terminal/Makefile.am
18348         configure.in: Created Makefile to install templates
18350 2004-02-11  Naba Kumar  <naba@gnome.org>
18352         * plugins/editor/action-callbacks.c,
18353         plugins/editor/anjuta-document-manager.ui,
18354         plugins/editor/plugin.c
18355         plugins/message-view/anjuta-message-manager.ui,
18356         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18357         
18358 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18359         
18360         * plugins/message-view/*: MessageView plugin is now loaded
18361         The menu items are still dummies.
18363 2004-02-09  Naba Kumar  <naba@gnome.org>
18365         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18366         generation.
18367         
18368         * libanjuta/anjuta-preferences.h: Added some documentation.
18369         
18370         * libanjuta/anjuta-shell.h: Removed dead codes.
18371         
18372         * (removed) manuals/reference/gtkdoc-scangobj,
18373         manuals/reference/gtkdoc-scangobj.diff,
18374         manuals/reference/libanjuta/.cvsignore,
18375         manuals/reference/libanjuta/Makefile.am,
18376         manuals/reference/libanjuta/README.inline-doc,
18377         manuals/reference/libanjuta/README.sections,
18378         manuals/reference/libanjuta/libanjuta-docs.sgml,
18379         manuals/reference/libanjuta/libanjuta-sections.txt,
18380         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18381         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18382         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18383         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18384         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18385         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18386         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18387         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18388         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18389         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18390         manuals/reference/libanjuta/tmpl/defaults.sgml,
18391         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18392         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18393         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18394         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18395         manuals/reference/libanjuta/tmpl/plugins.sgml,
18396         manuals/reference/libanjuta/tmpl/properties.sgml,
18397         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18398         of scan program. Updated templates.
18400         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18401         editor action callbacks data.
18402         
18403         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18404         scintilla object ref/unref.
18406 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18407         
18408         * template/*: Added new xml based template system
18409         * template/dtds/*: Dtds to validate xml files of the template systems
18410         * data/template/*: Some sample template files
18411         Still needs some work but builds fine!
18413 2004-02-06  Naba Kumar  <naba@gnome.org>
18415         * cofigure.in, manuals/Makefile.am,
18416         (added) manuals/reference/*: Added API documentation
18417         structure (gtk-doc based).
18419         * libanjuta/libanjuta.h: Updated
18420         
18421 2004-02-05  Naba Kumar  <naba@gnome.org>
18422         
18423         * configure.in: Sets correct dependencies and
18424         uses gdl external library.
18426         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18427         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18428         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18429         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18430         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18431         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18432         and added file dialogs.
18434         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18435         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18436         Build dynamic libraries for libegg.
18438         * plugins/Makefile.am, plugins/editor/Makefile.am,
18439         plugins/editor/action-callbacks.c, 
18440         plugins/editor/action-callbacks.h,
18441         plugins/editor/anjuta-docman.c,
18442         plugins/editor/anjuta-docman.h
18443         plugins/editor/anjuta-document-manager.plugin.in
18444         plugins/editor/anjuta-document-manager.png
18445         plugins/editor/anjuta-document-manager.ui
18446         plugins/editor/file.c
18447         plugins/editor/file.h
18448         plugins/editor/plugin.c
18449         plugins/editor/print.c
18450         plugins/editor/print.h
18451         plugins/editor/search-replace.c
18452         plugins/editor/search_incremental.c
18453         plugins/editor/search_incremental.h
18454         plugins/editor/text_editor.c
18455         plugins/editor/text_editor.h
18456         plugins/editor/text_editor_cbs.c
18457         plugins/editor/text_editor_menu.h
18458         plugins/sample1/Makefile.am
18459         plugins/sample1/anjuta-sample-plugin.png
18460         plugins/sample1/anjuta-sample.plugin.in
18461         plugins/sample1/anjuta-sample.ui
18462         plugins/sample1/plugin-sample1.c
18463         plugins/sample1/plugin.c
18464         plugins/sample1/plugin.h: Created sample
18465         plugin and fixed editor plugin.
18467         * printing/*: Removed.
18469         * scintilla/Makefile.am: Builds dynamic library.
18471         * src/Makefile.am, src/action-callbacks.c,
18472         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18473         src/anjuta-actions.h, src/anjuta-app.c,
18474         src/anjuta-app.h, src/anjuta-callbacks.c,
18475         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18476         (removed) src/anjuta.h, src/anjuta.ui,
18477         src/layout.xml, src/main.c, src/preferences.h,
18478         src/utilities.c: Debuggged and finally made plugins
18479         loadable.
18481         * global-tags/Makefile.am: Fixed build error.
18483 2004-02-03  Naba Kumar  <naba@gnome.org>
18485         * configure.in: Users GDL from external package.
18486         * plugins/*: Added many new plugins (not ready though).
18487         * src/*: Removed many files (which have been transfered in plugins/).
18488         
18489 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18491         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18493 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18495         * configure.in: Added editor plugins
18496         
18497         * plugins/Makefile.am, src/search-replace_backend.h,
18498         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18499         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18500         
18501         * Added: plugins/editor/search_incremental.c, 
18502         plugins/editor/search_incremental.h
18504         * Update search-replace in plugins/editor
18505         
18506 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18507         
18508         * plugins/message-view/message-view.c: Some code clean-up
18510 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18512         * Added: search_incremental[ch]
18513         
18514         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18515         src/mainmenu_callbacks.c, src/toolbar.c
18516         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18517         
18518         * Incremental Search
18520 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18521         
18522         * plugins/message-view/anjuta-msgman.[c/h]:
18523         Added message manager for easier message handling with a
18524         similar interface as docman. Of course you can still use
18525         MessageView standalone.
18526         * plugins/Makefile.am: Added message-view because it compiles
18527         without errors.
18529 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18530         
18531         * plugins/message-view/*: Added message-view plugin 
18532         (still incomplete) 
18533         * configure.in: Added plugins/message-view/Makefile
18535 2004-01-03  Naba Kumar  <naba@gnome.org>
18537         * libanjuta/*.c: Added new files and updated old ones.
18538         * plugins/editor/*: Added editor plugin.
18539         * configure.in: Added editor plugin and moved editor related
18540         files into it.
18542 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18544         * src/Makefile.am: Added search-replace_backend.[ch]
18545         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18546         find_replace.[ch]
18547         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18548         src/search-replace_backend.c, src/search-replace_backend.h,
18549         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18550         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18551         src/toolbar_callbacks.c
18552         * The advanced Search/Replace functionality now replaces the older
18553         Find/Replace stuff.
18554         * The Search/Replace functionality can be interrupted during a long
18555         Search/Replace;
18556         
18557 2003-12-11  Naba Kumar  <naba@gnome.org>
18559         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18560         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18561         errors.
18562         * Makefile.am, libanjuta/*: Added new module.
18563         * src/Makefile.am: Fixed linking error.
18564         * src/watch_cbs.c: Debugger clean up.
18565         * configure.in: Added libanjuta-2.0.pc
18567         * configure.in, libanjuta/Makefile.am,
18568         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18569         libanjuta instead.
18571 2003-12-11  Naba Kumar  <naba@gnome.org>
18573         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18575         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18576         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18577         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18578         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18579         The user can now give a name at the creation of a new file and
18580         insert automatically (user choice) header, gpl notice, header
18581         template. The file extension is added automatically according
18582         to the selected type of file. The various insert functions have
18583         been moved from mainmenu-callback.c to file.c. The cursor is now
18584         moved after an insert operation. Removes also useless code in
18585         memory.c and search-replace.c
18586         
18587 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18589         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18590         sortable headers, process tree, removal of path and process params
18591         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18592         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18593         code cleanup
18595 2003-12-10  Naba Kumar  <naba@gnome.org>
18597         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18598         
18599 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18601         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18603 2003-11-28  Naba Kumar  <naba@gnome.org>
18605         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18606         
18607         * manuals/de/*: Added german translation docs.
18608         
18609         * configure.in, Makefile.am, src/Makefile.am,
18610         libegg/*/*: Added libegg library.
18611         
18612         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18613         installation directory.
18614         
18615         * src/text_editor_cbs.c: Fixed closing of file.
18617 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18618                                                                                 
18619         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18621 2003-09-05  Naba Kumar  <naba@gnome.org>
18623         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18624         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18625         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18626         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18627         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18628         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18629         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18630         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18631         using libegg. Initial commit -- compiles but is not complete.
18633 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18635         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18637 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18639         * configure.in: Removed "ta" from ALL_LINGUAS.
18641 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18643         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18645 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18647         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18649 2004-04-24  Andras Timar  <tmar@gnome.hu>
18651         * configure.in: Added hu to ALL_LINGUAS.
18653 2004-04-14  Naba Kumar  <naba@gnome.org>
18655         * src/Makefile.am, printing/Makefile.am,
18656         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18657         because we are still using GtkCombo and build breaks with gtk-2.4.
18658         
18659 2004-04-13  Naba Kumar  <naba@gnome.org>
18661         * NEWS: Updated.
18662         * anjuta.spec.in: Fixed build error.
18663         * po/POTFILES.in: Updated.
18664         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18666 2004-04-11  Naba Kumar  <naba@gnome.org>
18668         * NEWS: Updated.
18669         * AUTHORS: Updated.
18670         * configure.in: Added ga in ALL_LINGUAS.
18671         * ChangeLog: Fixed dates.
18672         
18673 2004-04-09  Naba Kumar  <naba@gnome.org>
18675         * src/print.c: Fixed buffer styling bug when printing with
18676         selection.
18678         * data/properties/anjuta.properties: Defined only one base font and
18679         used courier instead of lucidatypewriter, because most newer systems are
18680         unlikely to have it (bug #885023, #925956, #890473).
18681         
18682         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18683         warning.
18684         
18685         * src/an_file_view.c: Fixed possible crash bug.
18687 2004-04-07  Naba Kumar  <naba@gnome.org>
18689         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18690         gtk_main_quit() etc..), so that atexit() functions are not called
18691         (which is apparently done to free up memory and we don't need to
18692         do that at this point). Incidentally, something also happens in the
18693         atexit call which freezes the UI for far too long when the application
18694         exits and we want to avoid that..
18695         * src/glade_iface.c: Fixed compiler warning.
18696         
18697 2004-04-06  Naba Kumar  <naba@gnome.org>
18699         * src/project_dbase_gui.c: Fixed errors.
18701         * src/registers_gui.c: Fixed possible crash bug.
18702         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18703         * src/signals.[c,h]: Used tree view and glade file for dialog.
18704         * src/Makefile.am, src/about.c, src/an_file_view.c,
18705         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18706         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18707         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18708         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18709         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18710         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18711         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18712         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18713         src/launcher.h, src/main.c, src/main_menubar.c,
18714         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18715         src/message-manager-private.cc, src/message-manager.cc,
18716         src/preferences.c, src/project_config.c, src/project_dbase.c,
18717         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18718         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18719         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18720         src/search-replace.c, src/search-replace_backend.c,
18721         src/search_incremental.c, src/search_preferences.c,
18722         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18723         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18724         src/signals_gui.c, src/source.c, src/src_paths.c,
18725         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18726         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18727         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18728         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18729         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18730         tagmanager/Makefile.am, scintilla/include/SString.h,
18731         widgets/Makefile.am, widgets/gnomefilelist.c:
18733         Removed all deprecated codes and substituted
18734         with newer APIs. Fixed some possible crash bugs where cell renderers
18735         were being shared.
18736         
18737         * scintilla/patches/scintilla-minor.patch: Minor patch.
18739 2004-04-06  Naba Kumar  <naba@gnome.org>
18741         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18742         tree after all the files have been added (and not everytime a file
18743         is added in the project). Also fixed some memory corruption
18744         (possibly bug #900478).
18745         
18746         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18747         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18748         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18749         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18750         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18751         qualifier wherever appropriate.
18753 2004-04-05  Naba Kumar  <naba@gnome.org>
18755         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18756         switch terminal echo on/off. Debugger requires it off, while the
18757         rest requires it on.
18759         * src/search-replace.c: sets search direction and action (in addtion
18760         to target) for find in files.
18761         
18762 2004-04-02  Naba Kumar  <naba@gnome.org>
18764         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18766         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18767         src/an_symbol_view.c: Added an gtk events loop for
18768         displaying project loading status (for loading large projects) and
18769         debugger program starting ... just to give an impression of fastness :-).
18771         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18773         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18774         crash bug, which occurs when opening and closing a large project
18775         repeatedly.
18776         
18777         * src/attach_process.c: Fixed a comiple error for old gcc.
18778         
18779         * src/launcher.c: Prints proper error message when launcher child
18780         could not be executed and exits properly. Fixed a crash
18781         bug (bug #926606).
18782         
18783         * src/resources.c, src/utilities.c, src/glade_iface.c,
18784         src/debugger.c, src/attach_process.c: Properly exits forked children
18785         when they could not be executed.
18786         
18787 2004-04-01  Naba Kumar  <naba@gnome.org>
18789         * src/search-replace.c: Fixed a crash bug (bug #921893).
18791 2004-03-31  Naba Kumar  <naba@gnome.org>
18793         * anjuta.glade: Added a note on compiler options dialog ->support
18794         dialog telling that supports are only available for file mode.
18796         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18797         src/anjuta_cbs.c:
18798         Improved shutdown time delay by bypassing project closing
18799         and unloading plugins.
18801         * src/build_file.c, data/properties/anjuta.properties: Added a property
18802         to toggle on/off for going to first error automatically.
18804 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18806         * src/debugger.c: fixed core file loading
18807         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18808         for long lines (bugs #700968 and #911376)
18809         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18810         #917982.
18811         * src/anjuta.c: Focuses current AnEditor correctly.
18813 2004-03-30  Naba Kumar  <naba@gnome.org>
18815         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18816         * AUTHORS: Updated with all contributors names.
18817         * NEWS: Updated.
18818         * src/about.c: Reads contributors names from AUTHORS file.
18819         * manuals/C/anjuta-manual/authors.xml: Points to online
18820         contributors list.
18821         
18822 2004-03-29  Naba Kumar  <naba@gnome.org>
18824         * data/properties/ada.properties: Fixed syntax colors. Patch
18825         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18826         (bug #923474).
18828         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18829         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18830         generated projects, so that their pixmap files are
18831         found properly (bug #919903).
18832         
18833         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18834         anjuta.
18836         * src/source.c: Installs .glade file of libgllade
18837         projects in $(datadir)/$(package)/glade (part of bug #861038).
18838         
18839         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18840         in compiler options (bug #883837).
18841         
18842         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18843         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18844         
18845 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18847         * anjuta/src/search-replace.c: fixed another crash bug in
18848         "Find Usage"
18849         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18850         breakpoint property fix
18852 2004-03-29  Naba Kumar  <naba@gnome.org>
18854         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18855         (new) manuals/C/anjuta-advanced-tutorial/*:
18856         Added menu entry for 'Anjuta Advanced Tutorial'
18857         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18859 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18860         
18861         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18862         Fixed bug #908941  ('Open' starts in wrong directory)
18863         
18864 2004-03-26  Naba Kumar  <naba@gnome.org>
18866         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18867         compile error and bug #905738 with terminal.
18869         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18870         src/search-replace.[h,c], src/search_incremental.[h,c],
18871         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18872         src/text_editor.[c,h]: Fixed compiler warnings.
18873         
18874         * src/search-replace.c: Fixed a memory corruption (possible
18875         fix for bug #921893, but not yet confirmed).
18876         
18877         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18878         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18879         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18880         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18882 2004-03-25  Naba Kumar  <naba@gnome.org>
18884         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18885         crash bug with attach process dialog and made the dialog closable
18886         with 'esc'.
18887         
18888         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18889         always display within the margin.)
18890         
18891         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18892         the old breakpoint when it's properties are updated
18893         (creating a new updated one).
18894         
18895 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
18897         * src/aneditor.cxx, src/aneditor.h: fixed calltips
18898         displayed for wrong file.
18899         * src/breakpoints.c: conditional breakpoints
18900         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
18901         "Find in Files..." disabling policy
18903 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18905         * src/build_file.c: Fixed bug #874380
18906         Goto the first error if it exists.
18908 2004-03-24  Naba Kumar  <naba@gnome.org>
18910         * src/anjuta.c: Fixed to get correct child exit status
18911         using mask (bug #905738).
18912         
18913         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
18914         Aligned buttons in the New file dialog,
18915         set default response to OK, entry box activates default response,
18916         ESC closes dialog and hides on delet_event.
18918 2004-03-19  Naba Kumar  <naba@gnome.org>
18920         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
18921         tree).
18923 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
18925         * src/search-replace.c: fixed "Find Usage" crash when no project open
18927 2004-03-17  Naba Kumar  <naba@gnome.org>
18929         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
18930         Fixed the generated projects to read m4 directory if the directory
18931         exists (bug #917781).
18932         
18933 2004-03-12  Naba Kumar  <naba@gnome.org>
18935         * HACKING: Fixed formatting for auto-parsing.
18937 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
18938         
18939         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
18940         rework (bug #890609)
18942 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18943         
18944         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
18946 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18947         
18948         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
18949         * src/search_preferences.c: Fixed typo.
18950         
18951 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18952         
18953         * src/search-replace.c: improved Search&Replace
18954         For the moment "Replace All" does not work with non opened files
18955         but Anjuta should not crash now ! ??? 
18956         
18957 2004-02-26  Naba Kumar  <naba@gnome.or>
18959         * src/source.c: Fixed to pass cflags correctly
18960         and suppress the automake's default cflags.
18961         bug #816130, #801056, #782798, #773459
18962         
18963         * data/properties/anjuta.properties: Do not defualt to -k make option.
18964         bug #875486.
18966         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
18967         bug #877683.
18968         
18969         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
18970         
18971         * src/message-manager-private.cc: Disabled debug messages.
18972         
18973 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
18975         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
18977 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18978         * anjuta.glade, src/search-replace.c:
18979         Reduced Search&Replace dialog, bug #902636.
18980         
18981 2004-02-23  Naba Kumar  <naba@gnome.or>
18983         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
18984         (bug #866143).
18986 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18987         
18988         * src/search_incremental.c: Fixed bug #900903
18990 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
18991         
18992         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
18993         src/anjuta.c: Fixed bugs #890609 and #890609
18995 2004-02-23  Naba Kumar  <naba@gnome.or>
18997         * src/message-manager.cc: Disconnects menuitem signal properly.
18998         Fixed bug #901723.
18999         
19000         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19001         bug #900897.
19002         
19003 2004-02-20  Naba Kumar  <naba@gnome.org>
19005         * src/message-manager-private.[c,h]: Implemented keypress
19006         event for the terminal and resets it when ctrl c or ctrl d
19007         is pressed. But it doesn't seem to be working on keypress.
19008         Added a workaround to let it work on key release instead.
19009         (bug #878357).
19010         
19011         * src/search-replace: Fixed compiler warnings.
19012         
19013 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19015         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19016         Use defined file name when saving new files (fixes bug #898105)
19017         Don't change filename when clicking on a directory
19018         
19019         BTW: Happy birthday to me :-)
19020         
19021 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19022         
19023         * src/search-replace.c: Fixed a crash bug 
19024         Crash on Find & Replace (#887833)
19025         
19026 2004-02-18  Naba Kumar  <naba@gnome.org>
19028         * src/executer.c: Fixed a crash bug.
19029         
19030         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19031         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19032         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19033         instead of GtkWindow (Part of bug #671596).
19034         
19035         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19036         src/registers_gui.c, src/registers_cbs.[h,c],
19037         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19038         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19039         src/compiler_options.c, src/an_file_view.c, start-with.c,
19040         src/anjuta-tools.c, help.c:
19042         Added "close" buttons on all
19043         dialogs (HIG) and fixed to properly response to ESC close
19044         (Part of bug #671596).
19046         * src/launcher.c: Disabled printing of long debug lines.
19047         
19048         * src/utilities.h: Fixed a compiler warning.
19049         
19050 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19052         * src/anjuta.c: "Save all" action now asks for filenames for new files
19053         (fixes bug #898111)
19055 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19057         * anjuta.glade, src/text_editor.c:
19058         Fixed a typo in Hello World indentation style 
19059         Fixed misuse of translated strings when looking for style
19060         This entry fixes bug #876037
19062 2004-02-16  Naba Kumar  <naba@gnome.org>
19064         * src/utilities.c: Fixed return value when dest file could
19065         not be created.
19067         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19068         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19069         internal function to compare files.
19070         
19071 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19073         * src/message-manager-private.cc:
19074         Set bold color as foreground color in terminal
19075         (fixes bug #864924)
19077         * src/aneditor.cxx:
19078         Use font style defined for message indicators in
19079         preferences/messages
19080         (fixes bug #885032)
19082 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19084         * src/build_project.c:
19085         Use build.silent option from preferences (fixes bug #895726)
19086         
19087 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19089         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19091 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19092         
19093         Patch from Massimo Corà <maxcvs@email.it>:
19094         * scintilla/LexCPP.cxx: Support "///" comments
19096 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19097         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19098         src/search_replace.h, src/search-replace_backend.h
19099         anjuta.glade
19100         
19101         * Added: src/search_preferences.c, src/search_preferences.h
19102         Allow the user to save search/replace settings and give them names.
19104 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19105         
19106         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19107         scintilla/ScintillaGTK.cxx:
19108         Hopefully fixed AMD 64 crash bug by using correct marshaller
19110 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19112         * src/preferences.c: Save GtkOptionMenu properties properly
19113         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19115 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19116         
19117         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19118         Fixed libiconv issue
19119         * NEWS: Updated
19121 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19122         
19123         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19124         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19125         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19126         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19127         src/sharedlib_gui.c:
19128         Debugger speed-up, replaced deprecated GtkCList
19130 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19132         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19134 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19136         * configure.in: Added "sq" to ALL_LINGUAS.
19138 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19140         * configure.in: Added "ko" to ALL_LINGUAS.
19142 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19144         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19145         src/search_incremental.c, src/search_incremental.h: 
19146         Search_incremental code cleanup
19148 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19150         * scintilla/*/*: Updated scintilla to CVS
19151         * Added: scintilla/Readme.sync
19152         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19153         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19154         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19155         scintilla/ScintillaGTK.cxx,
19156         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19157         scintilla/include/Scintilla.iface: Updated.
19159 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19161         * search-replace_backend.[ch], search_incremental[ch]: Added
19162         
19163         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19164         find_replace.[ch]: Removed.
19165         
19166         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19167         src/search-replace_backend.c, src/search-replace_backend.h,
19168         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19169         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19170         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19171         functionality now replaces the older Find/Replace stuff. The Search/Replace
19172         functionality can be interrupted during a long Search/Replace.
19174 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19176         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19177         selecting ".." and "." from file selector. 
19179 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19181         * anjuta.glade: Fixed wrong "fold.symbols" property
19183 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19184         
19185         * src/project_dbase_gui.c: Alphabetical order ;-)
19186         * src/compiler_options.c: Fixed bug #867539
19187         * src/launcher.c: Workaround for bugs #864922, #849928,
19188         #846386 and #845782: The launcher no longer hangs but does
19189         not get the exit status correctly sometimes.
19190         * Changes suggested by Bosik are obviously already in without
19191         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19192         * NEWS, README, anjuta.prj, configure.in: 
19193         Changed version to 1.2.1
19194         
19195         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19196         * anjuta_dialogs_strings.c, anjuta.glade: 
19197         Fixed bugs #860906, #859329
19198         
19199         Patch from grzegol@pld-linux.org
19200         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19201         freedesktop.org standard)
19203 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19204         
19205         Patch from Stefano Vallarino <stevalla@libero.it>:
19206         * src/source.[c/h]: Fixes cpp sample file to conform to 
19207         ISO/IEC 14882, C++-Standard 
19209 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19211         Review by Johannes Schmid <jhs@cvs.gnome.org>
19212         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19213         command using sh -c.
19214         * src/compile.c: Use build_execute_shell_command when compiling single
19215         files.
19217 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19218         
19219         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19220         * src/breakpoints.c: Code cleanup, workaroud for possible 
19221         launcher bug
19222         * src/src_paths.c: Update debugger dirs on directory change
19224 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19226         Review by Johannes Schmid <jhs@cvs.gnome.org>
19227         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19228         sortable headers, process tree, removal of path and process params
19229         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19230         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19231         code cleanup
19233 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19234         
19235         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19236         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19237         Add a dialog for "New file" which lets the user set the 
19238         filename and to add copyright/header templates to the file
19239         * Review: Changed function names to contain modules name (file_)
19241 2003-12-09  Naba Kumar  <naba@gnome.org>
19243         * setup-gettext: Fixed a typo.
19244         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19246 ---- Released version 1.2.0 ---
19248 2003-12-08  Naba Kumar  <naba@gnome.org>
19250         * src/preferences.c: Fixed compiler error.
19251         * global_tags/create_global_tags.sh: Fixed to install properly
19252         even when system.tags could not be generated.
19253         * NEWS: Updated.
19255 2003-12-06  Naba Kumar  <naba@gnome.org>
19257         * setup-gettext: Fixed to not generate intl directory with gettextize.
19259         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19260         * src/anjuta.c: Filters out unnecessary files from find in files
19261         command.
19262         
19263         * NEWS: Updated.
19264         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19265         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19266         
19267 2003-12-04  Naba Kumar  <naba@gnome.org>
19268         
19269         * src/gnome_project.c: Enables debug and optimization flags for
19270         new projects.
19271         
19272         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19273         
19274         * src/project_dbase_gui.c: combined header and c files for
19275         file selector.
19276         
19277         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19278         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19280 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19282         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19284 2003-11-29  Naba Kumar  <naba@gnome.org>
19286         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19287         * NEWS: Updated.
19289 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19290         
19291         * src/main_menubar.c: Now files cannot be opened twice in recently
19292         file menu
19294 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19296         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19298 2003-11-28  Naba Kumar  <naba@gnome.org>
19300         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19301         
19302 2003-11-27  Naba Kumar  <naba@gnome.org>
19304         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19305         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19306         
19307         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19308         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19309         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19310         checkbox in project wizard (project options page) to enable/disable
19311         source code generation with glade(mm).
19312         
19313         * NEWS: Updated
19314         
19315 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19317         * src/dnd.c: Opening files with special characters in the name.
19319 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19321         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19322         a long time.
19324 2003-11-18  Naba Kumar  <naba@gnome.org>
19326         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19327         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19328         src/project_import.c, plugins/patch/patch-plugin.c:
19329         Fixed g_signal_diconnect calls to pass correct data.
19330         (Fixed possible crash in project imports).
19331         
19332         * NEWS: Updated.
19333         
19334 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19336         Reviewed by Naba Kumar  <naba@gnome.org>
19337         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19338         and debugger. Sets default settings for pty in launcher.
19339         * data/gdb.init: Removed charset work around (now works with user's
19340         native charset)
19341         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19343 2003-11-18  Naba Kumar  <naba@gnome.org>
19345         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19346         names of 'index' to 'idx'.
19347         
19348 2003-11-17  Naba Kumar  <naba@gnome.org>
19350         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19351         * src/project_dbase.c: Prompts user for unsaved project files
19352         when project is closed.
19353         
19354 2003-11-16  Naba Kumar  <naba@gnome.org>
19356         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19357         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19358         older gcc.
19359         
19360 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19361         
19362         * src/anjuta.c: Fixed crash related to tag == NULL while 
19363         anjuta is exiting
19365 2003-11-11  Naba Kumar  <naba@gnome.org>
19367         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19368         found. It simply doesn't generate the c/c++ codes and continues with
19369         just a warning.
19370         * NEWS: Updated.
19371         
19372 2003-11-10  Naba Kumar  <naba@gnome.org>
19374         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19375         'Start with dialog'.
19377         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19378         German translation of anjuta-tutorial.
19379         
19380         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19381         * NEWS: Updated.
19383 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19385         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19386         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19387         the syntax highlighting in Preferences, the automatic syntax
19388         highlighting is now selected. When the debugger is stopped and the
19389         breakpoints window not closed, the gtk_tree_view in this window is
19390         now made unsensitive.
19392 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19394         * src/preferences.h, src/preferences.c, anjuta.glade:
19395         Fixed translation bug in preferences by using GtkOptionMenu
19396         * anjuta.prj: Project version 1.1.98
19398 ---------------- Released version 1.1.98 ----------------
19400 2003-11-07  Naba Kumar  <naba@gnome.org>
19402         * anjuta.spec.in: Revived docs package and combined all docs into
19403         one package.
19404         * configure.in: Bumped version to 1.1.98 rc2
19405         * NEWS: Updated.
19406         * anjuta.spec.in: Fixed scrollkeepr-update command.
19407         * anjuta.spce.in: Fixed file permissions.
19409 2003-11-06  Naba Kumar  <naba@gnome.org>
19411         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19412         menus to activate anjuta helps.
19413         
19414         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19415         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19416         manuals/C/anjuta-faqs/legal.xml (added),
19417         manuals/C/anjuta-faqs/Makefile.am,
19418         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19419         manuals/C/anjuta-faqs/.cvsignore,
19420         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19421         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19422         manuals/C/anjuta-tutorial/legal.xml (added),
19423         manuals/C/anjuta-tutorial/Makefile.am,
19424         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19425         manuals/C/anjuta-tutorial/.cvsignore,
19426         manuals/C/anjuta-manual/*.sgml (removed),
19427         manuals/C/anjuta-manual/*.xml (added),
19428         manuals/C/anjuta-manual/Makefile.am,
19429         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19430         manuals/C/anjuta-manual/.cvsignore,
19431         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19432         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19433         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19434         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19435         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19436         manuals/ja/anjuta-faqs/legal.xml (added),
19437         manuals/ja/anjuta-faqs/Makefile.am,
19438         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19439         manuals/ja/anjuta-faqs/.cvsignore,
19440         manuals/ja/anjuta-manual/*.sgml (removed),
19441         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19442         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19443         manuals/ja/anjuta-manual/*.xml (added),
19444         manuals/ja/anjuta-manual/Makefile.am,
19445         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19446         manuals/ja/anjuta-manual/.cvsignore,
19447         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19448         manuals/sgmldocs.make (removed),
19449         manuals/xmldocs.make (added), manuals/omf.make (added),
19450         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19451         documentations to newer docbook xml documentations. Converted 
19452         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19453         Enabled manulas installations.
19454         
19455         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19457 2003-11-05  Naba Kumar  <naba@gnome.org>
19459         * data/gdb.init: Sets host's charset to ascii to solve debugger
19460         freeze up due to uninitialized strings in target program.
19462         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19463         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19464         
19465         * NEWS: Updated.
19466         
19467         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19468         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19470 2003-11-04  Naba Kumar  <naba@gnome.org>
19472         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19473         problems.
19474         
19475         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19476         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19477         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19478         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19479         in file headers.
19480         
19481         * src/search-replace.c: Fixed infinite loop bug.
19482         * start-with.c: Fixed a crash bug with "Open last project".
19483         
19484         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19485         * scintilla/Makefile.am: Fixed compiler option.
19486         
19487 2003-10-16  Naba Kumar  <naba@gnome.org>
19489         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19490         * src/text_editor.c: Fixed autoformat.
19491         
19492 2003-10-15  Naba Kumar  <naba@gnome.org>
19494         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19495         of CTRL+number.
19496         
19497 2003-10-09  Naba Kumar  <naba@gnome.org>
19499         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19500         
19501 2003-10-08  Naba Kumar  <naba@gnome.org>
19503         * src/source.c: Fixed a GETTEXT typo error.
19504         * anjuta.glade: Made 'Sorted in order you open them' default option
19505         for editor tabs.
19507         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19508         * anjuta.glade, data/properties/anjuta.properties:
19509         Fixed the freeze of the "Preferences" combos at the first Anjuta
19510         init is generated by:
19511                 - a not complete translation of preferences.c file
19512                 - a difference between 2 names in anjuta.glade and
19513                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19514                 - the same name given to 3 combos (anjuta.glade).
19515                 
19516         * src/find_text.c: If the "whole document" mode is selected,
19517         a new search will select the next occurrence (Bug #764954).
19518         It is now possible to use the shortcuts to search next or previous
19519         occurrence even if the search dialog has the focus.     Bug #790318
19520         
19521         * src/main_menubar_def.h: "Select code block" shortcut; the new
19522         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19523         (Bug #811016).
19525         Patch from: Richard Lee  <r.h.lee@comcast.net>
19526         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19527         tagmanager/tm_workspace.c: The following is a patch to fix a
19528         seemingly random occurence where Anjuta would crash when a
19529         certain key was pressed.
19531 2003-09-29  Naba Kumar  <naba@gnome.org>
19533         * src/find_in_files.c: Ignores binary by default. Disabled the option
19534         of NOCVS search, because launcher does not use sh and hence can not
19535         pipe.
19536         
19537         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19538         "clean before build" state in project session and not in account session,
19539         otherwise the state gets reflected to other projects causing annoyance.
19540         
19541         * src/compiler_options.c: Fixed a bug where compiler options were always
19542         claimed 'modified'.
19544         * src/build_project.c, data/properties/anjuta.properties,
19545         src/commands.[h]: Fixed a bad bug where clean-before-build
19546         doesn't work.
19547         
19548         * scintilla/patches/research-cvs-nolog.diff,
19549         scintilla/patches/scintilla-ac-gtk2-port.diff,
19550         scintilla/patches/scintilla-ac-sort-fix.diff,
19551         scintilla-optimization.diff: Removed, because they are already in
19552         scintilla CVS.
19553         
19554         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19555         2003-09-29).
19557         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19558         scintilla/LexYAML.cxx: Added new scintilla lexers.
19559         
19560         * TODO, NEWS: Updated.
19562         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19563         * src/utilities.c: Fixed typo bugs.
19565 2003-09-26  Naba Kumar  <naba@gnome.org>
19567         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19568         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19569         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19570         text_editor_find() and Fixed I-Search wrapping.
19571         * src/debugger.c: Fixed to pass a newline after a debugger
19572         command (which was broken since the launcher was refactored.
19573         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19575 2003-09-25  Naba Kumar  <naba@gnome.org>
19577         * src/toolbar_callbacks.c: Fixed start of incremental search.
19578         
19579         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19580         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19581         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19582         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19583         menu and implementation.
19585 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19587         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19588         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19589         variables in Locals window.
19591 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19593         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19594         * src/utilities.[ch] : Fix a tooltip bug in 
19595         anjuta_util_toolbar_append_stock(), the label appeared instead of
19596         the tooltip text. Remove label from arguments of the function
19597         because label is included in the stock icon data.
19598         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19599         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19600         * FIXME: translation file should be updated because of label text removal.
19602 2003-09-24  Naba Kumar  <naba@gnome.org>
19604         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19605         
19606         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19607         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19608         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19609         stdout and stderr. Also buffered output and check-for-password
19610         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19611         with password prompts. Checkes for password prompts from all outputs.
19612         
19613         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19614         which takes a string (which could be utf8 also) and converts into
19615         utf8 string.
19616         
19617         * src/main.c: Connects kernel signals after gnome_program_init().
19618         
19619         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19620         * src/message-manager.c: Fixed bug #787026 by converting the strings
19621         to proper UTF8.
19622         
19623 2003-09-22  Naba Kumar  <naba@gnome.org>
19625         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19626         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19627         GtkCList and using GtkTreeView instead. Added the patch.
19628         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19629         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19630         
19631 2003-09-19  Naba Kumar  <naba@gnome.org>
19633         * printing/print.c: Proper UTF8 printing support.
19634         * src/main.c: moved kernel signal connects at the
19635         end of application initialization.
19636         
19637 2003-09-18  Naba Kumar  <naba@gnome.org>
19639         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19640         (new) lexers.make, (new) lexers: Update scintilla to latest
19641         scintilla CVS (2003-09-18), added new lexers, automated
19642         lexers makefiles sections and scintilla update. Added
19643         patches. Optimized pango rendering. Fixed a crash bug
19644         in scintilla.
19645         
19646         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19647         patch to remove cvs log command from RESearch.cxx file.
19648         * scintilla/patches/scintilla-pango-always.diff:
19649         Fixed file name.
19650         * scintilla/RESearch.cxx: Removed spurious cvs log command
19651         and logs.
19652         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19653         
19654         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19655         * src/dnd.c: Fixed a crash bug with DND.
19656         
19657 2003-09-15  Naba Kumar  <naba@gnome.org>
19659         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19660         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19661         src/toolbar_callbacks.c: Added an additional parameter to
19662         text_editor_goto_line() funtion which decides if the line should
19663         be made visible (if it's under fold).
19664         
19665         * src/style-editor.c: Fixed a compiler warning.
19666         * src/message-manager.cc: Calls parent method correctly.
19668         * src/preferences.h: Fixed prent class.
19669         
19670         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19671         * src/project_dbase.c: Fixed bug #713210.
19672         
19673 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19674                                                                                 
19675         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19677 2003-09-11  Naba Kumar  <naba@gnome.org>
19679         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19680         * src/style-editor.c: Fixed bug #769130 (Crash on font
19681         selection dialog).
19682         
19683         * src/message-manger.[h,cc]: Made AnMessageManager
19684         derived from GtkFrame and removed deprecated code.
19685         
19686         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19687         compiler warnings.
19688         
19689 2003-09-09  Naba Kumar  <naba@gnome.org>
19691         * src/Makefile.am: Addded rules for built sources.
19692         
19693 2003-09-08  Naba Kumar  <naba@gnome.org>
19695         * (new) src/anjuta-marshalers.list: Added marshalers definition
19696         file.
19697         
19698         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19699         and CXXFLAGS are not overwriten by automake's default.
19700         * src/style-editor.c: Added 'operators' in the style editor.
19701         
19702         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19703         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19704         * src/message-manager-private.cc, src/message-manager.cc:
19705         Converts message going into message into UTF-8 endoding.
19706         * src/main.c: Uses UTF-8 codeset for localization.
19707         
19708 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19710         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19711         
19712 2003-09-08  Naba Kumar  <naba@gnome.org>
19714         * TODO: Updated.
19715         
19716         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19717         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19718         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19719         The combo entries were updated if the same data with a different
19720         case exist in the combo list. The combo entries are now case sensitive. 
19721         Search&Replace bug; First search ,max actions = 0 ==> now max
19722         actions = 100.
19723         
19724 2003-09-08  Naba Kumar  <naba@gnome.org>
19726         * TODO: Updated.
19727         * src/utilities.[c,h]: a function takes contant args.
19728         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19729         Now the child terminated signal is emitted properly.
19730         * src/Makefile.am: Used $(top_srcdir) for referring to 
19731         scintilla objects.
19732         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19733         definitions file which will generate anjuta-marshalers.[c,h] files.
19734         * src/.cvsignore: Updated.
19735         * src/build_project.c: Changed su command to preserve quotes.
19736         * src/anjuta-tools.c, tagmanager/tm_project.c,
19737         tagmanager/tm_workspace.c: Use standard tmp file.
19738         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19739         so that users could report bugs easily.
19740         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19741         
19742         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19743         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19744         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19745         src/attach_process.c, src/breakpoints.c, src/commands.c,
19746         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19747         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19748         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19749         src/memory.c, src/message-manager-private.c, src/preferences.c,
19750         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19751         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19752         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19753         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19754         Fixed compile warnings and cleanup.
19755         
19756         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19757         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19758         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19759         Removed libzvt usage and implemented child spawing differently. Launcher is
19760         now proper GObject, which can be created multiple times (and can be
19761         operated in parallel).
19763         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19764         * src/project_import_gui.c, src/project_import_cbs.c,
19765         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19766         (crash on project import). Removed deprecared codes.
19767         
19768 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19769         
19770         * src/cvs.c: Fixed cvs output bug.
19772 2003-09-03  Naba Kumar  <naba@gnome.org>
19774         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19775         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19776         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19777         src/text_editor_cbs.c: Implements --
19778                 If the debugger is started
19779                         A double click in the margin add or remove a breakpoint
19780                         A single click activate or deactivate the breakpoint
19781                 else
19782                         A double click in the margin add or remove a bookmark
19784 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19785         
19786         Reviewed by Naba Kumar  <naba@gnome.org>
19787         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19788         User is now able to choose a branch on cvs update for project.
19789         Cleaned up variable names.
19791 2003-09-03  Naba Kumar  <naba@gnome.org>
19793         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19794         src/Makefile.am: Added lexers.
19795         * scintilla/*/*: Updated...
19796         * src/an_symbol_view.c: Fixed a crash bug.
19797         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19798         and build bugs.
19799         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19800         * src/source.c: Fixed project generation bug with gettext code.
19801         * tagmanager/tm_project.c: Fixed a crash bug.
19802         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19803         bug when there is no project open. Bug #____.
19804         * src/source.c: Fixed a bug with build failure with non-gnome
19805         project with glade-generated source (eg. gtk2). Bug #____.
19806         * NEWS: Updated...
19808 2003-08-22  Naba Kumar  <naba@gnome.org>
19810         Patch from: Rob Bradford  <rob@debianplanet.org>
19811         * data/Makefile.am: Fixed to install properly during
19812         package building.
19813         
19814         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19815         * src/debug-tree.c: Fixed a crash bug.
19816         * src/compiler_options.c: Takes care of linking the missing pieces;
19817         C flags, libs, optimization options, debug and profile.
19819         Patch from: Enver ALTIN  <ealtin@casdb.com>
19820         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19821         
19822 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19824         Reviewed by Naba Kumar  <naba@gnome.org>
19825         * src/project_dbase.c: Fixed bugs #778263 and #778413
19826           Adding multiple files to project should work now.
19828 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19830         Reviewed by Naba Kumar  <naba@gnome.org>
19831         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19832         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19833         for Locals window.
19835 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19837         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19839 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19841         * src/text_editor.c: Fix translatable string (#113934).
19843 2003-07-04  Naba Kumar  <naba@gnome.org>
19845         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19846         bug when there is no project open. Bug #____.
19847         
19848         * src/source.c: Fixed a bug with build failure with non-gnome
19849         project with glade-generated source (eg. gtk2). Bug #____.
19851 2003-06-26  Naba Kumar  <naba@gnome.org>
19853         * src/anjuta.h: Removed reference to windows-dialog.h.
19854         * src/message-manager-private.[cc,h]: Fixed doulbe click
19855         activation of messages to properly jump at the destination.
19856         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19857         * src/toolbar.c: Code clean-ups.
19858         
19859         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19860         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19861         
19862         * src/message-manager-private.[cc,h]: Removed dead codes.
19863         
19864         * (new) data/properties/css.properties,
19865         data/properties/anjuta.properties, data/properties/Makefile.am:
19866         Added CSS syntax hiliting properties.
19867         
19868         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19869         * src/debugger.c: Clean ups.
19870         * src/lexer.h: Added CSS lexer definition.
19871         
19872         * Makefile.am: Installs destop file properly.
19873         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19874         * NEWS: Updated for 1.1.97 release.
19875         * src/main_menubar_def.h: Changed some non working shortcuts.
19876         
19877 2003-06-24  Naba Kumar  <naba@gnome.org>
19879         * src/search-replace.c: Shows the dialog properly, even when it is
19880         hidden behind another window.
19881         
19882         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19883         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19884         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19885         and code clean up.
19886         
19887         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19888         setup wizard dialogs.
19889         
19890         * src/debugger.c: Removed a redundant call to
19891         debugger_update_controls().
19892         * src/compiler_options.c, src/launcher.c: code cleanup.
19893         * src/executer.c: Fixed execution bug with 'Set Program params...".
19894         
19895 2003-06-23  Naba Kumar  <naba@gnome.org>
19897         * widgets/e-splash.c: Removed border around the splash image.
19898         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19899         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19900         * src/cvs.c: Added a frame around commit log text widget.
19901         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
19902         crash bug associated with translated combo box list in preferences
19903         dialog (in different locale other than en_US). Used widget names
19904         to pass the combo list items.
19905         * po/POTFILES.in: Updated.
19906         * src/launcher.c: Creates the zvt terminal at startup (and not
19907         every time a build is done) -- speeds up buld operations.
19908         * src/file_history.c: Should be if() conditional instead of
19909         assertion check.
19910         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
19911         Disabled useless warnings.
19912         * src/project_dbase.c: Fixed bonobo 2 project name.
19913         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
19914         and uses correct glade-2 for file generation.
19915         
19916 2003-06-21  Naba Kumar  <naba@gnome.org>
19918         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
19919         And disables autocomple show for numbers (very annoying).
19920         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
19921         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
19922         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
19923         from view menu and adjust the controls accordingly.
19924         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
19925         only OK button.
19926         * src/project_dbase.[c,h]: Removed show_local flag processing.
19927         * src/message-manager.[c,h]: Reorganized messages tabs in more
19928         sensible order.
19929         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
19930         Also added PCRE dependency.
19931         
19932 2003-06-20  Naba Kumar  <naba@gnome.org>
19934         * pixmaps/anjuta_splash.png: New splash.
19935         from Jean Schurger  <yshartk@schurger.org>
19936         
19937         * src/controls.c: De-sensitize run-to-cursor when debugger
19938         is not running.
19939         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
19940         
19941         * src/message-manager-private.cc: Fixed to properly jump at
19942         the right file:line.
19943         
19944         * src/appwiz_page1.c: Fixed to correctly determine the project
19945         trpe from the wizard.
19946         
19947 2003-06-20  Naba Kumar  <naba@gnome.org>
19949         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
19950         * src/watch_gui.c: Code cleanups.
19951         * src/debugger.[c,h], src/stack_trace.[c,h],
19952         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
19953         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
19954         Removed direct access to stack_trace private data, Increased debugger
19955         command size from 256 to 1024 (to be on safer side). Also implemented
19956         row-activated signle for seting frame and viewing the source.
19957         * src/debugger.c: Avoids starting program and stopping debugger
19958         when starting debugger and stopping program, respectively.
19959         
19960         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
19961         Reverted codes to start debugger automatically
19962         The file is brought to the state just after the branching 
19963         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
19964         some code clean ups.
19965         
19966         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
19967         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
19968         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
19969         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
19970         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
19971         src/project_dbase.c: Code clean ups.
19972         
19973         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
19974         (Projects dir) so that correct $HOME/Projects path is set when
19975         anjuta is run for the first time.
19976         
19977 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
19979         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
19981 2003-06-13  Naba Kumar  <naba@gnome.org>
19983         * src/stack_trace_cbs.c: Moved variable declaration at the
19984         top of the block (bug #737867)
19985         
19986         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
19987         just CFLAGS and CXXFLAGS (bug #743617).
19988         
19989         * src/create_global_tags.sh: Fixed shell script to properly
19990         detect installed *-config files.
19991         
19992 2003-06-12  Naba Kumar  <naba@gnome.org>
19994         * src/preferences.[c,h]: Added methods for custom widgets in
19995         preferences: using custom set/get methods for them.
19996         
19997         * src/anjuta-encoding.c: Implemented up/down of the encodings
19998         in the list and property saves correctly.
19999         
20000         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20001         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20002         the beginning of a file.
20004         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20005         * src/aneditor.cxx, src/aneditor.h,
20006         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20007         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20008         src/mainmenu_callbacks.h: Allows the operator to select the current
20009         word or the current line (Request: 680801). It puts also
20010         sensitive/unsensitive several select/comment menu items.
20012         * src/breakpoints.c: Presets by default the current line for a
20013         defined breakpoint.
20015 2003-06-11  Naba Kumar  <naba@gnome.org>
20017         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20018         color (red highlight) now cosistent for inactive tabs also.
20019         
20020         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20021         'Advanced search and replace' in Edit->Search submenu.
20022         
20023         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20024         wrappings '\' where     they were missing.
20025         
20026         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20027         message is now more descriptive and details the correct thing to do
20028         for GNOME2 desktop.
20029         
20030 2003-06-10  Naba Kumar  <naba@gnome.org>
20032         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20033         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20034         Removed any reference to particular version of automake/autoconf
20035         so that they could work with newer versions (Bug #659394).
20037         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20038         src/anjuta.c: Added coded to add/remove supported encodings.
20039         
20040         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20041         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20042         src/project_import.c, src/project_type.c, src/project_type.h,
20043         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20044         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20045         from the project wizard.
20047 2003-06-06  Naba Kumar  <naba@gnome.org>
20049         Patch from Etay Meiri  <etay-m@bezeqint.net>
20050         * src/compiler_options.c: Fixed bugs related to clean before
20051         build patch.
20052         
20053         * anjuta.desktop.in.in: Added commandline options.
20054         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20055         -dP and -A flags of CVS update into different options.
20056         
20057 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20059         * configure.in: Removed "ta" from ALL_LINGUAS.
20061 2003-06-02  Naba Kumar  <naba@gnome.org>
20063         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20064         return NULL for undefined properties and "" for defined but empty
20065         strings. It was creating many problems where both are assumed to be
20066         same. And besides, it doesn't matter to differentiate the two (the
20067         problem with preferences was due to a different bug).
20069         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20070         correctly. Also, s/props_build_in/props_built_in/g.
20071         
20072         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20073         list.
20074         
20075         * src/an_file_view.c: Unrefed pixbufs when done with them.
20077         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20078         (removed) file_text.png: Added and removed pixmaps.
20079         
20080 2003-05-30  Naba Kumar  <naba@gnome.org>
20082         * anjuta.glade: Fixed encodings preferences dialog
20083         
20084 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20085         
20086         Reviewed by Naba Kumar  <naba@gnome.org>
20087         
20088         * src/build_project.c src/clean_project/c: perform a clean before
20089         build, if required. Show the message manager on clean.
20090         * src/compiler_options.c: save the new options when window is closed
20091         and flag project to be cleaned before the next build.
20092         * src/project_dbase.c: added a 'clean before build' flag to project
20094 2003-05-29  Naba Kumar  <naba@gnome.org>
20096         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20097         dialog.
20098         
20099         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20100         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20101         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20102         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20103         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20104         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20105         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20106         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20107         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20109         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20110         Removed unused icons references.
20112 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20114         Reviewed by Naba Kumar  <naba@gnome.org>
20115         
20116         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20117           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20118           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20119           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20120           src/toolbar_callbacks.c: HIG compliant dialogs.
20122         * src/utilities.c: anjuta_button_new_with_stock_image() and
20123           anjuta_dialog_add_button() stolen from gedit.
20125         * src/main_menubar_def.h: Fixed mnemonics.
20127 2003-05-26  Naba Kumar  <naba@gnome.org>
20129         * src/project_dbase_gui.c: Added header files filter for add file
20130         dialog box. Disabled project window to be transient window.
20131         
20132         * src/message-manager.cc: Disabled message manager window to be
20133         transient window.
20134         
20135         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20136         a file could not be loaded.
20137         
20138         * src/project_dbase.c: Fixed a bug with GUI editor command
20139         where empty string is returned.
20140         
20141         * src/Makefile.am, src/preferences.h, src/text_editor.c
20142         src/text_editor.h, (new) src/anjuta-encodings.h,
20143         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20144         Added encoding support and to handle characters encoding correctly
20145         by auto detecting it during load. Added preferences for selecting
20146         the encoding during save.
20148         * src/preferences.c, src/resources.c: Removed debug messages.
20150         Patch from: Alexander Nedotsukov <bland@mail.ru>
20151         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20153 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20154         * src/anjuta.c: Try to sow the splash image more often.
20156 2003-05-20  Naba Kumar  <naba@gnome.org>
20158         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20159         * src/debug_tree.c: Colorize the modified locals during
20160         debugging and call memory analyze from the debugger.
20161         * src/breakpoints.c: The color is now different for the enabled
20162         and disabled breakpoints. Anjuta now can erase several
20163         breakpoints defined at the same line. The markers are updated
20164         according to the enable/disable action.
20165         
20166         Patch from Etay Meiri  <etay-m@bezeqint.net>
20167         * src/launcher.c: Fixes launcher freeze up bug during build.
20169 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20171         Reviewed by Naba Kumar  <naba@gnome.org>
20172         * scintilla/PropSet.h: Change member variables from private to protected.
20173         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20174         to PropSetFile class, which return a gchar * (and can therefore indicate
20175         whether properties are empty or do not exist) and make prop_get and
20176         prop_get_expanded use them.
20177         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20178         that the result of of prop_get cannot be an empty string.
20180 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20182         Reviewed by Naba Kumar  <naba@gnome.org>
20183         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20184         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20185         src/text_editor_cbs.c: When saving all the files in the project, the
20186         text editors are now only rehighlighted once instead of once for each
20187         file saved.
20189 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20190         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20191         * src/anjuta.desktop.in.in: Support startup notification.
20192 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20193         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20194         * src/anjuta.desktop.in.in: Support startup notification.
20197 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20199         Reviewed by Naba Kumar  <naba@gnome.org>
20200         
20201         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20202         memory leak from glade_xml_new call. Removed gxml field from Executer
20203         struct as only used in create_executer_dialog and then destroyed.
20204         
20205         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20206         
20207         * src/configurer.c: Fix warning trying to connect signal to non-existent
20208         environment entry in configure dialog and fix crash when closing the
20209         window.
20210         
20211         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20212         gnome_date_edit_get_time instead.
20213         
20214         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20215         in view menu required renumbering elsewhere.
20217 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20219         Reviewed by Naba Kumar  <naba@gnome.org>
20220         
20221         * src/breakpoints.c: fixed an error when removing breakpoint
20222         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20223         * src/debugger.c: changes to the way the debugger is activated
20224         * src/debugger.h: clean ups
20226 2003-05-13  Naba Kumar  <naba@gnome.org>
20228         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20229         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20230         src/memory.h: A new version of memory and the interface
20231         is now integrated in anjuta.glade
20233 2003-05-09  Naba Kumar  <naba@gnome.org>
20235         * configure.in: Bumped required gtk version to 2.0.8.
20236         
20237 2003-05-06  Naba Kumar  <naba@gnome.org>
20239         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20241 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20242         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20244 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20245         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20246         , tagmanager/c.c: Support for ProC and RDB files.
20248 2003-05-06  Naba Kumar  <naba@gnome.org>
20250         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20251         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20252         Uncomment (Box & Stream), Select the current function,
20253         authorize the "Quit" button of the GotoLine window
20255 2003-05-05  Naba Kumar  <naba@gnome.org>
20257         * src/watch_gui.h: CVS added new file.
20259         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20261         Patch from Etay Meiri <etay-m@bezeqint.net>
20262         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20263         src/mainmenu_callbacks.c, src/message-manager.cc,
20264         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20265         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20266         Ported stack trace to GNOME2 and added it in the message manager
20267         pane.
20269 2003-05-02  Naba Kumar  <naba@gnome.org>
20271         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20272         
20273         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20274         preferences property.
20275         
20276         * anjuta.prj: Fixed multiple preferences saved data.
20277         
20278         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20279         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20280         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20281         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20282         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20283         Upgraded scitilla from CVS with faster window repaint
20284         and more bugfixes.
20285         
20286         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20287         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20288         and code cleanups
20289         
20290 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20292         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20293         the window if messages are appended to the end and the scrollbar is
20294         at the end.
20296 2003-04-29  Naba Kumar  <naba@gnome.org>
20298         * configure.in: Removed omf-install from Makefiles list.
20300 2003-04-28  Naba Kumar  <naba@gnome.org>
20302         * po/POTFILES.in: Remvoded deleted files.
20303         
20304         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20305         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20307         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20308         is executed as detached) is not set properly.
20309         
20310 2003-04-25  Naba Kumar  <naba@gnome.org>
20311         
20312         * anjuta.prj: Updated.
20313         * src/anjuta_info.c: Fixed text wrapping and column view.
20314         * data/welcome.txt.in: Removed unaligned characters.
20315         
20316 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20317         * src/main_menubar.c: Disable setup dialog.
20319 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20320         * src/breakpoints.c; Fixed compilation with older GCC
20321         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20322         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20324 2003-04-18  Naba Kumar  <naba@gnome.org>
20326         * anjuta.prj: Updated (includes compiler options).
20327         
20328         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20329         function from anjuta.c (it was already available in anjuta-tools.c).
20330         
20331 2003-04-18  Naba Kumar  <naba@gnome.org>
20333         * src/about.c, THANKS: Updated
20334         
20335         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20336         
20337         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20338         properly from the project session before updating the file
20339         view.
20340         
20341         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20342         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20343         dialog settings (as it will not be required once GDL is in place) and
20344         added file view filters in the settings sub-menu.
20346 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20347         * HACKING: Updated
20348         * configure.in: Disable cast checks on final build.
20350 2003-04-17  Naba Kumar  <naba@gnome.org>
20352         * src/build_project.c: Fixed a compilation error.
20354         * src/launcher.c: Removed commnets.
20355         
20356         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20357         properties from editor tab to indentation tab and fixed a property
20358         label for proper i18n translation. Fixed typos in project config
20359         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20360         sorting and reordering in compiler options dialog.
20361         
20362         * src/compiler_options.c: Implemented _save() function to save the
20363         options (which was pending).
20364         
20365         * src/build_project.c: Destroys install-as-root dialog when it is done.
20366         
20367         * src/an_symbol_view.c: Change "event" event to "event-after" so
20368         that symbol row is selected first before the popup is shown.
20369         
20370 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20372         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20373         file in CVS/Entries. (Reviewed and applied by Biswa)
20375 2003-04-16  Naba Kumar  <naba@gnome.org>
20377         * aneditor.cxx: use unicode everytime (fixed unicode related
20378         bugs).
20380         * anjuta.prj: Fixed UI editor name (blank to use default) and
20381         anjuta version.
20382         
20383         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20384         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20385         Editor preferences page.
20387 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20388         * src/anjuta.[ch], src/print.c: Fixed warnings
20389         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20390         * configure.in: Profiling support with gprof
20392 2003-04-16  Naba Kumar  <naba@gnome.org>
20394         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20395         * src/launcher.c: Fixed cvs dialog.
20396         
20397 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20398         
20399         * src/message-manager-private.cc: Fixed double-click on first line of 
20400         output to properly select a line.
20401         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20402         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20404 2003-04-15  Naba Kumar  <naba@gnome.org>
20406         * src/message-manager-private.cc: Fixed the glade filename typo.
20408 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20409         * scintilla/*, data/properties/*: Scintilla CVS merge
20410         * anjuta.prj: Removed unnecessary files.
20411         * scintilla/PlatGTK.cxx: Force Pango fonts always
20412         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20413         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20414         for preferences.
20415         * configure.in: Change version no. for 1.1.1 (alpha release)
20416         * configure.in: Added '--with-pref-suffix' option.
20417         * config.guess, config.sub: Removed from CVS.
20419 2003-04-15  Naba Kumar  <naba@gnome.org>
20421         Patch from Timothee Besset  <ttimo@idsoftware.com>
20422         * Makefile.am: Fixed a shell script error during intallation.
20423         
20424 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20426         Reviewed by Naba Kumar  <naba@gnome.org>
20427         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20428         set_wm_class to use "anjuta" instead of "an.
20429         * src/message-manager-private.cc: Headers are hidden again.
20431 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20432         * src/project_dbase_gui.c: Memory corruption fix.
20433         * anjuta.prj: Updated project file
20435 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20436         * an_file_view.c: Connect to event-after signal rather than event so that
20437         selection is updated first and thus context menu is for the right file.
20438         Reviewed and applied by Biswa.
20440 2003-04-14  Naba Kumar  <naba@gnome.org>
20442         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20443         
20444         * src/auncher.c: More child exit fixes
20445         from Timothee Besset  <ttimo@idsoftware.com>
20447 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20448         
20449         Reviewed by Naba Kumar  <naba@gnome.org>
20450         
20451         * src/message-manager.[c/h], src/message-manager-private[c/h],
20452                 anjuta.[c/h]: Ported message-manager to Gtk2
20453         
20454         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20455         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20456         src/clean_project.c, src/compile.c, src/configurer.c,
20457         src/controls.c, src/cvs.c, src/debugger.c,
20458         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20459         src/project_import.c, src/search-replace.c: Changed name from
20460         AnjutaMessageManager to AnMessageManager to avoid too long type
20461         and funtion names.
20463 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20464         * src/launcher.c: Fix build won't stop problem - TTimo
20465         * TODO: Updated
20466         * pixmaps/anjuta_splash.c: New splash screen prototype.
20467         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20468         * src/compiler_options.c: Mute pkgconfig errors.
20469         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20471 2003-04-10  Naba Kumar  <naba@gnome.org>
20473         * configurer.[c,h]: Fixed dialog to close properly.
20474         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20475         debugging asserts.
20476         
20477 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20478         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20479         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20480         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20481         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20482         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20483         src/makefile.am: Move gdl to it's own directory.
20484         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20486 2003-04-09  Naba Kumar  <naba@gnome.org>
20488         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20489         branch.
20491 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20492         * src/anjuta-tools.c: Use CDATA for saving tools data.
20493         * anjuta.glade, src/search-replace.c: Port from branch.
20494         * widgets/e-splash.*, src/main.c: Better splash screen.
20495         * configure.in, widgets/gdl*: Import GDL widgets.
20496         * ROADMAP: Updated roadmap.
20497         * src/an_file_view.c: Use GDL icons for file tree.
20499 2003-04-09  Naba Kumar  <naba@gnome.org>
20501         * anjuta.glade: Added (hidden) initial setup-wizard window.
20502         
20503         Patch from: Vitaly  <vvv@rfniias.ru>
20504         * src/preferences.c: Fixes a bug with libglace widget access with
20505         translated strings.
20507         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20508         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20509         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20510         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20511         src/toolbar_callbacks.[c,h],
20512         src/memory.c, src/message-manager-private.cc,
20513         src/message-manager-private.h, src/message-manager.cc,
20514         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20515         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20516         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20517         watch window to a subwindow in the notebook
20519 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20520         * ROADMAP: Updated roadmap.
20522 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20524         * configure.in: Added Belarusian to ALL_LINGUAS.
20526 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20527         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20528         Henry Jia
20529         * ROADMAP: Added roadmap for HEAD.
20531 2003-03-29  Naba Kumar  <naba@gnome.org>
20533         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20534         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20535         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20536         (new) pixmaps/start-with-wizard.png,
20537         (new) pixmaps/start-with-import.png,
20538         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20539         up on anjuta start-up to give quick access to opening file/project or
20540         creation wizards.
20542         * src/main.c: Sets proper data directory for the gnome
20543         program.
20545 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20546         * src/text_editor.c: Fixed error/warning indicators.
20548 2003-03-24  Naba Kumar  <naba@gnome.org>
20550         * README: Correct version.
20551         
20552 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20554         * configure.in: Added checks to see if were building on FreeBSD
20555         systems.  Sets -DFREEBSD if we are, and also attempts to find
20556         gmake if the host system is FreeBSD.
20558         * src/getline.c: New file used to provide the getline function,
20559         which isnt available on a FreeBSD system.  The function is only
20560         defined if FREEBSD is defined.
20562         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20564         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20565         configure.in sets this to gmake on FreeBSD systems, and make
20566         on everything else.
20568 2003-03-23  Naba Kumar  <naba@gnome.org>
20570         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20571         
20572         * anjuta.spec.in: Fixed spec file for correct file paths and
20573         corrected rpmbuild.
20575         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20576         the rpm build command separately now.
20577         
20578         * src/anjuta.c, windows-dialog.c: Added some more window management
20579         stuffs (not still fully working, though).
20581         * TODO: Updated.
20583 2003-03-22  Naba Kumar  <naba@gnome.org>
20585         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20587 2003-03-21  Naba Kumar  <naba@gnome.org>
20589         * README: Removed Andy Piper's name from the active maintainers
20590         list on his request.
20591         
20592         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20593         preferences.
20594         
20595         * src/anjuta-tools.c: Fixed compiler errors.
20597         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20598         show bugs.
20599         
20600         * src/commands.c, src/src_paths.c, src/style-editor.c,
20601         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20602         becuase they are now hidden by default (from glade editing).
20603         
20604         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20605         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20606         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20607         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20608         basic windows managements.
20609         
20610 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20611         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20612         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20613         Enver ALTIN (a.k.a. skyblue)
20615 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20616         * tagmanager/*: Added ignore-list for symbols. This will make
20617         parsing more accurate for projects. Doc updates needed.
20619 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20620         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20621         * launcher/Makefile.am: Link to correct libraries
20622         * src/launcher.c: Do not allow NULL shell
20624 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20625         * src/debug_tree.c: Improve debug tree view.
20627 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20629         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20630         'Run Configure Script' and 'Execute Program'. Increase minimum width
20631         of Configure dialog.
20632         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20633         list widget by setting a model and adding a column and renderer.
20634           Actually store the nocvs toggle button in FindInFiles data structure.
20635           Handle selection changes via changed signal rather than row_activated.
20636           Use response signal for handling the close and find buttons.
20637           Close window when escape is pressed.
20638         * find_replace.c: Close window when escape is pressed.
20639         * find_text.c: Close window when escape is pressed in find dialog as
20640         well as wrap search question, where now Yes is the default button.
20642 2003-03-05  Naba Kumar  <naba@gnome.org>
20644         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20646         * src/message-manager-private.cc: Fixed a bug with vte conditional
20647         compilation.
20648         * anjuta.glade: Hides all windows in glade file.
20650 2003-03-05  Naba Kumar  <naba@gnome.org>
20652         * src/an_file_view.c: Fixed a compilation warning.
20653         * src/message-manager-private.cc: Conditional compilation for vte
20654         API.
20655         
20656 2003-02-28  Naba Kumar  <naba@gnome.org>
20658         * configure.in, anjuta.spec.in: Updated dependency packages version.
20659         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20660         * src/preferences.c: Added debug assertions.
20661         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20662         editor to enable/disable bringing the recent editor tabs first.
20663         
20664         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20665         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20666         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20667         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20668         and     bug fixes. Also code clean ups.
20669         
20670         * (new) src/search-replace.[h,c]: New search replace implementation
20671         from ANJUTA_1_0_0 branch.
20672         
20673         * (new) src/windows-dialog.[h,c]: New windows management class
20674         [work in progress].
20676 2003-02-28  Naba Kumar  <naba@gnome.org>
20678         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20679         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20680         src/appwizard.c, src/build_file.c, src/build_project.c,
20681         src/clean_project.c, src/compile.c, src/configurer.c,
20682         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20683         src/message-manager-dock.c, src/message-manager-dock.h,
20684         src/message-manager-private.cc, src/message-manager.cc,
20685         src/preferences-dialog.c, src/preferences-dialog.h,
20686         src/preferences.c, src/preferences.h, src/project_dbase.c,
20687         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20688         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20689         src/utilities.c, src/utilities.h:
20690         
20691         Widgetized Preferences and gave proper function names.
20693         * src/executer.c: Fixed a session loading bug.
20694         
20695 2003-02-27  Naba Kumar  <naba@gnome.org>
20697         * printing/print.c: Fixed printing font bug that failed to load the
20698         proper fonts.
20699         
20700         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20701         
20702         * TODO, anjuta.prj: Updated.
20704 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20706         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20707         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20708         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20709         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20710         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20711         fixed omf errors
20713 2003-02-25  Naba Kumar  <naba@gnome.org>
20715         * Makefile.am: Excluded omf-install from installation as the docs are
20716         not ready.
20717         
20718         TODO: Updated.
20719         
20720         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20721         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20722         property names and added new editor properties and code cleanups.
20723         Also added new project properties.
20724         
20725         * src/compiler_options.[h,c]: Added pkg-config packages supports
20726         and fixed bugs.
20727         
20728         * src/glade_iface.h: Cleanups.
20729         
20730         * src/launcher.c: Used timer instead of idle to scan.
20731         
20732         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20733         src/project_config.[h,c], src/project_import.c: Implemented project
20734         property to define GUI editor and to handle it.
20735         
20736         * src/preferences.c: i18n fixes.
20737         
20738         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20739         unused (and old) pixmaps.
20740         
20741         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20742         
20743 2003-02-25  Naba Kumar  <naba@gnome.org>
20745         * src/message-manager-private.[h,cc], src/preferences.c,
20746         anjuta.glade, anjuta_dialog_strings.c: Implemented
20747         gnome terminal profiles for the terminal preferences and moved the
20748         addition of terminal preferences in the terminal constructor.
20749         
20750         * anjuta.prj: Updated.
20752 2003-02-24  Naba Kumar  <naba@gnome.org>
20754         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20755         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20756         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20757         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20758         preferences dialog.
20760         * TODO: Updated.
20762         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20763         text selection and child re-spawning.
20765         * src/pixmaps.h: Removed unused pixmaps definitions.
20766         
20767 2003-02-23  Naba Kumar  <naba@gnome.org>
20769         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20770         the project tree/window.
20772         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20773         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20774         Correct the use of a variable and implemented session save/load
20775         for tree expansion states.
20776         
20777         * src/main_menubar_def.h: Fixed shortcuts keys.
20778         
20779         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20780         
20781         * anjuta.prj: Updated.
20782         
20783 2003-02-22  Naba Kumar  <naba@gnome.org>
20785         * src/debug_tree.[c,h]: GNOME2 port from 
20786         Etay Meiri <etay-m@bezeqint.net>
20787         
20788         * src/an_file_view.c, src/resources.[h,c],
20789         data/properties/bash.properties,
20790         data/properties/cpp.properties,
20791         data/properties/html.properties,
20792         data/properties/make.properties,
20793         data/properties/others.properties,
20794         data/properties/perl.properties,
20795         data/properties/props.properties,
20796         data/properties/xml.properties: Standarized file icons. Icons are
20797         defined in respective .properties file and are retrieved as resource
20798         data.
20800         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20801         in labels from the commands editor as that would create
20802         problems for translators.
20804 2003-02-21  Naba Kumar  <naba@gnome.org>
20806         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20807         as they should be part of CVS(?).
20809         * Makefile.am: Corrected a typo for glade generated strings file.
20811         * configure.in, po/hi.po: Added new Hindi (hi) translation
20812         in ALL_LINGUS and added initial Hindi translation.
20814         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20815         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20816         sv_unknown.xpm to more proper icon.
20818         * (new)data/properties/php.properties, data/properties/Makefile.am,
20819         data/properties/anjuta.properties, data/properties/html.properties:
20820         Fixed PHP syntax hilighting bug by separating php properties into
20821         different file (because of file size).
20823         * TODO: Updated.
20824         
20825 2003-02-20  Naba Kumar <naba@gnome.org>
20827         * src/breakpoints.c: Fixed breakpoints session saving/loading
20828         crash bug.
20829         
20830         * scintilla/*, scintilla/include/*: Updated to scintilla
20831         release 1.51
20832         
20833 2003-02-19  Naba Kumar <naba@gnome.org>
20835         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20836         * TODO: Updated.
20838         * Makefile.am, src/Makefile.am,
20839         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20840         (removed) src/anjuta_dialog_strings.c,
20841         (removed) src/anjuta_dialogs_strings.c,
20842         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20843         (added) anjuta.glade: Transfered glade files from src/ directory
20844         to the top level directory.
20846         * po/POTFILES.in: Updated.
20847         
20848         * (removed) macrocs2/*: Transfered to data/ directory.
20849         
20850         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20851         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20852         requires to have macros dir, but the projects generated by anjuta
20853         require them.
20854         
20855         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20856         trees.
20857         
20858         * src/defaults.c: Corrected default compiler options.
20859         
20860         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20861         wizard.
20862         
20863         * src/message-manager-private.cc, src/message-manager-private.h,
20864         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20865         
20866         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20867         source code generation for gnome2 projects.
20869 2003-02-11  Naba Kumar <naba@gnome.org>
20871         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20872         restores the expand/collaspe states of the nodes after refresh.
20873         
20874         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20875         
20876 2003-02-11  Naba Kumar <naba@gnome.org>
20878         * src/style-editor.c: Fixed pango font description handling for fonts.
20879         * src/anjuta.glade: Removed font size spin button.
20880         * configure.in, src/anjuta.prj: Corrected version.
20881         * TODO: update.
20882         
20883 2003-02-10  Naba Kumar <naba@gnome.org>
20885         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20886         references of scroll-menu.h and add about.h in Makefile.am.
20887         
20888         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20889         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20890         (removed) widgets/scroll-menu.h: Removed unused files.
20891         
20892         * Makefile.am: Added proper i18n rules and added intl tools for
20893         distributions.
20894         
20895         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20896         to the stable release).
20897         
20898         * anjuta.spec.in: Removed manuals packaging.
20899         
20900         * data/Makefile.am: Removed 'macros' installation (not required for
20901         gnome2 projects).
20903 2003-02-10  Naba Kumar <naba@gnome.org>
20905         * po/POTFILES.in: Updated.
20907         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
20908         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
20909         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
20910         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
20911         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
20912         icons and images.
20914         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
20915         src/toolbar_callbacks.h: Fixed scintilla notification signal name
20916         and fixed to properly handle focus in find entry box.
20918         * Makefile.am: Added code for RH system menu update.
20920         * .cvsignore: Updated.
20922         * NEWS: Updated.
20924 2003-02-03  Naba Kumar <naba@gnome.org>
20926         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
20927         editor preferences. and fixes dialogs.
20929         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
20930         Fixed linenumbers and header margins when they are disabled and
20931         removed unused header files.
20933         * src/attact_process.[h,c], src/debugger.c: Attach to process
20934         now works.
20936         * src/help.c: Fixed dialog response.
20938         * TODO: Updated.
20940         * data/properties/anjuta.properties: Corrected typo.
20942         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
20943         Change the signal to "changed" in entry from "selection-changed" in
20944         list.
20946         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
20947         short-cuts.
20949 2003-01-31  Naba Kumar <naba@gnome.org>
20951         * configure.in: Upgraded to use libgnomeprint-2.2
20952         
20953         * printing/Makefile.am: Updated
20954         
20955         *(removed) printing/print-doc.c, printing/print-doc.h,
20956         printing/print-util.c, printing/print-util.h: Removed because already
20957         merged with print.c.
20958         
20959         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
20960         and libgnomeprintui-2.2 and fixed rendering problems.
20961         
20962         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
20963         uneccessary print properties, as they are separately taken
20964         care in gnomeprint.
20965         
20966         * po/POTFILES.in: Update.
20968 2003-01-30  Naba Kumar <naba@gnome.org>
20970         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
20971         for about dialog box.
20972         
20973         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
20974         src/pixmaps.h: Modified for the above additions for about dialog.
20976 2003-01-29  Naba Kumar <naba@gnome.org>
20978         * src/style_editor.[c,h]: Added missing files.
20979         
20980 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20981         * scintilla/XPM.[cxx|h]: Added missing files
20983 2003-01-29  Naba Kumar <naba@gnome.org>
20984         
20985         * TODO, po/POTFILES.in: Updated.
20986         
20987         * anjuta.prj, src/anjuta.glade,
20988         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
20990 2003-01-28  Naba Kumar <naba@gnome.org>
20991         
20992         * data/properties/anjuta.properties, src/aneditor.cxx,
20993         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
20994         properties into text properties (earlier it was int properties).
20996         * TODO: Updated
20997         
20998         * scintilla/AutoComplete.c,xx,
20999         scintilla/AutoComplete.h,
21000         scintilla/CallTip.c,xx,
21001         scintilla/CallTip.h,
21002         scintilla/Document.c,xx,
21003         scintilla/Document.h,
21004         scintilla/Editor.c,xx,
21005         scintilla/Editor.h,
21006         scintilla/LexAVE.c,xx,
21007         scintilla/LexCSS.c,xx,
21008         scintilla/LexHTML.c,xx,
21009         scintilla/LexOthers.c,xx,
21010         scintilla/LexPython.c,xx,
21011         scintilla/LineMarker.c,xx,
21012         scintilla/LineMarker.h,
21013         scintilla/Makefile.am
21014         scintilla/PlatGTK.c,xx,
21015         scintilla/PropSet.c,xx,
21016         scintilla/ScintillaBase.c,xx,
21017         scintilla/ScintillaBase.h,
21018         scintilla/ScintillaGTK.c,xx,
21019         scintilla/ViewStyle.c,xx,
21020         scintilla/include/Platform.h,
21021         scintilla/include/SciLexer.h,
21022         scintilla/include/Scintilla.h,
21023         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21024         
21025         
21026         src/Makefile.am,
21027         src/an_file_view.c,
21028         src/an_symbol_view.c,
21029         src/anjuta-tools.c,
21030         src/anjuta.c,
21031         src/anjuta.glade
21032         src/anjuta.h,
21033         src/anjuta_cbs.c,
21034         src/anjuta_dialogs_strings.c,
21035         src/anjuta_info.c,
21036         src/commands.c,
21037         src/compiler_options.c,
21038         src/debugger.c,
21039         src/help.c,
21040         src/main_menubar.c,
21041         src/main_menubar.h,
21042         src/main_menubar_def.h,
21043         src/mainmenu_callbacks.c,
21044         src/mainmenu_callbacks.h,
21045         src/message-manager-private.c,c
21046         src/message-manager-private.h,
21047         src/message-manager.c,c
21048         src/message-manager.h,
21049         src/pixmaps.h,
21050         src/preferences.c,
21051         src/preferences.h,
21052         src/project_config.c,
21053         src/project_dbase.c,
21054         src/project_dbase_gui.c,
21055         src/project_import_gui.c,
21056         src/properties.c,xx,
21057         src/properties.h,
21058         src/resources.c,
21059         src/src_paths.c,
21060         src/text_editor.c,
21061         src/text_editor_gui.c,
21062         src/toolbar.c,
21063         src/utilities.c,
21064         src/utilities.h,
21065         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21066         
21067 2003-01-24  Naba Kumar <naba@gnome.org>
21069         * src/text_editor_gui.c, src/toolbar.c,
21070         src/text_editor.c, src/text_editor_cbs.h:
21071         Used correct notification signal name for scintilla
21072         (gtk2) and fixed UI.
21073         
21074         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21075         when not required.
21076         
21077         * printing/print-doc.c,
21078         printing/print.c,,
21079         src/anjuta-tools.c,
21080         src/find_replace.c,
21081         src/goto_line.c,
21082         src/launcher.c,
21083         src/mainmenu_callbacks.c,
21084         src/project_dbase.c,
21085         src/project_dbase.h,
21086         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21087         src/text_editor.c,
21088         src/text_editor_cbs.h:
21091 2003-01-23  Naba Kumar <naba@gnome.org>
21093         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21094         correct stock icons and organized pixmap macros.
21095         
21096         Makefile.am: Removed non-generated files.
21097         
21098         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21099         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21100         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21101         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21102         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21103         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21104         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21105         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21106         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21107         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21108         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21109         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21110         stop.xpm, undo.xpm}: Removed because no longer used.
21112         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21113         file_unknown.xpm}: Files renamed from fv_*, as it would
21114         be the right name.
21116         * pixmaps/Makefile.am: Updated for the above changes.
21118 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21120         * pixmaps/autocomplete-16.png,
21121         pixmaps/autocomplete.png,
21122         pixmaps/block-end-16.png,
21123         pixmaps/block-end.png,
21124         pixmaps/block-start-16.png,
21125         pixmaps/block-start.png,
21126         pixmaps/bookmark-first-16.png,
21127         pixmaps/bookmark-first.png,
21128         pixmaps/bookmark-last-16.png,
21129         pixmaps/bookmark-last.png,
21130         pixmaps/bookmark-next-16.png,
21131         pixmaps/bookmark-next.png,
21132         pixmaps/bookmark-prev-16.png,
21133         pixmaps/bookmark-prev.png,
21134         pixmaps/error-next-16.png,
21135         pixmaps/error-next.png,
21136         pixmaps/error-prev-16.png,
21137         pixmaps/error-prev.png: gnome2-styled icons
21140 2003-01-23  Naba Kumar <naba@gnome.org>
21142         * anjuta.prj: Updated compiler options.
21143         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21145         * src/aneditor.cxx,
21146         src/anjuta.c,
21147         src/anjuta.glade,
21148         src/anjuta_dialogs_strings.c,
21149         src/mainmenu_callbacks.c,
21150         src/mainmenu_callbacks.h,
21151         src/text_editor.c,
21152         src/text_editor_cbs.c,
21153         src/text_editor_gui.c: GNOME2 Porting.
21155 2003-01-22  Naba Kumar <naba@gnome.org>
21157         * ChangeLog: Corrected dates.
21158         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21159         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21160         preferences.
21162 2003-01-22  Naba Kumar <naba@gnome.org>
21163         
21164         * plugins/patch/patch-plugin.c: Bug fix.
21165         
21166         * src/anjuta-tools.c,
21167         src/anjuta.c,
21168         src/anjuta.glade,
21169         src/anjuta.h,
21170         src/anjuta_dialogs_strings.c,
21171         src/breakpoints.c,
21172         src/cvs_gui.c,
21173         src/debugger.c,
21174         src/debugger.h,
21175         src/executer.c,
21176         src/glade_iface.c,
21177         src/main.c,
21178         src/mainmenu_callbacks.c,
21179         src/mainmenu_callbacks.h,
21180         src/preferences.c,
21181         src/project_dbase.c,
21182         src/project_dbase_gui.c,
21183         src/registers.c,
21184         src/sharedlib.c,
21185         src/signals.c,
21186         src/signals_cbs.c,
21187         src/source.c,
21188         src/stack_trace.c,
21189         src/toolbar_callbacks.c,
21190         src/utilities.c,
21191         src/utilities.h,
21192         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21193         
21194         * src/Makefile.am,
21195         (removed) src/CORBA-Server.c,
21196         (removed) src/CORBA-Server.h,
21197         (removed) src/Gladen-common.c,
21198         (removed) src/Gladen-stubs.c,
21199         (removed) src/Gladen.h,
21200         (removed) src/Prj-common.c,
21201         (removed) src/Prj-skelimpl.c,
21202         (removed) src/Prj-skels.c,
21203         (removed) src/Prj-stubs.c,
21204         (removed) src/Prj.h,
21205         (removed) src/glades.c,
21206         (removed) src/glades.h,
21207         (removed) src/messagebox.c,
21208         (removed) src/messagebox.h: Removed because no longer used.
21210 2003-01-21  Naba Kumar <naba@gnome.org>
21212         * src/anjuta-tools.c,
21213         src/anjuta.c,
21214         src/anjuta.glade,
21215         src/anjuta_dialogs_strings.c,
21216         src/anjuta_info.c,
21217         src/anjuta_info.h,
21218         src/breakpoints.c,
21219         src/compiler_options.c,
21220         src/debugger.c,
21221         src/find_replace.c,
21222         src/find_replace.h,
21223         src/find_text.c,
21224         src/find_text.h,
21225         src/goto_line.c,
21226         src/launcher.c,
21227         src/text_editor.c,
21228         widgets/gnomefilelist.c: GNOME2 porting.
21230 2003-01-20  Naba Kumar <naba@gnome.org>
21232         * global-tags/create_global_tags.sh: Uses pkg-config to
21233         read the modules.
21234         
21235         * src/anjuta.c,
21236         src/anjuta.glade,
21237         src/anjuta.h,
21238         src/anjuta_cbs.c,
21239         src/anjuta_dialogs_strings.c,
21240         src/breakpoints.c,
21241         src/breakpoints.h,
21242         src/compiler_options.c,
21243         src/compiler_options.h,
21244         src/fileselection.c,
21245         src/fileselection.h,
21246         src/mainmenu_callbacks.c,
21247         src/project_dbase_gui.c,
21248         src/session.c,
21249         src/src_paths.c,
21250         src/src_paths.h,
21251         src/text_editor.c,
21252         src/text_editor_gui.c,
21253         widgets/gnomefilelist.c,
21254         widgets/gnomefilelist.h: GNOME2 porting.
21255         
21256         * widgets/Makefile.am,
21257         (removed) widgets/gnomedirlist.c,
21258         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21259         
21260         * src/Makefile.am,
21261         (removed) src/src_paths_cbs.c,
21262         (removed) src/src_paths_cbs.h,
21263         (removed) src/src_paths_gui.c,
21264         (removed) src/compiler_options_cbs.c,
21265         (removed) src/compiler_options_cbs.h,
21266         (removed) src/breakpoints_cbs.c,
21267         (removed) src/breakpoints_cbs.h: Removed because they are now
21268         combined in singe file
21270 2003-01-16  Naba Kumar <naba@gnome.org>
21272         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21273         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21274         options dialog UI and data handling.
21277 2003-01-15  Naba Kumar <naba@gnome.org>
21279         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21280         Completed command editor porting.
21281         
21282         * src/anjuta.c: Removed the use of commands load function
21283         (not required).
21285         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21286         and unrefs.
21288         * src/anjuta-tools.c: Fixed translatable strings.
21289         
21290         * src/find_text.c: Fixed dialog creation from glade.
21291         
21292         * src/text_editor_gui.c, src/text_editor.c,
21293         src/text_editor_cbs.c: Completed port of detached text editor
21294         to gnome2 plateform.
21295         
21296 2003-01-14  Naba Kumar <naba@gnome.org>
21298         * src/anjuta.glade, src/preferences.[h,c],
21299         src/anjuta_dialogs_strings.c: Added build and editor
21300         preferences pages and other UIs. Fixed preferense loading and saving.
21301         
21302         * src/anjuta.c: Does case-insensitive match for tabs position
21303         preferences and removed preferences loading (done at _new() call).
21304         
21305         * anjuta-tools.c: Debugged tools dialog handling.
21306         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21307         
21308 2003-01-13  Naba Kumar <naba@gnome.org>
21310         * ABOUT-NLS: Update (strange).
21312         * autogen.sh: Removed blocking code.
21314         * configure.in: Fixed an autogen bug.
21315         
21316 2003-01-13  Naba Kumar <naba@gnome.org>
21318         * (new)src/anjuta.gladep
21319         (new)src/messagebox.c
21320         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21321         will be gradually removed (and then the files).
21322         
21323         * Makefile.am,
21324         anjuta.prj,
21325         printing/print-util.c,
21326         printing/print.c,
21327         scintilla/ScintillaGTK.c,xx
21328         src/Makefile.am,
21329         src/an_file_view.c,
21330         src/an_symbol_view.c,
21331         src/anjuta.c,
21332         src/anjuta.glade
21333         src/anjuta.h,
21334         src/anjuta_dialogs_strings.c,
21335         src/anjuta_gui.c,
21336         src/attach_process.c,
21337         src/attach_process.h,
21338         src/breakpoints.c,
21339         src/breakpoints.h,
21340         src/breakpoints_cbs.c,
21341         src/commands.c,
21342         src/commands.h,
21343         src/compiler_options.c,
21344         src/compiler_options.h,
21345         src/compiler_options_cbs.c,
21346         src/configurer.c,
21347         src/configurer.h,
21348         src/controls.c,
21349         src/cvs_cbs.c,
21350         src/debug_tree.c,
21351         src/debug_tree.h,
21352         src/executer.c,
21353         src/executer.h,
21354         src/find_in_files.c,
21355         src/find_in_files.h,
21356         src/find_in_files_cbs.c,
21357         src/find_replace.c,
21358         src/find_replace.h,
21359         src/find_text.c,
21360         src/find_text.h,
21361         src/goto_line.c,
21362         src/help.c,
21363         src/help.h,
21364         src/launcher.c,
21365         src/main.c,
21366         src/main_menubar.c,
21367         src/mainmenu_callbacks.c,
21368         src/message-manager.c,c
21369         src/pixmaps.h,
21370         src/preferences.c,
21371         src/project_config.c,
21372         src/project_config.h,
21373         src/project_dbase.c,
21374         src/project_import_cbs.c,
21375         src/resources.c,
21376         src/resources.h,
21377         src/splash.c,
21378         src/src_paths.c,
21379         src/src_paths.h,
21380         src/src_paths_gui.c,
21381         src/text_editor.c,
21382         src/text_editor_gui.c,
21383         src/toolbar.c,
21384         src/toolbar.h,
21385         src/utilities.c,
21386         src/utilities.h,
21387         src/wizard_gui.c,
21388         widgets/gnomefilelist.c: GNOME2 Port.
21390 2003-01-10  Naba Kumar  <naba@gnome.org>
21392         * src/an_file_view.c,
21393         src/anjuta_gui.c,
21394         src/appwizard_gui.c,
21395         src/compiler_options.c,
21396         src/compiler_options_cbs.c,
21397         src/cvs_cbs.c,
21398         src/executer.c,
21399         src/fileselection.c,
21400         src/find_in_files.c,
21401         src/goto_line.c,
21402         src/main_menubar.c,
21403         src/memory.c,
21404         src/message-manager-dock.c,
21405         src/preferences.c,
21406         src/project_dbase_gui.c,
21407         src/project_import_gui.c,
21408         src/registers_gui.c,
21409         src/sharedlib_gui.c,
21410         src/src_paths_gui.c,
21411         src/text_editor_gui.c,
21412         src/toolbar.c,
21413         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21415 2003-01-09  Naba Kumar <naba@gnome.org>
21417         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21418         problems with some comments.
21420         * anjuta.prj: New project file (updated?)
21422         * src/Makefile.am: Enabled deprecated API and fixed variables.
21424         * src/an_file_view.c,
21425         src/an_symbol_view.c,
21426         src/anjuta-plugins.c,
21427         src/anjuta-tools.c,
21428         src/anjuta.c,
21429         src/anjuta_gui.c,
21430         src/appwizard_cbs.c,
21431         src/attach_process.c,
21432         src/attach_process_cbs.c,
21433         src/compiler_options.c,
21434         src/compiler_options_cbs.c,
21435         src/launcher.c,
21436         src/mainmenu_callbacks.c,
21437         src/message-manager-private.c,c
21438         src/message-manager-private.h,
21439         src/message-manager.c,c
21440         src/message-manager.h,
21441         src/project_dbase.c,
21442         src/project_dbase.h,
21443         src/project_dbase_gui.c,
21444         src/project_import_cbs.c,
21445         src/project_import_gui.c,
21446         src/registers.c,
21447         src/resources.c,
21448         src/resources.h,
21449         src/sharedlib.c,
21450         src/signals.c,
21451         src/signals_cbs.c,
21452         src/signals_gui.c,
21453         src/splash.c,
21454         src/src_paths_cbs.c,
21455         src/src_paths_gui.c,
21456         src/stack_trace.c,
21457         src/text_editor.c,
21458         src/text_editor_gui.c,
21459         src/text_editor_menu.c,
21460         src/toolbar.c,
21461         src/toolbar_callbacks.c,
21462         src/utilities.c,
21463         src/watch.c,
21464         src/watch_cbs.c,
21465         src/wizard_gui.c: GNOME porting.
21467 2002-12-24 Naba Kumar <naba@gnome.org>
21469         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21470         NEWS, README, SEARCH-REPLACE,
21471         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21472         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21473         launcher/Makefile.am,
21474         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21475         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21476         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21477         printing/print-util.c, printing/print.c, printing/print.h,
21478         scintilla/*/*, widgets/e-shell-about-box.c,
21479         src/*, tagmanager/*/*, widgets/Makefile.am,
21480         widgets/gnomefilelist.c:
21481         
21482         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21483         src/*.[c,h] files to gnome2 API.
21485         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21486         strings table.
21488 2002-10-23  Naba Kumar <naba@gnome.org>
21490         * autogen.sh: Prevented Users from building HEAD cvs.
21491         
21492 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21494         * src/anjuta.glade: added the compiler options dialog, hopefully
21495         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21497 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21499         * src/anjuta.glade: fixed a lot of small glitches.
21501         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21502         now.
21504         * src/breakpoints_cbs.c: polished a bit.
21506 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21508         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21510         * src/commands.c: partial gnome 2 port.
21512         * src/utilities.[ch]: changed some bits to be const.
21514 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21516         * src/Makefile.am: removed breakpoints_gui.c and added a check
21517         for gdk-pixbuf deprecated functions, but there shouldn't be much
21518         anyway.
21520         * src/breakpoints_gui.c: killed.
21522         * src/anjuta.glade: added two dialogs for the breakpoints management.
21524         * src/anjuta.h:
21525         * src/anjuta_cbs.c:
21526         * src/appwizard.c:
21527         * src/attach_process.c:
21529         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21530         really huge changes and porting work.
21531         
21532         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21533         (breakpoints_dbase_new): moved the UI init bits here.
21535         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21536         a lot, not using any color anymore (not HIG compliant) and not using
21537         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21538         to be double checked.
21540         * src/build_file.c:
21541         * src/build_project.c: gnome 2 port.
21543 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21545         * src/anjuta.glade:
21546         * src/anjuta.h:
21547         * src/anjuta_cbs.c:
21548         * src/appwizard.c:
21549         * src/breakpoints.c:
21550         * src/breakpoints_cbs.c: cleaned up some bits.
21552 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21554         * src/Makefile.am:
21555         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21557         * src/an_symbol_view.[ch]:
21558         * src/attach_process_cbs.h: polished a bit.
21560         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21562 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21564         * configure.in:
21565         * src/Makefile.am: added libglade-2 to the build.
21567         * src/anjuta.[ch]: added support for libglade.
21569         * src/anjuta.glade: added. There could be a file per top-level widget,
21570         as some other gnome projects, though.
21572         * src/attach_process_gui.c: removed.
21573         * src/attach_process.[ch]: gnome 2 port.
21574         (attach_process_new): Added the treeview init and the widget references
21575         here.
21577 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21579         * src/an_file_view.c: fixed some compilation issues.
21581         * src/an_symbol_view.c: gnome 2 port.
21583 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21585         * src/an_file_view.c: finished gnome 2 port.
21586         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21587         directory pixmap depending on the event.
21589         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21590         (project_file_data_new): use a GtkTreePath.
21592 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21594         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21595         driving me nuts but they need to be ported, heh ?
21597         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21598         work since it's quite a total rewrite again.
21600 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21602         * src/an_file_view.c:
21603         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21605 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21607         * src/anjuta_info.c:
21608         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21610 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21612         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21613         nuts ATM.
21614        
21615         * src/an_file_view.c:
21616         * src/aneditor.cxx:
21617         * src/anjuta_cbs.c:
21618         * src/compiler_options.h:
21619         * src/messagebox.c:
21620         * src/messagebox.h:
21621         * src/pixmaps.h:
21622         * src/project_dbase.h:
21623         * src/resources.h: gnome 2 port.
21625 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21627         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21629         * data/properties/sql.properties: added the DATETIME data type.
21631         * data/properties/html.properties: added the foreach php keyword.
21633 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21635         * widgets/Makefile.am: removed blank line after the last backslash
21636         for avoiding a warning from automake.
21638         * configure.in:
21639         * src/Makefile.am: added the ORBit-2 dep.
21641 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21643         * AUTHORS: added Biswa, because I wonder why noone already have
21644         written his name in the Anjuta's hall of fame :)
21646 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21648         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21649         widgets/e-shell-about-box.c: Made to compile for gnome2.
21650         
21651 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21653         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21654         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21655         
21656         * configure.in, printing/print.h, printing/print.c,
21657         printing/print-doc.c: Made to compile for gnome2.
21658         
21659 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21661         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21662         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21663         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21664         widgets/Makefile.am:
21665         
21666         Upgraded the build system to gnome2 platform.
21667         
21668 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21669         * manuals/*: Added capability to generate PDF and PS.
21670         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21671         * TODO, TODO.biswa: Intergated TODO list.
21672         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21673         , bug #574470
21674         * src/dnd.c: Fix typo
21675         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21676         * src/anjuta.c: Bug #568895, Bug #575419
21678 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21680         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21681         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21683 2002-12-17  Naba Kumar <naba@gnome.org>
21685         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21686         bugs.
21687         
21688 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21689         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21690         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21691         * anjuta.prj: Added tools.sgml
21692         * data/properties/cpp.properties: Bug # 646974
21694 2002-12-16  Naba Kumar <naba@gnome.org>
21696         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21697         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21698         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21699         on 'Enter' and adds proper focus mechanism.
21700         * src/anjuta.c: Fixed a memory corruption bug.
21701         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21702         'Enter' and can also be Canceled. Sets proper default and focus policies
21703         for tools dialogs.
21704         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21705         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21706         translatable strings in dialogs and fixed some dialog properties.
21707         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21708         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21709         * src/message_manager_private.cc: Fixed some debug messages.
21710         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21711         widgets/gnomefilelist.c: Fixed a memory leaks.
21712         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21713         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21714         src/main_menubar_def.h: Implemented incremental search.
21715         * TODO: Updated.
21717 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21718         * tagmanager/*: Minor cleanups and warning fixes.
21719         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21720         GUI during long updates.
21721         * src/text_editor.c: Remove debug message.
21723 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21724         * tagmanager/tm_project.c: Fix a memory access problem.
21726 2002-12-13  Naba Kumar <naba@gnome.org>
21728         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21729         tools list to show "Enabled" flag of the tool. Fixed a bug where
21730         tool list is not cleared when creating a new tool.
21731         
21732 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21733         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21735 2002-12-12  Naba Kumar <naba@gnome.org>
21737         * anjuta-tools.[h,c], commands.c: Used the tools help of
21738         anjuta variables list in commands editor and fixed a typos
21739         buy in anjuta-tools.c.
21740         
21741 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21742         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21743         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21744         * TODO.biswa: Added to help me track things better.
21746 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21748         * configure.in, anjuta.spec.in: Added libglade dependency.
21749         * Makefile.am: Added anjuta.glade file.
21750         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21751         , src/mainmenu_callbacks.[ch], src/message-manager.h
21752         , src/widget-registry.c: Tools editor GUI + other additions.
21754 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21756         * src/project_dbase.[ch], tagmanager/tm_project.c,
21757         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21758         Implement syncing tags image with the project database.
21759         * src/anjuta-tools.c: Implemented variable substitution and
21760         working directory in tools.
21762 2002-12-09  Naba Kumar <naba@gnome.org>
21763         
21764         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21765         command configuration language list from properties.
21766         
21767         * data/properties/asm.properties, data/properties/ruby.properties:
21768         Fixed typos.
21770 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21772         * src/an_symbol_view.c: Remember current selected entry and select
21773         it automatically after refresh.
21775 2002-11-26  Murray Cumming  <murrayc@usa.net>
21777         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21778           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21779         and gnomemm 1.2 projects so that people know they are really
21780         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21781         But I did correct these to sue lowercase names.
21783 2002-12-01  Naba Kumar <naba@gnome.org>
21785         * data/anjuta.properties: Fixed caching problem on 
21786         indicators.
21787         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21788         indicators prefs.
21789         
21790 2002-12-01  Naba Kumar <naba@gnome.org>
21792         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21793         property name.
21794         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21795         property and uses it.
21796         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21797         current cursor.
21798         
21799 2002-11-30  Naba Kumar <naba@gnome.org>
21801         * src/debugger.c: Fixed a typo.
21802         * data/properties/*: Updated properties files and added
21803         new ones.
21804         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21805         Added comment submenu and cleaned up ref and unref of menus.
21806         * src/aneditor.h: Added definition of comment commands.
21807         * src/aneditor.c: Upgrade from latest SciTE source code.
21808         * src/text_editor.[hc], src/text_editor_cbs.c, 
21809         src/message_manager_private.cc, src/message_manager.[cc,h],
21810         src/anjuta.[c,h]: Added indicators support for errors/warnings
21811         highlight in the editor.
21812         * NEWS, TODO: Update.
21813         * scintilla/include/PropSet.h: Removed deprecrated function.
21814         
21815 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21817         * src/anjuta-tools.[ch]: Tools implementation (basic)
21818         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21819           , src/main_menubar_def.h: PLugins cleanup and segregation
21820         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21821           registry
21822         * anjuta.prj: Added new files
21823         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21824         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21825         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21826         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21827         * src/Makefile.am: Added new files
21828         * src/message-manager.[cc/h]: Added standard output and error windows
21830 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21832         * project_type.c: Fixed Gnomemm2 project type
21834 2002-11-25  Naba Kumar <naba@gnome.org>
21836         * printing/print.c: Fixed a compile warning.
21837         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21838         * src/utilities.c: Fixed a compile warning in sparc, hides the
21839         terminal check error output from the user.
21840         * project_config.[ch], project_dbase.[ch], source.c: Added project
21841         version, exclude modules configuration and reordered other config
21842         properties. Changed some strings to more descriptive text.
21843         * src/compiler_opitions.c: Removed extra newlines from .prj file
21844         save.
21845         * anjuta.prj: Converted to new format (only reorganised properties
21846         and removed extra newlines ... nothing else).
21847         * NEWS: updated
21848         
21849 2002-11-21  Naba Kumar <naba@gnome.org>
21851         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21852         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21853         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21854         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21855         Updated to the CVS version.
21857 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21859         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21860           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21861           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21862           images in completion lists. 
21863         * src/resources.h: Make C++ friendly.
21864         * scintilla/PropSet.cxx: Fix memory leak.
21866 2002-11-20  Naba Kumar <naba@gnome.org>
21868         * scintilla/*/*: Synced to latest scintilla 1.49
21869         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21870         New lexers added.
21872         * scintilla/RESearch.cxx: The automatic cvs log in the
21873         file really broke things trying to interprete the changelog
21874         entry incorrectly as end-of-comment. Removed the $cvs line
21875         and committed again.
21876         
21877 2002-11-19  Naba Kumar <naba@gnome.org>
21879         Patch from Timothee Besset <ttimo@idsoftware.com>
21880         
21881         * src/message-manager-private.cc: Interpretes absolute
21882         file paths properly in zvt terminal.
21884 2002-11-19  Naba Kumar <naba@gnome.org>
21886         Patch from Timothee Besset <ttimo@idsoftware.com>
21887         
21888         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21889         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
21890         (important) editor preferences in project (if there is one
21891         open).
21892         
21893         * TODO: Updated
21894         
21895 2002-11-18  Naba Kumar <naba@gnome.org>
21896         
21897         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21898         
21899         * src/debug_tree.c, src/find_in_files_gui.c,
21900         src/find_replace.c, src/find_text.c, 
21901         src/project_import.c, src/project_import_gui.c,
21902         src/wizard_gui.c: i18n Fixes.
21904 2002-11-15  Naba Kumar <naba@gnome.org>
21906         * plugins/class-gen/clsGen.c: Fixed to use project function
21907         to import files. Create non-existent directories before the
21908         sources are written.
21909         
21910         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
21911         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
21912         src/glade_iface.c,
21913         src/glades.c: Excluded gladen files from build. This
21914         will fix the unnecessary dependency on libssl.
21915         
21916         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
21917         file import funtion.
21918         
21919         * src/message_manager_private.cc: Fixed a compiler warning with
21920         DEBUG preprocessor macro.
21921         
21922         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
21923         wrong (undocked) editor window was closed on clicking close on an
21924         undocked editor window.
21925         
21926         * src/debugger.c: Fixed a bad bug where debugger terminal won't
21927         start correctly if the executable was run before with 'F3'.
21928         
21929         * src/toolbar_callbacks.c: Wrap around find next.
21930         * src/toolbar.c: Disable combo activate.
21931         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
21932         button positions to get 'yes' as default.
21934         * anjuta.spec.in: Updated.
21935         
21936         * src/anjuta_info.c, src/appwizard_gui.c,
21937         src/attach_process_gui.c, src/breakpoints_gui.c,
21938         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
21939         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
21940         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
21941         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
21942         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
21943         src/preferences.c, src/preferences_gui.c, src/project_config.c,
21944         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
21945         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
21946         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
21947         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
21948         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
21949         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
21950         plugins/patch/patch-plugin.c, printing/print-util.c:
21951         Set all windows and dialogs transient
21952         to their parents so that they remain floated above their parents.
21953         
21954 2002-11-13  Naba Kumar <naba@gnome.org>
21956         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
21957         take default editor font).
21958         
21959         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
21960         Corrected email address.
21961         
21962         * src/mainmenu_callbacks.c: Used spaces instead of tabs
21963         for changelog entry.
21965         * NEWS: Updated.
21966         
21967 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21968         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
21970 2002-11-06  Naba Kumar <naba@gnome.org>
21972         * README: Updated
21973         * anjuta.spec.in: Ships the .omf files with the
21974         documents instead of the base package.
21975         
21976 2002-11-04  Naba Kumar <naba@gnome.org>
21978         * data/properties/latex.properties: Fixed a bug.
21979         * ChangeLog: Released 1.0.0 stable.
21981 2002-11-04  Naba Kumar <naba@gnome.org>
21983         * src/commands.c: Added command with shell redirection capability.
21984         * data/properties/anjuta.properties: Changed default execution
21985         command.
21986         * src/project_dbase.c: Set project top dir in properties.
21987         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
21988         * data/Makefile.am: More diskcheck error fixes.
21989         
21990         * README, anjuta.spec.in, THANKS, AUTHORS,
21991         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
21992         manuals/C/anjuta-manual/authers,sgml,
21993         manuals/C/anjuta-manual/anjuta-manual.sgml,
21994         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21995         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
21996         : Changed anjuta home to
21997         new URL and my email address.
21998         
21999         * manuals/C/anjuta-manual/interfaces.sgml,
22000         manuals/C/anjuta-manual/prefereces.sgml,
22001         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22002         
22003         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22004         : removed reference to the help menu as the menu is modified
22005         when no help is found (which is very likely when we are
22006         shiping the documents separately).
22007         
22008 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22009         * anjuta.spec.in: Update specfile to make multiple RPMs.
22010         * data/Makefile.am: make dist fix.
22011         * src/text_editor_menu.c: Fix compile warnings (casts).
22013 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22014         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22015         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22017 2002-11-01  Naba Kumar <naba@gnome.org>
22019         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22020         Added gnome2 macros to be used by gnome2 project wizard.
22021         
22022         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22023         from gnome-common.
22024         
22025         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22026         as it was conflicting with generated projects and is not
22027         useful for us.
22028         
22029         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22030         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22031         project generation, removed qt project as it's not complete and
22032         added gnome2 bonobo wizard.
22034 2002-10-29  Naba Kumar <naba@gnome.org>
22036         * po/POTFILES.in: Updated.
22037         * po/POTFILES.skip: Added.
22038         * preferences.h: Fixed print paper size property name.
22040 2002-10-28  Naba Kumar <naba@gnome.org>
22041         
22042         * data/user.properties, data/Makefile.am: Added user properties file
22043         which will be copied in user's ~/.anjuta/user.properties.
22044         
22045         * data/anjuta.properties: Changed a comment.
22046         
22047         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22048         
22049         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22050         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22051         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22052         item.
22054         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22055         instead of user properties file.
22056   
22057         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22058         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22059         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22060         * README, TODO: Updated.
22061         
22062 2002-10-28  Naba Kumar <naba@gnome.org>
22064     * manuals/C/anjuta-manual/figures/editor_guides.png,
22065     manuals/C/anjuta-manual/figures/editor_margins.png,
22066     manuals/C/anjuta-manual/figures/editor_markers.png,
22067     manuals/C/anjuta-manual/figures/local_variables.png,
22068     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22069     manuals/C/anjuta-manual/figures/prefs_print.png,
22070     manuals/C/anjuta-manual/figures/print_dlg.png,
22071     manuals/C/anjuta-manual/figures/print_preview.png,
22072     manuals/C/anjuta-manual/figures/symbol_browser.png,
22073     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22074     files for manual documentation.
22075     
22076     * manuals/sgmldocs.make,
22077     manuals/C/anjuta-manual/Makefile.am,
22078     manuals/C/anjuta-manual/authors.sgml,
22079     manuals/C/anjuta-manual/build.sgml,
22080     manuals/C/anjuta-manual/compileopts.sgml,
22081     manuals/C/anjuta-manual/debugger.sgml,
22082     manuals/C/anjuta-manual/execute.sgml,
22083     manuals/C/anjuta-manual/fileoperations.sgml,
22084     manuals/C/anjuta-manual/interface.sgml,
22085     manuals/C/anjuta-manual/preferences.sgml,
22086     manuals/C/anjuta-manual/projects.sgml,
22087     manuals/C/anjuta-manual/figures/arguments.png,
22088     manuals/C/anjuta-manual/figures/open_file.png,
22089     manuals/C/anjuta-manual/figures/other_opts.png,
22090     manuals/C/anjuta-manual/figures/scrshot.png,
22091     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22092     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22093     
22094     Updated anjuta manual documentation.
22096     
22097 2002-10-27  Naba Kumar <naba@gnome.org>
22099     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22100     check and modifies debugger terminal command accordingly
22101     to function properly.
22102     
22103 2002-10-25  Naba Kumar <naba@gnome.org>
22105         * manuals/sgmldocs.make: Fixed a couple of bugs.
22106         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22108 2002-10-24  Naba Kumar <naba@gnome.org>
22110         * src/debug_tree.c: Fixed a crash bug from Etay.
22112         * global_tags/create_global_tags: Added messages.
22113         Fixed infinite looping within files.
22114         
22115         * macro/autogen.sh: Removed debug and warning flags for defaults.
22116         
22117         Patch from Vadim Berezniker <vadim@berezniker.com>
22118         
22119         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22120         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22121         generation.
22123         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22124         temporarily just copy it
22126 2002-10-24  Naba Kumar <naba@gnome.org>
22128         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22129         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22130         manuals/C/anjuta-manual/compileopts.sgml,
22131         manuals/C/anjuta-manual/debugger.sgml,
22132         manuals/C/anjuta-manual/execute.sgml,
22133         manuals/C/anjuta-manual/fileoperations.sgml,
22134         manuals/C/anjuta-manual/interface.sgml,
22135         manuals/C/anjuta-manual/introduction.sgml,
22136         manuals/C/anjuta-manual/projects.sgml,
22137         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22138         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22139         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22140         manuals/ja/anjuta-manual/compileopts.sgml,
22141         manuals/ja/anjuta-manual/debugger.sgml,
22142         manuals/ja/anjuta-manual/execute.sgml,
22143         manuals/ja/anjuta-manual/fileoperations.sgml,
22144         manuals/ja/anjuta-manual/interface.sgml,
22145         manuals/ja/anjuta-manual/introduction.sgml,
22146         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22148 2002-10-24  Naba Kumar <naba@gnome.org>
22150         * src/project_type.c: added autogen for qt projects.
22151         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22152         Fixed a bug that retrieves wrong terminal command.
22153         * src/commnads.c: Added more terminal commands.
22154         * configure.in: Checks for scrollkeeper version.
22155         
22156 2002-10-22  Naba Kumar <naba@gnome.org>
22158         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22159         instead of AM_GNOME_GETTEXT.
22160         
22161         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22162         for setup-gettext for the wizard generated projects.
22164         * src/source.c: Fixed a bug where glade file wasn't generated.
22165         
22166         * src/gnome_project.c: Excluded project version from project dir
22167         name.
22168         
22169 2002-10-22  Naba Kumar <naba@gnome.org>
22171         * acinclude.m4: New file with dummy funtion for gettext
22172         cross compatibility fix.
22173         
22174         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22175         * configure.in: Fixed cflags to avoid useless warnings.
22176         * Makefile.am: EXTRA_DIST += setup-gettext.
22177         * src/toolbars.c: Added space paddings around tags label.
22179 2002-10-21  Naba Kumar <naba@gnome.org>
22181         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22182         
22183         * setup-gettext: New script to maintain gettext cross version
22184         compatibility.
22185         * configure.in, macros/autogen.sh: Fix for gettext cross version
22186         compatibility.
22187         
22188 2002-10-21  Naba Kumar <naba@gnome.org>
22190         * debug_tree.c: Fixed incorrect use of debug assertion.
22191         
22192 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22193             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22194         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22195         src/memory.c, src/memory.h, src/message-manager-private.cc:
22196         
22197         New parsing algorithm; adapted from kdevelop.
22198         Middle button menu for changing the value's display type
22200 2002-10-07  Naba Kumar <naba@gnome.org>
22202         * src/main_menubar_def.h: Changed status bar message for Help->
22203         Browse info pages. Bug #603308
22205         * src/executer.c: Made "User terminal" default for creating
22206         projects (User can always disable it later). Bug #114222
22207         
22208 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22210         * macros/autogen.sh: Require gettext 0.10.x for autogen
22211         * src/text_editor.c: Fixes Bug #595303
22212         * src/source.c: Fixes Bug #595970
22213         * src/anjuta.c: Fixes Bug #598366
22214         * scingtilla/LexCPP.cxx: Bug #602296
22215         * src/main_menubar_def.h: Bug #604363
22216         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22217         
22218 2002-10-07  Jens Georg <mail@jensgeorg.de>
22220         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22221         * gnomefilelist.c: This patch fixes the bug #611542
22222         
22223 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22225         * data/properties/Makefile.am: Added tcltk.properties file.
22226         
22227 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22229         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22230         
22231         * README: Updated README
22232         * plugins/class-gen/clsGen.c, src/message_manager.cc
22233           , src/mainmeu_callbacks.c, src/memory.c
22234           , src/project_dbase_gui.c, src/text_editor_gui.c
22235           , widgets/gnomefilelist.c: Set window icons
22236         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22237           Enabled release build (stripped + optimized binaries, etc.)
22238         * data/properties/anjuta.properties, src/commands.c,
22239           src/defaults.cFixed bug #595489 (stdin on executables)
22240         * src/appwizard.c, src/main.c, src/message-manager.cc
22241           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22242           , src/debug_tree.c: Memory related (valgrind) fixes.
22243         * src/message-manager-private.[cc,h], src/pixpams.h
22244           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22245         * anjuta.prj: Added debug_tree.c to SOURCES
22246         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22247           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22248           Compacted code and cleaned up unnecessary functions.
22249         * tagmanager/*.[ch]: Code fixes.
22250         
22251 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22252         
22253         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22254         
22255         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22256         Debug tree now detects changes of displayed variables
22257         and changes their color to red
22259 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22261         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22262         
22263         * mainmenu_callbacks.c: Set's the current file name in
22264         file save as dialog.
22265         
22266 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22268         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22270         * data/properties/tcltk.properties: New file for tcl/tk
22271         properties.
22273 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22275         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22276         Fixed a fatal bug which doesn't let building gnome2 related
22277         projects. They use different autogen.sh script. Defined new
22278         type field "gnome_macro_support".
22279         
22280         * data/autogen.sh.gnome2: New file.
22281         
22282         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22283         bug with quotes escaping in quotes.
22284         
22285         * src/message-manager-private.cc: Used event box instead
22286         of frame for local message pane, so that the borders appear
22287         properly and nicely.
22288         
22289         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22290         if there is a project open and all the files are un-docked.
22292         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22294 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22296         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22297         * THANKS: updated for new contributions
22298         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22300 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22302         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22303         src/project_dbase.h, src/project_type.c, src/source.c, 
22304         src/wizard_gui.c: new Qt project type
22305         *** NB not fully tested, may need some work, icon required...
22307 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22309         * src/memory.c, src/memory.h: new memory patch
22311 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22313         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22315 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22317         * lancher/anjuta_launcher.c: Determine pty from function
22318         call instead of running 'tty' externally.
22319         
22320         * data/properties/cs.properties: Added compile/build commands.
22321         Fixed execution properties.
22322         
22323         * src/commands.c: Added c# options.
22325         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22326         
22327         * src/debug_tree.[c,h], src/debugger.[c,h],
22328         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22329         
22330         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22331         1. Misaligned structs when they are members of other structs.
22332         2. '{' sometimes appears as a variable.
22333         3. Wrong processing of some arrays.
22334         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22335         that displays the tree in two columns (variable and value).
22337 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22339         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22341         * data/properties/sql.properties: added the DATETIME data type.
22343         * data/properties/html.properties: added the foreach php keyword.
22345 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22347         * NEWS: Updated with new features.
22348         
22349         * data/.cvsignore, doc/.cvsignore: Updated.
22350         
22351         Patch from: Etay Meiri <etay-m@bezeqint.net>
22352         
22353         * src/debug_tree.h, src/debug_tree.c: New files.
22354         
22355         * src/Makefile.am, src/message-manger-private.[h,cc],
22356         src/message-manger.cc: Added Tree view for debugger
22357         locals view.
22358         
22359 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22361         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22362         
22363         * src/memory.c, src/memory.h: New files.
22364         
22365         * src/Makefile.am, src/appwizard.c, src/controls.c,
22366         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22367         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22368         
22369         Memory view implemetation that would enable viewing raw memory
22370         during debugging.
22372 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22374         * AUTHORS: added Biswa, because I wonder why noone already have
22375         written his name in the Anjuta's hall of fame :)
22377 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22379         * src/appwizard_gui.c: Removed an ambiguous prototype.
22380         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22381         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22382         * THANKS: Updated M. Ali Vardar's email.
22383         
22384 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22386         * src/anjuta_gui.c: implemented feature request to stop main and browser
22387           toolbars having exclusive use of space
22389 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22391         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22392         left over from the previous work to fix bugs :-)
22393         
22394         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22395         src/controls.c, src/mainmenu_callbacks.h, 
22396         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22397         reviewed
22398         
22399         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22400         src/project_import_gui.c, src/sharedlib_gui.c, 
22401         src/signals_gui.c: set window icon correctly
22402         
22403         * NEWS: more updates for the release
22404         
22405         * HACKING: updated for window icons and insert menu information
22406         
22407         * src/cvs_gui.c, src/build_project.c, 
22408         src/project_import_cbs.c: message strings reviewed
22409         
22410         * src/controls.c: context help button should be disabled if 
22411         DevHelp is not installed
22412         
22414 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22416         * src/debugger.c: Fixed the signalling screw up because of string
22417         update in gdb used to report the child process PID. Also, no
22418         error dialog will be popped up for "no such file or directory"
22419         error (very annoying and useless error). This error will still
22420         be shown on the debug message window. Avoided terminating the
22421         program when the terminal is terminated -- doesn't hurt, otherwise
22422         we get crappy egg-and-hen problem.
22423         
22424         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22425         dimensions loading.
22426         
22427         * src/anjuta.c: Limited the default size of main window to sane
22428         values.
22430         * src/preferences.c: Fixed some deadly memory corruption bugs in
22431         the recent patches. Return from getenv() should NEVER be freed,
22432         because they are static strings.
22433         
22434         * src/preferences_gui.c: Removed the fix for crash bug with font
22435         selection and applied the real fix.
22436         
22437 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22439         * NEWS: updated for release
22441 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22443         * src/launcher.c: Added a fix a memory leak and a possible
22444         fix for zvt-crash bug.
22445         
22446         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22447         
22448         * data/properties/latex.properties,
22449         data/properties/ada.properties: Added file.is.source property.
22450         
22451         * src/an_file_view.c: Set auto column size of the file
22452         revision column.
22453         
22454         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22455         The user is now prompted to confirm the closing of the file
22456         if it is being used by CVS. If yes, the editor is closed and
22457         the CVS operation stops.
22458         
22459 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22461         * anjuta.prj: bump project version for release
22462         * BUGS: removed unnecessary file
22464 2002-06-07      Philip Van Hoof <freax@pandora.be>
22466         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22467         during the life of the file list widget
22468         * src/preferences_gui.c: sticking-plaster fix to font selection
22469         causes segfault bug
22471         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22473 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22475         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22476         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22477         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22478         added options for symbol and file browsers.
22479         * data/properties/cpp.properties: linker flags should come after
22480         the name of the file to compile.
22481         * scintilla/Editor.cxx: fixed gcc compilation warning.
22482         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22483         be executed from bindir only.
22484         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22485         tagmanager/include/tm_file_entry.h: CVS version information in file 
22486         browser.
22487         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22488         window.
22489         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22490         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22491         crashes during file import.
22492         * src/project_import.c: disable project menu items during project 
22493         import.
22494         
22495         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22497 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22499         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22500         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22501         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22502         modified Insert menu, added C functions template, header C 
22503         template, modified header_template HEADER_H ==> NAMEFILE_H
22504         
22505         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22507 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22509         * data/properties/html.properties: changed some file 
22510         associations
22512 2002-06-05 Philip Van Hoof <freax@pandora.be>
22514         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22515         
22516         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22518 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22520         * data/properties/anjuta.properties, src/defaults.c: Make windows
22521         docked by default, fix the big fonts bug.
22522         
22523         * src/an_file_view.c, src/main_menubar_def.h, 
22524         src/project_dbase_gui.c: sanitized the Edit/View mess.
22525         
22526         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22527         for customizing shortcuts.
22528         
22529         * src/mainmenu_callbacks.c: Search for selected word if present.
22530         
22531         * src/text_editor_menu.c: Added context menu options for docking
22532         and undocking editor windows.
22533         
22534         * src/main_menubar.h, src/main_menubar.c: more support for the 
22535         shortcuts menu item.
22536         
22537         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22539 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22541         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22542         all commit messages being written to top of the file
22543         
22544         * src/main_menubar_def.h: message strings reviewed
22545         
22546         * src/project_import.c: message strings reviewed
22547         
22548         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22549         some bugs around reading the project properties for creating 
22550         .glade and .desktop files in the Application Wizard. There were
22551         typos in the property names being retrieved
22552         
22553         * widgets/gnomefilelist.c: changed build_full_path to make 
22554         the file widget support ~
22555         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22556         
22557         * THANKS, widgets/e-shell-about-box.c, 
22558         manuals/anjuta-manual/C/authors.sgml: updated for new
22559         patch
22561 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22563         * src/project_dbase.c: Fixed the file-path-corruption bug
22564         and the cannot-import-file-in-project bug. (follow-up with
22565         the last commit from Stef).
22566         
22567         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22568         with unsaved-project.
22569         
22570 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22572         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22573         misplaced g_free.
22575 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22577         * data/properties/{xml,html,other}.properties: changed some file 
22578         associations
22579         
22580         * data/anjuta.mime: oops! cvs added
22581         
22582         * scintilla/RESearch.cxx: fixed up a problem with comments
22583         
22584         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22585         to avoid messages about missing libs
22586         
22587         * NEWS: started the release notes
22589 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22591         * HACKING: updated with new information on printing, patch naming
22592         
22593         * TODO: removed completed tasks
22594         
22595         * THANKS: updated a few contributions
22596         
22597         * anjuta.prj: updated the icon file
22598         
22599         * anjuta.desktop.in.in: updated to add Categories
22600         
22601         * data/anjuta.mime: created a mime type for Anjuta project files
22602         (NB needs to be added to the install in /usr/share/mime/)
22603         
22604         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22605         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22606         to PNG for websites.
22607         
22608         * plugins/patch/patch-plugin.c: clarified some messages and 
22609         made it easier to see different patching sessions
22610         
22611         * src/toolbar.c: changed some message text for consistency
22612         
22613         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22614         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22615         in preferences. 
22616         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22617                  
22618         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22619         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22620         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22621         Added XLib Project and a Dockapp Project types.
22622         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22623         projects
22624         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22625         * src/source.c: Fixed memory leak in existing projects. 
22626         (filename was not freed)
22627         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22629 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22631         * src/anjuta.h, src/anjuta.c: Added error display funtions
22632         with parent windows.
22633         
22634         * src/appwizard_cbs.c: Changed error display function to use
22635         parented version.
22636         
22637 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22639         * printing/print.h, printing/printing.c: Taken care of document
22640         zoom factor and fixed a font loading bug. Dynamically calculated
22641         text widths to work with zooms properly. Re-organized code for
22642         dynamic text width calulations to work in general with utf8 chars.
22643          Determined font height and width automatically from the font info.
22644         
22645         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22646         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22647         Converted text.zoom.factor property to use #defined value. Removed
22648         margin header and margin numbers preferences, as they  now
22649         calculated dynamically.
22650         
22651 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22653         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22654         printing/print-util.h, printing/print.c, printing/print.h:
22655         Rewritten printing support for style based printing. Syntax highlighted
22656         printing, monochromatic printing, setup using preferences etc.
22658         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22659         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22660         language and the styled text buffer.
22661         
22662         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22663         the print setup preferences page and added printer preferences. Added functions
22664         to retrieve preferences with default values.
22665         
22666         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22667         the printing.
22669         * data/properties/anjuta.properties: Added default printer preferences.
22671         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22672         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22673         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22675         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22676         
22677 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22679         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22681         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22682         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22683         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22684         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22686         printing/Makefile.am: Reduced compiler optimizations.
22688         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22689         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22690         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22691         tagmanager/tm_workspace.c: TagManager fixes.
22693 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22695         * printing/*: CVS added. :)
22696         
22697 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22699         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22701         * printing*: CVS added.
22702         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22703           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22704           src/main_menubar_def.h: Gnome Print support
22705         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22706         * configure.in: Enable debugging flag option
22707         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22708           Print properties defined.
22709         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22710         
22711 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22713         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22714         
22715         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22716         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22717           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22718           and cleanups
22719         * src/text_editor.c: Minor cleanups.
22720         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22721         * src/project_dbase.c: Fixes to add/remove files from project.
22722         * src/help.c: Fix minor memory leak.
22723         * src/project_dbase_gui.c: Remove debugging messages.
22724         * src/utilities.[ch]: Cleanups and minor fixes.
22725         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22727 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22729         * src/anjuta.c [anjuta_apply_preferences()]:
22730         Fixed a crash bug when tab pos is not defined for the editors.
22731         
22732         * data/properties/cpp.properties: Set default identifier property to normal.
22733         This fixes the bug in which the fore color gets hidden with dark background.
22735 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22737         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22738         scintilla 1.46
22739         
22740         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22741         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22742         src/anjuta.c, data/properties/anjuta.properties:
22743         Implemented line wrapping.
22744         
22745         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22746         
22747         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22748         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22749         tags. Code was reviewed from GNOME Bonsai view.
22750         
22751         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22752         it seems to have been removed by scintilla people.
22753         
22754         * data/properties/anjuta.properties: Set default line wrap to false, as
22755         is noticably slow with big files.
22756         
22757 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22759         * src/project_import_gui.c: disallow the selection of files in
22760           the browse dialog.
22761         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22762           preferences code.
22763         
22764 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22766         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22767           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22768         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22769         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22770           now works properly.
22771         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22772         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22773         * src/utilities.[ch]: Added some utility functions.
22774         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22775         
22776         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22778 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22780         * HACKING: info on FIXME statements and removed ccview references
22781         * Makefile.am: added rule to make RPM package
22783 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22785         * THANKS, widgets/e-shell-about-box.c, 
22786         manuals/anjuta-manual/C/authors.sgml: updated for new
22787         patch
22788         * src/anjuta.c: removed unnecessary warning code since CVS 
22789         support is now implemented :-)
22790         * manuals/sgmldocs.make: implemented a fix for bug #553969
22791         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22792         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22793         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22794         
22795 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22796         
22797         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22798           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22799           src/main_menubar_def.h, src/preferences_gui.c,
22800           preferences.c, preferences.h: setup Username and Email 
22801           preferences, Insert ChangeLog and Username editor functions
22802           
22803           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22805 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22806         
22807         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22808           src/src_paths_cbs.c, src/src_paths_gui.c
22809           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22811           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22813 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22815         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22816           and goto tag menu items to main menu.
22818 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22820         * THANKS, widgets/e-shell-about-box.c, 
22821         manuals/anjuta-manual/C/authors.sgml: added new contributors
22822         * HACKING: updated with info on files to change for credits
22824 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22826     * src/aneditor.cxx: extended extension list which fixes segfault
22827     on selecting lisp, ruby or matlab as highlight style.
22829 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22831         * src/main_menubar_def.h: fixed an array initialiser and fixed
22832         the lexer settings for the new entries on the Format menu
22834 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22836         * Synced with Scintilla 1.45
22838 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22840         * anjuta.prj: added another missing file
22841         * ChangeLog: fixed some incorrect change dates I caused by 
22842         sloppy cut-and-pasting :-/
22844 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22845         
22846         * src/mainmenu_callbacks.c: fixed title of new About box
22848 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22850         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22852 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22854         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22855         * anjuta.prj: updated for new files
22857 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22859         * widgets/e-shell-about-box.c: Added version display.
22860         
22861 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22863         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22864         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22865         from Philip Van Hoof)
22867 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22869         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22870         dependency
22871         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22872         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22873         that produced build errors (needs checking on a machine with the
22874         ja locale!)
22875         * data/properties/lisp.properties: updated to match format of other
22876         lexer property files supplied with Anjuta
22878 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22880         * anjuta.prj: added new files
22881         * HACKING: added information from the mailing list on 
22882         adding new project types to the wizard (thanks to Johannes)
22884 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22886         * src/utilities.h, src/launcher.c, src/gnome_project.c,
22887           src/appwiz_page2.c: Fix for 547038.
22889 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22891     * attach_process.c, attach_process_cbs.c: Fixed a dialog
22892     hide bug.
22893     
22894     * about.h: cvs removed.
22895     
22896 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22898         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22900         Fix for #539574.
22902         * src/anjuta.c (anjuta_system_error): checks for the error number to
22903         know whether the error description is needed or not.
22905 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22907         * pixmaps/anjuta_logo.png: New about logo.
22908     
22909         * pixmaps/anjuta_icon.png: New icon from Misha. The
22910         old one had trouble with some gtk themes.
22911     
22912         * about.c: Removed. No longer needed.
22914         * mainmenu_callbacks.c: Removed reference of about.h
22915     
22916 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22918         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22920         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
22921           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
22922         About Dialog (thanks to the Evolution team for the cool widget!)
22924 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22926         Patch from lbell <lbell@tsc4.com>
22927     
22928         * src/find_in_files.c, src/find_in_files.h,
22929           src/anjuta.c: Added save_yourself, load_yourself routines.
22930     
22931         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
22932         Added "Append messages" toggle button. This will enable
22933         the search results to be appended to the already existing
22934         results.
22935     
22936         * src/debugger.c: Fixed a typo.
22937     
22938         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
22939           src/session.c, src/session.h: Improved session management.
22941 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22943         * THANKS, FUTURE, AUTHORS: Changed my email and
22944         avoided yahoo.com.
22946 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22948         Impl. feature request #525271 (add Lisp support).
22950         * data/properties/lisp.properties: added.
22952         * data/properties/Makefile.am, data/properties/anjuta.properties: added
22953           the lisp properties.
22955         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
22956           src/utilities.[ch]: added support for the Lisp highlight style.
22958 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22960         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22961           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22962           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
22963           option preferences to have a persistent setting. Plus it's not used
22964           often, so it's better here than flooding the menus.
22966         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
22967           preferences pages a lot more consistent and sweeter: tabs direction
22968           radiobuttons are directed against the meaning, all pages have an
22969           outter frame, a lot of padding, removed all expand attributes for
22970           vertical boxes, ...
22972           That's not a total revamp, but it's really looking better now, even
22973           if there's still work to be done.
22975 2002-05-01  Andy Piper <andy.piper@freeuk.com>
22977         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
22978         * TODO: added task to be completed before next release (update all credits)
22980 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22982         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
22983         Benke László.
22985 2002-05-01  Benke László  <decike@freemail.hu>
22987         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22989         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22990           src/main_menubar_def.h, src/mainmenu_callback.[ch],
22991           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
22992           to the format menu in order to reorder the notebook tabs in
22993           alphabetical order everytime a file is created/opened/saved.
22995 2002-05-01  Philip Van Hoof <freax@pandora.be>
22997         * widgets/gnomefilelist.[ch] (history_combo_go),
22998         (history_combo_clicked): impl.
23000         (gnome_filelist_new_with_path): use this new impl.
23002 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23004         * src/project_dbase_gui.c (add_file): added the xpm file type.
23006 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23008         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23009         tag manager fixes.
23011         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23012           of tag types.
23014         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23015           src/text_editor_menu.c: Added context sensitive search in symbol
23016           browser and editor.
23018         * configure.in: Changed version number to 0.1.9.99.
23020         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23021           src/project_import.c: Minor changes to project import facility.
23023         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23024           (Forced to use specific brace format)
23026         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23027           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23028           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23030 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23032         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23033         replaced the spinbutton with an hscale, and made the UI less "blocky".
23035         * src/cvs_gui.c: When diffing a project you can choose date and
23036         release now.
23038         * src/project_dbase.c: Import_file activated again
23040         * configure.in, plugins/Makefile.am: Added patch plugin
23042         * plugins/patch/*: The new patch plugin
23044 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23046         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23048         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23049         dropdown list shown by autocompletion are now removed.
23051 2002-04-28  Philip Van Hoof <freax@pandora.be>
23053         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23054         a bunch of filetypes from the older version.
23056         * src/project_dbase_gui.c (add_file): changed the import
23057         dialog's filetypes combo contents depending on the
23058         type of data to be imported.
23060 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23062         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23063         the amount parameter as Philip stated and reformated to follow the
23064         Gnome convention.
23066         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23067         changed accordingly.
23069 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23071         Fix for #531293.
23073         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23074         Shift-F6, to be more consistent with other Gnome apps.
23075         Moved the "Search next" entry under the "Search" one, and swapped the
23076         order of the "Find in files" and "Find and Replace" ones.
23078         Some additional fixes ands cleanups on the edit menu.
23080         * src/main_menubar.h: replaced all occurences of repeat_find by
23081         find_again for the code to be more consistent.
23083         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23084         sensitiveness depending on the existence of an active text buffer.
23086         * TODO: added some bits about improving the usability of the
23087         search/search again couple.
23089 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23091         * src/preferences_gui.c: made the tab labels text more consistent
23092         (s/misc/Misc/).
23094 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23096         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23098         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23099         filename.
23101         * src/main.c (main): simplified some code and cleanups.
23103         Fix a part of #499366:
23105         * src/commands.[ch] (sync_from_props), (command_editor_save),
23106         (on_apply_clicked), (create_command_editor_gui): added the gui
23107         corresponding to the command.terminal preference.
23109 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23111         Fix for #465180.
23113         * anjuta.spec.in: added build requirements for the source rpm.
23115 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23117         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23118         
23119         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23120           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23121           src/project_type.c, source.c, wizard_gui.c:
23122           Added new GNOME 2 project types and changed glade behaviour to
23123           produce GTK code if project type GTK was selected and GTKmm code
23124           if project type GTKmm was selected (and not depending on the 
23125           selected language. Disabled glade for GNOME 2 projects because
23126           we will need glade2 there.
23127           
23128         * src/project_dbase.c: Fixed a memory lack.
23129         
23130         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23131         
23132         * src/cvs.c: Added an error message if jobs are running
23134 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23136         * tagmanager/tm_work_object.c: Fixed a chrash
23137         bug which occurs when it tries to stat an empty
23138         file name.
23139         
23140 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23142         * src/controls.c: CVS menu items now becomes
23143         insensitive when the launcher is busy.
23144         
23145         * src/anjuta.c, cvs.h, cvs.c: Created a function
23146         to update the cvs preferences when preferences are
23147         applied in preferences dialog and called it from
23148         anjuta_update_preferences().
23149         
23150 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23152         * src/cvs.c: Added a space in the cvs command
23153         before the revision part. This fixes the cvs
23154         error we get when cvs-diffing with revisions.
23155         
23156         * src/cvs.c: Fixed a compiler warning.
23157         
23158         * src/find_replace.c: The dialog now remembers
23159         the settings including the "prompt on replace"
23160         which seems to have broken somewhere line the
23161         changes.
23162         
23163 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23165         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23166         Added a new property in cvs class to hold a boolean
23167         for enabling date in cvs diff. This fixed the bizzare
23168         diff output due to the date that goes with the cvs
23169         command. Also, set the default value of compression
23170         to 3 and unified diff option to 1.
23171         
23172 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23174         * src/cvs.c: The diff editor is set to hilite as
23175         diff syntax hiliting.
23176         
23177         * configure.in, manual/Makefile.am:
23178         Added a new manual module for ja language.
23179         
23180         * manual/ja/*/*/*: New module and files for the
23181         ja translation for the anjuta documentation
23182         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23183         
23184 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23186         * src/launcher.c: Made a very messy work around
23187         for the launcher authentication to work properly.
23188         
23189         * src/find_replace.c: Applied the missing patch
23190         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23191         
23192 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23194         * src/cvs.c, src/main_menubar_def.h: made message strings
23195         consistent with existing standards from our own documentation 
23196         (such as uppercase P in Project, corrected spelling of 
23197         repository, etc.)
23199 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23201         * src/cvs_gui.c: Cleaned up gui and aligned various
23202         widgets to give a clean look.
23203         
23204 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23206         * src/launcher.c: Added work around to retrieve
23207         the child exit code. It works. :)
23208         
23209         * src/find_in_files.c, src/gnome_project.c,
23210         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23211         src/clean.c, src/clean_project.c, src/build_project.c,
23212         src/build_file.c: Modified to handle the new
23213         child exit code.
23214         
23215 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23217         * src/find_replace.c: Changed signal to call
23218         on_replace_text_close on from delete_event
23219         to close => the replace history is now updated.
23221 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23223         * src/cvs.c: escaped the cvs import message before
23224         passing it to cvs.
23225         
23226 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23228         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23229         
23230         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23231         
23232         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23233         Added cvs import
23234         
23235         * src/preferences_gui.c: GUI improvements
23236         
23237         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23239 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23241         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23242         Removed static qualifier from tm_tag_type_name() and
23243         availed it's prototype for use in outside code. also
23244         created reverse map function tm_tag_type_name();
23245         
23246         * src/anjuta.c: Implemented qualified tags names for
23247         the tag list (on the toolbar pulldown list) to avoid
23248         ambiguty in tags with similar names (like prototype
23249         and definition). Patch modified and improved.
23250         
23251         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23252         
23253 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23255         * src/utilities.[c,h]: Added a utility funtion
23256         that escapes the single and double quotes in a
23257         given string. Useful for passing command line
23258         args with quotes.
23259         
23260         * src/cvs.c: Escaped the cvs log message before
23261         passing it to cvs command line to avoid ambiguties
23262         with quotes in the message.
23263         
23264         * pixmaps/anjuta_icon.png: Changed to the new icon.
23265         from Todd Goyen <goyen@mbi-berlin.de>
23266         
23267         * src/message-manager-private.cc: Added regex to 
23268         recognize (underline hilite) the parsable outputs
23269         from the zvt terminal.
23270         
23271 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23273         Patch from: Tina Hirsch <tehirsch@arcor.de>
23274         
23275         * src/project_type.c:
23276         Fixed a bug in the wxproject type and modified the erroroutput when
23277         configure doesn't find wx-config
23278         
23279         Patch from: Timothee Besset <ttimo@idsoftware.com>
23280         
23281         * src/anjuta.c, src/message-manager-private.cc,
23282           src/message-manager-private.h
23283         Catches double clicks in the zvt terminal, and calls goto_error_line
23284         to jump to the appropriate location in the source. This will recognize
23285         grep -n output
23286         
23287 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23288         
23289         * src/build_project.c: Taken care of memory leak
23290           by freeing cmd variable properly.
23292         * src/main_menubar_def.h: Fixed wrong signal connection
23293           for cvs project commit.
23294           
23295         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23296         
23297         * src/preferences_gui.c: Added some border and adjusted
23298           expandsion, filling in box adds to make the cvs preferences
23299           more nicer.
23300         
23301 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23303         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23304         
23305         * src/cvs*, src/main_menubar*, src/preferences*: 
23306         Moved CVS settings to preferences, added a nice login dialog.
23307         
23308         * src/controls.c, src/project_dbase.c:
23309         CVS project options are only shown if a project is open
23310         
23311         * src/build_project.c:
23312         User is now asked if he wants to install as root 
23313         
23314         * src/launcher.c:
23315         Fixed a warning
23317         * anjuta.prj: Updated with cvs files
23318         
23319         * TODO: Remove task which are done
23320         
23321 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23323         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23324         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23325         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23327         Modified launcher to use controlling terminal to detect and
23328         take care of password authentications (for example, for cvs
23329         and root installs).
23330         
23331         * pixmaps/password.png: New file.
23332         
23333 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23335         Anjuta kick start tutorial wirtten by:
23336           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23338         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23339           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23340           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23341           manuals/C/anjuta-tutorial/figures/*.png:
23342           
23343           Added files
23344         
23345         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23346           
23347           Modified files.
23348         
23349 2002-03-28 Roel Vanhout <roel@stack.be>
23351         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23353         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23354           src/preferences_gui.c:
23355         Added option to wrap around to beginning/end of file when on last bookmark
23356         and next/previous bookmark is pressed
23357         
23358 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23360         Patch from Philip Van Hoof <freax@pandora.be>
23361         
23362         * src/gnomefilelist.c:
23363         Added gimp like feature that changes the file extension of
23364         the filename entered in the selections when the file
23365         filter is changed.
23366         
23367 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23368         
23369         Patch from Roy Wood <roy.wood@filogix.com>
23370         
23371         * src/controls.c, src/find_text.c, src/find_text.h,
23372           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23373           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23374           
23375           Menuitem for entering currently selected text as find target,
23376           added key accel for "find next" and changed some key accels for
23377           other key for consistency.
23378           
23379         * src/utilities.c:
23380           Cleaned up code.
23381         
23382 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23384         * src/watch.c, src/watch.h, src/watch_cbs.c,
23385           src/watch_cbs.h, src/watch_gui.c:
23386         
23387           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23388         
23389           Added change watch entries feature
23390           and Watch entries modify on double click fixed.
23392 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23394         * src/mainmenu_callbacks.c:
23395         
23396           Project commit should not bypass dialog as
23397           we need to get the cvs log from the user.
23398           
23399 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23401         * src/project_dbase.c:
23402         
23403           Patch from Roy Wood <roy.wood@filogix.com>
23404           
23405           Fixed docking bug with the new docking patch
23406           to fix copy/paste bug.
23407           
23408 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23410         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23411           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23412           src/main_menubar.h, src/main_menubar_def.h,
23413           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23415           Added cvs project support. Featured bypass cvs dialog for
23416           cases where we don't need dialog (such as project and right
23417           click selection from file browser). Cleaned up cvs code to
23418           make them generic cvs operations instead of separate file
23419           and project operations. Added cvs log action. Increased
23420           file entry box width and enabled "unified diff" by default.
23421           Used Editor buffer for status and log and set hilite for
23422           these buffers including diff buffer (DIFF hilite).
23423           
23424 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23426         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23428         * data: Added file autogen.sh.wxwin 
23429         * data/Makefile.am: Added entry for autogen.sh.wxwin
23430         * pixmaps: Added project image appwiz_wxwin.png
23431         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23432         * src/appwizard_cbs
23433           src/compiler_options.c
23434           src/pixmaps.h
23435           src/project_dbase.c
23436           src/project_dbase.h
23437           src/project_import_cbs.c
23438           src/project_type.c
23439           src/source.c
23440           src/source.h
23441           src/wizard_gui.c: Added everything necessary for new
23442                             project type 'wxWindows (wxGTK)
23443         * src/project_dbase.c: Fixed a bug that caused every project
23444                                to be a glade project in dialog
23445                                                    'Project information'.
23447 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23449         Patch submitted by Roy Wood <roy.wood@filogix.com>
23450         
23451         * src/anjuta_gui.c, src/message-manager-dock.c,
23452           src/project_dbase.c:
23453           
23454           fixed the copy/paste bug by rewriting dock/undock
23455           code.
23457 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23459         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23460         
23461         * src/cvs*, src/Makefile.am:
23462           New file for CVS support. File operations currently work
23463           cvs login needs to be done. Project support is not yet
23464           started.
23466         * src/main_menubar*, src/mainmenu_callbacks,
23467           src/anjuta.c, src/anjuta.h:
23468           Added menus and functions for cvs commands.
23469           
23470         * src/text_editor_menu.h: 
23471           Added #include <gtk/gtk.h>
23472           
23473         * src/gotoline.h:
23474           Removed a warning (and this time it works ;-)
23476         * src/utilities.c, src/utilities.h:
23477           Added a utility function to retrieve directory
23478           name out of full path.
23480 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23482         * src/executer.c: (create_executer_dialog): changed the default
23483           focus on the entry.
23485 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23487         * widgets/gnomefilelist.c:
23488         Fixed duplicate history entries for the same directory.
23489           
23490 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23492         Fix for #520092.
23494         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23495           it's already used by scintilla to delete the whole current line.
23497 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23499         Fix for #525107.
23501         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23502           calls to fileselection_hide_widget,
23503           (on_open_filesel_cancel_clicked): removed.
23505         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23506           (on_add_prjfilesel_cancel_clicked):
23508         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23509           impl.
23511         * src/fileselection.c: Made some functions static.
23512           (fileselection_hide_widget): rewritten using the new
23513           gnome_filelist_set_multiple_selection function.
23515         * src/fileselection.c: (on_file_selection_delete_event): removed
23516           unuseful widget hides. Some cleanups,
23517           (on_file_selection_cancel_clicked): impl,
23518           (create_fileselection_gui): changed the cancel button clicked's
23519           callback to use this new function.
23521         * src/anjuta.c: (anjuta_new):
23522         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23523           callbacks, because this the gnome filelist widget's job.
23525         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23526           clist selection mode duplicates set,
23527           (gnome_filelist_key_press): use the new impl. function.
23529 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23531         Fix for #441233.
23533         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23534           fixed some bogus code using an array cell out of
23535           range, removed unecessary gettext usages.
23537         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23538           some cleanups and now transform minus characters to
23539           underscores.
23541         * src/source.c:
23542           (source_write_configure_in),
23543           (source_write_toplevel_makefile_am),
23544           (source_write_desktop_entry),
23545           (source_write_glade_file):
23546         * src/project_dbase.c: (project_dbase_summon_glade),
23547           (project_dbase_generate_source_code):
23548         * src/glades.c: (gladen_write_glade_write):
23549           replaced some occurences of the target name by the
23550           project filename, using project_dbase_get_proj_name,
23551           to fix the name of some files.
23552           Fixed a lot of mem leaks.
23553           Various code cleanups.
23555 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23557         Merged with latest (1.44) scintilla.
23559         Added: - The calltip.<lexer>.end.definition property to display help
23560                  text on a second line of calltip.
23561                - The calltip.<lexer>.word.characters property to correctly find
23562                  calltips for functions that include characters like '$' which
23563                  is not normally considered a word character.
23564                - The use.monospaced property to determine initial state of
23565                  Use Monospaced Font setting.
23567         Bugs fixed: Too many to mention; please see :
23568                     http://www.scintilla.org/ScintillaHistory.html for the
23569                     full changes list.
23571         * scintilla/*/*: updated nearly all files.
23573         * TODO: removed the need of a scintilla merge.
23575         Merged with latest (1.44) SciTE properties.
23577         * data/properties/anjuta.properties: added the wrap, use.monospaced
23578           properties.
23580         * data/properties/html.properties: added a missing php extension, and
23581           updated php keywords to the latest reference.
23583         * data/properties/pascal.properties: added commands to compile, build
23584           and execute pascal applications.
23586         * data/properties/lua.properties: added styles for statements.
23588         * data/properties/bash.properties: added the declare keyword.
23590         Fixed distchecking.
23592         * global-tags/Makefile.am,
23593           global-tags/create-global-tags.sh: used some kind of ugly hack to
23594           make distchek work, since noone has proposed some better way.
23596         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23597           and Ctrl-N replace Alt-N for new file according to the Gnome design
23598           reference.
23600 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23602         * widgets/gnomedirlist.c
23603         widgets/gnomedirlist.h
23604         widgets/gnomefilelist.c
23605         widgets/gnomefilelist.h:
23607         Added GPL headings in the file.
23609 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23611         * src/attach_process.c
23612         src/attach_process_cbs.c
23613         src/attach_process_cbs.h
23614         src/attach_process_gui.c
23615         src/breakpoints.c
23616         src/breakpoints_cbs.c
23617         src/breakpoints_cbs.h
23618         src/breakpoints_gui.c
23619         src/commands.c
23620         src/compiler_options.c
23621         src/compiler_options_cbs.c
23622         src/compiler_options_cbs.h
23623         src/compiler_options_gui.c
23624         src/find_in_files.c
23625         src/find_in_files_cbs.c
23626         src/find_in_files_cbs.h
23627         src/find_in_files_gui.c
23628         src/find_replace.c
23629         src/find_text.c
23630         src/help.c
23631         src/preferences.c
23632         src/preferences_gui.c
23633         src/project_config.c
23634         src/src_paths.c
23635         src/src_paths_cbs.c
23636         src/src_paths_cbs.h
23637         src/src_paths_gui.c:
23638         
23639         Bugs #521629 and #522427 fixed. The problem was, that the
23640         escape-key was not catched and the dialog was hidden, but
23641         the flag was not set correctly.
23643         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23644         using the gnome_dialog_close_hides()-setting present in most dialogs.
23645         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23646         emits "close" and set the flag in the close-callback.
23648         Patch from: Jens Georg <mail@jensgeorg.de>
23650 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23652         * src/*.{c,cpp}: s/string_free/g_free/
23654         * src/utilities.[ch]: (string_free): removed.
23656 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23658         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23660         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23661         src/mainmenu_callbacks.[ch]:
23662         Removed Project menu options: README, TODO, ChangeLog and NEWS
23663         Moved Save Build Messages to Build menu and only highlight it
23664         when there are build messages.
23665         Corrected a spelling: "mojority" -> "majority"
23666         Fixed initialisation of edit.edit_app_gui so now Edit menu
23667         can be shown when no project is loaded.
23669         * src/project_dbase.h: Removed prototype for static function
23671 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23673         * src/text_editor.c: Editor is marked changed after
23674         autoformat. 
23675         
23676         Patch from: Jens Georg <mail@jensgeorg.de>
23678 2002-03-04 Roel Vanhout <roel@stack.be>
23680         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23682         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23683         Added option to ignore binary files on 'Find in files' (grep -I option)
23685 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23687         * src/main.c:
23688         session restoration and commandline load in 
23689         gtk idle loop.
23690         
23691         * src/anjuta.[h,c], src/anjuta_cbs.c:
23692         Removed "clear windows menu" and prevented runtime 
23693         warnings.
23694         
23695         * src/compile.c, src/build_file.c, src/build_project.c,
23696         src/clean.c:
23697         Takes into account the preference setting for 
23698         show dialog when job completes. Dialogs are
23699         shown when it is enabled otherwise not.
23700         
23701 2002-03-03 Roel Vanhout <roel@stack.be>
23703         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23704         
23705         * src/find_text.c
23706         Store 'Find...' search string on search so that 'Find Next' will search for
23707         that string, even if the dialog hasn't been closed yet.
23709 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23711         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23712         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23713         src/main_menubar_def.h:
23714         
23715         Organized menus, removed "Windows" and "Utilities" menus from the
23716         menubar [they are no longer needed]. Also removed some extragenous
23717         separators.
23718           
23719 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23721         * src/message-manager-private.cc:
23722         Set message clist selection mode to BROWSE.
23723         
23724         * src/message-manager.cc, src/an_symbol_view.c,
23725         src/an_file_view.c:
23726         Added Key navigation for the CTree and CList. Arrow left for
23727         node collapse, right for node expand, space (or enter) for
23728         activation (same as double click).
23729         
23730 2002-03-03 Roel Vanhout <roel@stack.be>
23731         
23732         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23733         
23734         * plugins/class-gen/clsGen.c
23735         Added functionality to semi-intelligently prefill filename
23736         boxes with names deduced from class name
23738 2002-02-26 lbell <lbell@tsc4.com>
23740         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23741         * src/preferences_gui.c:
23742         Removed an incorrect use of gtk_misc_set_alignment().
23743         
23744         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23745         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23746         src/preferences.h, src/preferences_gui.c:
23747         
23748         Added the option to reload last open project at the startup.
23749         Added the possibility to open a new project without close
23750         an existing one
23751         
23752         * src/properties.cxx:
23753         Corrected a spelling mistake in message string.
23754         
23755         * src/session.c:
23756         Updated session functions.
23757            
23758 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23760         * widgets/gnomefilelist.c: Bug fixes.
23761         
23762         Patch from Philip Van Hoof <freax@pandora.be>
23763         
23764 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23766         * src/an_file_view.c:
23767         anjuta was unable to open some files becuase they were not being
23768         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23769         Removed mime checking when opening with anjuta, becuase it doesn't
23770         hurt to open binary files in anjuta (some even may want to do so).
23771         
23772         Added a warning when mime type is not set when "view with default
23773         viewer" is activated.
23774         
23775         * src/an_file_view.c, an_symbol_view.c:
23776         Converted N_() to _() where ever appropriate in the strings.
23777         
23778 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23779         
23780         * src/appwizard_gui.c, src/appwizard_cbs.c
23781           src/wizard_gui.c/h, src/appwiz_page3.c,
23782           src/project_import_gui.c:
23783           
23784         Moved target type radiobuttons to appwiz. page 2
23785         
23786         * src/message-manager-private.cc
23787         Fixed a bug which caused a crash if next message function was used
23789         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23791 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23793         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23794         Modifies the behaviour of Alt-TAB in Anjuta. This
23795         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23796         edited files in the first items of the notebook.
23798         Patch from: Timothee Besset <timo@qeradiant.com>
23799         
23800 2002-02-24  Philip Van Hoof <freax@pandora.be>
23802         * widgets/gnomefilelist.c, gnomefilelist.h:
23803           Added filecompletion
23804           
23805         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23807 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23809         * configure.in: Added "sk" to ALL_LINGUAS.
23811 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23812   
23813         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23814           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23815           src/wizard_gui.c: Added support for static and dynamic libs
23816         
23817 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23819         * widgets/gnomefilelist.c:
23820           Fixed gnome_filelist_get_lastfilename so it no longer returns
23821           a corrupted path.
23823 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23825         * src/resources.h, resources.c:
23826         Added url handler.
23828         * src/main_menubar_def.h, mainmenu_callbacks.c:
23829         Changed to use gnome configed url handler.
23831 2002-02-19  Philip Van Hoof <freax@pandora.be>
23833         * widgets/gnomefilelist.c
23834         Added PHP filetype.
23836 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23838         * plugins/class-gen/clsGen.c:
23839         Added c++ support.
23840         
23841         * widgets/gnomefilelist.c:
23842         Gives the maximum space to the files section of the open file dialog.
23843         
23844         Patches from: lbell <lbell@tsc4.com>
23845         
23846 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23848         * src/anjuta.c, main.c:
23849         Used tm_get_real_path in anjuta_get_full_filename();
23850         
23851 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23852         
23853         * anjuta.prj: update version
23855 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23857         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23858           removed the amount arg and replaced with a NULL-ending list.
23859           (gnome_filelisttype_makedefaultlist): use the new prototype.
23861 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23863         * src/about.c, THANKS: updated for new contributors
23864         
23865         * anjuta.prj: added new files
23866         
23867         * README: corrected some documentation, ctags no longer needed,
23868           pkgconfig now required
23869           
23870         * data/properties/others.properties: add .cvsdiff extension
23871         
23872         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23873           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23874           file import
23875           
23876         * doc/anjuta.1: added initial man page thanks to 
23877           Rob Bradford <rob@debianplanet.org> (NB build and install 
23878           needs work)
23879         
23880 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23882         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23883           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23884           warning flags. 
23885   
23886         * configure.in: Changed version to 0.1.10-pre
23887   
23888 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23890         * src/fileselection.c: (create_fileselection_gui): always display
23891           the directory creation button as we cannot rely on the dialog
23892           titlebar.
23894         * widgets/gnomefilelist.[ch]: fixed includes.
23896         * pixmaps/new_folder.xpm: resized, added a + sign.
23898 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23900         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
23901           changed all extensions to begin with a dot.
23903 2002-02-16  Philip Van Hoof  <freax@pandora.be>
23905         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23907         * THANKS: added Philip.
23909         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
23911         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
23912         * src/file_selection.[ch],
23913         * widgets/gnomefilelist.[ch]: added a filetype
23914           combobox to the Anjuta file dialog widget.
23916 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
23918         * anjuta.spec.in: eep! the import script was not being installed by
23919           RPM - fixed for the release.
23921 2002-02-13  Stephane Demurget  <demurgets@free.fr>
23923         Various cleanups and fixes for the next release to be able to make
23924         distcheck.
23926         * plugins/*/*.c: added missing prototypes causing gcc to speak to
23927           much and make some tweaks plus cleanups.
23929         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
23930           args to remove some warnings.
23932         * global-tags/Makefile.am,
23933           data/Makefile.am,
23934           src/Makefile.am: link against Anjuta static libs using the
23935           $(top_builddir) dir, not anymore on $(top_srcdir) to make
23936           distcheck happy.
23938         * src/Makefile.am: ditto with all the Anjuta static libs.
23940         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
23941           include, as we already include the whole directory for the build.
23943         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
23944           
23945 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
23947         * pixmaps/Makefile.am: icon for libglade project now installed
23948         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
23949         * manuals/C/Makefile.am: removed ChangeLog reference which was 
23950           breaking some build stuff
23951         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
23952           include reference problems that showed up on make distcheck
23953         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
23955 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
23956         
23957         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
23959 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
23961         * src/message-manager-private.cc:
23962           The horizontal scrollbar now shows properly on demand.
23963         
23964 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
23966         * src/dnd.c fixed some warnings
23967         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
23968           and works. It is shown always at the moment but before it was
23969           shown on demand and did never work. 
23971 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
23973         * src/anjuta.c: Fixed a crash bug.
23974           patch from: Jens Georg <mail@jensgeorg.de>
23976 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
23978         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
23979           reports a problem with missing end tags on <graphic>
23981 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23983         * manuals/C/ChangeLog: removed since it was never used
23984         * manuals/C/anjuta-manual/*: more updates, new screenshots
23985         * anjuta.prj: updated for new manuals/ structure
23987 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
23989         * source.c, compiler_options.[c/h]:
23990           Fixed bug #460321 "Problem with optimization options" 
23991           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
23992         
23993 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23995         * NEWS: prepared for release, need to fill in date
23996         * data/welcome.txt: version number updated
23998 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24000         * src/text_editor_menu.c, src/an_file_view.c, 
24001           src/an_symbol_view.c: marked strings for translation
24002         
24003         * src/defaults.c, data/properties/xml.properties:
24004           *.omf and *.xsl files should use XML highlighting
24005           
24006         * manuals/C/anjuta-manual/*:
24007           - restructured so that files have more meaningful names
24008             and are easier to edit (see anjuta-manual.sgml for the
24009                 ordering)
24010           - updated some screenshots
24011           - continued rewrite
24013 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24015         * main.c: Made a workaround to remove the old
24016         anjuta gnome config file (older than 9 Feb 2002). This
24017         will fix the bug which never lets the brower toolbar shown.
24018         
24019         * main.c: In fact, the above solution wouldn't work in all
24020         cases. Therefore, here is the better fix, which works by
24021         detecting the version of the old config file and deleting
24022         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24023         
24024 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24026         * HACKING: added info on submitting patches
24028 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24030         * src/project_import_gui.c, src/project_import.c:
24031           - If Project Import Wizard is canceled everything is 
24032                 cleaned up now.
24033           - Back button is now insensitive on page 3 (some problems: 
24034                 see TODO in project_import_qui.c:284
24035           - Menu frame is insensitive if project type != GNOME(mm)
24037 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24039         * src/main.c: Fixed bug #  (Unable to open files on
24040         double click in project window from second trial onwards when
24041         the project is opened from command line).
24042         
24043         * po/POTFILES.in: Removed tags_manager.[h,c]
24044         
24045 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24047         * src/preferences.c:
24048           A quick hack to fix the 'invisible' browser toolbar when
24049           upgrading from 0.1.8 to 0.1.9
24050           
24051         * src/anjuta.c:
24052           Fixed toolbar names which were causing confusions in the toolbar
24053           show/hide.
24054           
24055         * src/main.c:
24056           Substituted "anjuta" with PACKAGE
24057           
24058         * src/project_import_gui.c: 
24059           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24060           
24061         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24062           Added new files and removed obsolete ones.
24063           
24064 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24066         * src/appwizard_cbs.c, project_import_cbs.c, 
24067           main_menubar_def.h, project_import_gui.c: 
24068           updates to message strings and layout for the 
24069           import wizard.
24070           
24071         * text_editor_cbs.c: fix for the tab menu entries for 
24072           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24074 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24076         * src/toolbars.c,
24077           src/toolbars.h,
24078           src/anjuta_gui.c,
24079           src/controls.c:
24080           
24081           Tag dropdown exclusive (takes
24082           all space in the toolbar) and never vertical and
24083           increased the width of the tag combo to 256 pixs.
24084           Toolbar separator before the combo and button.
24085           Added tags label before the tag button.
24086           Reorganized the dock bands for the toolbars.
24087           
24088         * src/project_import_gui.c
24089           src/project_import.c:
24090           Fixed an error and removed an unused variable.
24091           
24092         * data/properties/anjuta.properties:
24093           Removed the property for the old toolbar and set
24094           browser toolbar show to default.
24095           
24096         * src/project_dbase.c: excluded modules were not
24097           loaded. Fixed.
24098           
24099         * src/source.c:
24100           No build files will be written if the project is blocked.
24101           
24102         * src/project_import.c,
24103           src/project_import_cbs.c,
24104           src/project_gui.c,
24105           src/wizard_gui.c:
24106           
24107           Manually applied Johannes patch to fix some memory
24108           issues and gui clean up.
24109           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24110         
24111         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24112           Fixed a bad bug with remove file from project because of
24113           files were never removed properly from the project and
24114           from the tagmanager.
24115           
24116         * src/appwiz_page3.c: Disabled unused codes to clear
24117           compiler warnings.
24118           
24119 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24121         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24122         
24123         * data/Makefile.am
24124           pixmaps/Makefile.am
24125           src/Makefile.am
24126           src/an_file_view.c
24127           src/an_symbol_view.c
24128           src/anjuta.c
24129           src/anjuta.h
24130           src/anjuta_cbs.c
24131           src/anjuta_gui.c
24132           src/controls.c
24133           src/main_menubar.c
24134           src/main_menubar.h
24135           src/main_menubar_def.h
24136           src/mainmenu_callbacks.c
24137           src/mainmenu_callbacks.h
24138           src/pixmaps.h
24139           src/project_dbase.c
24140           src/project_dbase.h
24141           src/text_editor.c
24142           src/text_editor_menu.c
24143           src/text_editor_menu.h
24144           src/toolbar.c
24145           src/toolbar.h
24146           src/toolbar_callbacks.c
24147           src/toolbar_callbacks.h :
24148           
24149           Patch submitted by:
24150           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24151           
24152           Removes the Tags toolbar and substituted it with
24153           tags combo dropdown list. Fixes a couple of bugs.
24154           
24155           Moved the tag combo to browser toolbar because
24156           main toolbar was becoming too long.
24157           Made a new icon of tag toolbar.
24158           
24159         * po/zh_TW.po: Fixed bug.
24160           
24161         * pixmaps/an_tag.xpm: Added new file.
24163 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24165         * src/project_import_gui.c: Reorganized project
24166         import gui page 2.
24167         
24168 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24170         * HACKING: added info on creating windows and dialogs
24172 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24174         * src/tm_file_view.c:
24176           Sorts the file list at the end instead of doing sort-insert
24177           to improve performance.
24178           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24180         * src/project_dbase.c: Resolved a conflict from
24181           Johannes's patch.
24182           
24183         * src/project_import.c:
24184         
24185           Fixed to use anjuta_import.sh for the bin dir and
24186           not from the data dir.
24187         
24188           Used anjuta_is_installed() function to verify a the command's
24189           executability.
24190         
24191           Fixed import command to use sh (which is more general and is
24192           gauranteed to be found in any unix system :-)). Also, added
24193           double quotes around the import directory.
24194         
24195           Changed some strings for better translations (like avoiding
24196           duplicates).
24197           
24198           Fixed the reading of wrong target type.
24199           
24200         * src/control.c: Insensitive "import project" when there is
24201           a project open.
24202           
24203         * src/project_import_cbs.c:
24204           
24205           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24206           Fixed selection of gettext checkbox.
24207           Sets the menu entries.
24208           
24209 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24210         
24211         * src/appwiz_page[1-4].c
24212         * src/appwiz_gui.c
24213         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24214         be able to reuse it.
24215         
24216         * src/mainmenubar.[c/h]
24217         * src/mainmenubar_def.h
24218         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24219         menu item
24220         
24221         * src/message-manager.c: Fixed bug 509192
24222         * src/message-manager-dock.c: Added accel_group if window is undocked
24223         
24224         * src/project_dbase.[c/h]: Splitted opening code to be able
24225         to use it without an open file dialog
24226         (Maybe I broke Naba's changes, please take a look)
24227                         
24228         * src/project_import.[c/h]
24229         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24230         
24231         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24232         import wizard
24234 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24236         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24237           string cleanups
24238           
24239         * manuals/C/anjuta_manual/*: started rewrite of the 
24240           manual, updated some screenshots
24242 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24244         * src/gnomefilelist.h, src/gnomefilelist.c:
24245         
24246           Fixed multiple selection bug (#497085). The OK button is
24247           sensitive when in multiple mode, if the no. of
24248           selection is one or more.
24249           
24250           Toggle between single and multiple selection mode
24251           and multiple mode display.
24252           
24253           Fixed strings to translable strings.
24254           
24255           Fixed some compiler warnings by commenting out
24256           unused functions.
24257           
24258 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24260         * src/project_dbase.c: App status bar now updates
24261           with the project name when the project is loaded.
24262         
24263         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24264           
24265           Puts the directories at the top. They're also sorted now.
24266           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24267         
24268 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24270         * scripts/anjuta_import.sh.in: Added file.
24271         * scripts/anjuta_import.sh: Removed file.
24273         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24274           Updated files.
24275           
24276         * src/main_menubar_def.h:
24277         
24278           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24279           reflect the opposite of Find (CTRL+F) and also to leave
24280           CTRL+R or Redo.
24281           
24282           Changed Glade summon with ALT+G, which frees the ATL+E
24283           for poping up the edit menu.
24284           
24285         * src/Makefile.am: Debugging link flags by Biswa, removed.
24287 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24289         * HACKING: added information on best practices for writing
24290           application messages and GUI labels
24291           
24292         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24293           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24294           src/clean_project.c, src/compile.c, 
24295           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24296           src/configurer.c, src/debugger.c, src/executer.c, 
24297           src/find_in_files.c, src/find_in_files_cbs.c, 
24298           src/find_replace.c, src/find_text.c, src/glades.c, 
24299           src/gnome_project.c, src/goto_line.c, src/main.c, 
24300           src/main_menubar.c, src/main_menubar_def.h, 
24301           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24302           src/project_config.c, src/project_dbase.c, 
24303           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24304           src/support.c, src/tags_manager.c, src/text_editor.c, 
24305           src/text_editor_gui.c, src/text_editor_menu.c, 
24306           src/toolbar_callbacks.c, src/utilities.c: 
24307           lots of minor message updates to make them more user-friendly 
24308           and consistent
24310 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24312         * src/executer.c:
24313         
24314           Because of the spaces escaping, the command could not be
24315           executed when run without terminal. Now fixed.
24316           
24317         * anjuta.prj, Makefile.am:
24318         
24319           Added anjuta project file.
24320         
24321 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24323         * src/message-manager-private.h, message-manager-private.cc,
24324           message-manger.cc:
24325           
24326           Added freeze() and thaw() for the message window class to
24327           speed up the message manager update.
24328         
24329         * src/project_config.h, project_config.c,
24330           src/project_dbase.h, project_dbase.h
24331           scripts/anjuta_project.template:
24332           
24333           Added two new prject attributes: project.config.blocked and
24334           project.excluded.modules. The former will make sure that users
24335           are not given any previlidge in enabling the 'overwrite build
24336           files' flags and the later issues a list of modules in the project
24337           to be skipped for symbol browsing and project listing.
24338         
24339         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24340         
24341           Modified script to read the template from the anjuta data dir
24342           rather than from the directory in which the script exist. Otherwise,
24343           Being transfered to the bin dir, the script will not be able to
24344           find the template when it is run.
24345           
24346           The script is also create with configure.in to set in the anjuta
24347           data dir path inside the script.
24348           
24349 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24351         * po/fr.po: updated to the latest sources.
24353 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24355         * scripts/Makefile.am:
24356           anjuta_import.sh goes with distribution.
24357           
24358         * po/*.po: They seem to have updated (merged with
24359           anjuta.pot) automatically when I did "make dist".
24360           
24361 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24363         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24364           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24365           the compiler options dialog.
24366         
24367         * ChangeLog:
24368           Correct todays date. :)
24369           
24370         * scripts/Makefile.am:
24371           Installs anjuta_import.sh in $(prefix)/bin dir and
24372           is treated as an executable.
24373           
24374 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24376         * Fix for bug #499373
24377         
24378         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24379           java, properties, latex.properties, lua.properties, others.properties,
24380           perl.properties:
24381           
24382           Added double-quotes around file arguments so that
24383           filenames with spaces could also work.
24385         * launcher/anjuta-launcher.c, executer.c:
24386           Escaped quotes in the cammand and it's arguments before executing
24387           so that args with spaces can also work.
24388           
24389           Commented #DEBUG switch.
24390           
24391 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24393         * scripts/*: Added files which I forgot previously.
24394         
24395         * src/aneditor.h: Lined up commands definition for better look.
24396         
24397         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24398           main_menubar.h, control.c:
24399           Added three more convert EOL chars submenu items in transform.
24400           Reformatted some some.
24401         
24402         * data/anjuta.properties:
24403           Reformatted a line.
24404         
24405         * src/aneditor.h, aneditor.c:
24406           Added three commands (with definitions) for EOL conversions.
24407           
24408         * src/text_editor.c:
24409           Editor detects file mode from the file content and
24410           set the editing mode to CR/LF/CRLF automatically.
24411           Refined Dos mode extrageneous chars filter
24412           This will make sure that filter works only in Dos mode and not
24413           in other modes.
24414           
24415         * src/anjuta.c: Editor mode display in status bar.
24416         
24417         * src/preferences_gui.c: Changed the string for dos mode
24418           filter to more sensible string.
24419         
24420         * src/aneditor.c: Default editor mode sets during widget creation
24421           and not everty time the properties are loaded. This makes sure
24422           that the auto-detected mode is not overridden by the default mode.
24423           
24424         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24425         
24426         * src/anjuta.c: Fixed bug #476028.
24427           Now anjuta also searches for file relative to top project dir,
24428           when the project is open.
24429         
24430         * src/anjuta_cbs.c: Fixed bug #499536.
24431           File is not closed if it is not able to save the file properly.
24432           
24433         * src/mainmenu_callbacks.c: Fixed bug #499536.
24434           Newfiles (which are not modified) are also closed on "close all files".
24435         
24436 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24438         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24439         
24440         * tagmanager/tm_source_file.c, regex.c, parse.c:
24441           defined and delimited g_messages within #debug.
24442           
24443         * src/preferences.c, data/anjuta.properties:
24444           saved/defied message-manager tag position in string.
24445           Message tag possition is saved between sessions. And
24446           and tag position bottom as default.
24447           
24448 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24450         Patch submitted by:
24451         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24453         * Makefile.am
24454           configure.in
24455           data/Makefile.am
24456           data/properties/Makefile.am
24457           global-tags/Makefile.am
24458           pixmaps/Makefile.am
24459           src/Makefile.am
24460           src/an_file_view.c
24461           src/an_file_view.h
24462           src/an_symbol_view.c
24463           src/an_symbol_view.h
24464           src/anjuta.c
24465           src/anjuta_cbs.c
24466           src/file_history.c
24467           src/file_history.h
24468           src/message-manager-private.cc
24469           src/pixmaps.h
24470           src/project_dbase.c
24471           src/project_dbase_gui.c
24472           src/tags_manager.c
24473           src/text_editor.c
24474           src/utilities.c
24475           src/utilities.h
24476           src/watch_gui.c:
24477         
24478           Modified files.
24479         
24480         * scripts/*
24481           pixmaps/sv_class.xpm
24482           pixmaps/sv_function.xpm
24483           pixmaps/sv_macro.xpm
24484           pixmaps/sv_private_fun.xpm
24485           pixmaps/sv_private_var.xpm
24486           pixmaps/sv_protected_fun.xpm
24487           pixmaps/sv_protected_var.xpm
24488           pixmaps/sv_public_fun.xpm
24489           pixmaps/sv_public_var.xpm
24490           pixmaps/sv_static_fun.xpm
24491           pixmaps/sv_static_var.xpm
24492           pixmaps/sv_struct.xpm
24493           pixmaps/sv_unknown.xpm
24494           pixmaps/sv_variable.xpm
24495           pixmaps/fv_core.xpm
24496           pixmaps/fv_text.xpm
24497           pixmaps/filestoremove.txt:
24498         
24499           New files.
24500         
24501         * pixmaps/class.xpm
24502           pixmaps/function.xpm
24503           pixmaps/fv_autofile.xpm
24504           pixmaps/fv_doc.xpm
24505           pixmaps/fv_i18n.xpm
24506           pixmaps/fv_source.xpm
24507           pixmaps/private_func.xpm
24508           pixmaps/private_var.xpm
24509           pixmaps/protected_func.xpm
24510           pixmaps/protected_var.xpm
24511           pixmaps/public_func.xpm
24512           pixmaps/public_var.xpm
24513           pixmaps/struct.xpm
24514           pixmaps/variable.xpm
24515         
24516           Removed files.
24517         
24518         * tagmanager/*/*:
24519         
24520           Upgraded to tagmanager-0.7
24522 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24523         * src/anjuta_cbs.c: Fixed bug #506441
24524         * src/watch_gui.c: Changed layout of eval dialog so that
24525         it fits on a 800x600 desktop with German translation. 
24527 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24529         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24530         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24531           icon for new project type (thanks to Misha)
24532         * configure.in: build and install Danish translation
24533         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24534           credits to cover new patches and translations
24536 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24537         
24538         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24539           src/appwiz_page1.c:
24540         
24541       - Font preferences are restored properly now (\n was missing)
24542           - Dock menu label of message-manager is "Dock/Undock" instead
24543           of "Dock|Undock" to match with the rest of anjuta.
24544           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24545           changed it in anjuta, too 
24547 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24549         * tagmanager/tm_source_file.c,
24550           tagmanager/parse.c,
24551           tagmanager/tm_project.c,
24552           src/an_symbol_view.c,
24553           src/anjuta.c:
24554           
24555           Disabled debug warnings.
24557 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24559         * src/appwiz_page1.c
24560           src/compiler_options.c
24561           src/project_dbase.c
24562           src/project_dbase.h
24563           src/project_type.c
24564           src/source.c
24565           src/source.h:
24566           
24567           New project type named LibGlade.
24568           
24569           Patch submitted by:
24570           Dick Knol <dknol@gmx.net>
24572         * src/gnome_prj.c:
24573           Commented out unused pixmap creation. May be it
24574           will fix the crash in project creation.
24575           
24576 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24578         * src/registers.c
24579           src/registers.h
24580           src/registers_cbs.c
24581           src/registers_cbs.h
24582           src/registers_gui.c
24583           src/sharedlib.c
24584           src/sharedlib.h
24585           src/sharedlib_cbs.c
24586           src/sharedlib_cbs.h
24587           src/sharedlib_gui.c
24588           src/signals.c
24589           src/signals.h
24590           src/signals_cbs.c
24591           src/signals_cbs.h
24592           src/signals_gui.c
24593           src/stack_trace.c
24594           src/stack_trace.h
24595           src/stack_trace_cbs.c
24596           src/stack_trace_cbs.h
24597           src/stack_trace_gui.c
24598           src/text_editor.c
24599           src/watch.c
24600           src/watch.h
24601           src/watch_cbs.c
24602           src/watch_cbs.h
24603           src/watch_gui.c
24604           
24605           Fixed bug #496290: Attach/detach removed from these
24606           windows as they are never implemented.
24607           
24608           Patch submitted by:
24609           Johannes Schmid <johannes.schmid@gmx.de>
24610           
24611 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24613         * src/anjuta.c,
24614           src/anjuta_cbs.c:
24615           
24616           Fixed bug:
24617           when you right click on the tabs, a list of filenames are given
24618           out, but now it gives a list of "page 1", "page 2", etc...
24619           
24620           Patch submitted by: 
24621           Jens Georg <mail@jensgeorg.de>
24623         * anjuta.in.in: Removed c|c++ because, it was not necessary
24624           and was causing translation problem.
24625           
24626         * plugins/class-gen/clsGen.c:
24627           removed "'" for the same reason.
24628           
24629 attached the fix for the menu
24632 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24634         * src/preferences.h,
24635           src/preferences.c,
24636           src/preferences_gui.c:
24637           
24638           Adds the functionality to Anjuta to auto save your unsaved
24639           files before you build a project.
24641           Patch submitted by: 
24642           jason <jason_williams@suth.com>
24643           
24644         * src/anjuta.[h,c]:
24645           Added function for save all files.
24646         
24647         * src/mainmenu_callbacks.c:
24648           Modified to use the above function.
24649         
24650         * src/build_project.c:
24651           Save all files before build if it is set in the
24652           preferences.
24654 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24656         * src/message-manager-private.cc
24657           src/message-manager-private.h
24658           src/message-manager.cc:
24659           
24660           Message-manager now restores the tabs which were shown on startup.
24661           The terminal is now created on demand (as requested by Biswa)
24662           and I have removed some debug messages.
24663           
24664           Patch submitted by: 
24665           Johannes Schmid <johannes.schmid@gmx.de>
24667 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24669         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24670           proper tabs keyboard navigation.
24672         * src/an_symbol_view.c,
24673           src/anjuta_cbs.c,
24674           src/gnome_project.c,
24675           src/project_dbase.c,
24676           src/tags_manager.c: removed some debugging display.
24678 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24680         * src/message-manager-dock.c
24681           src/message-manager-private.cc
24682           src/message-manager-private.h
24683           src/message-manager.cc
24684           src/preferences.c
24685           src/preferences.h
24686           src/preferences_gui.c:
24687           
24688           Patch submitted by: 
24689           Johannes Schmid <johannes.schmid@gmx.de>
24690           
24691           This patch adds a tab to the notebook of the preferences-dialog
24692           where you can change the colors, the tab position of the new
24693           message manager. Also the truncate messages stuff has moved
24694           from misc tab to messages tab.
24696           Also improved the remembering position stuff of message manager.
24697           
24698         * data/internal.properties,
24699           Added definitions for messages colors and tag position.
24700           
24701         * src/message_manager.cc:
24702           Fixed a bug that never lets the messages panes to get cleared.
24703           Added wmclass setting for the message window. Fixed a bug in
24704           which the message window was not being shown.
24705         
24706         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24707           output and disabled it.
24709         * src/anjuta.c: Preferences created and loaded before anything else.
24710           anjuta now recognizes messages colors on startup and initializes
24711           them.
24712         
24713 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24715         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24717 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24719         * pixmaps/file_c.xpm,
24720           pixmaps/file_cpp.xpm,
24721           pixmaps/file_file.xpm,
24722           pixmaps/file_h.xpm,
24723           pixmaps/file_html.xpm,
24724           pixmaps/file_i18n.xpm,
24725           pixmaps/file_icon.xpm,
24726           pixmaps/file_pix.xpm,
24727           pixmaps/fv_doc.xpm,
24728           pixmaps/fv_i18n.xpm,
24729           pixmaps/fv_image.xpm,
24730           pixmaps/fv_source.xpm,
24731           pixmaps/fv_unknown.xpm: made these icons transparent.
24733 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24735         * launcher/anjuta_launcher.c: updated message strings
24736         * src/message-manager-dock.c: added newline at end to avoid compile warning
24737         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24738         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24739           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24740           entries for username and Python-style GPL notice
24741         * HACKING: added info on files to change to update Insert menu
24743 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24745         * src/project_dbase.c,
24746           src/an_file_view.c,
24747           src/an_symbol_view.c:
24748           Changed the CTree expander style to square and
24749           line style to Dotted line.
24750           
24751         * po/POTFILES.in: Removed and Added translable files.
24753 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24755         * ccview/.cvsignore: Removed.
24756         
24757 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24759         * ccview/
24760                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24761                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24762                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24763                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24764                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24765                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24766         
24767         Removed ccview module because it is no longer needed.
24769 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24771         * src/project_dbase.c:
24772           Shifted structure initialization in project_dbase_new()
24773           before anything else, otherwise it was crashing due to
24774           uninitialized values.
24775         
24776         * src/an_symbol_view.c:
24777           Disabled high volume debug output.
24779 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24780         
24781         Applied a very heavy patch from:
24782         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24784         * Makefile.am
24785         configure.in
24786         pixmaps/Makefile.am
24787         src/Makefile.am
24788         src/aneditor.cxx
24789         src/aneditor.h
24790         src/anjuta.c
24791         src/anjuta.h
24792         src/commands.c
24793         src/commands.h
24794         src/compile.c
24795         src/compile.h
24796         src/controls.c
24797         src/defaults.c
24798         src/fileselection.c
24799         src/main_menubar.c
24800         src/main_menubar.h
24801         src/main_menubar_def.h
24802         src/mainmenu_callbacks.c
24803         src/mainmenu_callbacks.h
24804         src/project_dbase.c
24805         src/project_dbase.h
24806         src/project_dbase_gui.c
24807         src/tags_manager.c
24808         src/text_editor_menu.c
24809         src/toolbar_callbacks.c
24810         tagmanager/Makefile.am
24811         tagmanager/ctags.c
24812         tagmanager/include/Makefile.am
24813         tagmanager/include/tm_project.h
24814         tagmanager/include/tm_symbol.h
24815         tagmanager/include/tm_tag.h
24816         tagmanager/include/tm_tagmanager.h
24817         tagmanager/include/tm_workspace.h
24818         tagmanager/tm_project.c
24819         tagmanager/tm_source_file.c
24820         tagmanager/tm_symbol.c
24821         tagmanager/tm_tag.c
24822         tagmanager/tm_workspace.c
24823         widgets/Makefile.am: Modified.
24824         
24825         * src/an_file_view.[c,h],
24826           src/an_symbol_view.[c,h],
24827           src/file_history.[c,h],
24828           src/support.[c,h],
24829           widgets/scroll-menu.[c,h],
24830           tagmanager/tm_file_entry.c
24831           tagmanager/include/tm_file_entry.h: Added new files.
24832           
24833         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24834         private_func.xpm, public_func.xpm,
24835         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24836         private_var.xpm, public_var.xpm,
24837         function.xpm, fv_i18n.xpm, macro.xpm,
24838         protected_func.xpm, struct.xpm,
24839         fv_autofile.xpm, fv_image.xpm,
24840         ofolder.xpm, protected_var.xpm, variable.xpm:
24841           Updated and Added pixmap files.
24843         Features:
24844         ---------
24845         a) Removes CCView dependency.
24846         b) Improves the terminal.
24847         c) Adds tag navigation context menus.
24848         d) Upgrades tagmanager to latest version.
24849         e) Miscellaneous small additions.
24851 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24853         * src/project_dbase_gui.c: Fixed crash of anjuta
24854         when project first created.
24855         
24856         * src/gnome_project.c: It now updates the tags manager
24857         when new projects are created.
24858         
24859 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24861         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24862           for this big patch.
24863         
24864         * src/messages.[c,h]: Removed files.
24866         * src/message-manager.[cc,h],
24867           src/message-manager-dock.[c,h],
24868           src/message-manager-private.[cc,h]
24869           New files.
24871         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24872           src/build_project.c, src/clean_project.c, src/compile.c
24873           src/configurer.c, src/debugger.c, src/find_in_files.c
24874           src/mainmenu_callbacks.c, src/preferences.h
24875           src/preferences_gui.c, src/properties.h
24876           src/utilities.c, src/utilities.h:
24877           The new messages widget.
24878           New features:
24879             - Use of GtkNotebook instead of ToggleButtons
24880               and show/hide
24881             - Popupmenu to show and hide message types and
24882               to dock/undock in detach mode
24884           All other things should work as they did with the
24885           old message window. Currently the keyboard short-cuts
24886           do not work in detached mode.
24887           
24888           Some functions in utitlities.[c,h] changed.
24889           so that they take const arguments where this is possible
24890           
24891         * src/Makefile.am, po/POTFILES.in:
24892           Removed messages.[c,h] and
24893           added message-manager.[cc,h], message-manager-dock.[c,h],
24894           message-manager-private.[cc,h]
24895           
24896         * src/message-manager.h: Removed "include <bonobo.h>"
24897           and added a newline at the end of the file.
24898           
24899         * src/message-manager-private.cc:
24900           Set clist's width setting to Automatic.
24901           Set scroll window's scroll bars to Automatic.
24902           
24903 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
24905         * text_editor_menu.c:
24906           Fixed misalignment of the function sub menu
24907           in the text editor pop up menu.
24908           
24909 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24910         
24911         * src/text_editor.c: Fixed a compiler warning.
24912         
24913 2002-01-04  Andy Piper <andy.piper@freeuk.com>
24915         * THANKS, manuals/*/authors.sgml: updated for new translations
24916         * plugins/class-gen/clsGen.c: converted messages to English
24917         * src/about.c, src/main_menubar_def.h: string updates
24919 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24921         * src/anjuta.c
24922           src/anjuta_cbs.c
24923           src/text_editor.c
24924           src/mainmenu_callbacks.c
24925           src/text_editor.h
24926           src/text_editor.c
24927           src/text_editor_cbs.c
24928           src/text_editor-gui.c:
24929           
24930           Earlier code for adding 'cross' button
24931           for closing pages were too error prone and unorganized.
24932           Cleaned up the code and shifted the 'extra' widgets
24933           creation (eg. close button, close_pixmap and lable)
24934           from anjuta to text_editor. This takes care of proper
24935           widgets creation and destruction. Otherwise, anjuta
24936           was crashing at too many points, especially related
24937           to docking and undocking.
24938           
24939 2002-01-04  Stephane Demurget  <demurgets@free.fr>
24941         * src/aneditor.cxx: removed debugging code.
24943         * data/properties/.cvsignore: added swap files.
24945 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24947         * src/anjuta.c
24948           src/anjuta_cbs.c:
24949           Fixed Crashing of anjuta when a new file is saved as
24950           different file.
24951           
24952 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24954         * src/aneditor.c: Some debug codes around.
24955         
24956         * data/internal.properties, data/anjuta.properties: Removed.
24957           data/properties/Makefile.am:
24958           data/properties/ada
24959           data/properties/cs
24960           data/properties/make
24961           data/properties/rc
24962           data/properties/html
24963           data/properties/ruby
24964           data/properties/baan
24965           data/properties/idl
24966           data/properties/pascal
24967           data/properties/sample
24968           data/properties/bash
24969           data/properties/java
24970           data/properties/perl
24971           data/properties/sql
24972           data/properties/conf
24973           data/properties/latex
24974           data/properties/props
24975           data/properties/vb
24976           data/properties/cpp
24977           data/properties/lua
24978           data/properties/python
24979           data/properties/xml
24980           data/properties/others
24981           data/properties/.cvsignore:
24982             Added files. Properties now splitted into small files
24983             for each language.
24985         * data/Makefile.am
24986           configure.in: Update the removal and added properties module.
24988         * src/preferences.c: preferences_new(): Updated to reflect the
24989           new properties files organization.
24990           
24991         * src/Makefile.am: Added Baan Lexer.
24993 2002-01-01  Stephane Demurget  <demurgets@free.fr>
24995         * src/aneditor.cxx: readded the baan lexer. 
24997         * src/preferences.c: fixed translated messages and a typo.
24999         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25000           confusing the regexp usage in xml-i18-merge.
25002 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25004         * src/project_dbase.c: tidied some messages, and spotted a typo in
25005           the reading of properties which prevented the project version from
25006           ever being reported in the Project Information window - fixed :)
25008         * po/POTFILES.in: removed syntax.h
25010 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25012         * data/internal.properties: fixed baan properties.
25013           Added all ada properties.
25015         * src/main_menubar_def.h,
25016           src/lexer.h,
25017           src/aneditor.cxx,
25018           src/utilities.[ch]: added support for the Ada highlight style.
25020 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25022         * plugins/*/.cvsignore: updated.
25024 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25026         * src/syntax.h,
25027           src/text_editor.c,
25028           src/Makefile.am: removed the empty header syntax.h.
25030 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25032         * main_menubar.c:
25033         Stef's observation on the 'superfluous' hseparators in the recent
25034         files and projects is fully justified -- removed.
25035         
25036         * main_menubar_def.h:
25037         Changed "Plug Ins" to "Plugins" in the menu label.
25038         
25039         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25040         Added class-gen in the configure output and class-gen module.
25041         
25042         * data/internal.properties:
25043         Correct mis-spelled "jave" to "java".
25044         Added file.is.source for *.h, *.c, *.cpp properties.
25045         
25046         * global-tags/Makefile.am:
25047         "chmod +x create_global_tags.sh" before it is executed, because
25048         there is very high chance that it will be found "-x" and resulting
25049         in error
25051 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25053         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25054         for the backtrace.
25056         * src/gnome_project.c: (create_new_project): if the user doesn't
25057           select any icon, it doesn't have any extension and thus we can't
25058           use it in printf on Solaris, since the %s modifier use strlen to
25059           know the string length and then crash. On Linux, gcc checks the value
25060           of the pointer to be NULL and write "(null)" if necessary. We can't
25061           rely on that.
25063         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25064           don't need to have the directory icon but the generic one.
25066 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25068         Merged with latest (1.42) scintilla.
25070         Added: Support for the {load,save}.on.(de)activate properties.
25071                The PHP lexer to match keywords case insensitively.
25072                Baan lexer.
25073                Experimental supports for changeable style attribute & line
25074                wrapping.
25075                
25076         Updated: Both the C++ and HTML lexers.
25077                  More shell keywords added.
25078                  Horizontal scrolling and diplay of long lines optimised.
25079                  Cursor setting optimised.
25081         Bugs fixed: Caret movement over folded lines.
25082                     Selection tracking in 2ndary views when doing modifications.
25084         * scintilla/CallTip.{cxx.h},
25085           scintilla/ContractionState.{cxx,h},
25086           scintilla/Document.{cxx,h},
25087           scintilla/Editor.{cxx,h},
25088           scintilla/KeyWords.cxx,
25089           scintilla/LexHTML.cxx,
25090           scintilla/PlatGTK.cxx,
25091           scintilla/RESearch.cxx,
25092           scintilla/ScintillaBase.cxx,
25093           scintilla/ScintillaGTK.cxx,
25094           scintilla/Style.{cxx,h},
25095           scintilla/StyleContext.h,
25096           scintilla/ViewStyle.cxx,
25097           scintilla/include/*.h: updated.
25099         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25101         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25102           should have been told to the scintilla team. We're lucky I read the
25103           ChangeLog and the modifications of the lexer (thanks to the Gnome
25104           bonsai for this ;)
25106         * data/internal.properties: added Baan definitions.
25107           Fixed some issues for C such as *_cast directive, that are only
25108           available with C++.
25109           Updated C++, HTML and shell scripts definitions.
25110           Updated Ada and Bullant, that have been forgotten.
25112         * src/main_menubar_def.h,
25113           src/lexer.h,
25114           src/aneditor.cxx,
25115           src/utilities.[ch]: added support for the Baan highlight style.
25117 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25119         Polished the plugins menu behaviour and added a tearoff
25120         menuitem to the recent entries submenu.
25122         Note: The recent entries list seems to be too height
25123               with all these superfluous hseparators.
25125         * src/main_menubar.c: Polished, making some
25126           functions declarations static and cleaning some code.
25128           (create_submenu_plugin): removed the extra
25129           plugins entry and the horizontal separators.
25131           (on_plugins_menu_realize): the plugins menu is only
25132           shown if there's at least one available.
25134           (create_submenu*): added a tearoff menuitem to have
25135           a more homogeneous menu style. For now, it doesn't
25136           take care of user settings (but it was even worse
25137           before :).
25139 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25141         * configure.in: added the packageplugindir variable to avoid
25142           installing the plugins in $(prefix). It's not the same path as
25143           anjuta 2 to allow parallel installation.
25145 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25146         Fix a reopened part of bug #440676: keyboard navigation between the
25147         different text buffers. Changed to a more global approch. 
25149         * src/notebook.[ch]: removed.
25151         * src/Makefile.am: removed notebook.[ch]
25153         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25154           (on_anjuta_window_key_press_event): added to fulfill the global
25155           shorcuts handling.
25157         * HACKING: updated according to the new global shortcuts handling.
25159 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25161         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25162           Shifted plugin menu from Edit submenu to main menu.
25163         
25164         * po/POTFILES.in:
25165           Added plugins/sample1/plugin-sample1.c
25166           
25167         * plugins/sample1/plugin-sample1.c:
25168           Added localization and used anjuta_info, instead of anjuta_error.
25169           
25170         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25171           Added cvs ignores.
25172           
25173 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25175         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25176           for plugin dir.
25177         
25178         * Makefile.am: Added module plugins.
25179         
25180         * plugins, plugins/Makefile.am, plugins/sample1/*:
25181           Created plugins modules.
25182           
25183         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25184           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25185           to load plugins of *.so only and not *.so* (which results
25186           in duplicates).
25187         
25188         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25189           plugins during packaging.
25191 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25193         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25195 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25197         * configure.in: Added portuguese to ALL_LINGUAS
25199 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25201         * global-tags/.cvsignore
25202         tagmanager/.cvsignore
25203         tagmanager/include/.cvsignore:
25204         Added cvs ignore files.
25206         * data/.cvsignore
25207         Updated cvs ignore file.
25208         
25209 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25211         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25212           data/anjuta.properties, data/internal.properties: clean up some 
25213           message strings (me)
25215 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25217         * src/about.c, THANKS: added Jens to the credits
25218         
25219 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25221         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25222           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25223           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25224           Georg <mail@jensgeorg.de> to add close button to file tabs.
25226 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25228         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25229           (debugger now catches correct signal from process)
25231 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25233         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25234         * src/pixmaps.h: switch appwizard project icons to new designs
25235         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25237 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25239         * pixmaps/Makefile.am: stop redundant images from being installed.
25240           The next step will be to remove them completely.
25241         * src/appwiz*: further updates (more to come)
25242         * src/pixmaps.h: cleaned up, commented
25243         * src/splash.c: should use the pixmaps macro defined
25244         * HACKING: more on the graphics stuff and use of pixmaps.h
25246 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25248         * src/defaults.c: fix bug #494864
25250 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25252         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25253           graphics from Misha
25254         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25255           redundant graphics, no longer used
25256         * src/appwiz*: revamped application wizard by Andy and Misha for
25257           a more usable and professional look-and-feel
25258         * HACKING: updates to cover patching, graphics, and some additions
25259           post-0.1.8
25260         * TODO: removed some implemented features
25262 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25264         * data/anjuta.properties, data/internal.properties: cleanup
25265         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25266           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25267           to edit styles colors for keywords and add Goto Tag menu option
25268           in the editor
25270 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25272         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25273         
25274         Fixed bug #460335
25275         fixes the Forget of the cursor position when tab is brought active
25276         from project manager.
25277         
25278 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25280         * src/messages.c
25281           Exported "TERM=xterm" to get a color terminal when
25282           anjuta is not started from within a terminal.
25283           
25284 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25286         * src/messages.c
25287           src/messages.h
25288           Added a frame around zvt terminal.
25289           
25290         * src/preferences_gui.c
25291           Modified to say "Use glade component (experimental)"
25292           instead of "Use Component".
25293           
25294 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25296         * Patch from 
25297         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25298         
25299         * src/anjuta.c
25300         src/fileselection.c
25301         src/messages.c
25302         src/messages.h
25303         src/preferences.c
25304         src/preferences.h
25305         src/project_dbase.c
25307         a) Extra scrollbar in terminal no longer appears.
25308         b) Character set preference should be preserved (untested).
25309         c) File selection widget now remembers last directory.
25310         d) On creation of generic project, the glade 'file not found' error no
25311                 longer occurs.
25312         e) First terminal window is created 'on demand', so it should always to
25313                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25314                 environment is now passed to the terminal.
25315         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25316                 with getcwd()).
25317         g) Fixed some compilation warnings.
25319 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25321         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25322           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25323         * src/*: cleanups (me)
25324         * pixmaps/mini_term.xpm: added new file for terminal button
25325           (me, based on existing artwork)
25327 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25329         * configure.in: bumped version to 0.1.9-pre
25330         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25331           translation
25332         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25334 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25336         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25337           files are free of that char)
25338         * configure.in: added "az" to ALL_LINGUAS
25340 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25342         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25343           crash bug fix from Biswa.
25344         * FUTURE: added Anjuta/gIDE merger information to provide 
25345           details on future direction and status of 1.x stuff
25346         * NEWS: prepared for release
25347         * po/de.po: update from Jens Georg <mail@jensgeorg>
25349 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25351         * multiple minor updates pre-0.1.8
25352         * patch from Biswa to fix syntax highlighting and packaging
25353         * po/fr.po: update from Stef
25355 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25357         * global-tags/Makefile.am
25358         global-tags/create_global_tags.sh
25359         global-tags/tm_global_tags.c
25360         scintilla/LexCPP.cxx
25361         scintilla/include/SciLexer.h
25362         src/aneditor.cxx
25363         src/project_dbase.c
25364         tagmanager/Makefile.am
25365         tagmanager/include/Makefile.am
25366         tagmanager/include/tm_project.h
25367         tagmanager/include/tm_tag.h
25368         tagmanager/include/tm_tagmanager.h
25369         tagmanager/tm_project.c
25370         tagmanager/tm_source_file.c
25371         tagmanager/tm_tag.c
25372         tagmanager/tm_workspace.c:
25373         
25374         Includes the syntax highliting patch to scintilla).
25375         and more stable code.
25376         
25377         *tagmanager/include/tm_symbol.h: New file.
25378         *tagmanager/tm_symbol.c: New file.
25379         
25380         Add symbol tree building functionality at project level
25381         
25382         Patch from:
25383         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25384         
25385 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25387         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25388           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25389           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25390           : New and improved pixmaps from Misha <misha@phreaker.net>
25391           Thanks to him.
25393 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25394         
25395         * Big patch submitted by
25396           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25397           Many thanks to him.
25398         
25399         * src/Makefile.am, src/aneditor.cxx
25400           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25401           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25402           Use of tagmanager lib for advanced calltips.
25404         * global-tags/*: Created new directory and added files to 
25405           generate system.tags.
25407         * tagmanager/*: Created new directory and added tagmanager lib
25408           files.
25410         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25411           the above additions.
25413         * data/Makefile.am: Modified to accomodate generated system.tags file.
25415 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25417         * scintilla/: updated to 1.41
25418         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25419         * src/about.c: updated list of authors
25420         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25421         * HACKING: updated to cover Scintilla usage
25422         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25423           translation
25425 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25427         * src/aneditor.cxx: Fixed compilation errors with it.
25428           by add include to gtk+ headers and typedefining a mysteriously
25429           vanished class Colour.
25431 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25433         * configure.in: Added pt_BR in the languages.
25434         
25435 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25437         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25438           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25439         * THANKS: updated
25440         * manuals/C/anjuta-manual/*: new format to match
25441           the rest of the GNOME docs chapter layout. Added the many
25442           new contributors. Moved Authors and License information into new
25443           chapters of their own - should make expansion easier too
25444         * src/compiler_options.c: changed the profiler option to -pg to 
25445           work with GNU tools (gprof)
25446         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25447           and text labels
25448         
25449 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25451         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25452           compiler_options_gui.c:
25453           Added a new entry for linker flags and renamed c_options to c_flags
25454           and l_options to l_libs. Also, added a new function:
25455           compiler_options_set_prjlflags_in_file();
25456         
25457         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25458         
25459         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25460           
25461 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25463         * THANKS, src/about.c: corrections and additions following 
25464         Naba's big update
25465         * src/main_menubar.c: patch from Rikul to fix the problem with 
25466         menu accelerators not being loaded
25468 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25470         * THANKS: Added all contributors and translators names and emails.
25471         * AUTHORS: Updated
25472         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25473         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25474               Added new file (earlier logo with border).
25475         * src/about.c: Added all contributors names and emails
25476               and used macro definition for logo pixmap file.
25477         * src/pixmaps.h: Added entry for anjuta splash screen.
25479 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25481         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25482         to new PNG version (thanks to Misha) and removed the old
25483         pixmap.
25485 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25487         * THANKS: added Conner Mo for simplified Chinese translation.
25488         * configure.in: added zh_CN in ALL_LINGUAS
25490 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25492         * THANKS: added Joe Man for his traditional Chinese translation.
25493         * configure.in: added zh_TW in ALL_LINGUAS.
25495 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25497         * src/main_menubar_def.h: Changed the link of lidn to
25498         http://lidn.sourceforge.net.
25499         
25500 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25502         * Applied patch from Rikul
25503         * Applied patch from Luca
25504         * Fixed a cvs conflict. :)
25506 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25508         * THANKS: added Marc Botermans for his Dutch translation.
25510         * configure.in: added nl in ALL_LINGUAS.
25512         * po/nl.po: added.
25514 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25516         * anjuta.c: Fixed luca's typo.
25517         * resources.c, resources.h: Changed gchar* return to void, to
25518                 avoid a compiler warning.
25519         * scintilla/Makefile.am: Reorganized file entries.
25520         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25522 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25524         * Upgraded scintilla to 1.4.
25525         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25526                 LexLisp.cxx StyleContext.cxx StyleContext.h
25527         * src/Makefile.am: Added 4 lexers and separated lexer objects
25528                 from the main link variable.
25530 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25532         * THANKS: added Luca, even if it shouldn't be my role to write
25533           this sort of thing :)
25535         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25536           the latest Luca patch.
25538 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25540         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25541         This is not documented yet; plugins to come later.
25542         * src/find*.c: find dialogs now persistent 
25543         (Rick <rikul@bellsouth.net>)
25544         * widgets/gnomefilelist.c: fixed multiple file open issue 
25545         (Rick <rikul@bellsouth.net>)
25546         * changes to recent file and project lists handling 
25547         (lbell <lbell@tsc4.com>)
25548         * more minor UI updates (me)
25550 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25552         * src/Makefile.am: removed warnings for traditional C syntax
25553         * pixmaps: added new icons for mini_locals, mini_cvs and
25554         the splash screen - thanks to Misha <misha@phreaker.net>
25556 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25558         * src/toolbar.c: fix typo in tooltip text
25559         * ccview/cccmd.cc: alter Func to Function in menu text
25561 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25563         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25564         issue with find dialog reporting an error when Scintilla finds text
25565         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25566         DOS files (i.e. CR/LF translation)
25568 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25570         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25571         #452436
25572         * data/internal.properties: default fold style now set to 3 :-)
25573         * applied patch from rikul <null@acm.org> to turn notebook tab 
25574         headings red when file has been edited.
25576 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25578         * configure.in: Added "no" to ALL_LINGUAS.
25579         
25580 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25582     * Patch from lbell <lbell@tsc4.com>
25583     src/controls.c
25584     src/debugger.c
25585     src/main_menubar.c
25586     src/main_menubar.h
25587     src/main_menubar_def.h
25588     src/mainmenu_callbacks.c
25589     src/mainmenu_callbacks.h
25590     src/project_dbase.c
25591     src/project_dbase.h
25592     
25593     Implemented a check menu item to handle the 'show locals' flag
25594     for the current project.
25596     * data/internal.properties: Removed the redundant command
25597     for gnome-terminal.
25598     
25599 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25601         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25603 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25605         * configure.in: Added "ta" to the languages list.
25607 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25609         * data/internal.properties:
25610           added fold.symbols property to control appearance of folds
25611           in the Scintilla editor (thanks to rikul <null@acm.org>)
25613 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25615         * src/message.c:
25616           one extra button for message win is being created -- Fixed.
25617         
25618           The frame should be hidden and not only the pix_lab when
25619           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25620           -- Fixed.
25621         
25622         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25623           for the time being it is same as mini_cvs.xpm.
25624         
25625 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25627         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25629         Patch from rikul <null@acm.org>
25630         
25631         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25632         glades.h, messages.c, messages.h, pixmaps.h,
25633         project_dbase.c, project_dbase.h, session.c,
25634         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25635         
25636         inserted 'add to watch' option in inspect window, so you can add easily
25637         a variable in watch window .
25638         
25639         Added a new message pane for the gdb local variables inspection. Changed
25640         the code in messages.c to better account for future new panes insertion.
25641         Defined a new pixmap for the new tab button in pixmaps.h
25642         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25643         install script.
25644         
25645         Changed the debugger module to have a single function for asking to gdb
25646         to send program info. The idea is to ask the debugger about only the
25647         info needed to open windows( watch, registers, etc ) to speedup the step
25648         command. I plan to ask informations to the debugger based on the user
25649         interface status.
25650         The request for local variables is enabled by default, but the
25651         projectDBase has a variable to control it, to allow disabling that
25652         feature,  there is also the code to save and to reload the state. If you
25653         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25654         in project_dbase.c
25656         This big patch is from:  lbell <lbell@tsc4.com>
25657         
25658 2001-09-20  Stephane Demurget <demurgets@free.fr>
25660         Patch from rikul <null@acm.org> :
25662         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25663           problem and added folding support for php/hmtl.
25665 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25667         * Fixed dnd of files within scintilla.
25668         patch from:  rikul <null@acm.org>
25669         
25670 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25672         * Applied patch from Luca.
25673         
25674         * src/source.c: source_write_build_files(): Fixed the project generation
25675           failure. The fist return statement and the free_project_type were 
25676           misplaced.
25678 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25679         
25680         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25681         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25682         
25683         1) Restore the error color to red (waiting for a configurable one )
25684         2) Saving projects settings if you exit anjuta without closing an open
25685         saved project
25686         3) New Menu 'repaeat search' to search with a keystroke without pressing
25687         the toolbar button
25688         4) some define in the menus to better handle menu item update
25689         
25690         Patch from: lbell <lbell@tsc4.com>
25691         
25692         * main_menubar_def.h, main_menubar.c: Change the position of
25693         "Repeat find" menu position.
25695 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25697          project_type.h, project_type.c, source.c: Applied patch.
25698          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25699          
25700 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25702         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25703         
25704 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25705         
25706         * Fixed bug #445752
25707   
25708 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25709         
25710         * Fixed bugs in Gtk-- and Gnome-- project type
25712 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25714         * dnd.c: Support for multiple files drag-n-drop.
25715         
25716           Patch from: rikul <null@acm.org>
25717         
25718         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25719           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25720           saving from menu.
25721         
25722           Patch from: rikul <null@acm.org>
25724         * Applied patch for widgetizing goto dialog box.
25725           Patch from: ???
25726         
25727         * Applied patch for having new project type handling.
25728           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25729           
25730 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25732         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25733           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25734           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25735           find_replace.c, find_replace.h, find_text.c, find_text.h,
25736           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25737           project_dbase.h, source.c, text_editor.c, text_editor.h,
25738           text_editor_cbs.c, utilities.c, utilities.h:
25739         
25740           Applied a huge patch (after slight preview). I would like Luca
25741           to have his feature additions mentioned here.
25742         
25743           Patch from: lbell <lbell@tsc4.com>
25745 2001-09-09  Stephane Demurget <demurgets@free.fr>
25747         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25749         * po/fr.po: updated to the latest sources.
25752 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25753         
25754         * Fixed bug #445752
25755   
25756 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25758         * dnd.h, dnd.c: New files for drag n drop support.
25759                 
25760         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25761            Added drag and drop support for opening files.
25762         
25763         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25764         Archit Baweja <bighead@crosswinds.net> for this idea.
25765         
25766         * TODO: Added some more todos. :-(
25768 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25770         * Fixed the goto line activate bug.
25771         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25773 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25774         
25775         * Fixed bugs in Gtk-- and Gnome-- project type
25777 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25779         * widgets/gonmefilelist.c, gnomefilelist.c:
25780         Modified multiple selection on pressing control.
25781           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25782         
25783         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25784         Modified multiple selection on pressing control.
25785           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25786         
25787 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25789         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25790           This is useless; but just in case...
25792 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25794         * data/internal.properties: modified a bit of perl properties.
25795         
25796 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25798         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25799           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25800           Added support for multiple file imports. Changed the standrd C++
25801           convention of #include <file> to #include <file.h>, because I had given
25802           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25803           now support the #include <file> convention. That is something to be fixed :). 
25804           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25806 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25808         * src/anjuta.c: Added function static greetings_text(), to solve the non
25809                 translation of the greetings text in the wizard.
25810                 
25811 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25813         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25814           dialogs, with OK the default (fix bug #453482)
25816 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25818         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25819         
25820         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25821         
25822 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25824         * src/aneditor.cxx
25825           src/aneditor.h
25826           src/anjuta_cbs.c
25827           src/controls.c
25828           src/main_menubar.c
25829           src/main_menubar.h
25830           src/main_menubar_def.h
25831           src/mainmenu_callbacks.c
25832           src/mainmenu_callbacks.h:
25833                 Applied the patch that addes menu items which allow users to
25834                 insert GPL notice and date time in current document.
25835                 patch from: Rick Patel <rikul@shreve.net>       
25836                 
25837         * src/main_menu.c: Fixed a compilation error.
25838         
25839         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25840         
25841         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25842           about the unterminated strings.
25843           
25844         * scintilla/*: Updated scintilla to 1.3.9 version.
25845         
25846 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25847         
25848         * widgets/gnomefileselection.c:
25849           Applied the patch for fixing multiple selection of file open funcion,
25850           which will deselect the files selected.
25851           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25853 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25855         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25856           src/fileselection.c, src/anjuta_cbs.c:
25857           Applied the patch     for multiple selection of file open.
25858           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25859           
25860 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25862         * Removed "-f" option in call to devhelp, because devhelp no longer
25863           supports that.
25864         
25865 2001-08-26  Stephane Demurget <demurgets@free.fr>
25867         All these modifications have been pointed out by
25868         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25870         * data/internal.properties: two fixes for the PHP lexer.
25871           this out.
25873         * fr.po: minor fixes.
25875         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25877 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25878         
25879         * main_menubar.c,
25880           main_menubar.h,
25881           main_menubar_def.h,
25882           main_menubar_callbacks.c,
25883           controls.c:
25884                 Added new menu item for "close all fils".
25885                 (Patch from Rikul <rikul@shreve.net>, after revision)
25886         
25887         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25888         
25889         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25890                 (Patch from Rikul <rikul@shreve.net>)
25891         
25892         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25893                 (Patch from Rikul <rikul@shreve.net>)
25895 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25896         
25897         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25898            project name in application widzard.
25899            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
25901         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
25902           of the 'OK' button there is an 'Execute' one.
25903           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
25904         
25905         * executer.c: Changed cancel button to close button. That was more appropriate.
25906           
25907 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25909         * HACKING: corrected >>>>>> Config management.
25910         
25911         * HACKING: Added many things.
25912         
25913         * src/launcher.h: Added some comments.
25915 2001-08-21  Stephane Demurget <demurgets@free.fr>
25917         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
25919         * HACKING,
25920           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
25921           src/appwizard_cbs.c,
25922           src/appwizard_gui.c: Applied UI/docs cleanup patch from
25923           Andy Piper <andy.piper@freeuk.com>
25925         * po/fr.po: updated to latest sources.
25927         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
25930 2001-08-18  Andy Piper <andy.piper@freeuk.com>
25932         * Fixed bugs #450280 and #448845
25934         * src/about.c: corrected Naba's e-mail address (.net, not .com)
25935         
25936         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
25937           named dialogs
25938         
25939         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
25940           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
25941           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
25942           names to remove "Anjuta: " prefix
25943           
25944         * src/main_menubar_def.c: altered a message
25945         
25946         * launcher/anjuta_launcher.c: cleaned up some messages
25948         * src/debugger.c: edited messages to improve clarity
25949         
25950         * src/app_wiz*.c: tidied wizard interface
25953 2001-08-15  Stephane Demurget <demurgets@free.fr>
25955         Synced Naba's fix and mine about the wizards not working and removed
25956         anjuta.prj to avoid a nasty checkin.
25958         * Makefile.am: removed the install-data-local rule.
25960         * data/Makefile.am: changed the list of files.
25962         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
25964         * .cvsignore: added anjuta.prj for the same reason.
25967 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
25969         * src/source.c: Fixed a bug that fails new gnome projects to get
25970           created.
25972         * src/project_manager.c: Fixed a bug that disables storing recent
25973           project history.
25975         * Makefile.am: Added stuffs to install the macro files in the
25976           anjuta share file.
25979 2001-08-14  Stephane Demurget <demurgets@free.fr>
25981         * data/Makefile.am: added some rules to support the gnome/ macros
25982           dir in order to make the wizards work again.
25984         * anjuta.spec.in: upped the release number.
25987 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
25989         * configure.in (ALL_LINGUAS): Added pl.
25992 2001-08-09  Stephane Demurget <demurgets@free.fr>
25994         * anjuta.spec.in: fixed the doc files list.
25997 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
25999         * src/about.c: corrected my email address. :-)
26000         
26001         * TODO: Updated.
26002         
26003         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26004          (patch from Andy Piper <squiggle@ukgateway.net>)
26006 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26008         * debugger.c: Fixed a bug associated with debugging threaded
26009           application.
26010         
26011         * text_editor_menu.c: Fixed broken ui in text editor
26012           pop up menu.
26013           
26014         * text_editor_menu.c: Now the option sub menu in text editor pop up
26015           works.
26016         
26017         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26018                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26019         
26020 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26022         * src/text_editor_menu.c: Added menu item for context help
26023           (patch from Andy Piper <squiggle@ukgateway.net>)
26024         
26025 2001-08-06  Stephane Demurget <demurgets@free.fr>
26027         * ccview/cccproj.cc: added missing i18n strings.
26029         * data/welcome.txt: bumped version to 0.1.6.
26031         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26033 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26034         
26035         * help.c, help.h: Added support for DevHelp context sensitive help
26036                 and gnome api browsing.
26037         * Fixed toolbars and editor views "not save" bug.
26038         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26039           (patch from Andy Piper <squiggle@ukgateway.net>)
26040         * Updated THANKS and chapter15.sgml for uk and ru translators.
26042 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26044         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26045         * Updated configure.in to include these changes
26046         
26047 2001-08-03  Stephane Demurget <demurgets@free.fr>
26049         * src/project_dbase_gui.c: fixed bug #446963
26050           (on_project_dbase_ccview_update_start),
26051           (on_project_dbase_ccview_update_end): added.
26052           These two respectively disable and enable close file/project
26053           menu entries and toolbar items, while the ccview part updates
26054           its tag database.  
26057 2001-08-03  Stephane Demurget <demurgets@free.fr>
26059         * configure.in: added sv to the ALL_LINGUAS list.
26060         
26062 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26064         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26065                 file to work: merge translations and distribute it.
26067         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26069         * NEWS, README, THANKS & TODO: Spelling fixes.
26071 2001-08-01  Stephane Demurget <demurgets@free.fr>
26073         * README: updated requirements.
26075         * scintilla/Makefile.am,
26076           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26077           target can't be realized (custom build path).
26079         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26080           Removed install-data-local.
26082         * src/compiler_options.c: changed the include paths of the pixmaps.
26083           we hadn't any warning because of the include paths passed to the
26084           compiler. Thanks to make distcheck for reporting this.
26087 2001-07-31  Stephane Demurget <demurgets@free.fr>
26089         * NEWS, THANKS: updated.
26091         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26092           fixed to show the correct kernel signal number and its description.
26094         * widgets/gnomefilelist.c: fixed bug #445756
26095           (goto_last): renamed to goto_prev and changed according to goto_next.
26096           (goto_next): added.
26097           (goto_directory): removed.
26098           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26099           returned value is now the position in the list.
26100           (check_ok_button_cb): changed the back check and added one for next.
26101           (gnome_filelist_set_dir): the check in history make it wouldn't be
26102           a "true" history. polished the whole thing, using set_dir_internal.
26103           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26104           there's no check in the history when using back or next.
26106         * manuals/*: added missing .cvsignore files.
26109 2001-07-30  Stephane Demurget <demurgets@free.fr>
26111         * po/fr.po: updated to latest sources.
26113         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26114           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26115           to put off their sensitive attributes.
26117 2001-07-29  Stephane Demurget <demurgets@free.fr>
26118         
26119         * po/fr.po: fixed some grammar things.
26120           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26121           this out.
26122         
26123         * src/utilities.c: (file_is_link): use lstat instead of stat.
26125 2001-07-27  Naba Kumar <kh_naba@123india.com>
26126         
26127         * Remove help dir from cvs, because it is no longer
26128           needed.
26129         
26130         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26131           needed.
26133 2001-07-24  Naba Kumar <kh_naba@123india.com>
26135         * debugger.c: (debugger_update_prog_status): Fixed
26136                 the bug with gdb version 5. Debugger starts, when
26137                 step in/out/over etc are clicked.
26138         
26139         * debugger.c: All functions: added debugging codes.
26140         
26141         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26142         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26143           Modified to recognize non project files also.
26144           
26145         * source.c: (source_write_configure_in):
26146           Added source for 'prefix' counterparts for
26147           no-prefix AC_SUBST.
26148         
26149 2001-07-23  Naba Kumar <kh_naba@123india.com>
26150         
26151         * anjuta.c: added function anjuta_remove_text_editor();
26152           and suitably modified anjuta_remove_current_text_editor().
26153           
26154         * project_dbase.c: project_dbase_close(), Added code to
26155           close all opened files that belong to the project when
26156           the project is closed.
26157          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26158         
26159         * Updated the manuals/anjuta-manual subdir for GDP standards.
26160            (patch from Andy Piper <squiggle@ukgateway.net>)
26161         
26162         * main_menubar.h, main_menubar.def: Added Menu items to handle
26163           urls for library references, bugs, patches and feature request
26164           submission.
26165         
26166 2001-07-20  Naba Kumar <kh_naba@123india.com>
26167         
26168         * Set wmclass names in all windows.
26169           (patch from Andy Piper <squiggle@ukgateway.net>)
26170         * New splash logo from "Misha" <misha@phreaker.net>);
26172 2001-07-19  Naba Kumar <kh_naba@123india.com>
26173         
26174         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26175           set caret color, calltip back color and selection fore/back
26176           color.
26178 2001-07-18  Naba Kumar <kh_naba@123india.com>
26179         
26180         * project_dbase.c: Closes all files when project is closed.
26181          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26182          -- We still need to refine this as it closes all sort of files.
26183         
26184         * compiler_options.c: Fixed seg-fault bug when last item in
26185           compiler option lists is removed.
26186         
26187         * Fixed missing newline warnings during compilation.
26188           (patch from Andy Piper <squiggle@ukgateway.net>)
26190 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26192         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26193                 autogenerated no need to store'em in CVS.
26195         * ccview/.cvsignore: Addition of cvsignore.
26197 2001-07-17  Naba Kumar <kh_naba@123india.com>
26198         
26199         *GUI fixes and spell corrections
26200         (patch from Andy Piper <squiggle@ukgateway.net>)
26202 2001-07-15  Naba Kumar <kh_naba@123india.com>
26203         
26204         *Fixed double error message for file not found.
26205         
26206         *Put white backgrounds for png images.
26207         
26208         *Converted '-' to '_' in sgml files.
26210 2001-07-14  Naba Kumar <kh_naba@123india.com>
26211         
26212         * project_dbase.c: Short-cut for expand/collasp project tree
26213         
26214         * project_dbase_gui.c:
26215          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26217 2001-07-13  Naba Kumar <kh_naba@123india.com>
26218         
26219         * notebook.[h,c]: Added
26220          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26221         Project/message window now toggles on control and
26222         and notebook switch short-cut
26224 2001-07-7  Naba Kumar <kh_naba@123india.com>
26225         
26226         * Changed a new icon set which looks more gnomish.
26227         
26228         * Changed a new anjuta splash logo.
26229         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26231 2001-07-6  Naba Kumar <kh_naba@123india.com>
26232         
26233         * ccview/*: Integrated ccview for class view and file view
26234                 in the project Manager.
26235         
26236         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26238 2001-07-1  Naba Kumar <kh_naba@123india.com>
26239         
26240         * scintilla/*: Upgraded Scintilla to version 1.3.7
26241         
26242         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26243         
26244 2001-06-28  Naba Kumar <kh_naba@123india.com>
26245         
26246         * src/debugger.c: Correct step-over and step-out swapping.
26247         
26248         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26249           chapters and added more stuffs.
26251 2001-06-13  Naba Kumar <kh_naba@123india.com>
26252         
26253         * data/autogen.sh.gtkmm: Added
26254         
26255         * data/autogen.sh.gnomemm: Added
26256         
26257         * src/appwiz.c: Added two more application wizard templetes
26258         
26259         * src/project: for gtk-- and gnome-- and proper support
26260         
26261         * src/source.c: for c++ in the project configuration.
26262         
26263         * src/source.h:
26265 2001-05-05  Naba Kumar <kh_naba@123india.com>
26267         * Merged my pre-cvs modifications with 
26268           the current cvs copy.
26270         * (lot of files change).
26272         * Implemented session management.
26274         * Local installation possible by
26275           manageing our own pixmaps paths
26276           manupulations.
26277         
26278         * resources.h: Added.
26279         * resources.c: Added.
26281         * Fixed some bugs.
26282         
26283 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26285         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26286                 Corrected/extended ignores.
26288 2001-05-04  Naba Kumar <kh_naba@123india.com>
26290         * manuals/: dir tree added.
26291           Sgml documentation started in this dir.
26292           
26293         * omf-install/: dir tree added.
26294         
26295         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26296           Created initial document structure.
26297           
26298         * configure.in: Added test for scrollkeeper.
26299           Added some Makefile entries in AC_OUTPUT.
26300         
26301         * Makefile.am: Added subdir manuals/
26302         
26303         * HACKING: Wrote something stupid.
26305 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26307         * Makefile.am: Added ChangeLog in local data list, becaused it's
26308           needed to create a new project.
26309           
26310         * po/fr.po: minor fixes.
26312         * src/build_file.c, src/configurer.c, src/debugger.c,
26313           src/executer.c, src/find_replace.c, src/gnome_project.c,
26314           src/goto_line.c, src/launcher.c, src/messages.c, 
26315           src/preferences.c src/project_dbase.c: functions declared static.
26316           
26317         * widgets/gnomefilelist.c: Fixed a project creation bug,
26318           introduced with latest changes.
26320 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26322         * widgets/gnomefilelist.c,
26323           BUGS: Fixed an annoying bug preventing from loading files/project
26324           given on the command line. Polished the whole gnome_filelist widget.
26326 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26328         * src/main.c,
26329           src/anjuta.c,
26330           src/anjuta.h: Polished the command line parsing.
26332         * BUGS: Need to clean that damn gnome_filelist widget.
26334 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26336         * src/registers.c,
26337           src/sharedlib.c,
26338           src/signals.c: Removed duplicated includes.
26340         * po/fr.po: minor fixes.
26342         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26343           create_compiler_options_page? () declared static.
26344         * src/main.c,
26345           src/anjuta.c: Put a command line option for disabling
26346           the splashscreen.
26348         * src/preferences_gui.c: Fixed an internationalization issue,
26349           other functions declared static.
26351         * src/gnome_project.c: Fixed some memory leaks,
26352           new_prj_terminated () declared static. 
26354 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26356         * configure.in: Sort ALL_LINGUAS alphabetically.
26358 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26360         * Emptied that ugly old Changelog.
26362 == Anjuta 0.1.5 ===
26363 == Anjuta 0.1.4 ==
26365 2001-03-10 Naba kumar  <naba@gnome.org>
26367         * src/gnome_project.c: Fixed project dir creation bug.
26369         * src/text_editor.c: Fixed double accelerators bug.
26370         
26371         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26373         * src/stack_trace.c, * src/compiler_options.c,
26374         data/internals.properties, src/defaults.c:
26375         Fixed pixmap creation with NULL window.
26377         * src/commands.c, src/preferences_gui.c, src/build_project.c
26378         src/clean_project.c: Bug fix.
26379         
26380         * src/main_menubar_def.h: i18n bug fix.
26381         
26382         * src/executer.h, src/executer.c: Bug fix.
26383         
26384         * src/controls.c: Bug fix.
26385         
26386         * src/debugger.c: Debugger now takes program args.
26387         
26388         * po/ja.po: Added japanese translation file.
26389         
26390         Upgraded to ver 0.1.4
26391         ... Fixed other minor bugs.
26393 == Anjuta 0.1.3 ===
26395 2001-XX-XX Naba kumar  <naba@gnome.org>
26397         * Lots of unaccountable changes. Integrated scintilla.
26398         Redesigned Project managemet. Added supports for other languages.
26399         Java style properties managements. .... blah blah
26400         
26401 2000-11-11 Naba kumar  <naba@gnome.org>
26403         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26404         Upgraded to version 0.1.3.
26406         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26407         Fixed to activate Debug->add watch properly.
26409 === Anjuta 0.1.2 beta_2 ===
26410 === Anjuta 0.1.2 ===
26412 2000-11-05 Naba kumar  <naba@gnome.org>
26414         * src/compiler_options.c, src/compiler_options_cbs.c
26415         src/compiler_options_cbs.h, src/compiler_options_gui.c
26416         src/anjuta2.c, extra/stock_libs.anj (new),
26417         extra/README.stock_libs (new), htmls/page13.html,
26418         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26419         added libraries. Stock libs provided for ease of entry. Modified
26420         help html file accordingly.
26422 2000-11-03 Naba kumar  <naba@gnome.org>
26424         * README: Minor fixes in Doc files.
26426         * src/gnome_prj.c, src/appwidzard_cbs.c:
26427         Fixed to ignore non-existant dir for blank prj.
26428         More checking in project creation, especially to confirm
26429         that the prj file already does not exist.
26431         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26433         * src/controls.c: Now Menu item "Format/Detach current document"
26434         is inactive when there is no document opened.
26436 === Anjuta 0.1.1 ===
26438 2000-11-01 Naba kumar  <naba@gnome.org>
26440         Completed and Release of first version (Beta) with lots of bugs.
26442 1999-12-27 Naba kumar  <naba@gnome.org>
26444         Anjuta project started.
26446                 TRANSLATION STATISTICS
26447                 Total messages: 0
26449         Translation status given in percentage.
26450 +----------------------------------------------------------------------------+
26451 |  Po file  |            Language  | Translated |   Fuzzy   |   Untranslated |
26452 +----------------------------------------------------------------------------+