Updated Spanish translation
[anjuta-git-plugin.git] / ChangeLog
blob19fdd8bf6fbba43085048623fc9602926ccc9660
1 2008-02-04  Johannes Schmid <jhs@gnome.org>
3         * plugins/search/anjuta-search.glade: Fixed typo
5 2008-02-03  Johannes Schmid <jhs@gnome.org>
7         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
8         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
9         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
10         .glade:
11         * plugins/build-basic-autotools/build-basic-autotools.c:
12         (build_get_context), (build_configure_project):
13         * plugins/class-gen/anjuta-class-gen-plugin.glade:
14         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
15         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
16         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
17         * plugins/devhelp/plugin.c: (devhelp_activate):
18         * plugins/editor/Makefile.am:
19         * plugins/editor/anjuta-editor-scintilla.glade:
20         * plugins/editor/text_editor.c:
21         * plugins/editor/text_editor.h:
22         * plugins/editor/text_editor_menu.c (removed):
23         * plugins/editor/text_editor_menu.h (removed):
24         * plugins/file-wizard/anjuta-file-wizard.glade:
25         * plugins/gtodo/notification.c: (create_notification_window):
26         * plugins/gtodo/preferences.c: (preferences_widget):
27         * plugins/language-support-cpp-java/plugin.c:
28         (cpp_java_plugin_activate_plugin):
29         * plugins/message-view/anjuta-message-manager-plugin.glade:
30         * plugins/message-view/plugin.c: (activate_plugin):
31         * plugins/project-manager/plugin.c: (confirm_removal):
32         * plugins/search/anjuta-search.glade:
33         * plugins/search/plugin.c:
34         * plugins/search/search-replace.c: (nb_results_alert):
35         * plugins/subversion/subversion-commit-dialog.c:
36         (on_subversion_commit_response):
37         * plugins/symbol-browser/plugin.c: (activate_plugin):
38         * plugins/valgrind/plugin.c: (on_menu_run_activate):
39         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
40         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
41         * src/anjuta.glade:
42         
43         Fixed translation bugs from #507921.
44         Removed unused files in scintilla plugin
46 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
48         * manuals/anjuta-manual/C/debugger.xml:
49         Fix bug #514124 and bug #514138: Wrong menu item name
51 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
53         * plugins/profiler/gprof-view.c,
54         plugins/symbol-browser/plugin.c,
55         plugins/class-inheritance/class-callbacks.c,
56         plugins/debug-manager/plugin.c,
57         plugins/tools/editor.c,
58         plugins/search/search-replace.c,
59         plugins/search/search-replace_backend.c,
60         plugins/search/search-replace_backend.h,
61         plugins/build-basic-autotools/build-basic-autotools.c,
62         plugins/document-manager/plugin.c,
63         plugins/document-manager/file_history.c,
64         plugins/document-manager/anjuta-docman.c,
65         plugins/document-manager/anjuta-docman.h,
66         plugins/document-manager/action-callbacks.c,
67         libanjuta/interfaces/libanjuta.idl:
68         Rename IAnjutaDocumentManager functions:
69         find_document_with_path, goto_file_line, goto_file_line_mark
70         and get_full_filename into
71         find_document_with_uri, goto_uri_line, goto_uri_line_mark
72         and get_uri
73         Fix search plugin to use an URI instead of a file path
74         Fix anjuta_docman_get_uri to always return an URI
76 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
78         * plugins/debug-manager/breakpoints.c:
79         Fix bug #514118: Rename Clear All Breakpoints to Remove
80         All Breakpoints
82 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
84         * manuals/anjuta-manual/C/debugger.xml:
85         Update debugger documentation
87 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
89         * plugins/debug-manager/sharedlib.c,
90         plugins/debug-manager/anjuta-debug-manager.glade,
91         plugins/debug-manager/queue.c,
92         plugins/tools/execute.c,
93         plugins/tools/anjuta-tools.glade,
94         plugins/tools/editor.c,
95         plugins/project-wizard/templates/terminal.wiz,
96         plugins/project-wizard/templates/xlib-dock.wiz,
97         plugins/project-wizard/templates/wxwin.wiz,
98         plugins/project-wizard/templates/java.wiz,
99         plugins/project-wizard/templates/gnome.wiz,
100         plugins/project-wizard/templates/anjuta-plugin.wiz,
101         plugins/project-wizard/templates/gtkmm.wiz,
102         plugins/project-wizard/templates/python.wiz,
103         plugins/project-wizard/templates/cpp.wiz,
104         plugins/project-wizard/templates/sdl.wiz,
105         plugins/project-wizard/templates/gtk.wiz,
106         plugins/project-wizard/templates/minimal.wiz,
107         plugins/project-wizard/templates/xlib.wiz,
108         plugins/project-wizard/templates/gcj.wiz,
109         plugins/gdb/plugin.c,
110         plugins/gdb/debugger.c,
111         libanjuta/anjuta-plugin-manager.c:
112         Partial fix of #507921: translation issues in debug-manager, tools,
113         project-wizard, gdb and anjuta-plugin-manager.
115 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
117         * plugins/debug-manager/queue.c:
118         Debugger Local, Stack and Thread windows were missing due to
119         the previous change.
121 2008-02-02  Johannes Schmid <jhs@gnome.org>
123         * manuals/anjuta-manual/Makefile.am:
124         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
125         causes make install to fail
127 2008-02-02  Johannes Schmid <jhs@gnome.org>
129         * plugins/macro/macros.xml:
130         #495511 – Header_h macro correction
132 2008-02-02  Johannes Schmid <jhs@gnome.org>
134         * plugins/patch/patch-plugin.glade:
135         gtk-apply is not translatable...
137 2008-02-02  Johannes Schmid <jhs@gnome.org>
139         * plugins/build-basic-autotools/build-basic-autotools.c:
140         (on_build_mesg_format):
141         
142         Also check for untranslated messages from make. Should fix 
143         #511981 – Error parsing make output
145 2008-02-02  Johannes Schmid <jhs@gnome.org>
147         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
148         .glade:
149         
150         Fixed #511010 – [UI] Execute program utility window
152 2008-02-02  Johannes Schmid <jhs@gnome.org>
154         * src/anjuta.glade:
155         Fixed #509908 – [UI] Problems with the General settings tab
157 2008-02-02  Johannes Schmid <jhs@gnome.org>
159         * manuals/anjuta-manual/C/fileoperations.xml:
160         Fixed #513730 – Option not present in the GUI po file
162 2008-02-02  Johannes Schmid <jhs@gnome.org>
164         * plugins/sourceview/anjuta-editor-sourceview.glade:
165         Adjust preferences default values
167 2008-02-02  Johannes Schmid <jhs@gnome.org>
169         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
170   Fixed #512535 – Open files tabs' position is correctly remembered 
171   but not applied at startup
173 2008-02-02  Johannes Schmid <jhs@gnome.org>
175         * plugins/search/search-replace.c: (on_message_clicked):
176         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
177         fix clicking on search result messages
179 2008-02-01  James Liggett <jrliggett@cox.net>
181   * plugins/subversion/svn-command.c: (on_svn_notify):
182   Fixed wrong status message output when resolving conflicts.
184 2008-02-02  Johannes Schmid <jhs@gnome.org>
186         * configure.in: Require GtkSourceView 2.1.2
187         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
188         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
189         (imark_is_marker_set), (imark_delete_all_markers),
190         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
191         
192         Adapted to API changes in GtkSourceView
194 2008-02-01  Johannes Schmid <jhs@gnome.org>
196         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
197         Fixed tabsize preference
199 2008-02-01  Johannes Schmid <jhs@gnome.org>
201         * manuals/anjuta-manual/C/fileoperations.xml:
202         * manuals/anjuta-manual/C/interface.xml:
203         Updated manual
204         
205         * manuals/anjuta-manual/Makefile.am:
206         * manuals/anjuta-manual/C/figures/*:
207         
208         Updated figures to be in clearlooks theme, removed old figures
210 2008-02-01  Johannes Schmid <jhs@gnome.org>
212         * plugins/patch/patch-plugin.glade:
213         * plugins/patch/plugin.c: (patch_plugin_activate):
214         Another UI issue with the patch plugin and silenced a compiler
215         warning
216         
217         Patch from James Liggett:
218         * plugins/profiler/gprof-call-graph-view.c:
219         (gprof_call_graph_view_create_columns):
220         * plugins/profiler/gprof-flat-profile-view.c:
221         (gprof_flat_profile_view_create_columns):
222         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
223         * plugins/profiler/gprof-view.h:
224         
225         Use two decimal places for float values in profiler views (#507831)
227 2008-02-01  Johannes Schmid <jhs@gnome.org>
229         * configure.in:
230         * plugins/editor/Makefile.am:
231         
232         Fixed #512751 – libgnomeprint unnecessary without scintilla
234 2008-01-31  Johannes Schmid <jhs@gnome.org>
236         * plugins/language-manager/languages.xml:
237         Added a pretty ugly string for C++ headers. Maybe we should rely
238         on mime-types instead...
240 2008-01-31  Johannes Schmid <jhs@gnome.org>
242         * plugins/language-support-cpp-java/cpp-java-assist.c:
243         (get_iter_column), (cpp_java_assist_get_calltip_context),
244         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
245         (on_assist_chosen), (cpp_java_assist_install):
246         * plugins/language-support-cpp-java/plugin.c:
247         (on_editor_char_inserted_cpp):
248         Removed annoying DEBUG_PRINTs
249         
250         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
251         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
252         * plugins/sourceview/sourceview.c: (iassist_show_tips):
253         
254         Fixed "jumping" tooltips, fixed indentation of brances
256 2008-01-31  Johannes Schmid <jhs@gnome.org>
258         * plugins/document-manager/plugin.c: (on_document_changed):
259         Fixed crash when closing anjuta after all document tabs have been closed
261 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
263         * plugins/debug-manager/anjuta-debug-manager.glade:
264         Fix #513485: wrong strings maked as translatable
266 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
268         * plugins/debug-manager/threads.c,
269         plugins/debug-manager/stack_trace.c:
270         Avoid crash when getting relative path from debugger (same fix
271         than for #510028)
273         * plugins/debug-manager/queue.c:
274         Emit all state changes notification
276         * plugins/debug-manager/start.c:
277         Fix #511586: Project path with "+" not working in debugger
279 2008-01-31  Johannes Schmid <jhs@gnome.org>
281         * plugins/patch/patch-plugin.glade:
282         Fixed button ui problem...
283         
284         Patch from James Liggett:
285         * plugins/profiler/gprof-call-graph-block-entry.c:
286         (gprof_call_graph_block_primary_entry_new),
287         (gprof_call_graph_block_secondary_entry_new):
288         * plugins/profiler/gprof-flat-profile-entry.c:
289         (gprof_flat_profile_entry_new):
290         
291         Fix #507831 - Wrong Profiler values for some locales
293 2008-01-31  Johannes Schmid <jhs@gnome.org>
295         * plugins/sourceview/anjuta-editor-sourceview.glade:
296         * plugins/sourceview/sourceview-prefs.c:
297         * plugins/sourceview/sourceview.c: (sourceview_finalize):
298   
299   Fixed Editor->View popup menu for those entries that are appropriate for
300   sourceview    
302 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
304         * plugins/debug-manager/breakpoints.c:
305         Fix #512901: Crash when adding a breakpoint
307         * plugins/debug-manager/queue.c:
308         Remove a possible memory leak
310 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
312         * plugins/debug-manager/data_view.c,
313         plugins/debug-manager/sparse_view.c,
314         manuals/anjuta-manual/C/debugger.xml:
315         Fix #513130, #513131 #513135: Wrong menu item names and errors
316         in the documentation
318 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
320         * plugins/tools/editor.c:
321         ianjuta_document_manager_find_document_with_path expect an uri not
322         a path
324 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
326         * manuals/reference/libanjuta/libanjuta-docs.sgml,
327         manuals/reference/libanjuta/libanjuta-sections.txt,
328         libanjuta/interfaces/libanjuta.idl:
329         Documentation fixes for IAnjutaDebugger* interfaces
331 === anjuta 2.3.3 ===
333 2008-01-27  Naba Kumar  <naba@gnome.org>
335         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
336         rpm spec file.
338         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
339         (value_added_current_editor), (value_removed_current_editor):
340         Removed dead code.
342         * TODO.tasks: Updated.
344         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
345         scrollwindow shadow in.
347         * plugins/editor/anjuta-editor-scintilla.glade:
348         * plugins/editor/style-editor.c: (create_style_editor_gui):
349         Set style window transient and cetered for preferences window.
350         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
352         * plugins/editor/anjuta-editor-scintilla.glade:
353         Fixes Bug #427108 - Scintilla plugin configuration folding-style
354         setting not working
356         * configure.in, NEWS: Updated for release 2.3.3
358 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
360         * plugins/debug-manager/anjuta-debug-manager.glade:
361         Fix #512224: Use a string in english
363 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
365         * plugins/build-basic-autotools/build-basic-autotools.c:
366         ianjuta_document_manager_goto_file_line_mark needs an uri and
367         not a file path
369 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
371         * plugins/symbol-browser/plugin.c,
372         plugins/symbol-browser/an_symbol_view.c:
373         use gnome_vfs_get_uri_from_local_path to get local path from uri
374         This takes care of escaping some characters
376 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
378         * plugins/debug-manager/stack_trace.c:
379         Probably fix #510028: crash debugger when having a relative filename
380         in stack trace
382 2008-01-25 Tom <tpgww@onepost.net>
384         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
386         * plugins/document-manager/plugin.c,
387         plugins/document-manager/file_history.c,
388         plugins/document-manager/file_history.h,
389         plugins/document-manager/anjuta-docman.c,
390         plugins/document-manager/anjuta-docman.h:
391         Rename filename argument to uri when an uri is expected
392         anjuta_docman_get_document_for_uri will remove symlinks 
394 2008-01-25  Naba Kumar  <naba@gnome.org>
396         * plugins/terminal/terminal.c: (terminal_execute),
397         (activate_plugin):
398         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
400 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
402         * plugins/debug-manager/anjuta-debug-manager.glade,
403         plugins/debug-manager/start.c:
404         Fix #511049: Change UI of add source directories dialog
406 2008-01-24  Naba Kumar  <naba@gnome.org>
408         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
409         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
410         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
411         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
412         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
413         should work now.
415 2008-01-24  Johannes Schmid <jhs@gnome.org>
417         Patch from: Luca Ferretti <ella.uca@libero.it>:
419         * plugins/document-manager/anjuta-docman.c:
420         (anjuta_docman_page_init), (anjuta_docman_class_init):
421         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
422         
423         Fix #511757 – Close icon in tabs cut off (Patch was only for
424         document-manager, also adapted it for message-manager)
426 2008-01-24  Johannes Schmid <jhs@gnome.org>
428         * plugins/Makefile.am:
429         * plugins/sourceview/anjuta-document.c:
430         * plugins/sourceview/anjuta-marshal.list:
431         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
432         (anjuta_view_key_press_event):
433         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
434         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
435         (iiter_diff), (iiter_iface_init):
436         * plugins/sourceview/sourceview.c: (on_document_char_added),
437         (ieditor_goto_position), (ieditor_get_text),
438         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
439         (ieditor_erase), (ieditor_get_line_from_position),
440         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
441         (ieditor_get_position_from_offset), (ieditor_get_start_position),
442         (ieditor_get_end_position), (ieditor_goto_start),
443         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
444         (iconvert_to_lower), (iindic_set), (iassist_suggest),
445         (iassist_show_tips):
446         
447         Implemented new iterators interface in sourceview editor and
448         re-enabled it.
450 2008-01-23  Naba Kumar  <naba@gnome.org>
452         * libanjuta/interfaces/libanjuta.idl:
453         * manuals/reference/libanjuta/libanjuta-sections.txt:
454         * plugins/build-basic-autotools/build-basic-autotools.c:
455         (build_indicator_location_set), (on_editor_changed):
456         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
457         * plugins/debug-manager/variable.c: (get_hovered_word):
458         * plugins/document-manager/action-callbacks.c:
459         (on_editor_command_upper_case_activate),
460         (on_editor_command_lower_case_activate):
461         * plugins/document-manager/search-box.c: (on_incremental_search),
462         (on_search_activated):
463         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
464         (iiter_last), (iiter_set_position), (iiter_get_position),
465         (iiter_get_length), (iiter_compare), (iiter_diff),
466         (iiter_iface_init):
467         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
468         (text_editor_goto_point), (itext_editor_goto_start),
469         (itext_editor_goto_end), (itext_editor_goto_position),
470         (itext_editor_get_text_all), (itext_editor_get_text),
471         (itext_editor_get_position), (itext_editor_get_offset),
472         (itext_editor_get_length), (itext_editor_insert),
473         (itext_editor_erase), (itext_editor_erase_all),
474         (itext_editor_get_column), (itext_editor_get_overwrite),
475         (itext_editor_set_popup_menu),
476         (itext_editor_get_line_from_position),
477         (itext_editor_get_line_begin_position),
478         (itext_editor_get_line_end_position),
479         (itext_editor_get_position_from_offset),
480         (itext_editor_get_start_position), (itext_editor_get_end_position),
481         (itext_editor_iface_init), (iconvert_to_upper),
482         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
483         (iindicable_set):
484         * plugins/editor/text_editor.h:
485         * plugins/editor/text_editor_cbs.c:
486         (on_text_editor_scintilla_notify):
487         * plugins/indent/plugin.c: (on_indent_action_activate):
488         * plugins/language-support-cpp-java/cpp-java-assist.c:
489         (cpp_java_assist_get_scope_context),
490         (cpp_java_assist_get_pre_word),
491         (cpp_java_assist_show_autocomplete),
492         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
493         (on_editor_char_added), (on_assist_chosen):
494         * plugins/language-support-cpp-java/plugin.c:
495         (get_line_indentation), (skip_iter_to_previous_logical_line),
496         (skip_preprocessor_lines), (initialize_indentation_params),
497         (set_line_indentation), (get_line_indentation_base),
498         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
499         (on_editor_char_inserted_java), (on_auto_indent):
500         * plugins/macro/macro-actions.c: (match_shortcut):
501         * plugins/macro/macro-dialog.c: (on_ok_clicked):
502         * plugins/macro/plugin.c: (match_keyword):
503         * plugins/search/plugin.c: (find_incremental):
504         * plugins/search/search-replace.c: (search_and_replace),
505         (search_start_over):
506         * plugins/search/search-replace_backend.c:
507         (file_buffer_new_from_te), (file_buffer_line_from_pos),
508         (create_search_entries):
509         * plugins/symbol-browser/plugin.c:
510         (on_editor_buffer_symbols_update_timeout), (on_char_added),
511         (isymbol_manager_iface_init):
512         * plugins/symbol-db/plugin.c:
513         (on_editor_buffer_symbols_update_timeout), (on_char_added),
514         (isymbol_manager_iface_init):
515         * plugins/tools/execute.c: (atp_output_context_construct),
516         (atp_output_context_destroy), (atp_user_tool_execute):
518         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
519         iterators instead of integer offsets.
520         - Renamed original ianjuta_editor_get_position(int) to 
521         ianjuta_editor_get_offset(). It is deprecated.
522         - Renamed original ianjuta_editor_get_position_iter() to
523         ianjuta_editor_get_position().
524         - Renamed ianjuta_editor_get_cell_iter() to
525         ianjuta_editor_get_position_from_offset()
526         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
527         - Added new methods:
528         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
529         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
530         ianjuta_editor_goto_end().
531         - All relevent signals and methods converted to use iterators.
532         - All relevent plugins fixed to use new API.
533         - Removed ianjuta_editor_cell_get_line() because it is provided by
534         ianjuta_editor_get_line_from_position().
535         - Removed ianjuta_symbol_manager_get_completions_at_position()
536         because it not used anywhere and is not right to be there.
537         - Updated IAnjutaEditable documentation.
539         Updated IAnjutaIterable interface:
540         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
541         - Introduced 'end-iter' to point at the end of the list.
542         - Updated IAnjutaIterable documentation.
544         * plugins/Makefile.am:
545         (Disabled sourceview plugin for now. Jhs is coming up with a patch
546         for it soon).
548 2008-01-22  Johannes Schmid <jhs@gnome.org>
550         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
551         * plugins/project-import/anjuta-project-import.glade:
552         * plugins/project-import/anjuta-project-import.plugin.in:
553         * plugins/project-wizard/anjuta-project-wizard.glade:
554         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
555         * plugins/project-wizard/druid.c: (npw_druid_new):
556         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
557         
558         Fixed #465084 – wizard instead of assistant (only string changes...)
560 2008-01-20  Rob Bradford  <rob@openedhand.com>
562         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
563         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
564         coming up with the solution. (Bug: #510390.)
566 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
568         * plugins/build-basic-autotools/executer.c:
569         Fix #502508, use anjuta_launcher to keep program output
571         * plugins/terminal/terminal.c:
572         Remove unused child_initizlized member
573         Start the shell on plugin activation
575 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
577         * plugins/debug-manager/sparse_buffer.c:
578         Fix a crash when scrolling in the diassembly window
580         * plugins/debug-manager/sparse_view.c:
581         Small limit change using the same "unit" for both number
583 2008-01-19  Naba Kumar  <naba@gnome.org>
585         * plugins/language-support-cpp-java/cpp-java-assist.c:
586         (cpp_java_assist_get_scope_context),
587         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
588         instead.
590 2008-01-19  Johannes Schmid <jhs@gnome.org>
592         * plugins/sourceview/anjuta-editor-sourceview.glade:
593         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
594         
595         And even more strings...
597 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
599         * plugins/project-wizard/templates/cpp/src/main.cc:
600         Fix #498734, typing error in c++ project template
602 2008-01-19  Johannes Schmid <jhs@gnome.org>
604         * plugins/editor/text_editor.c: (text_editor_save_file):
605         * plugins/macro/anjuta-macro.glade:
606         * plugins/subversion/anjuta-subversion.glade:
608         Fixed even more strings
610 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
612         * plugins/language-support-cpp-java/cpp-java-assist.c:
613         Fix bug #488519, remove critical warning (completion_cache == NULL
614         is valid)
616 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
618         * plugins/gdb/debugger.c:
619         Enable logging of gdb communication with an environment variable
621 2008-01-19  Naba Kumar  <naba@gnome.org>
623         * plugins/editor/text-editor-iterable.c: (iiter_next),
624         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
625         editor native funtions to avoid round trips.
627 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
629         * plugins/editor/text_editor.c:
630         Fix a bug due to the previous patch: Unable to save new file in 
631         Scintilla
633 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
635         * plugins/debug-manager/disassemble.c,
636         plugins/debug-manager/disassemble.h,
637         plugins/debug-manager/registers.c,
638         plugins/debug-manager/registers.h,
639         plugins/debug-manager/memory.c,
640         plugins/debug-manager/memory.h,
641         plugins/debug-manager/command.c,
642         plugins/debug-manager/command.h,
643         plugins/debug-manager/queue.c,
644         plugins/debug-manager/queue.h,
645         plugins/debug-manager/breakpoints.c,
646         plugins/debug-manager/stack_trace.c,
647         plugins/debug-manager/threads.c,
648         plugins/debug-manager/plugin.c,
649         plugins/gdb/plugin.c,
650         plugins/gdb/debugger.c,
651         plugins/gdb/debugger.h,
652         manuals/reference/libanjuta/libanjuta-sections.txt,
653         manuals/reference/libanjuta/libanjuta.types,
654         libanjuta/interfaces/libanjuta.idl:
655         Use gulong instead of guint for addresses
656         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
657         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
659         * plugins/gdb/anjuta-gdb.plugin.in:
660         Remove reference to IAnjutaCpuDebugger (useless)
662 2008-01-18  Johannes Schmid <jhs@gnome.org>
664         * AUTHORS: Added Alexander
666 2008-01-18  Johannes Schmid <jhs@gnome.org>
668   Patch from: Alexander Korolyov <kilork@yandex.ru>
670         * plugins/editor/text_editor.c: (load_from_file),
671         (text_editor_save_file):
672         
673         Fixed symlinks (#510238) and file permission (#405321)
674         handling for scintilla editor. 
675   
676 2008-01-17  Johannes Schmid <jhs@gnome.org>
678         * plugins/document-manager/action-callbacks.c:
679         (on_editor_command_select_all_activate),
680         (on_editor_command_cut_activate),
681         (on_editor_command_paste_activate),
682         (on_editor_command_copy_activate),
683         (on_editor_command_clear_activate):
684   Resupport cut/copy/paste/clear on GtkEditables when those
685   have focus. (Important for shortcuts to work).
687         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
688         * plugins/document-manager/search-box.c: (on_search_activated):
689         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
690         * plugins/patch/patch-plugin.c: (on_ok_clicked):
691         * plugins/profiler/plugin.c: (profiler_get_data):
692         * plugins/project-wizard/druid.c: (npw_druid_new):
693         * plugins/project-wizard/install.c: (on_install_end_install_file):
694         * plugins/sourceview/anjuta-editor-sourceview.glade:
695         * plugins/subversion/anjuta-subversion.glade:
696         * plugins/tools/anjuta-tools.glade:
697         Various string fixes
699 2008-01-17  Naba Kumar  <naba@gnome.org>
701         Patch from James Liggett:
703         * plugins/subversion/subversion-add-dialog.c:
704         (on_subversion_add_response):
705         * plugins/subversion/subversion-copy-dialog.c:
706         (on_subversion_copy_response):
707         * plugins/subversion/subversion-diff-dialog.c:
708         (on_subversion_diff_response):
709         * plugins/subversion/subversion-merge-dialog.c:
710         (on_subversion_merge_response):
711         * plugins/subversion/subversion-remove-dialog.c:
712         (on_subversion_remove_response):
713         * plugins/subversion/subversion-switch-dialog.c:
714         (on_subversion_switch_response):
715         * plugins/subversion/subversion-ui-utils.c: (check_input):
716         * plugins/subversion/subversion-ui-utils.h:
717         * plugins/subversion/subversion-update-dialog.c:
718         (on_subversion_update_response):
720         If the user doesn't enter any data for path or revision fields in
721         certain SVN plugin dialogs, libsvn throws assertion failures and
722         kills Anjuta. To avoid this, the validity of path and revision
723         input data are checked before the command gets executed.
725         Fixes Bug #509510 - Check input of some dialogs to avoid termination
726         if user gives bad or no input
728 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
730         * plugins/document-manager/anjuta-docman.c:
731         Fix #507627 memory tab stay active on debugger stop
732         Remove two unused variables due to the previous patch
734 2008-01-16  Johannes Schmid <jhs@gnome.org>
736         * libanjuta/anjuta-plugin-manager.c:
737         Fixed #508399 – When you enable a plugin, preferences don't show up
739 2008-01-16  Rob Bradford  <rob@openedhand.com>
741         Reviewed by: Johannes Schmid <jhs@gnome.org>
743         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
744         (get_property_value_as_string), (set_property_value_as_string),
745         (register_callbacks):
746         * libanjuta/anjuta-preferences.h:
747         Add support for both file and folder preferences (originally only
748         folder choosers were supported. (Fixes bug: #508805.)
750         * plugins/file-manager/file-manager.glade:
751         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
752         type of property.
754 2008-01-16  Johannes Schmid <jhs@gnome.org>
756         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
757         .glade:
758         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
759         * src/anjuta.glade:
760         
761         Fixed #509875 – The "Update globale tags" button wording is incorrect
762         Fixed #509873 – Build Autotools Preferences has excessive padding
763         Fixed #509872 – General Information labels are incorrectly aligned
764         Fixed #509871 – General preferences has incorrect use of colons
765         
766 2008-01-16  Johannes Schmid <jhs@gnome.org>
768         * plugins/document-manager/anjuta-document-manager.glade:
769         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
771         Fixed #509865 – Incorrect padding in the Documents settings tabs
772         Fixed #509867 – Create button contents is mis-aligned
773         Fixed #509869 – "Add Directory" button is not HIG complient
775 2008-01-16  Johannes Schmid <jhs@gnome.org>
777         * libanjuta/anjuta-preferences-dialog.c:
778         (anjuta_preferences_dialog_add_page):
779         
780         Fix #509864 – No initial section selected when opening the Preferences dialog
782 2008-01-16  Johannes Schmid <jhs@gnome.org>
784         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
785         Removed unused gconf_notifications
786         
787         * plugins/search/anjuta-search.glade:
788         * plugins/subversion/anjuta-subversion.glade:
789         * plugins/tools/anjuta-tools.glade:
790         * src/anjuta-app.c: (anjuta_app_instance_init):
791         
792         Fixed various strings
794 2008-01-15  Naba Kumar  <naba@gnome.org>
796         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
797         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
798         file saved
800         * plugins/symbol-browser/an_symbol_view.c:
801         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
802         new file saved.
804 2008-01-15  Johannes Schmid <jhs@gnome.org>
806         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
807         (anjuta_profile_add_plugins_from_xml):
808         * plugins/file-manager/file-manager.glade:
809         Some string fixes
810         
811         * libanjuta/interfaces/libanjuta.idl:
812         Fixed docs
813                 
814         * plugins/sourceview/Makefile.am:
815         * plugins/sourceview/anjuta-editor-sourceview.glade:
816         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
817         (end_print), (print_setup), (sourceview_print),
818         (sourceview_print_preview):
819         * plugins/sourceview/sourceview.c: (iprint_print),
820         (iprint_print_preview):
821         
822         Added printing support to GtkSourceView editor
824 2007-01-14 Tom <tpgww@onepost.net>
826         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
828         * plugins/document-manager/anjuta-docman.c:
829         Fix two memory leaks added by the previous patch
831 2008-01-14  Johannes Schmid <jhs@gnome.org>
833         * plugins/sourceview/assist-tip.c: (assist_tip_move):
834         * plugins/sourceview/assist-window.c: (assist_window_move):
835         
836         Do not use opacity
838 2008-01-14  Rob Bradford  <rob@openedhand.com>
840         * global-tags/Makefile.am:
841         * global-tags/create_global_tags.sh.in:
842         Install anjuta-tags binary into FHS policy compliant directory and
843         update references. (Fixes bug: 509346.)
845 2008-01-13  Naba Kumar  <naba@gnome.org>
847         Patch from: Ritesh Khadgaray
848         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
849         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
850         Adds export-dynamic option to LDFLAGS to project template for libglade
851         to work for autoconnect signals.
853 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
855         * libanjuta/anjuta-utils.c:
856         anjuta_util_get_real_path return a string that need to be freed
857         with g_free even if PATH_MAX is not defined
859 2008-01-13  Andre Klapper  <a9016009@gmx.de>
861         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
862         to DOC_LINGUAS.
864 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
866         * plugins/document-manager/anjuta-docman.c:
867         Do not reopen file having escaped character (+,...) in path name
869 2008-01-13  Naba Kumar  <naba@gnome.org>
871         * libanjuta/interfaces/libanjuta.idl:
872         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
873         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
874         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
875         IAnjutaProjectManager::add_sources().
877         * plugins/glade/plugin.c: (on_glade_resource_removed),
878         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
879         stubs for handing resources in glade file.
881 2008-01-13  Naba Kumar  <naba@gnome.org>
883         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
885         * plugins/glade/plugin.c: (ifile_open): Select the first window
886         in the glade project when it is first opened. Avoids empty glade
887         document the first time.
889 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
891   Reviewed by: Johannes Schmid <jhs@gnome.org>
893         * plugins/gtodo/callback.c: (remove_todo_item):
894         Fix #507304 – crash in Anjuta IDE while removing done tasks
896 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
898         * plugins/debug-manager/anjuta-debug-manager.ui,
899         plugins/debug-manager/plugin.c,
900         plugins/debug-manager/start.h,
901         plugins/debug-manager/start.c:
902         New menu item to add extra source directories for debugger
904 === anjuta 2.3.2 ===
906 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
908         * plugins/gtodo/callback.c: (remove_todo_item):
909         Fix #507304 – crash in Anjuta IDE while removing done tasks
911 2008-01-11  Naba Kumar  <naba@gnome.org>
913         * configure.in: Bumped version to 2.3.2
914         * NEWS: Updated for anjuta 2.3.2 release
915         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
916         not 'make tarball'
918 2008-01-11  Johannes Schmid <jhs@gnome.org>
920         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
921         .glade:
922         Reverted accidently commited change
923         
924         * plugins/document-manager/anjuta-document-manager.glade:
925         Fix Gtk-Critical because of broken glade file
927 2008-01-11  Naba Kumar  <naba@gnome.org>
929         * plugins/glade/plugin.c: (on_document_destroy),
930         (glade_plugin_add_project): Fixed a bug where when more than one
931         glade document is open and one is closed, it closes all the glade
932         documents. Also it might have fixed the bug where sometimes closing
933         the glade document leaves glade widget tree unclosed.
935 2008-01-11  Naba Kumar  <naba@gnome.org>
937         * libanjuta/Makefile.am: Install glade3 files in own prefix to
938         prevent install errors when not installed as root (then the files
939         are only useful when glade-3 is installed in the same prefix, but it
940         doesn't harm anjuta runtime).
942         * plugins/sourceview/sourceview.c: Commented use of a file
943         not currently distributed.
945 2008-01-10  Naba Kumar  <naba@gnome.org>
947         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
948         nothing to translate in it.
950 2008-01-10  Johannes Schmid <jhs@gnome.org>
952         * plugins/project-wizard/templates/gnome.wiz:
953         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
954         * plugins/project-wizard/templates/gnome/src/main.c:
955         * plugins/project-wizard/templates/translatable-strings.h:
956         
957         Fixed #508497 and added a new chooser to select whether to use
958         libglade or not.
960 2008-01-10  Johannes Schmid <jhs@gnome.org>
962         Patch from Tom <tpgww@onepost.net>:
964         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
965         (anjuta_util_glist_path_dedup):
966         * libanjuta/anjuta-utils.h:
967         
968         Give the method a proper prefixed name
969         
970         * plugins/document-manager/action-callbacks.c:
971         (get_current_popup_active),
972         (on_editor_command_select_all_activate),
973         (on_editor_command_cut_activate),
974         (on_editor_command_paste_activate),
975         (on_editor_command_copy_activate),
976         (on_editor_command_clear_activate), (on_show_search),
977         (on_repeat_quicksearch):        
978         * plugins/document-manager/action-callbacks.h:
979         * plugins/document-manager/anjuta-docman.c:
980         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
981         (anjuta_docman_goto_file_line_mark),
982         (anjuta_docman_get_full_filename):
983         * plugins/document-manager/anjuta-docman.h:
984         * plugins/document-manager/anjuta-document-manager.ui:
985         * plugins/document-manager/plugin.c:
986         (update_document_ui_interface_items):
987         
988         Better way to fix the popup-menu items (Cut/Copy/Paste)
989         and various clean-ups.
990         
991         * plugins/document-manager/search-box.c: (on_document_changed),
992         (search_box_fill_search_focus):
993         * plugins/document-manager/search-box.h:
994         * plugins/search/plugin.c:
995         
996         Add a menu item to repeat the quick search
998 2008-01-10  Johannes Schmid <jhs@gnome.org>
1000         * plugins/language-support-cpp-java/cpp-java-assist.c:
1001         (on_assist_chosen):
1002         
1003         Fixed #508424 – Auto complete: previous char was removed when 
1004         pre TAB to auto complete.
1006 2008-01-10  Johannes Schmid <jhs@gnome.org>
1008         Patch from: James Ligett:
1010         * plugins/profiler/gprof-call-graph-view.c:
1011         (gprof_call_graph_view_create_columns):
1012         * plugins/profiler/gprof-flat-profile-view.c:
1013         (gprof_flat_profile_view_create_columns):
1014         
1015         Fixed translation issues (#496833)
1017 2008-01-10 Johannes Schmid <jhs@gnome.org>
1019         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1021         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1022         Fix #460390 – Changing categories while edinting something
1024 2008-01-09  Naba Kumar  <naba@gnome.org>
1026         * libanjuta/anjuta-plugin-manager.c:
1027         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1028         fixed a leak.
1030         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1031         corruption reported in bug #507491. Potentially fixes too.
1033 2008-01-09  Johannes Schmid <jhs@gnome.org>
1035         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1037         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1038         Fix bug #505205 completely
1039         
1040         * AUTHORS: Added Bolesław
1042 2008-01-08  Johannes Schmid <jhs@gnome.org>
1044         * plugins/document-manager/action-callbacks.c:
1045         (on_editor_command_cut_activate),
1046         (on_editor_command_paste_activate),
1047         (on_editor_command_copy_activate),
1048         (on_editor_command_clear_activate):
1049         
1050         Fixed editor popup menu (Cut, Copy, Paste)
1052 2008-01-08  Johannes Schmid <jhs@gnome.org>
1054         * plugins/sourceview/sourceview.c: (autodetect_language):
1055         Fixed a crash when creating a new file
1057 2008-01-08  Johannes Schmid <jhs@gnome.org>
1059         Patch by <bolekk@gmail.com> (GHOP Student)
1061         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1062         Fix bug #505205
1064 2008-01-08  Naba Kumar  <naba@gnome.org>
1066         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1067         * libanjuta/anjuta-plugin-manager.c:
1068         (anjuta_plugin_manager_select),
1069         (anjuta_plugin_manager_activate_plugins):
1070         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1071         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1072         (on_create_submenu), (create_open_with_submenu):
1073         * src/about.c: (on_about_plugin_activate),
1074         (about_create_plugins_submenu): Use translated version of get_string()
1075         API in AnjutaDescription for translatable properties. Fixes bug #496833
1076         comment #18.
1078 2008-01-07  Johannes Schmid <jhs@gnome.org>
1080         * plugins/build-basic-autotools/executer.c: (execute_program):
1081         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1082         * plugins/debug-manager/anjuta-debug-manager.glade:
1083         * plugins/debug-manager/locals.c: (create_locals_gui):
1084         * plugins/file-loader/plugin.c: (on_create_submenu):
1085         * plugins/gtodo/main.h:
1086         * plugins/gtodo/preferences.c: (preferences_widget):
1087         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1088         * plugins/tools/anjuta-tools.glade:
1089         * plugins/tools/execute.c: (atp_output_context_print):
1090         * src/main.c:
1091         
1092                 Another bunch of i18n fixes (#496833)
1094 2008-01-07  Johannes Schmid <jhs@gnome.org>
1096         * plugins/build-basic-autotools/build-basic-autotools.c:
1097         (on_build_terminated):
1098         * plugins/gtodo/interface.c: (set_read_only):
1099         * plugins/project-manager/plugin.c: (confirm_removal),
1100         (on_popup_add_to_project):
1101         * plugins/subversion/anjuta-subversion.glade:
1102         * plugins/tools/execute.c: (atp_output_context_print_result):
1103         
1104         Fixed some strings from #496833
1106 2008-01-07  Johannes Schmid <jhs@gnome.org>
1108         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1109         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1110         .in:
1111         * plugins/language-support-cpp-java/plugin.c: (install_support),
1112         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1113         Added basic Vala support
1114         
1115         * plugins/sourceview/sourceview.c: (autodetect_language):
1116         Fixed mime-type detection
1118 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1120   Reviewed by: Johannes Schmid <jhs@gnome.org>
1122         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1123         (value_removed_current_editor), (symbol_db_activate),
1124         (symbol_db_deactivate):
1125         * plugins/symbol-db/symbol-db-engine.c:
1126         (symbol_db_engine_get_global_members_filtered):
1127         * plugins/symbol-db/symbol-db-view.c:
1128         (do_add_child_symbol_to_view), (prepare_for_adding),
1129         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1130         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1131         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1132         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1133         (sdb_view_init), (sdb_view_finalize),
1134         (sdb_view_build_and_display_base_tree):
1135         * plugins/symbol-db/symbol-db-view.h:
1136         added controls to expand Global tab nodes in a non-freezing way.
1137         Fixed also some little bugs always on global-tab.
1139 2008-01-06  Naba Kumar  <naba@gnome.org>
1141         Patches from James Liggett:
1142         * plugins/profiler/gprof-call-graph-view.c:
1143         (gprof_call_graph_view_create_columns):
1144         * plugins/profiler/gprof-flat-profile-view.c:
1145         (gprof_flat_profile_view_create_columns):
1146         * plugins/profiler/gprof-function-call-tree-view.c:
1147         (gprof_function_call_tree_view_create_columns): Made all
1148         of the columns resizable and reorderable.
1150 2008-01-06  Johannes Schmid <jhs@gnome.org>
1152         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1153         (anjuta_launcher_check_password_real),
1154         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1155         (anjuta_launcher_scan_pty),
1156         (anjuta_launcher_disable_password_check):
1157         * libanjuta/anjuta-launcher.h:
1158         Added disable_password_check for stream where it does not make sense 
1159         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1160         that sometimes occur in symbol-db plugin
1161         
1162         * plugins/file-manager/file-model.c:
1163         (file_model_cancel_expand_idle):
1164         Fixed removing of idle source
1165         
1166         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1167         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1168         
1169         Fixed #348854 – invisible cursor in certain themes
1171 2008-01-06  Naba Kumar  <naba@gnome.org>
1173         * libanjuta/anjuta-preferences.c:
1174         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1175         closing preferences dialog due to patch in bug #507300
1177 2008-01-06  Naba Kumar  <naba@gnome.org>
1179         * plugins/language-support-cpp-java/cpp-java-assist.c:
1180         (on_assist_chosen):
1181         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1182         * plugins/search/search-replace_backend.c: (create_search_entries):
1183         Added missing unrefs.
1185 2008-01-06  Johannes Schmid <jhs@gnome.org>
1187         * plugins/debug-manager/variable.c: (get_hovered_word):
1188   Add a g_object_unref()  
1189         
1190         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1191         (on_sourceview_hover_leave):
1192         Fixed hover and editor interface to make hover in debugger work
1194 2008-01-06  Naba Kumar  <naba@gnome.org>
1196         * plugins/editor/text-editor.c: Whitespaces fixes.
1197         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1198         DEBUG_PRINT instead of g_message.
1200 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1202         * plugins/debug-manager/breakpoints.c:
1203         Fix #507441: Disable all breakpoints doesn't work
1204         Fix #507444: Enable Breakpoint menu item doesn't change name
1206 2008-01-05  Naba Kumar  <naba@gnome.org>
1208         * manuals/reference/libanjuta/libanjuta.types: Renamed
1209         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1211 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1213         * plugins/debug-manager/variable.c:
1214         Update variable display to use IAnjutaIterable instead of position
1216         * plugins/editor/text_editor_cbs.c,
1217         plugins/editor/text_editor.c:
1218         Fix Gtk critical warnings when a hover signal is emitted
1219         Fix get_text_iter in Scintilla (range should include last character)
1220         
1221 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1223         * plugins/debug-manager/debug_tree.c,
1224         plugins/debug-manager/debug_tree.h,
1225         plugins/debug-manager/watch.c,
1226         plugins/debug-manager/command.c,
1227         plugins/debug-manager/queue.c,
1228         plugins/gdb/plugin.c,
1229         plugins/gdb/debugger.c,
1230         plugins/gdb/debugger.h,
1231         libanjuta/interfaces/libanjuta.idl:
1232         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1234 2008-01-05  Naba Kumar  <naba@gnome.org>
1236         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1237         menus to avoid conflict with file open/save. Fixes bug #507455
1239 2008-01-05  Johannes Schmid <jhs@gnome.org>
1241         * configure.in:
1242         Conditionally depend on gtksourceview2 >= 2.1.0
1243         
1244         * libanjuta/interfaces/libanjuta.idl:
1245         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1246         iterators instead of positions
1247         
1248         * plugins/debug-manager/threads.c:
1249         Fixed a warnings by including gnome-vfs properly
1250         
1251         * plugins/debug-manager/variable.c: (get_hovered_word),
1252         (on_hover_over):
1253         Updated to changes in IAnjutaEditorHover/Selection
1254         
1255         * plugins/document-manager/action-callbacks.c:
1256         (on_editor_command_upper_case_activate),
1257         (on_editor_command_lower_case_activate):
1258         * plugins/document-manager/search-box.c: (on_incremental_search),
1259         (on_search_activated):
1260         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1261         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1262         (iselection_get_start), (iselection_get_end),
1263         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1264         * plugins/editor/text_editor_cbs.c:
1265         (on_text_editor_scintilla_notify):
1266         
1267         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1268         interface of scintilla editor.
1269         
1270         * plugins/language-manager/languages.xml:
1271         * plugins/language-manager/plugin.c:
1272         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1273         Added chdr to C language files and some DEBUG_PRINTs
1274         
1275         * plugins/language-support-cpp-java/cpp-java-assist.c:
1276         (on_assist_chosen):
1277         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1278         * plugins/search/plugin.c: (find_incremental):
1279         * plugins/search/search-replace.c: (search_and_replace):
1280         * plugins/search/search-replace_backend.c: (create_search_entries):
1281                 Adapted to changed interfaces
1283         * plugins/sourceview/Makefile.am:
1284         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1285         (set_uri), (anjuta_document_save):
1286         * plugins/sourceview/anjuta-editor-sourceview.glade:
1287         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1288         (anjuta_view_key_press_event):
1289         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1290         * plugins/sourceview/sourceview-cell.c:
1291         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1292         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1293         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1294         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1295         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1296         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1297         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1298         * plugins/sourceview/sourceview-private.h:
1299         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1300         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1301         (on_document_loaded), (sourceview_instance_init),
1302         (sourceview_dispose), (sourceview_finalize),
1303         (sourceview_create_markers), (sourceview_new),
1304         (ifile_savable_save), (ieditor_get_tab_size),
1305         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1306         (ieditor_set_auto_indent), (ieditor_goto_line),
1307         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1308         (iselect_block), (iselect_set), (iselect_get_start),
1309         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1310         (imark_unmark), (imark_is_marker_set),
1311         (imark_location_from_handle), (imark_delete_all_markers),
1312         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1313         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1314         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1315         (ilanguage_get_supported_languages), (autodetect_language),
1316         (ilanguage_set_language), (iassist_show_tips),
1317         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1318         (ihover_display), (ihover_iface_init):
1319         
1320         Use GtkSourceView 2.1.x:
1321         * New mark interface
1322         * Fixed #486724 and #488615
1323         * Implemented hover interface
1324         * Adapted to changed interfaces
1326 2008-01-04  Rob Bradford  <rob@o-hand.com>
1328         Reviewed by Naba Kumar  <naba@gnome.org>:
1329         * libanjuta/anjuta-preferences.c:
1330         (anjuta_preferences_register_property_custom):
1331         Unregister preferences for custom preferences when the widget is
1332         destroyed.
1334 2008-01-03  Johannes Schmid <jhs@gnome.org>
1336         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1337         (file_model_row_collapsed):
1338   Fixed the too method to take a correct data argument
1340 2008-01-02  Johannes Schmid <jhs@gnome.org>
1342         * plugins/document-manager/anjuta-docman.c:
1343         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1344         ref and unref correctly to silence a Gtk+ critical
1346 2008-01-01  Johannes Schmid <jhs@gnome.org>
1348         * plugins/editor/text_editor.c: (itext_editor_get_text):
1349         Fixed #506740 – ianjuta_editor_get_text crash if request 
1350         text past the buffer length
1352 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1354         * plugins/debug-manager/utilities.c,
1355         plugins/debug-manager/utilities.h,
1356         plugins/debug-manager/breakpoints.c:
1357         Move get_current_editor function in utilities.c
1359         * plugins/debug-manager/plugin.c,
1360         plugins/debug-manager/debug_tree.c,
1361         plugins/debug-manager/debug_tree.h,
1362         plugins/debug-manager/watch.c,
1363         plugins/debug-manager/watch.h,
1364         plugins/debug-manager/locals.c,
1365         plugins/debug-manager/locals.h,
1366         (added) plugins/debug-manager/variable.c,
1367         (added) plugins/debug-manager/variable.h,
1368         plugins/debug-manager/Makefile.am:
1369         Use hover interface to display variable value
1371 2007-12-31  Johannes Schmid <jhs@gnome.org>
1373         * libanjuta/Makefile.am:
1374         Only install glade catalog files if glade-3 is available
1375         (Fixes #506269 and #500296)
1377 2007-12-30  Johannes Schmid <jhs@gnome.org>
1379         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1380         (set_property_value_as_string), (register_callbacks):
1382   Fixed GtkFileChooserButton preferences to also work when only the combo
1383   changes without a dialog being open.
1385 2007-12-29  Johannes Schmid <jhs@gnome.org>
1387         * plugins/editor/Makefile.am:
1388         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1390 2007-12-29  Johannes Schmid <jhs@gnome.org>
1392         * plugins/devhelp/plugin.c: (devhelp_activate):
1393         Fixed #498986 - Anjuta-2.3.0 fails to build
1395 2007-12-29  Johannes Schmid <jhs@gnome.org>
1397         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1398         * plugins/debug-manager/plugin.c:
1399         (on_run_to_cursor_action_activate):
1400         * plugins/document-manager/anjuta-docman.c:
1401         (anjuta_docman_goto_file_line_mark):
1402         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1403         (value_removed_current_editor):
1404         
1405         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1406         all those to value_added_current_document...
1408         * plugins/editor/anjuta-editor-scintilla.glade:
1409         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1410         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1412 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1414   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1415   (symbol_db_activate), (symbol_db_deactivate),
1416   (symbol_db_instance_init), (isymbol_manager_get_parents):
1417   * plugins/symbol-db/plugin.h:
1418   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1419   * plugins/symbol-db/symbol-db-engine.c:
1420   (symbol_db_engine_get_global_members_filtered):
1421   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1422   (on_symbol_inserted):
1423   Filtered out static functions on global-tab. E.g. when flag
1424   is_file_scope = 1 we won't add entries there.
1425   Fixed a little bug on 'Global'->'Vars/Others' node too.
1427 2007-12-28  Johannes Schmid <jhs@gnome.org>
1429   * libanjuta/anjuta-launcher.c:
1430   Fixed a silly (and completely useless) memory corruption that probably 
1431   only occured at a few race conditions though I wonder why it did not 
1432         happen more often
1434 2007-12-28  Johannes Schmid <jhs@gnome.org>
1435         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1436         * plugins/debug-manager/plugin.c: (set_program_counter):
1437         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1438         * plugins/debug-manager/start.c: (get_source_directories):
1439         * plugins/debug-manager/threads.c: (on_info_thread),
1440         (on_list_thread):
1441         * plugins/file-manager/file-model.c: (file_model_set_property):
1442         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1443         * plugins/tools/editor.c: (on_editor_response):
1444         
1445         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1446         
1447         * plugins/document-manager/plugin.c: (update_title),
1448         (value_added_project_root_uri):
1449         * plugins/document-manager/plugin.h:
1450         Shorten down the title bar if the current path is inside the opened project
1452 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1454         reviewed by: Johannes Schmid <jhs@gnome.org>
1456         * plugins/project-wizard/templates/java/project.anjuta:
1457         * plugins/project-wizard/templates/mkfile/project.anjuta:
1458         * plugins/project-wizard/templates/python/project.anjuta:
1459         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1460         let new projects use new SymbolDB plugin.
1461         
1462         * plugins/symbol-browser/images/Makefile.am:
1463         added some images taken from MonoDevelop project.
1464         
1465         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1466         (goto_file_line), (on_importing_project_end), (project_root_added),
1467         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1468         (isymbol_manager_search):
1469         Added project-updating feature when opening a project with some files
1470   modified externally [e.g. a svn up].
1471         
1472         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1473         (sdb_engine_iterator_node_instance_init),
1474         (sdb_engine_iterator_node_finalize),
1475         (symbol_db_engine_iterator_node_set_conversion_hash):
1476         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1477         * plugins/symbol-db/symbol-db-engine-iterator.c:
1478         (symbol_db_engine_iterator_new):
1479         * plugins/symbol-db/symbol-db-engine-iterator.h:
1480          Moved Hash table initialization into the engine. This proxies and
1481   speeds up the process of creation and iteration of a GdaDataModel.
1482         
1483         * plugins/symbol-db/symbol-db-engine.c:
1484         (sdb_engine_ctags_output_thread),
1485         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1486         (sdb_engine_scan_files_1), (sdb_engine_init),
1487         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1488         (symbol_db_engine_add_new_workspace),
1489         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1490         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1491         (symbol_db_engine_get_sym_type_conversion_hash),
1492         (symbol_db_engine_update_files_symbols),
1493         (symbol_db_engine_update_project_symbols),
1494         (symbol_db_engine_update_buffer_symbols),
1495         (symbol_db_engine_get_class_parents),
1496         (symbol_db_engine_get_global_members_filtered),
1497         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1498         (symbol_db_engine_get_scope_members_by_symbol_id),
1499         (symbol_db_engine_get_scope_members),
1500         (symbol_db_engine_get_current_scope),
1501         (symbol_db_engine_get_file_symbols),
1502         (symbol_db_engine_get_symbol_info_by_id),
1503         (symbol_db_engine_find_symbol_by_name_pattern),
1504         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1505         * plugins/symbol-db/symbol-db-engine.h:
1506         * plugins/symbol-db/symbol-db-view-locals.c:
1507         (sdb_view_locals_get_iter_from_row_ref),
1508         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1509         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1510         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1511         Changes on some queries fuctions and some fixes. Added *_filtered
1512   functions.
1513         
1514         * plugins/symbol-db/symbol-db-view.c:
1515         (do_add_child_symbol_to_view), (add_new_waiting_for),
1516         (prepare_for_adding), (on_symbol_inserted),
1517         (do_recurse_subtree_and_remove), (on_symbol_removed),
1518         (sdb_view_do_add_hidden_dummy_child),
1519         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1520         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1521         (sdb_view_locals_create_new_store), (sdb_view_init),
1522         (sdb_view_finalize), (sdb_view_class_init),
1523         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1524         (symbol_db_view_get_pixbuf),
1525         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1526         New display for global tags. This is the definitive version, bugs apart.
1527         
1528         * plugins/symbol-db/tables.sql:
1529         fixed typo.
1531 2007-12-27  Naba Kumar  <naba@gnome.org>
1533         * libanjuta/interfaces/libanjuta.idl:
1534         * plugins/editor/aneditor-priv.h:
1535         * plugins/editor/aneditor.cxx:
1536         * plugins/editor/text_editor.c: (text_editor_instance_init),
1537         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1538         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1539         * plugins/editor/text_editor.h:
1540         * plugins/editor/text_editor_cbs.c:
1541         (on_text_editor_scintilla_notify):
1543         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1544         related code in AnEditor. Fixed some compilation warnings.
1546 2007-12-26  Naba Kumar  <naba@gnome.org>
1548         * Changelog: Fixed indentation.
1550 2007-12-25  Naba Kumar  <naba@gnome.org>
1552         * plugins/editor/Makefile.am:
1553         * plugins/editor/editor.glade:
1554         * plugins/editor/plugin.c:
1555         * plugins/editor/style-editor.c:
1556         * plugins/sourceview/Makefile.am:
1557         * plugins/sourceview/plugin.c:
1558         * plugins/sourceview/sourceview.glade:
1559         * plugins/valgrind/Makefile.am:
1561         Renamed glade files to anjuta-editor-* to give name space for the
1562         schema files (because they are installed in system directory).
1564         * scripts/build-schemas.mk: Install the schemas files also (need for
1565         binary package installation/uninstallation).
1567 2007-12-25  Johannes Schmid <jhs@gnome.org>
1569         * plugins/language-support-cpp-java/plugin.c:
1570         (set_indentation_param_vim):
1571         
1572         Support some more vim modeline commands and shortcuts (#504331)
1574 2007-12-25  Johannes Schmid <jhs@gnome.org>
1576         Patches from James Liggett:
1577         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1578         (anjuta_vcs_status_tree_view_init):
1579         * plugins/subversion/subversion-commit-dialog.c:
1580         (subversion_commit_dialog):
1581         * plugins/subversion/subversion-diff-dialog.c:
1582         (on_subversion_diff_response):
1583         * plugins/subversion/subversion-log-dialog.c:
1584         (on_log_view_selected_button_clicked),
1585         (on_log_diff_selected_button_clicked),
1586         (on_log_diff_previous_button_clicked):
1587         * plugins/subversion/subversion-resolve-dialog.c:
1588         (subversion_resolve_dialog):
1589         * plugins/subversion/subversion-revert-dialog.c:
1590         (subversion_revert_dialog):
1591         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1592         (pulse_progress_bar), (hide_pulse_progress_bar),
1593         (disconnect_data_arrived_signals),
1594         (cancel_data_arrived_signal_disconnect):
1595         * plugins/subversion/subversion-ui-utils.h:
1596         
1597         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1598         #505237 – Sort list of modified files
1600 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1602         * plugins/gdb/debugger.c:
1603         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1605 2007-12-23  Johannes Schmid <jhs@gnome.org>
1607         * plugins/language-support-cpp-java/plugin.c:
1608         (set_indentation_param_emacs), (set_indentation_param_vim),
1609         (parse_mode_line_emacs), (parse_mode_line_vim),
1610         (extract_mode_line), (initialize_indentation_params):
1612         Added (basic) support for vim modelines (#504331)
1614         * plugins/message-view/message-view.c: (message_view_next),
1615         (message_view_previous):
1616         
1617         Fixed next/previous message
1619 2007-12-23  Johannes Schmid <jhs@gnome.org>
1621         * libanjuta/anjuta-ui.h:
1622         Check for != NULL before unref'ing pixbuf (related to #497878)
1623         
1624         * plugins/devhelp/plugin.c: (register_stock_icons):
1625         * plugins/document-manager/anjuta-docman.c:
1626         (anjuta_docman_add_document):
1627         * plugins/glade/plugin.c: (on_close_activated),
1628         (register_stock_icons), (on_session_save),
1629         (glade_plugin_add_project):
1630         
1631         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1632         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1633         
1634         * plugins/language-support-cpp-java/plugin.c:
1635         (register_stock_icons):
1636         Fixed stock icon registration macros
1638 2007-12-23  Johannes Schmid <jhs@gnome.org>
1640         * global-tags/Makefile.am:
1641         * launcher/Makefile.am:
1642         * libanjuta/Makefile.am:
1643         * libegg/Makefile.am:
1644         * manuals/anjuta-faqs/Makefile.am:
1645         * manuals/anjuta-manual/Makefile.am:
1646         * manuals/reference/libanjuta/Makefile.am:
1647         * plugins/build-basic-autotools/Makefile.am:
1648         * plugins/class-gen/Makefile.am:
1649         * plugins/class-inheritance/Makefile.am:
1650         * plugins/cvs-plugin/Makefile.am:
1651         * plugins/debug-manager/Makefile.am:
1652         * plugins/devhelp/Makefile.am:
1653         * plugins/document-manager/Makefile.am:
1654         * plugins/editor/Makefile.am:
1655         * plugins/editor/scintilla/Makefile.am:
1656         * plugins/editor/scintilla/include/Makefile.am:
1657         * plugins/file-loader/Makefile.am:
1658         * plugins/file-manager/Makefile.am:
1659         * plugins/file-wizard/Makefile.am:
1660         * plugins/gdb/Makefile.am:
1661         * plugins/glade/Makefile.am:
1662         * plugins/gtodo/Makefile.am:
1663         * plugins/gvim/Makefile.am:
1664         * plugins/indent/Makefile.am:
1665         * plugins/language-manager/Makefile.am:
1666         * plugins/language-support-cpp-java/Makefile.am:
1667         * plugins/macro/Makefile.am:
1668         * plugins/message-view/Makefile.am:
1669         * plugins/patch/Makefile.am:
1670         * plugins/profiler/Makefile.am:
1671         * plugins/project-import/Makefile.am:
1672         * plugins/project-manager/Makefile.am:
1673         * plugins/project-wizard/Makefile.am:
1674         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1675         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1676         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1677         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1678         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1679         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1680         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1681         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1682         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1683         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1684         * plugins/sample1/Makefile.am:
1685         * plugins/search/Makefile.am:
1686         * plugins/sourceview/Makefile.am:
1687         * plugins/subversion/Makefile.am:
1688         * plugins/symbol-browser/Makefile.am:
1689         * plugins/symbol-db/Makefile.am:
1690         * plugins/symbol-db/test/Makefile.am:
1691         * plugins/terminal/Makefile.am:
1692         * plugins/tools/Makefile.am:
1693         * plugins/valgrind/Makefile.am:
1694         * src/Makefile.am:
1695         * tagmanager/Makefile.am:
1696         
1697         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1698         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1699         warnings from illigel C++ compiler flags.
1701 2007-12-23  Johannes Schmid <jhs@gnome.org>
1703         Patch from Tom <tpgww@onepost.net>:
1704   
1705         * plugins/document-manager/anjuta-docman.c:
1706         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1707         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1708         (anjuta_docman_instance_init), (on_notebook_switch_page),
1709         (anjuta_docman_grab_text_focus):
1710         * plugins/document-manager/plugin.c: (on_document_added),
1711         (on_window_key_press_event), (on_window_key_release_event):
1712         
1713         Some more document-manager code cleanups and fixes.
1715 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1717         * plugins/symbol-db/plugin.c: (register_stock_icons),
1718         (value_added_current_editor), (value_removed_current_editor),
1719         (on_importing_project_end), (project_root_removed):
1720         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1722         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1723         (symbol_db_engine_get_file_db_path):
1724         fixed a useless warning.
1726         * plugins/symbol-db/symbol-db-view-locals.c:
1727         (traverse_free_waiting_for), (file_view_status_destroy),
1728         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1729         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1730         (sdb_view_locals_finalize), (on_symbol_inserted),
1731         (symbol_db_view_locals_recv_signals_from_engine),
1732         (symbol_db_view_locals_update_list):
1733         more speed on editors switching. GtkTreeStore caching method implemented.
1734         Fixed compiler warnings and a little memory leak.
1736         * plugins/symbol-db/symbol-db-view-locals.h:
1737         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1738         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1739         (on_scan_end), (on_symbol_inserted),
1740         (sdb_view_locals_create_new_store), (sdb_view_init),
1741         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1742         * plugins/symbol-db/symbol-db-view.h:
1743         fixed some crashers. Now project loading/populating should be quite quick.
1745 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1747         * plugins/debug-manager/command.c,
1748         plugins/debug-manager/queue.c:
1749         Take care of command return value (FALSE is an error)
1751 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1753         * plugins/debug-manager/anjuta-debug-manager.glade,
1754         plugins/debug-manager/breakpoints.c:
1755         Remove address, condition and pass breakpoint column if not supported
1756         Fix clear all remove_all to avoid an endless loop if a breakpoint
1757         cannot be removed
1759 2007-12-17  Johannes Schmid <jhs@gnome.org>
1761         Patch from Tom <tpgww@onepost.net> (with some changes):
1763         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1764         (on_save_as_activate), (on_save_all_activate),
1765         (on_close_file_activate), (on_close_all_file_activate),
1766         (on_reload_file_activate), (on_editor_command_clear_activate),
1767         (on_transform_eolchars1_activate), (on_comment_block),
1768         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1769         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1770         (on_editor_linenos1_activate), (on_editor_markers1_activate),
1771         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1772         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1773         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1774         (on_zoom_out_text_activate):
1775         * plugins/document-manager/action-callbacks.h:
1776         * plugins/document-manager/anjuta-docman.c:
1777         (on_notebook_page_close_button_click),
1778         (on_notebook_page_close_button_enter),
1779         (on_notebook_page_close_button_leave),
1780         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1781         (anjuta_docman_page_init), (anjuta_docman_page_new),
1782         (on_open_filesel_response), (create_file_open_dialog_gui),
1783         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1784         (anjuta_docman_instance_init), (on_notebook_switch_page),
1785         (on_document_destroy), (anjuta_docman_add_editor),
1786         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1787         (anjuta_docman_set_current_document),
1788         (anjuta_docman_goto_file_line_mark), (get_real_path),
1789         (anjuta_docman_get_full_filename),
1790         (anjuta_docman_delete_all_markers),
1791         (anjuta_docman_delete_all_indicators),
1792         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1793         (anjuta_docman_order_tabs):
1794         * plugins/document-manager/anjuta-docman.h:
1795         * plugins/document-manager/file_history.c: (an_hist_file_new),
1796         (an_file_history_push), (an_file_history_dump):
1797         * plugins/document-manager/file_history.h:
1798         * plugins/document-manager/plugin.c: (update_title),
1799         (value_removed_project_root_uri),
1800         (update_document_ui_interface_items), (menu_name_compare),
1801         (on_document_added), (on_document_changed),
1802         (on_window_key_press_event), (on_window_key_release_event),
1803         (on_session_save):
1804         * plugins/document-manager/search-box.c: (on_document_changed),
1805         (on_goto_activated), (search_box_init), (search_box_new):
1806         * plugins/document-manager/search-box.h:
1808         Yet more code cleanups
1809         Save glade files correctly in session
1810         Use new tooltip API if available
1811         Sort notebook pages when session is restored (needs work)
1813 2007-12-16  Johannes Schmid <jhs@gnome.org>
1815         * plugins/document-manager/anjuta-docman.c:
1816         (anjuta_docman_add_document):
1817         
1818         Present correct widget with anjuta_shell_present_widget(). This got wrong when
1819         the new search bar was introduced.
1821 2007-12-12  Johannes Schmid <jhs@gnome.org>
1822   
1823         Patch from  Tom <tpgww@onepost.net>:
1824         (#485233 – another bunch of docman cleanups)
1825   
1826         * libanjuta/interfaces/libanjuta.idl:
1827         * plugins/document-manager/action-callbacks.c:
1828         (get_current_document), (get_current_focus_widget),
1829         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
1830         (on_close_file_activate), (on_close_all_file_activate),
1831         (on_reload_file_activate), (on_print_activate),
1832         (on_print_preview_activate),
1833         (on_editor_command_upper_case_activate),
1834         (on_editor_command_lower_case_activate),
1835         (on_editor_command_eol_crlf_activate),
1836         (on_editor_command_eol_lf_activate),
1837         (on_editor_command_eol_cr_activate),
1838         (on_editor_command_select_all_activate),
1839         (on_editor_command_select_to_brace_activate),
1840         (on_editor_command_select_block_activate),
1841         (on_editor_command_match_brace_activate),
1842         (on_editor_command_undo_activate),
1843         (on_editor_command_redo_activate),
1844         (on_editor_command_cut_activate),
1845         (on_editor_command_paste_activate),
1846         (on_editor_command_copy_activate),
1847         (on_editor_command_clear_activate),
1848         (on_editor_command_close_folds_all_activate),
1849         (on_editor_command_open_folds_all_activate),
1850         (on_editor_command_toggle_fold_activate),
1851         (on_editor_command_bookmark_toggle_activate),
1852         (on_editor_command_bookmark_first_activate),
1853         (on_editor_command_bookmark_next_activate),
1854         (on_editor_command_bookmark_prev_activate),
1855         (on_editor_command_bookmark_last_activate),
1856         (on_editor_command_bookmark_clear_activate),
1857         (on_transform_eolchars1_activate), (on_comment_block),
1858         (on_comment_box), (on_comment_stream),
1859         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1860         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
1861         (on_force_hilite_activate), (on_swap_activate),
1862         (on_editor_add_view_activate), (on_editor_remove_view_activate):
1863         * plugins/document-manager/action-callbacks.h:
1864         * plugins/document-manager/anjuta-docman.c:
1865         (on_notebook_page_close_button_click),
1866         (on_notebook_page_close_button_enter),
1867         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
1868         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
1869         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
1870         (on_open_filesel_response), (anjuta_docman_open_file),
1871         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
1872         (anjuta_docman_dispose), (anjuta_docman_instance_init),
1873         (anjuta_docman_class_init), (anjuta_docman_new),
1874         (on_notebook_switch_page), (on_document_save_point),
1875         (on_document_destroy), (anjuta_docman_add_editor),
1876         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1877         (anjuta_docman_set_popup_menu),
1878         (anjuta_docman_get_current_focus_widget),
1879         (anjuta_docman_get_page_for_document),
1880         (anjuta_docman_get_current_document),
1881         (anjuta_docman_set_current_document),
1882         (anjuta_docman_goto_file_line),
1883         (anjuta_docman_goto_file_line_mark),
1884         (anjuta_docman_get_full_filename),
1885         (anjuta_docman_present_notebook_page),
1886         (anjuta_docman_update_page_label),
1887         (anjuta_docman_delete_all_markers),
1888         (anjuta_docman_delete_all_indicators),
1889         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1890         (do_ordertab1), (anjuta_docman_order_tabs),
1891         (anjuta_docman_set_editor_properties),
1892         (anjuta_docman_get_document_for_path),
1893         (anjuta_docman_get_all_doc_widgets):
1894         * plugins/document-manager/anjuta-docman.h:
1895         * plugins/document-manager/editor-tooltips.c:
1896         * plugins/document-manager/plugin.c: (update_title),
1897         (update_document_ui_enable_all), (update_document_ui_disable_all),
1898         (update_document_ui_save_items),
1899         (update_document_ui_interface_items), (update_document_ui),
1900         (on_document_update_save_ui), (update_status),
1901         (on_document_update_ui), (on_document_added),
1902         (on_document_changed), (on_session_save), (on_save_prompt),
1903         (on_docman_auto_save), (on_gconf_notify_timer):
1904         * plugins/document-manager/search-box.c: (on_document_changed),
1905         (search_box_new), (search_box_grab_line_focus):
1906         * plugins/glade/plugin.c: (ifile_open):
1907         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
1908         * plugins/search/search-replace_backend.c: (create_search_entries):
1909         * plugins/sourceview/anjuta-document.c: (set_uri),
1910         (anjuta_document_save):
1911         * plugins/sourceview/sourceview.c: (ifile_savable_save):
1912         * plugins/tools/editor.c: (on_editor_response):
1914         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
1915         It fixes some issues with session handling and several memory lacks.
1916         Gtk 2.12 Tooltip API is used if available.
1918 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
1920         * plugins/debug-manager/disassemble.c,
1921         plugins/debug-manager/disassemble.h,
1922         plugins/debug-manager/command.c,
1923         plugins/debug-manager/command.h,
1924         plugins/debug-manager/plugin.c
1925         plugins/debug-manager/sparse_view.c,
1926         plugins/debug-manager/sparse_view.h,
1927         plugins/gdb/plugin.c,
1928         plugins/gdb/debugger.c,
1929         plugins/gdb/debugger.h,
1930         libanjuta/interfaces/libanjuta.idl:
1931         Fix bug #502533: Implement assembler step
1933         * plugins/debug-manager/breakpoints.c:
1934         Do not save temporary breakpoints
1936         * plugins/debug-manager/stack_trace.c:
1937         Fix a crash when a stack command is cancelled
1939 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
1941         * plugins/debug-manager/plugin.c,
1942         plugins/debug-manager/breakpoints.c,
1943         plugins/debug-manager/breakpoints.h:
1944         Fix bug #488732: Breakpoint on delete lines
1945         Breakpoints are now linked to their position in editor
1947         * plugins/gdb/debugger.c:
1948         Fix removing condition on breakpoint 
1950 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
1952         * plugins/debug-manager/anjuta-debug-manager.glade,
1953         plugins/debug-manager/start.c,
1954         plugins/gdb/plugin.c,
1955         plugins/gdb/debugger.c,
1956         plugins/gdb/debugger.h,
1957         libanjuta/interfaces/libanjuta.idl:
1958         Fix bug #481366: Do not stop at the beginning of the program
1960         * plugins/debug-manager/command.c,
1961         plugins/debug-manager/command.h,
1962         plugins/debug-manager/breakpoints.c,
1963         plugins/debug-manager/queue.c,
1964         plugins/debug-manager/queue.h:
1965         Fix a bug remove all breakpoints was not working due to latest changes
1966         Setting breakpoints is disabled when program is running
1968 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
1970         * plugins/debug-manager/queue.c,
1971         plugins/gdb/plugin.c:
1972         Fix bug #501469: Crash if mime_type is unknown
1974 2007-12-01  Massimo Cora'  <maxcvs@email.it>
1976         * plugins/symbol-db/plugin.c: (on_editor_destroy),
1977         (on_editor_update_ui), (on_single_file_scan_end),
1978         (on_importing_project_end), (project_root_added),
1979         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
1980         * plugins/symbol-db/plugin.h:
1981         show on status bar files being scanned.
1983         * plugins/symbol-db/symbol-db-engine.c:
1984         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
1985         (sdb_engine_ctags_output_thread),
1986         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1987         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1988         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
1989         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
1990         (sdb_engine_get_table_id_by_unique_name2),
1991         (symbol_db_engine_open_project),
1992         (sdb_engine_prepare_executing_commands),
1993         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
1994         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
1995         (sdb_engine_detects_removed_ids),
1996         (symbol_db_engine_get_class_parents),
1997         (symbol_db_engine_get_global_members),
1998         (symbol_db_engine_get_scope_members_by_symbol_id),
1999         (symbol_db_engine_get_scope_members),
2000         (symbol_db_engine_get_current_scope),
2001         (symbol_db_engine_get_file_symbols),
2002         (symbol_db_engine_get_symbol_info_by_id),
2003         (symbol_db_engine_get_full_local_path),
2004         (symbol_db_engine_find_symbol_by_name_pattern),
2005         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2006         * plugins/symbol-db/symbol-db-engine.h:
2007         * plugins/symbol-db/symbol-db-view-locals.c:
2008         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2009         (symbol_db_view_locals_recv_signals_from_engine),
2010         (symbol_db_view_locals_update_list):
2011         * plugins/symbol-db/symbol-db-view-locals.h:
2012         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2013         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2014         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2015         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2016         * plugins/symbol-db/symbol-db-view.h:
2017         Added g_thread architecture to scan in background. With this you
2018         can use Anjuta's GUI without freezing.
2019         Improved insertion speed by using a paradigm like 'insert' and 'check'
2020         replacing a 'check' and 'insert' one. This has been done for tables 
2021         like symbol, scope, sym_type.
2022         Fixed two crashers. 
2024         * plugins/symbol-db/tables.sql:
2025         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2026         (thread), (print_message), (bastard_thread), (idle_signals):
2027         fixed a typo on tables that broke sql triggers.
2029 === anjuta 2.3.1 ===
2031 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2033         * NEWS, AUTHORS: Updated.
2034         * src/Makefile.am: Fixed make distcheck
2036         Patch from Yang Hong:
2037         * plugins/file-manager/file-manager.glade: Fixed file chooser
2038         size in file-manager preferences.
2040 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2042         * NEWS: Updated for 2.3.1 development release
2043         * configure.in: Bumped version to 2.3.1
2045 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2047         * plugins/debug-manager/threads.c,
2048         plugins/debug-manager/disassemble.c,
2049         plugins/debug-manager/watch.c,
2050         plugins/debug-manager/registers.c,
2051         plugins/debug-manager/locals.c,
2052         plugins/debug-manager/breakpoints.c,
2053         plugins/debug-manager/stack_trace.c,
2054         plugins/debug-manager/command.c,
2055         plugins/debug-manager/command.h,
2056         plugins/debug-manager/queue.c,
2057         libanjuta/interfaces/libanjuta.idl:
2058         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2059         Document IAnjutaDebugManager signals
2060         Generate new signals in queue.c
2061         Use new signals in other files
2063 2007-11-30  <genbell@tiscali.it>
2065         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2067         * plugins/gdb/Makefile.am:
2068         Fix bug #500376
2070 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2072         * plugins/tools/variable.c:
2073         Fix a bug added in the previous patch (it is not a leak)
2075 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2077         * plugins/project-wizard/druid.c,
2078         plugins/project-wizard/templates/terminal.wiz,
2079         plugins/project-wizard/templates/xlib-dock.wiz,
2080         plugins/project-wizard/templates/wxwin.wiz,
2081         plugins/project-wizard/templates/java.wiz,
2082         plugins/project-wizard/templates/gnome.wiz,
2083         plugins/project-wizard/templates/anjuta-plugin.wiz,
2084         plugins/project-wizard/templates/gtkmm.wiz,
2085         plugins/project-wizard/templates/python.wiz,
2086         plugins/project-wizard/templates/cpp.wiz,
2087         plugins/project-wizard/templates/sdl.wiz,
2088         plugins/project-wizard/templates/gtk.wiz,
2089         plugins/project-wizard/templates/minimal.wiz,
2090         plugins/project-wizard/templates/xlib.wiz,
2091         plugins/project-wizard/templates/gcj.wiz,
2092         plugins/project-wizard/templates/translatable-strings.h,
2093         plugins/project-import/project-import.c:
2094         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2096 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2098         * plugins/debug-manager/threads.c,
2099         plugins/debug-manager/disassemble.c,
2100         plugins/debug-manager/watch.c,
2101         plugins/debug-manager/registers.c,
2102         plugins/debug-manager/memory.c,
2103         plugins/debug-manager/locals.c,
2104         plugins/debug-manager/stack_trace.c,
2105         plugins/debug-manager/queue.c,
2106         plugins/debug-manager/queue.h:
2107         Connect debugger signal only when program is loaded
2108         Rename get_feature in is_supported
2110         * plugins/debug-manager/plugin.c:
2111         Remove editor watch when plugin is deactivated
2113         * plugins/debug-manager/anjuta-debug-manager.glade,
2114         plugins/debug-manager/breakpoints.c,
2115         plugins/debug-manager/breakpoints.h:
2116         Rewrite almost completely the breakpoint code
2117         Improve breakpoint dialog
2118         Reorganize function
2119         Implement condition, hit count, ignore and temporary attribute
2121         * plugins/debug-manager/command.c,
2122         plugins/debug-manager/command.h:
2123         Add a breakpoint list command
2125         * plugins/gdb/debugger.c,
2126         plugins/gdb/debugger.h:
2127         Add new breakpoint list command
2128         Fix parsing of breakpoint data
2130         * libanjuta/interfaces/libanjuta.idl,
2131         plugins/gdb/plugin.c:
2132         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2134 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2136         * plugins/document-manager/plugin.c:
2137         Use Ctrl+Shift+s as shortcut for Save As
2139 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2141         * plugins/subversion/plugin.c: (activate_plugin):
2142         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2143         * src/layout.xml: Fixed dockitem positions.
2145 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2147         Icons from tpgww@onepost.net:
2148         * plugins/project-wizard/applogo.png:
2149         Icons from patch in bug #480093 comment #23. Also renamed icons.
2151         * plugins/message-view/Makefile.am:
2152         * plugins/message-view/plugin.c: (register_stock_icons),
2153         (ipreferences_merge): Removed redundant icon.
2155         * plugins/document-manager/plugin.c:
2156         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2157         Do not insensitize New action when there is no document.
2158         Indentation fixes.
2160 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2162         Icons from tpgww@onepost.net:
2163         * plugins/symbol-browser/an_symbol_prefs.c:
2164         * pixmaps/Makefile.am:
2165         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2167         Icons from patch in bug #480093 comment #23. Also renamed icons.
2168         To be continued..
2170 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2172         Patch from James Liggett:
2173         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2174         revert and dialogs resizable.
2176 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2178         Patch from James Liggett:
2179         * plugins/subversion/anjuta-subversion.glade:
2180         * plugins/subversion/subversion-diff-dialog.c:
2181         (on_subversion_diff_response), (subversion_diff_dialog):
2182         * plugins/subversion/subversion-diff-dialog.h:
2184         The diff dialog should have a checkbox, enabled by default, that
2185         allows the user to make sure that all open files are saved before
2186         diffing.
2188 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2190         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2192         Icons from tpgww@onepost.net:
2193         * pixmaps/Makefile.am:
2194         * src/Makefile.am:
2195         * src/anjuta-app.c:
2196         * src/anjuta-preferences-general.svg:
2198         Icons from patch in bug #480093 comment #23. Also renamed icons.
2199         To be continued..
2201 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2203         Icons from tpgww@onepost.net:
2204         * plugins/debug-manager/images/Makefile.am:
2205         * plugins/debug-manager/images/anjuta-watch.svg:
2206         * plugins/debug-manager/plugin.c: (register_stock_icons):
2207         * plugins/gdb/images/Makefile.am:
2208         * plugins/gtodo/Makefile.am:
2209         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2210         * plugins/gtodo/anjuta-gtodo.plugin.in:
2211         * plugins/gtodo/interface.c: (stock_icons):
2212         * plugins/gtodo/main.h:
2213         * plugins/gtodo/plugin.c: (ipreferences_merge):
2214         * plugins/terminal/Makefile.am:
2215         * plugins/terminal/anjuta-terminal-plugin.svg:
2216         * plugins/terminal/anjuta-terminal.plugin.in:
2217         * plugins/terminal/terminal.c:
2218         * plugins/tools/Makefile.am:
2219         * plugins/tools/anjuta-tools-plugin.svg:
2220         * plugins/tools/anjuta-tools.plugin.in:
2221         * plugins/tools/plugin.c:
2222         * plugins/valgrind/Makefile.am:
2223         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2224         * plugins/valgrind/anjuta-valgrind.plugin.in:
2225         * plugins/valgrind/plugin.c: (register_stock_icons),
2226         (ipreferences_merge):
2228         Icons from patch in bug #480093 comment #23. Also renamed icons.
2229         To be continued..
2231 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2233         reviewed by: Johannes Schmid <jhs@gnome.org>
2235         * configure.in:
2236         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2237         due to bug #493360. Still present anyway bug #495843
2239         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2240         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2241         (on_local_treeview_row_activated),
2242         (on_global_treeview_row_activated),
2243         (on_global_treeview_row_expanded), (on_project_element_added),
2244         (on_project_element_removed), (project_root_added),
2245         (symbol_db_activate), (isymbol_manager_search),
2246         (isymbol_manager_get_members),
2247         (isymbol_manager_get_completions_at_position):
2248         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2249         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2250         * plugins/symbol-db/symbol-db-engine.c:
2251         (sdb_engine_execute_non_select_sql),
2252         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2253         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2254         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2255         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2256         (symbol_db_engine_add_new_workspace),
2257         (symbol_db_engine_add_new_project),
2258         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2259         (sdb_engine_detects_removed_ids),
2260         (sdb_engine_walk_down_scope_path),
2261         (symbol_db_engine_get_class_parents),
2262         (symbol_db_engine_get_global_members),
2263         (symbol_db_engine_get_scope_members_by_symbol_id),
2264         (symbol_db_engine_get_scope_members),
2265         (symbol_db_engine_get_current_scope),
2266         (symbol_db_engine_get_file_symbols),
2267         (symbol_db_engine_get_symbol_info_by_id),
2268         (symbol_db_engine_find_symbol_by_name_pattern):
2269         * plugins/symbol-db/symbol-db-engine.h:
2270         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2271         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2272         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2273         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2274         (on_scan_end), (do_add_root_symbol_to_view),
2275         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2276         (trigger_on_symbol_inserted), (add_new_waiting_for),
2277         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2278         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2279         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2280         (symbol_db_view_row_expanded), (sdb_view_init),
2281         (gtree_compare_func), (sdb_view_finalize),
2282         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2283         (sdb_view_populate_base_root),
2284         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2285         * plugins/symbol-db/symbol-db-view.h:
2286         * plugins/symbol-db/tables.sql:
2287         * plugins/symbol-db/test/Makefile.am:
2288         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2289         (get_scope_members), (get_current_scope), (get_global_members),
2290         (get_file_symbols), (get_info_by_id), (main):
2292         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2293         Started using LIMIT keyword to speed up things.
2294         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2295         make providers use prepared statements.
2297 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2299         Patch from James Liggett:
2300         * plugins/subversion/plugin.c: (subversion_instance_init):
2301         * plugins/subversion/plugin.h:
2302         * plugins/subversion/subversion-diff-dialog.c:
2303         (on_subversion_diff_response), (subversion_diff_dialog),
2304         (on_menu_subversion_diff):
2305         * plugins/subversion/subversion-log-dialog.c:
2306         (on_log_view_selected_button_clicked),
2307         (on_log_diff_selected_button_clicked),
2308         (on_log_diff_previous_button_clicked),
2309         (subversion_log_window_create):
2310         * plugins/subversion/subversion-ui-utils.c:
2311         (get_filename_from_full_path), (init_whole_project),
2312         (on_whole_project_toggled):
2313         * plugins/subversion/subversion-ui-utils.h:
2314         * plugins/subversion/subversion-update-dialog.c:
2315         (subversion_update_dialog), (on_menu_subversion_update):
2317         Whole Project checkbox enabled by default in diff and update dialogs.
2318         changes the editor names for diff editors to something much more
2319         descriptive. For example, working copy/head diffs would have an editor
2320         with a name like "[Working Copy/Head] some-file.diff," where some-file
2321         is the name of the file/directory that was diffed. For diffs against
2322         arbitrary diffs the name would look like "[Revisions 2832/3200]
2323         some-file.diff" for a diff of some-file between revisions 2832 and
2324         3200.
2326 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2328         Icons from tpgww@onepost.net:
2329         * plugins/subversion/Makefile.am:
2330         * plugins/subversion/anjuta-subversion-plugin.svg:
2331         * plugins/subversion/anjuta-subversion.plugin.in:
2332         * plugins/subversion/plugin.h:
2333         * plugins/symbol-browser/Makefile.am:
2334         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2335         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2336         * plugins/symbol-browser/plugin.c:
2337         * plugins/symbol-db/Makefile.am:
2338         * plugins/symbol-db/plugin.c:
2339         * plugins/symbol-db/symbol-db.plugin.in:
2341         Icons from patch in bug #480093 comment #23. Also renamed icons.
2342         To be continued..
2344 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2346         Icons from tpgww@onepost.net:
2347         * plugins/project-manager/Makefile.am:
2348         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2349         * plugins/project-manager/anjuta-project-manager.plugin.in:
2350         * plugins/project-manager/plugin.c:
2351         * plugins/project-wizard/Makefile.am:
2352         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2353         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2354         * plugins/project-wizard/druid.h:
2355         * plugins/search/Makefile.am:
2356         * plugins/search/anjuta-search-plugin.svg:
2357         * plugins/search/anjuta-search.plugin.in:
2358         * plugins/search/plugin.c:
2360         Icons from patch in bug #480093 comment #23. Also renamed icons.
2361         To be continued..
2363 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2365         * TODO.tasks: updated.
2367         Icons from tpgww@onepost.net:
2368         * plugins/file-loader/Makefile.am:
2369         * plugins/file-loader/anjuta-loader-plugin.svg:
2370         * plugins/file-loader/anjuta-loader.plugin.in:
2371         * plugins/file-manager/Makefile.am:
2372         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2373         * plugins/file-manager/file-manager.plugin.in:
2374         * plugins/file-manager/plugin.c:
2375         * plugins/glade/Makefile.am:
2376         * plugins/glade/anjuta-glade-plugin.svg:
2377         * plugins/glade/anjuta-glade.plugin.in:
2378         * plugins/glade/plugin.c: (register_stock_icons):
2379         * plugins/language-manager/Makefile.am:
2380         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2381         * plugins/language-manager/language-manager.plugin.in:
2382         * plugins/message-view/Makefile.am:
2383         * plugins/message-view/anjuta-message-manager.plugin.in:
2384         * plugins/message-view/anjuta-messages-plugin.svg:
2385         * plugins/message-view/plugin.c:
2386         * plugins/patch/Makefile.am:
2387         * plugins/patch/anjuta-patch-plugin.svg:
2388         * plugins/patch/anjuta-patch.plugin.in:
2389         * plugins/patch/plugin.c:
2390         * plugins/profiler/Makefile.am:
2391         * plugins/profiler/anjuta-profiler-plugin.svg:
2392         * plugins/profiler/plugin.c: (register_stock_icons):
2393         * plugins/profiler/profiler.plugin.in:
2394         * plugins/project-import/Makefile.am:
2395         * plugins/project-import/anjuta-project-import-plugin.svg:
2396         * plugins/project-import/anjuta-project-import.plugin.in:
2397         * plugins/project-import/plugin.c:
2399         Icons from patch in bug #480093 comment #23. Also renamed icons.
2400         To be continued..
2402 2007-11-18  Johannes Schmid <jhs@gnome.org>
2404         * plugins/build-basic-autotools/build-basic-autotools.c:
2405         (build_regex_init):
2406         * plugins/debug-manager/anjuta-debug-manager.glade:
2407         * plugins/debug-manager/breakpoints.c:
2408         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2409         * plugins/file-wizard/file.c:
2410         * plugins/gdb/anjuta-gdb.glade:
2411         * plugins/glade/plugin.c: (ifile_open):
2412         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2413         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2414         * plugins/gtodo/tray-icon.c:
2415         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2416         * plugins/macro/macros.xml:
2417         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2418         Fixed translation bugs (#496833, #488211 and #497758)
2419         
2420         * plugins/document-manager/plugin.c: (on_editor_changed):
2421         Removed unused code
2423 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2425         Icons from tpgww@onepost.net:
2426         * plugins/devhelp/Makefile.am:
2427         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2428         * plugins/devhelp/anjuta-devhelp.plugin.in:
2429         * plugins/devhelp/plugin.c:
2430         * plugins/document-manager/anjuta-document-manager.plugin.in:
2431         * plugins/document-manager/images/Makefile.am:
2432         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2433         * plugins/document-manager/plugin.c:
2434         * plugins/editor/Makefile.am:
2435         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2436         * plugins/editor/anjuta-editor.plugin.in:
2437         * plugins/editor/plugin.c:
2438         * plugins/sample1/Makefile.am:
2439         * plugins/sample1/anjuta-sample-plugin.svg:
2440         * plugins/sample1/anjuta-sample.plugin.in:
2441         * plugins/sourceview/Makefile.am:
2442         * plugins/sourceview/plugin.c:
2443         * plugins/sourceview/sourceview.plugin.in:
2445         Icons from patch in bug #480093 comment #23. Also renamed icons.
2446         To be continued..
2448 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2450         * TODO.tasks: Updated.
2452         Icons from tpgww@onepost.net:
2453         * plugins/build-basic-autotools/Makefile.am:
2454         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2455         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2456         * plugins/build-basic-autotools/build-basic-autotools.c:
2457         * plugins/class-inheritance/Makefile.am:
2458         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2459         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2460         * plugins/class-inheritance/plugin.c:
2461         * plugins/cvs-plugin/Makefile.am:
2462         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2463         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2464         * plugins/cvs-plugin/plugin.c:
2465         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2466         * plugins/debug-manager/images/Makefile.am:
2467         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2468         * plugins/debug-manager/plugin.c: 
2470         Icons from patch in bug #480093 comment #23. Also renamed icons.
2471         To be continued..
2473 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2475         * (removed) libanjuta/anjuta-children.c,
2476         (removed) libanjuta/anjuta-children.h,
2477         libanjuta/anjuta-launcher.c,
2478         libanjuta/libanjuta.h,
2479         libanjuta/Makefile.am,
2480         plugins/gdb/debugger.c,
2481         plugins/terminal/terminal.c,
2482         manuals/reference/libanjuta/libanjuta-sections.txt,
2483         manuals/reference/libanjuta/libanjuta-docs.sgml:
2484         Replace anjuta_children_register by g_child_watch_add
2486 2007-11-13  Johannes Schmid <jhs@gnome.org>
2488         * plugins/subversion/anjuta-subversion.glade:
2489         * plugins/subversion/subversion-commit-dialog.c:
2490         (subversion_commit_dialog):
2491         * plugins/subversion/subversion-resolve-dialog.c:
2492         (subversion_resolve_dialog):
2493         * plugins/subversion/subversion-revert-dialog.c:
2494         (subversion_revert_dialog):
2495         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2496         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2497         (hide_pulse_progress_bar):
2498         * plugins/subversion/subversion-ui-utils.h:
2500         Yet another patch from #457477:
2501         Add a pulsing progress bar to all dialogs receiving status
2503 2007-11-12  Johannes Schmid <jhs@gnome.org>
2505         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2506         Bug 493583 – crash in Anjuta IDE: trying to open a file
2507         
2508         * plugins/subversion/subversion-commit-dialog.c:
2509         (select_all_files), (subversion_commit_dialog):
2510         Patch from jrligget - see #457477
2512 2007-11-12  Johannes Schmid <jhs@gnome.org>
2514         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2515         * libanjuta/anjuta-plugin-handle.c:
2516         (anjuta_plugin_handle_get_about):
2517         Bug 495536 – Plugins localization improvement
2518         
2519         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2520         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2521         * plugins/indent/indent.glade:
2522         * plugins/subversion/anjuta-subversion.glade:
2523         Bug 495245 – Strings bug
2525 2007-11-08  James Liggett  <jrliggett@cox.net>
2527         reviewed by: Johannes Schmid <jhs@gnome.org>
2529         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2530         (anjuta_async_command_finalize),
2531         (anjuta_async_command_notification_poll),
2532         (anjuta_async_command_thread), (start_command),
2533         (notify_data_arrived), (notify_complete),
2534         (anjuta_async_command_class_init),
2535         (anjuta_async_command_set_error_message),
2536         (anjuta_async_command_get_error_message),
2537         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2538         * libanjuta/anjuta-async-command.h:
2539         * libanjuta/anjuta-command.c: (anjuta_command_init),
2540         (anjuta_command_finalize), (anjuta_command_class_init),
2541         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2542         (anjuta_command_notify_complete),
2543         (anjuta_command_set_error_message),
2544         (anjuta_command_get_error_message):
2545         * libanjuta/anjuta-command.h:
2546         * libanjuta/anjuta-glade-catalog.c:
2547         * libanjuta/anjuta-glade.xml:
2548         * libanjuta/anjuta-vcs-status-tree-view.c:
2549         (on_selected_column_toggled),
2550         (anjuta_vcs_status_tree_view_create_columns),
2551         (anjuta_vcs_status_tree_view_init),
2552         (anjuta_vcs_status_tree_view_finalize),
2553         (anjuta_vcs_status_tree_view_set_property),
2554         (anjuta_vcs_status_tree_view_get_property),
2555         (anjuta_vcs_status_tree_view_class_init),
2556         (anjuta_vcs_status_tree_view_new),
2557         (anjuta_vcs_status_tree_view_destroy),
2558         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2559         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2560         (anjuta_vcs_status_tree_view_unselect_all),
2561         (create_selected_paths_list),
2562         (anjuta_vcs_status_tree_view_get_selected):
2563         * libanjuta/anjuta-vcs-status-tree-view.h:
2564         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2565         * libanjuta/anjuta-widgets.h:
2566         * plugins/subversion/subversion-add-dialog.c:
2567         (on_add_command_finished), (on_subversion_add_response),
2568         (subversion_add_dialog), (on_menu_subversion_add),
2569         (on_fm_subversion_add):
2570         * plugins/subversion/subversion-add-dialog.h:
2571         * plugins/subversion/subversion-commit-dialog.c:
2572         (on_commit_command_finished), (on_subversion_commit_response),
2573         (subversion_commit_dialog), (on_menu_subversion_commit),
2574         (on_fm_subversion_commit):
2575         * plugins/subversion/subversion-commit-dialog.h:
2576         * plugins/subversion/subversion-copy-dialog.c:
2577         (on_copy_other_revision_radio_toggled),
2578         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2579         (on_copy_command_finished), (on_subversion_copy_response),
2580         (subversion_copy_dialog), (on_menu_subversion_copy),
2581         (on_fm_subversion_copy):
2582         * plugins/subversion/subversion-copy-dialog.h:
2583         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2584         (on_subversion_diff_response), (subversion_diff_dialog),
2585         (on_menu_subversion_diff), (on_fm_subversion_diff):
2586         * plugins/subversion/subversion-diff-dialog.h:
2587         * plugins/subversion/subversion-log-dialog.c:
2588         (on_diff_selected_column_toggled), (create_columns),
2589         (on_log_command_finished), (on_log_view_button_clicked),
2590         (on_cat_command_data_arrived), (on_cat_command_finished),
2591         (on_log_view_selected_button_clicked), (get_selected_revisions),
2592         (on_log_diff_selected_button_clicked),
2593         (on_log_diff_previous_button_clicked),
2594         (on_subversion_log_vbox_destroy),
2595         (on_log_changes_view_row_selected), (subversion_log_window_create),
2596         (on_menu_subversion_log), (on_fm_subversion_log),
2597         (subversion_log_set_whole_project_sensitive):
2598         * plugins/subversion/subversion-log-dialog.h:
2599         * plugins/subversion/subversion-merge-dialog.c:
2600         (on_merge_command_finished), (on_subversion_merge_response),
2601         (on_merge_first_path_browse_button_clicked),
2602         (on_merge_second_path_browse_button_clicked),
2603         (on_merge_use_first_path_check_toggled),
2604         (on_merge_start_revision_radio_toggled),
2605         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2606         (on_menu_subversion_merge):
2607         * plugins/subversion/subversion-merge-dialog.h:
2608         * plugins/subversion/subversion-remove-dialog.c:
2609         (on_remove_command_finished),
2610         (on_remove_path_browse_button_clicked),
2611         (on_subversion_remove_response), (subversion_remove_dialog),
2612         (on_menu_subversion_remove), (on_fm_subversion_remove):
2613         * plugins/subversion/subversion-remove-dialog.h:
2614         * plugins/subversion/subversion-resolve-dialog.c:
2615         (on_resolve_command_finished), (on_subversion_resolve_response),
2616         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2617         * plugins/subversion/subversion-resolve-dialog.h:
2618         * plugins/subversion/subversion-revert-dialog.c:
2619         (on_revert_command_finished), (on_subversion_revert_response),
2620         (subversion_revert_dialog), (on_menu_subversion_revert):
2621         * plugins/subversion/subversion-revert-dialog.h:
2622         * plugins/subversion/subversion-switch-dialog.c:
2623         (on_switch_other_revision_radio_toggled),
2624         (on_switch_command_finished), (on_subversion_switch_response),
2625         (subversion_switch_dialog), (on_menu_subversion_switch):
2626         * plugins/subversion/subversion-switch-dialog.h:
2627         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2628         (subversion_data_free), (on_mesg_view_destroy),
2629         (create_message_view), (check_filename), (get_log_from_textview),
2630         (pulse_timer), (on_pulse_timer_destroyed),
2631         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2632         (report_errors), (on_status_command_finished),
2633         (on_status_command_data_arrived), (on_command_info_arrived),
2634         (select_all_status_items), (clear_all_status_selections),
2635         (init_whole_project), (on_whole_project_toggled),
2636         (send_diff_command_output_to_editor), (on_diff_command_finished),
2637         (stop_status_bar_progress_pulse):
2638         * plugins/subversion/subversion-ui-utils.h:
2639         * plugins/subversion/subversion-update-dialog.c:
2640         (on_update_command_finished), (on_subversion_update_response),
2641         (subversion_update_dialog), (on_menu_subversion_update),
2642         (on_fm_subversion_update):
2643         * plugins/subversion/subversion-update-dialog.h:
2644         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2645         (svn_add_command_finalize), (svn_add_command_run),
2646         (svn_add_command_class_init), (svn_add_command_new),
2647         (svn_add_command_destroy):
2648         * plugins/subversion/svn-add-command.h:
2649         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2650         (svn_cat_command_finalize), (svn_cat_command_run),
2651         (svn_cat_command_class_init), (svn_cat_command_new),
2652         (svn_cat_command_destroy), (svn_cat_command_get_output):
2653         * plugins/subversion/svn-cat-command.h:
2654         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2655         (svn_command_release_ui_lock), (simple_prompt),
2656         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2657         (svn_auth_ssl_server_trust_prompt_func_cb),
2658         (svn_auth_ssl_client_cert_prompt_func_cb),
2659         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2660         (svn_command_init), (svn_command_finalize),
2661         (svn_command_class_init), (svn_command_push_info),
2662         (svn_command_get_info_queue), (svn_command_set_error),
2663         (svn_command_get_client_context), (svn_command_get_pool),
2664         (svn_command_lock_ui), (svn_command_unlock_ui),
2665         (svn_command_get_revision), (svn_command_copy_path_list),
2666         (svn_command_free_path_list):
2667         * plugins/subversion/svn-command.h:
2668         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2669         (svn_commit_command_init), (svn_commit_command_finalize),
2670         (svn_commit_command_run), (svn_commit_command_class_init),
2671         (svn_commit_command_new), (svn_commit_command_destroy):
2672         * plugins/subversion/svn-commit-command.h:
2673         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2674         (svn_copy_command_init), (svn_copy_command_finalize),
2675         (svn_copy_command_run), (svn_copy_command_class_init),
2676         (svn_copy_command_new), (svn_copy_command_destroy):
2677         * plugins/subversion/svn-copy-command.h:
2678         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2679         (svn_diff_command_finalize), (svn_diff_command_run),
2680         (svn_diff_command_class_init), (svn_diff_command_new),
2681         (svn_diff_command_destroy), (svn_diff_command_get_output):
2682         * plugins/subversion/svn-diff-command.h:
2683         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2684         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2685         (svn_log_command_class_init), (svn_log_command_new),
2686         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2687         * plugins/subversion/svn-log-command.h:
2688         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2689         (svn_log_entry_finalize), (svn_log_entry_class_init),
2690         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2691         (svn_log_entry_get_author), (svn_log_entry_get_date),
2692         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2693         (svn_log_entry_get_full_log):
2694         * plugins/subversion/svn-log-entry.h:
2695         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2696         (svn_merge_command_finalize), (svn_merge_command_run),
2697         (svn_merge_command_class_init), (svn_merge_command_new),
2698         (svn_merge_command_destroy):
2699         * plugins/subversion/svn-merge-command.h:
2700         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2701         (svn_remove_command_init), (svn_remove_command_finalize),
2702         (svn_remove_command_run), (svn_remove_command_class_init),
2703         (svn_remove_command_new), (svn_remove_command_destroy),
2704         (svn_remove_command_get_path):
2705         * plugins/subversion/svn-remove-command.h:
2706         * plugins/subversion/svn-resolve-command.c:
2707         (svn_resolve_command_init), (svn_resolve_command_finalize),
2708         (svn_resolve_command_run), (svn_resolve_command_class_init),
2709         (svn_resolve_command_new), (svn_resolve_command_destroy):
2710         * plugins/subversion/svn-resolve-command.h:
2711         * plugins/subversion/svn-revert-command.c:
2712         (svn_revert_command_init), (svn_revert_command_finalize),
2713         (svn_revert_command_run), (svn_revert_command_class_init),
2714         (svn_revert_command_new), (svn_revert_command_destroy):
2715         * plugins/subversion/svn-revert-command.h:
2716         * plugins/subversion/svn-status-command.c:
2717         (svn_status_command_init), (svn_status_command_finalize),
2718         (on_svn_status_notify), (svn_status_command_run),
2719         (svn_status_command_class_init), (svn_status_command_new),
2720         (svn_status_command_destroy),
2721         (svn_status_command_get_status_queue):
2722         * plugins/subversion/svn-status-command.h:
2723         * plugins/subversion/svn-status.c: (svn_status_init),
2724         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2725         (svn_status_destroy), (svn_status_get_path),
2726         (svn_status_get_vcs_status):
2727         * plugins/subversion/svn-status.h:
2728         * plugins/subversion/svn-switch-command.c:
2729         (svn_switch_command_init), (svn_switch_command_finalize),
2730         (svn_switch_command_run), (svn_switch_command_class_init),
2731         (svn_switch_command_new), (svn_switch_command_destroy):
2732         * plugins/subversion/svn-switch-command.h:
2733         * plugins/subversion/svn-update-command.c:
2734         (svn_update_command_init), (svn_update_command_finalize),
2735         (svn_update_command_run), (svn_update_command_class_init),
2736         (svn_update_command_new), (svn_update_command_destroy):
2737         * plugins/subversion/svn-update-command.h:
2739         Now really committed all files from James patch (#457477)
2741 2007-11-08  Johannes Schmid <jhs@gnome.org>
2743         * TODO.tasks: Updated
2745 2007-11-08  James Liggett  <jrliggett@cox.net>
2747         reviewed by: Johannes Schmid <jhs@gnome.org>
2749         * configure.in:
2750         * libanjuta/Makefile.am:
2751         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2752         * libanjuta/anjuta-status.h:
2753         * libanjuta/libanjuta.h:
2754         * plugins/subversion/Makefile.am:
2755         * plugins/subversion/anjuta-subversion.glade:
2756         * plugins/subversion/anjuta-subversion.ui:
2757         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2758         (value_removed_project_root_uri), (activate_plugin),
2759         (deactivate_plugin), (finalize), (subversion_instance_init):
2760         * plugins/subversion/plugin.h:
2761         * plugins/subversion/subversion-actions.c:
2762         * plugins/subversion/subversion-actions.h:
2763         * plugins/subversion/subversion-callbacks.c:
2764         * plugins/subversion/subversion-callbacks.h:
2765         * plugins/subversion/svn-auth.c:
2766         * plugins/subversion/svn-auth.h:
2767         * plugins/subversion/svn-backend-priv.h:
2768         * plugins/subversion/svn-backend.c:
2769         * plugins/subversion/svn-backend.h:
2770         * plugins/subversion/svn-notify.c:
2771         * plugins/subversion/svn-notify.h:
2772         * plugins/subversion/svn-thread.c:
2773         * plugins/subversion/svn-thread.h:
2774         
2775         Commited alpha2 of the new subversion plugin (#457477)
2777 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2779         * plugins/debug-manager/command.c:
2780         Fix a stupid crash when changing a register value
2782 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2784         * libanjuta/interfaces/libanjuta.idl,
2785         plugins/debug-manager/command.c,
2786         plugins/debug-manager/command.h,
2787         plugins/debug-manager/start.c,
2788         plugins/gdb/plugin.c,
2789         plugins/gdb/debugger.c,
2790         plugins/gdb/debugger.h:
2791         Use anjuta terminal plugin instead of gnome terminal
2792         Select if a terminal is used in the the start_program function
2793         Move terminal code from debugger.c to plugin.c
2794         Partial fix of bug #481366
2796         * plugins/gdb/utilities.c,
2797         plugins/gdb/utilities.h:
2798         Remove gnome terminal check function
2800 2007-11-06  Johannes Schmid <jhs@gnome.org>
2802         * plugins/project-import/anjuta-project-import.glade:
2803         * plugins/project-import/project-import.c: (on_import_next),
2804         (on_import_finish), (project_import_set_directory):
2805         * plugins/project-wizard/property.c: (npw_property_create_widget),
2806         (npw_property_set_value_from_widget):
2807         
2808         Replaced gnome_file_entry with gtk_file_chooser_button
2809         Fixes #422329 – Creating a new directory in program options doesn't work
2810         
2811 2007-11-04  Massimo Cora' <maxcvs@email.it>
2813         * plugins/symbol-db/plugin.c:
2814         add all files at once on project_import.
2815         No need to split them into more languages: ctags
2816         and the engine will take care of that.
2818         * plugins/symbol-db/symbol-db-engine.h,
2819         * plugins/symbol-db/symbol-db-engine.c,
2820         * plugins/symbol-db/tables.sql,
2821         * plugins/symbol-db/test/Makefile.am,
2822         * plugins/symbol-db/test/main.c,
2823         * plugins/symbol-db/symbol-db-view-locals.c:
2824         some memory leaks fixed. Ported the thing to
2825         libgda 3.1.2 [or better svn HEAD].
2826         Thanks to a fresh new algorithm to detect
2827         parent scope we're able to display correcly
2828         a local gtktree, including classes not directly
2829         defined inside that file.
2831 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
2833         * plugins/debug-manager/threads.c,
2834         plugins/debug-manager/stack_trace.c:
2835         Do not display address when not needed
2837         * plugins/debug-manager/plugin.c,
2838         plugins/debug-manager/breakpoints.c:
2839         Breakpoints directly connect to debugger signals
2841         * plugins/debug-manager/watch.c:
2842         program-unload signal does not exist used debugger-stopped
2844         * plugins/debug-manager/queue.c,
2845         libanjuta/interfaces/libanjuta.idl:
2846         Display error message returned by debugger command
2847         Add new error codes
2849 2007-11-04  Johannes Schmid <jhs@gnome.org>
2851         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
2852         Bug 493062 – gcj template needs AC_PROG_CC
2853         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
2855         * src/anjuta-actions.h:
2856         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2857         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
2859 === anjuta 2.3.0 ===
2861 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
2863         * AUTHORS: Updated
2865 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2867         * ChangeLog: Tagged 2.3.0 release.
2869         * plugins/indent/Makefile.am: Fixed indentation.
2871         * plugins/editor/aneditor-autocomplete.cxx:
2872         * plugins/editor/aneditor-priv.h:
2873         * plugins/editor/aneditor.cxx:
2874         * plugins/editor/aneditor.h: Commented out dead codes.
2876         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
2877         Do not build symbol-db by
2878         default. Added 'unstable' in plugin description to signify it's
2879         developmental state.
2881         * plugins/file-manager/Makefile.am,
2882         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
2884 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
2886         * plugins/debug-manager/utilities.c,
2887         plugins/debug-manager/utilities.h,
2888         plugins/debug-manager/threads.c,
2889         plugins/debug-manager/plugin.c,
2890         plugins/debug-manager/plugin.h,
2891         plugins/debug-manager/disassemble.h,
2892         plugins/debug-manager/watch.c,
2893         plugins/debug-manager/watch.h,
2894         plugins/debug-manager/breakpoints.c,
2895         plugins/debug-manager/stack_trace.c:
2896         Replace few remaining function calls by signal 
2898         * plugins/debug-manager/disassemble.c,
2899         plugins/debug-manager/registers.c,
2900         plugins/debug-manager/memory.c,
2901         plugins/debug-manager/locals.c,
2902         plugins/debug-manager/queue.c,
2903         plugins/debug-manager/queue.h:
2904         Connect signals when debugger is started
2905         Disconnect them when debugger is stopped
2906         Do not display window if debugger doesn't support feature
2908         * plugins/gdb/plugin.c,
2909         libanjuta/interfaces/libanjuta.idl:
2910         Remove unused initialization function
2912 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2914         * configure.in:
2915         * plugins/file-manager/Makefile.am:
2916         * scripts/build-schemas.mk: Fixed 'make distcheck'
2918 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2920         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2921         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
2922         to latest API additions.
2924         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
2925         to API changes.
2927 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
2929         * ChangeLog: Fixed indentation.
2930         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
2931         branch.
2933 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
2935         * libanjuta/interfaces/libanjuta.idl:
2936         * plugins/build-basic-autotools/build-basic-autotools.c:
2937         (build_compile_file_real), (build_build_project),
2938         (build_install_project), (build_clean_project),
2939         (build_configure_project), (build_autogen_project),
2940         (build_distribution_project), (build_build_module),
2941         (build_install_module), (build_clean_module), (fm_build),
2942         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
2943         (finalize), (basic_autotools_plugin_instance_init),
2944         (ibuildable_set_command), (ibuildable_reset_commands),
2945         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
2946         (ibuildable_install), (ibuildable_configure),
2947         (ibuildable_generate), (ibuildable_iface_init):
2948         * plugins/build-basic-autotools/build-basic-autotools.h:
2950         Added API for commands override in build interface and implemented
2951         them in build plugin. Useful for other plugins override build
2952         commands depending on project environment.
2954 2007-10-28  Naba Kumar  <naba@gnome.org>
2956         * src/anjuta.glade,
2957         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
2958         Fixed widget alignment for dock switcher tab style combo and
2959         scratchbox path entrybox.
2961 2007-10-28  Johannes Schmid <jhs@gnome.org>
2963         * plugins/document-manager/plugin.c: (on_editor_changed):
2964         Fixed a memory leak and simplified code (thanks again Sébastien)
2965         
2966         * configure.in:
2967         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
2968         and OFFSET sql statements)
2970 2007-10-28  Massimo Cora' <maxcvs@email.it>
2972         * plugins/symbol-db/plugin.c,
2973         plugins/symbol-db/symbol-db-engine.h,
2974         plugins/symbol-db/symbol-db-view.c,
2975         plugins/symbol-db/symbol-db-view.c,
2976         plugins/symbol-db/symbol-db-view-locals.c,
2977         plugins/symbol-db/symbol-db-view-locals.h,
2978         plugins/symbol-db/symbol-db-engine.c:
2979         Better end-of-file-scan detection, permitting
2980         an improved scope/inheritance parsing.
2981         Locals tab gtktree now displays correct
2982         namespace->class->children tree, even if
2983         in a C++ file there isn't class declaration.
2985 2007-10-27  Johannes Schmid <jhs@gnome.org>
2987         Patch from Stanislav Brabec <sbrabec@suse.cz>
2988         * configure.in:
2989         Bug 489798 – Do not rely on svn-config
2991         Patch from Michael Wolf <maw@ximian.com>:
2992         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
2993         (egg_tree_model_filter_remove_node),
2994         (egg_tree_model_filter_row_deleted):
2995         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
2997 2007-10-27  Johannes Schmid <jhs@gnome.org>
2999         * plugins/devhelp/anjuta-devhelp.ui:
3000         * plugins/message-view/anjuta-message-manager.ui:
3002         Added some separators to the toolbar
3003         
3004         * plugins/document-manager/plugin.c:
3005         (on_support_plugin_deactivated), (load_new_support_plugins),
3006         (unload_unused_support_plugins), (on_editor_changed):
3007         
3008         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3009         for pointing out that is was crap.
3011 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3013         * libanjuta/interfaces/libanjuta.idl,
3014         libanjuta/anjuta-plugin-manager.c,
3015         libanjuta/anjuta-plugin-manager.h,
3016         libanjuta/anjuta-c-plugin-factory.c,
3017         libanjuta/anjuta-c-module.h,
3018         libanjuta/anjuta-c-module.c:
3019         Report detailled error message in case of plugin loading failure
3021 2007-10-24  Johannes Schmid <jhs@gnome.org>
3023         * configure.in:
3024         * plugins/Makefile.am:
3025         
3026         Activate build of symbol-db plugin (when libgda is available)
3027         
3028         * plugins/document-manager/plugin.c:
3029         (on_support_plugin_deactivated), (on_editor_changed):
3030         
3031         Properly handle language support plugins even when they are
3032         unloaded by the session.
3033         
3034         * plugins/symbol-db/plugin.c: (register_stock_icons),
3035         Port to new REGISTER_ICONS stuff
3036   
3037 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3039         * plugins/symbol-db/plugin.c,
3040         * plugins/symbol-db/symbol-db-view.c
3041         * plugins/symbol-db/symbol-db-engine.h,
3042         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3043         * plugins/symbol-db/symbol-db-view-locals.c,
3044         * plugins/symbol-db/symbol-db-view-locals.h,
3045         * plugins/symbol-db/symbol-db-engine.c:
3046         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3047         Added a new algorithm for dynamic population of the local symbols' tab.
3048         Now the default view is tree-like.
3049         Some fixes on engine correct some population issues.    
3051 2007-10-23  Naba Kumar  <naba@gnome.org>
3053         * plugins/glade/Makefile.am: Corrected conditional not to install
3054         .plugin file if plugin is disabled.
3055         * plugins/sourceview/Makefile.am: Corrected conditional not to
3056         install schemas if plugin is not built.
3058 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3060         * plugins/debug-manager/queue.c:
3061         Fix #488061: Mutiple crash dialogs
3063         * plugins/gdb/debugger.c,
3064         plugins/gdb/debugger.h:
3065         Remove maximum gdb command length, should fix bug#474811
3067 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3069         * manuals/reference/libanjuta/plugin-description-file.sgml,
3070         manuals/reference/libanjuta/libanjuta-docs.sgml,
3071         manuals/reference/libanjuta/libanjuta-sections.txt,
3072         libanjuta/interfaces/libanjuta.idl,
3073         libanjuta/anjuta-c-module.c,
3074         libanjuta/anjuta-c-plugin-factory.c:
3075         Document last changes in plugin code
3077 2007-10-19  Johannes Schmid <jhs@gnome.org>
3079         * plugins/subversion/subversion-callbacks.c: (check_filename):
3080         
3081         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3083 2007-10-19  Naba Kumar  <naba@gnome.org>
3085         * plugins/file-manager/file-model.c: Fixed a critical runtime
3086         warning.
3088 2007-10-18  Johannes Schmid <jhs@gnome.org>
3090         * libanjuta/anjuta-ui.h:
3091         Small fix on icon macros
3092         
3093         * libanjuta/interfaces/libanjuta.idl:
3094         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3095         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3096         (ilanguage_iface_init):
3097         
3098         Added get_from_editor() and get_name_from_editor() methods
3099         to IAnjutaLanguage
3100         
3101         * plugins/document-manager/plugin.c:
3102         (update_editor_ui_interface_items), (on_editor_changed):
3103         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3104         .in:
3105         * plugins/language-support-cpp-java/plugin.c: (install_support):
3106         
3107         Ported plugins to use the new interface
3109 2007-10-17  Johannes Schmid <jhs@gnome.org>
3111         * libanjuta/anjuta-ui.h:
3112         
3113         Added macros to register stock icons to stop all this copy&paste
3114         which had spread over a lot of files. New macros support to add 
3115         icons with toolbar and menu size (16 and 24)
3116         
3117         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3118         * plugins/debug-manager/images/anjuta-attach.svg:
3119         * plugins/debug-manager/images/anjuta-step-out.svg:
3120         * plugins/debug-manager/images/anjuta-step-over.svg:
3121         * plugins/debug-manager/plugin.c: (register_stock_icons):
3122         * plugins/document-manager/images/Makefile.am:
3123         * plugins/document-manager/images/anjuta-block-end.svg:
3124         * plugins/document-manager/images/anjuta-block-start.svg:
3125         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3126         * plugins/document-manager/images/anjuta-bookmark.svg:
3127         * plugins/document-manager/images/anjuta-go-history-next.svg:
3128         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3129         * plugins/document-manager/plugin.c: (register_stock_icons):
3130         * plugins/glade/plugin.c: (register_stock_icons):
3131         * plugins/language-support-cpp-java/plugin.c:
3132         (register_stock_icons):
3133         * plugins/message-view/Makefile.am:
3134         * plugins/message-view/anjuta-go-message-next.svg:
3135         * plugins/message-view/anjuta-go-message-prev.svg:
3136         * plugins/message-view/anjuta-message-view.svg:
3137         * plugins/message-view/messages.xpm:
3138         * plugins/message-view/plugin.c: (register_stock_icons):
3139         * plugins/patch/plugin.c: (patch_plugin_activate):
3140         * plugins/project-manager/plugin.c: (register_stock_icons):
3141         * plugins/search/Makefile.am:
3142         * plugins/search/anjuta-go-match-next.svg:
3143         * plugins/search/anjuta-go-match-prev.svg:
3144         * plugins/search/plugin.c: (activate_plugin):
3145         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3146         * plugins/terminal/terminal.c: (register_stock_icons):
3147         * plugins/valgrind/plugin.c: (register_stock_icons):
3148         
3149         Updated to use the new icons and added several new and updated 
3150         icons from #480093
3152 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3154         * libanjuta/anjuta-plugin-handle.c,
3155         libanjuta/anjuta-plugin-handle.h:
3156         Add a new path property containing the directory of the .plugin
3157         file, library file (.so or whatever) must be in the same directory
3159         * libanjuta/anjuta-plugin-manager.c,
3160         libanjuta/interfaces/libanjuta.idl,
3161         (removed) libanjuta/anjuta-glue-plugin.c,
3162         (removed) libanjuta/anjuta-glue-plugin.h,
3163         (removed) libanjuta/anjuta-glue-c.c,
3164         (removed) libanjuta/anjuta-glue-c.h,
3165         (removed) libanjuta/anjuta-glue-cpp.c,
3166         (removed) libanjuta/anjuta-glue-cpp.h,
3167         (removed) libanjuta/anjuta-glue-factory.c,
3168         (removed) libanjuta/anjuta-glue-factory.h,
3169         (added) libanjuta/anjuta-c-module.c,
3170         (added) libanjuta/anjuta-c-module.h,
3171         (added) libanjuta/anjuta-c-plugin-factory.c,
3172         (added) libanjuta/anjuta-c-plugin-factory.h,
3173         libanjuta/Makefile.am:
3174         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3175         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3176         implementing IAnjutaPluginFactory
3177         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3179         * libanjuta/libanjuta.h:
3180         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3181         interface)
3183         * libanjuta/anjuta-plugin.h:
3184         Replace AnjutaGluePlugin by GTypeModule
3185         Remove unused anjuta_glue_get_component_type replaced by
3186         g_type_from_name
3188         * plugins/build-basic-autotools/build-basic-autotools.h,
3189         plugins/class-gen/plugin.h,
3190         plugins/class-inheritance/plugin.h,
3191         plugins/cvs-plugin/plugin.h,
3192         plugins/debug-manager/plugin.h,
3193         plugins/devhelp/plugin.h,
3194         plugins/document-manager/plugin.h,
3195         plugins/editor/plugin.h,
3196         plugins/file-loader/plugin.h,
3197         plugins/file-wizard/plugin.h,
3198         plugins/gdb/plugin.h,
3199         plugins/glade/plugin.h,
3200         plugins/gtodo/plugin.h,
3201         plugins/indent/plugin.h,
3202         plugins/language-manager/plugin.h,
3203         plugins/language-support-cpp-java/plugin.h,
3204         plugins/macro/plugin.h,
3205         plugins/message-view/plugin.h,
3206         plugins/patch/plugin.h,
3207         plugins/profiler/plugin.h,
3208         plugins/project-import/plugin.h,
3209         plugins/project-manager/plugin.h,
3210         plugins/project-wizard/plugin.h,
3211         plugins/sample1/plugin.h,
3212         plugins/search/plugin.h,
3213         plugins/sourceview/plugin.h,
3214         plugins/subversion/plugin.h,
3215         plugins/symbol-browser/plugin.h,
3216         plugins/symbol-db/plugin.h,
3217         plugins/terminal/terminal.c,
3218         plugins/tools/plugin.h,
3219         plugins/valgrind/plugin.h:
3220         Replace AnjutaGluePlugin by GTypeModule
3222 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3224         * plugins/debug-manager/breakpoints.c:
3225         Fix bug#487112, crash while removing a breakpoint in a new file
3227 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3229         * plugins/document-manager/search-box.c:
3230         Fix a crash (with an useful comment) focus-out-event handler must
3231         return a gboolean
3233 2007-10-14 Johannes Schmid <jhs@gnome.org>
3235         * plugins/sourceview/sourceview.c:
3236         Hide calltip when "Up" or "Down" key is pressed
3238 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3240         * plugins/document-manager/search-box.c:
3241         Change included file order to avoid a compile error with gnome 2.16
3243 2007-10-13  Johannes Schmid <jhs@gnome.org>
3245         * plugins/debug-manager/plugin.c: (enable_log_view):
3246         
3247         Fixed crash when closing a project and unloading another while
3248         the debugger is enabled
3250 2007-10-13  Johannes Schmid <jhs@gnome.org>
3252         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3253         
3254         Use correct breakpoint icon
3255         
3256         * plugins/devhelp/Makefile.am:
3257         * plugins/devhelp/anjuta-go-help-next.svg:
3258         * plugins/devhelp/anjuta-go-help-prev.svg:
3259         * plugins/devhelp/plugin.c: (register_stock_icons),
3260         (devhelp_activate):
3261         
3262         Added new icons from #480093
3263         
3264         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3265         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3266         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3267         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3268         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3269         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3270         * plugins/message-view/anjuta-go-message-next.svg:
3271         * plugins/message-view/anjuta-go-message-prev.svg:
3272         
3273         Updated icons from #480093
3274                 
3275         * src/anjuta-actions.h:
3276         Use GTK_STOCK_FULLSCREEN
3277         
3278         * src/anjuta-app.c: (on_gdl_style_changed),
3279         (anjuta_app_instance_init):
3280         * src/anjuta.glade:
3281         
3282         Added preference option to set the gdl switcher style
3284 2007-10-13  Johannes Schmid <jhs@gnome.org>
3286         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3287         (get_property_value_as_string), (set_property_value_as_string),
3288         (register_callbacks):
3289         * libanjuta/anjuta-preferences.h:
3290         
3291         Support GtkFileChooserButton as preferences widget
3292         
3293         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3294         
3295         Fixed a Gtk-Critical
3296         
3297         * plugins/file-manager/Makefile.am:
3298         * plugins/file-manager/file-model.c: (file_model_filter_file),
3299         (file_model_add_dummy), (file_model_expand_idle),
3300         (file_model_set_property), (file_model_get_property),
3301         (file_model_class_init):
3302         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3303         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3304         (file_manager_activate), (file_manager_finalize),
3305         (file_manager_instance_init), (ipreferences_merge),
3306         (ipreferences_unmerge), (ipreferences_iface_init):
3307         * plugins/file-manager/plugin.h:
3308         
3309         Added preferences to file-manager
3311         * plugins/glade/plugin.c: (activate_plugin):
3312         
3313         Move Properties widget into center because it is way to big
3314         for the sidebar
3316 2007-10-10  Johannes Schmid <jhs@gnome.org>
3318         * plugins/language-support-cpp-java/Makefile.am:
3319         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3320         * plugins/language-support-cpp-java/anjuta-complete.svg:
3321         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3322         * plugins/language-support-cpp-java/plugin.c:
3323         (register_stock_icons):
3324         
3325         And yet some more icons...
3327 2007-10-10  Johannes Schmid <jhs@gnome.org>
3329         * plugins/debug-manager/breakpoints.c:
3330         * plugins/debug-manager/images/Makefile.am:
3331         * plugins/debug-manager/images/anjuta-bookmark.svg:
3332         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3333         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3334         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3335         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3336         * plugins/debug-manager/images/anjuta-linemark.svg:
3337         * plugins/debug-manager/images/anjuta-pcmark.svg:
3338         * plugins/debug-manager/plugin.c: (register_stock_icons):
3339         * plugins/debug-manager/sparse_view.c:
3340         * plugins/document-manager/images/Makefile.am:
3341         * plugins/document-manager/images/anjuta-block-select.svg:
3342         * plugins/document-manager/images/anjuta-fold-close.svg:
3343         * plugins/document-manager/images/anjuta-fold-open.svg:
3344         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3345         * plugins/document-manager/images/anjuta-indent-less.svg:
3346         * plugins/document-manager/images/anjuta-indent-more.svg:
3347         * plugins/document-manager/images/anjuta-swap.svg:
3348         * plugins/document-manager/images/block_select.xpm:
3349         * plugins/document-manager/images/fold_close.xpm:
3350         * plugins/document-manager/images/fold_open.xpm:
3351         * plugins/document-manager/images/fold_toggle.xpm:
3352         * plugins/document-manager/images/indent.xpm:
3353         * plugins/document-manager/images/indent_dcr.xpm:
3354         * plugins/document-manager/images/indent_inc.xpm:
3355         * plugins/document-manager/plugin.c: (register_stock_icons):    
3356         * plugins/editor/Makefile.am:
3357         * plugins/editor/anjuta-bookmark-16.xpm:
3358         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3359         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3360         * plugins/editor/anjuta-linemark-16.xpm:
3361         * plugins/editor/anjuta-pcmark-16.xpm:
3362         * plugins/editor/bookmark.xpm:
3363         * plugins/editor/breakpoint-disabled.xpm:
3364         * plugins/editor/breakpoint-enabled.xpm:
3365         * plugins/editor/linemarker.xpm:
3366         * plugins/editor/program-counter.xpm:
3367         * plugins/editor/text_editor.c:
3368         * plugins/message-view/Makefile.am:
3369         * plugins/message-view/anjuta-go-message-next.svg:
3370         * plugins/message-view/anjuta-go-message-prev.svg:
3371         * plugins/message-view/anjuta-message-manager.ui:
3372         * plugins/message-view/plugin.c:
3373         * plugins/sourceview/Makefile.am:
3374         * plugins/sourceview/sourceview.c:
3376         Integrated lots of icons from #480093
3377         Thanks to <tpgww@onepost.net>
3379         * plugins/document-manager/plugin.c:
3380         Do not mark the line in ifile_open(), that looks ugly.
3381         
3382         * plugins/document-manager/search-box.c: (on_search_focus_out),
3383         (search_box_init):
3384         Clear the status bar on focus_out.
3385         
3386         * plugins/file-loader/anjuta-loader-plugin.ui:
3387         Fixed a missing "="
3389 2007-10-09  Johannes Schmid <jhs@gnome.org>
3391         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3392         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3394         Some things I missed in the patch for #484419
3395         
3396         * plugins/document-manager/action-callbacks.c:
3397         (on_new_file_activate):
3398         * plugins/document-manager/action-callbacks.h:
3399         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3400         (on_window_key_press_event), (on_gconf_notify_timer):
3401         
3402         484645 – patch to deal with docman FIXME etc
3403         
3404         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3405         * plugins/search/search-replace.c: (search_and_replace),
3406         (write_message_pane), (search_replace_populate),
3407         (translate_dialog_strings), (create_dialog),
3408         (anjuta_search_replace_activate):
3409         * plugins/search/search-replace_backend.c:
3410         (file_buffer_new_from_path), (get_next_match),
3411         (create_search_entries), (regex_backref),
3412         (clear_search_replace_instance):
3413         * plugins/search/search-replace_backend.h:
3414         
3415         #484573 – patch to correct various search-related issues
3416         
3417         Thanks for the above patches to <tpgww@onepost.net>
3418         
3419         * plugins/sourceview/sourceview.c:
3420         (sourceview_create_highligth_indic):
3421         
3422         Use the same marker for important as gedit (yellow background)
3424         * plugins/document-manager/anjuta-document-manager.ui:
3425         * plugins/file-loader/anjuta-file-loader.ui:
3426         * plugins/file-loader/plugin.c:
3427         
3428         Moved FileNew action to document-manager
3430 2007-10-08  Johannes Schmid <jhs@gnome.org>
3432         * plugins/document-manager/search-box.c: (on_search_activated):
3433         Mark messages for translation
3435 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3437         reviewed by: Johannes Schmid <jhs@gnome.org>
3439         * plugins/Makefile.am:
3440         * plugins/build-basic-autotools/build-basic-autotools.c:
3441         (build_compile_file_real):
3442         * plugins/search/search-replace.c:
3443         * plugins/valgrind/preferences.c: (build_general_prefs):
3444         
3445         Fix #484379 – Contents of Makefile.am plugins and
3446         #484419 – Improvement into translation
3448 2007-10-06  Johannes Schmid <jhs@gnome.org>
3450         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3452         Fixed to properly support pointer-to-pointer (**) types
3454         * libanjuta/interfaces/libanjuta.idl:
3455         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3456         * plugins/sourceview/sourceview-cell.h:
3457         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3458         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3459         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3460         (isearch_backward), (isearch_iface_init):
3461         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3462         (itext_editor_iface_init), (iselection_set_iter),
3463         (iselection_get_start_iter), (iselection_get_end_iter),
3464         (iselection_iface_init), (isearch_forward), (isearch_backward),
3465         (isearch_iface_init):
3466         
3467         Added IAnjutaEditorSearch interface and some utility methods to
3468         migrate from positions to iterators for the editor interface.
3469         
3470         * plugins/document-manager/Makefile.am:
3471         * plugins/document-manager/action-callbacks.c:
3472         (on_goto_line_no1_activate), (on_show_search):
3473         * plugins/document-manager/action-callbacks.h:
3474         * plugins/document-manager/anjuta-docman.c:
3475         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3476         (anjuta_docman_grab_text_focus):
3477         * plugins/document-manager/anjuta-document-manager.ui:
3478         * plugins/document-manager/goto_line.c: (removed)
3479         * plugins/document-manager/goto_line.h: (removed)
3480         * plugins/document-manager/search-box.c:
3481         * plugins/document-manager/search-box.h:
3482         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3483         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3484         (update_editor_ui_interface_items), (on_editor_added),
3485         (activate_plugin), (deactivate_plugin):
3486         * plugins/document-manager/plugin.h:
3487         
3488         Created new incremental "Quick Search" bar in the document manager to
3489         replace the crappy EggToolbar entries. Uses the new search interface and
3490         it thus much faster and more reliable.
3491         Fixes: 
3492         Bug 357544 – incremental search should work consistently (or not at all) 
3493         when main toolbar is hidden
3494         Bug 440637 – Search, don't work very well (partly for incremental search)
3495         
3496         * plugins/search/anjuta-search.ui:
3497         * plugins/search/plugin.c: (activate_plugin):
3498         
3499         Removed incremental search stuff
3500         
3501         * plugins/build-basic-autotools/build-basic-autotools.c:
3502         (on_session_save), (on_session_load):
3503         * plugins/build-basic-autotools/executer.c:
3504         (get_program_parameters):
3505         
3506         Scroll to selected executable and remember it across sessions
3507         (followup of #477976)
3508         
3509         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3510         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3511         
3512         * plugins/devhelp/anjuta-devhelp.ui:
3513         Rearraged toolbar items a bit
3515 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3517         * plugins/debug-manager/command.c,
3518         plugins/debug-manager/queue.c,
3519         plugins/gdb/plugin.c,
3520         plugins/gdb/debugger.c:
3521         Fix several crashing bugs (including bug#482985) with the debugger
3522         when closing project, stopping the debugger, restarting the program
3524 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3526         * libanjuta/anjuta-launcher.c:
3527         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3529 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3531         * plugins/debug-manager/command.c,
3532         plugins/debug-manager/queue.c:
3533         Asynchronous command can abort other commands in queue
3534         Resynchronize debugger state when a command is cancelled
3536         * plugins/debug-manager/breakpoints.c:
3537         Free BreakpointItem only when it is not used anymore
3539         * plugins/gdb/plugin.c:
3540         Do not return TRUE if the callback and/or ready signal is not used
3542         * plugins/gdb/debugger.c:
3543         Fix a crash, return correct state when debugger is stopped
3545 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3547         * plugins/project-wizard/autogen.c:
3548         Fix bug#482067, escape project wizard user defined strings
3550 2007-10-01  Johannes Schmid <jhs@gnome.org>
3552         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3553         .glade:
3554         * plugins/build-basic-autotools/build-basic-autotools.c:
3555         (basic_autotools_plugin_instance_init):
3556         * plugins/build-basic-autotools/build-basic-autotools.h:
3557         * plugins/build-basic-autotools/executer.c:
3558         (get_program_parameters):
3559         
3560         Fixed #477976 – Keybinding in run dialog
3562 2007-09-30  Johannes Schmid <jhs@gnome.org>
3564         * plugins/Makefile.am:
3565         Do not build indent plugin (yet)
3566         
3567         * plugins/document-manager/plugin.c: (ipreferences_merge):
3568         Fixed unintentional and wrong change
3570         * plugins/indent/anjuta-indent.ui:
3571         Added missing file
3573 2007-09-28  Johannes Schmid <jhs@gnome.org>
3575         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3576         * libanjuta/anjuta-launcher.h:
3577         Add a method to send EOF to some process. Needed for the indent plugin
3578         and should be useful in general. It does not actually send EOF as this
3579         is not possible with utf-8, but closes the stream instead.
3581         * plugins/devhelp/plugin.c: (value_added_current_editor):
3582         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3583         IAnjutaDocument switch.
3585         * configure.in:
3586         * plugins/Makefile.am:
3587         * plugins/document-manager/Makefile.am:
3588         * plugins/document-manager/action-callbacks.c:
3589         * plugins/document-manager/anjuta-document-manager.glade:
3590         * plugins/document-manager/anjuta-document-manager.ui:
3591         * plugins/document-manager/images/Makefile.am:
3592         * plugins/document-manager/images/indent_auto.xpm:
3593         * plugins/document-manager/images/indent_set.xpm:
3594         * plugins/document-manager/indent-dialog.c:
3595         * plugins/document-manager/indent-dialog.h:
3596         * plugins/document-manager/indent-util.c:
3597         * plugins/document-manager/indent-util.h:
3598         * plugins/document-manager/indent_test.c:
3599         * plugins/document-manager/plugin.c: (register_stock_icons),
3600         (docman_plugin_instance_init), (ipreferences_merge):
3601         * plugins/document-manager/plugin.h:
3602         
3603         Removed indent code from document manager
3604         
3605         * plugins/indent/Makefile.am:
3606         * plugins/indent/indent-dialog.c:
3607         * plugins/indent/indent-util.c: (indent_init_indent_style):
3608         * plugins/indent/indent.glade:
3609         * plugins/indent/indent.plugin.in:
3610         * plugins/indent/plugin.c: (on_indent_finished),
3611         (on_indent_output), (on_indent_action_activate),
3612         (on_edit_editor_indent), (on_style_combo_changed),
3613         (value_added_current_editor), (value_removed_current_editor),
3614         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3615         (indent_plugin_finalize), (indent_plugin_dispose),
3616         (anjuta_indent_plugin_instance_init),
3617         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3618         (ipreferences_unmerge), (ipreferences_iface_init):
3619         * plugins/indent/plugin.h:
3621         Moved indent code to it's own plugin. Also reimplemented indent invocation
3622         using anjuta_launcher and streams. This is not yet completely working, maybe
3623         I got something wrong with the launcher.
3624         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3626 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3628         * plugins/debug-manager/plugin.c:
3629         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3631 2007-09-27  Johannes Schmid <jhs@gnome.org>
3633         * libanjuta/interfaces/libanjuta.idl:
3634         * plugins/Makefile.am:
3635         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3636         (isymbol_type_str), (isymbol_name), (isymbol_args),
3637         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3638         (isymbol_impl), (isymbol_iface_init):
3639         * plugins/symbol-browser/an_symbol_info.c:
3640         * plugins/symbol-browser/an_symbol_info.h:
3641         * plugins/symbol-db/Makefile.am:
3642         * plugins/symbol-db/plugin.c:
3643         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3644         (value_added_current_editor), (on_editor_foreach_clear),
3645         (value_removed_current_editor), (project_root_added),
3646         (symbol_db_activate), (symbol_db_deactivate),
3647         (isymbol_manager_search):
3648         * plugins/symbol-db/readtags.c: (initialize_1):
3649         * plugins/symbol-db/symbol-db-engine-iterator.c:
3650         (sdb_engine_iterator_instance_init),
3651         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3652         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3653         (symbol_db_engine_iterator_move_next),
3654         (symbol_db_engine_iterator_move_prev),
3655         (symbol_db_engine_iterator_get_n_items),
3656         (symbol_db_engine_iterator_last),
3657         (symbol_db_engine_iterator_set_position),
3658         (symbol_db_engine_iterator_get_position),
3659         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3660         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3661         (isymbol_iter_foreach), (isymbol_iter_set_position),
3662         (isymbol_iter_get_position), (isymbol_iter_get_length),
3663         (isymbol_iter_clone), (isymbol_iter_assign),
3664         (isymbol_iter_iface_init):
3665         * plugins/symbol-db/symbol-db-engine-iterator.h:
3666         * plugins/symbol-db/symbol-db-engine.c:
3667         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3668         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3669         (sdb_engine_finalize), (sdb_engine_get_type),
3670         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3671         (sdb_engine_get_table_id_by_unique_name2),
3672         (sdb_engine_get_table_id_by_unique_name3),
3673         (symbol_db_engine_add_new_workspace),
3674         (symbol_db_engine_get_opened_project_name),
3675         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3676         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3677         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3678         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3679         (sdb_engine_add_new_scope_definition),
3680         (sdb_engine_add_new_tmp_heritage_scope),
3681         (sdb_engine_second_pass_update_scope_1),
3682         (sdb_engine_second_pass_update_heritage),
3683         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3684         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3685         (symbol_db_engine_update_project_symbols),
3686         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3687         (symbol_db_engine_update_buffer_symbols),
3688         (sdb_engine_walk_down_scope_path),
3689         (sdb_engine_prepare_symbol_info_sql),
3690         (symbol_db_engine_get_global_members),
3691         (symbol_db_engine_get_scope_members_by_symbol_id),
3692         (symbol_db_engine_get_scope_members),
3693         (symbol_db_engine_get_current_scope),
3694         (symbol_db_engine_get_file_symbols):
3695         * plugins/symbol-db/symbol-db-engine.h:
3696         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3697         (on_symbol_updated), (on_symbol_inserted),
3698         (symbol_db_view_locals_get_line),
3699         (symbol_db_view_locals_update_list):
3700         * plugins/symbol-db/symbol-db-view-search.c:
3701         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3702         * plugins/symbol-db/symbol-db-view-search.h:
3703         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3704         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3705         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3706         * plugins/symbol-db/tables.sql:
3707         * plugins/symbol-db/test/Makefile.am:
3708         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3709         Updated patch from Massimo to improve symbol-db plugin
3711         * plugins/document-manager/plugin.c: (on_editor_changed):
3712         Make the code a bit more robust
3713         
3714         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3715         (anjuta_document_get_property), (anjuta_document_class_init),
3716         (anjuta_document_init), (set_uri), (document_loader_loaded),
3717         (anjuta_document_load), (document_saver_saving):
3718         * plugins/sourceview/anjuta-document.h:
3719         * plugins/sourceview/sourceview.c: (autodetect_language),
3720         (ilanguage_set_language), (ilanguage_get_language):
3721         Fix language detection on startup
3723 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3725         * plugins/document-manager/action-callbacks.c:
3726         (on_editor_command_upper_case_activate),
3727         (on_editor_command_lower_case_activate): Leftover commit from previous
3728         commit (see last changlog entry by me).
3729         
3730         * plugins/file-manager/plugin.c: (file_manager_activate):
3731         Gave proper widget name so that layout works.
3733 2007-09-26  Johannes Schmid <jhs@gnome.org>
3735         * plugins/document-manager/plugin.c: (on_editor_changed),
3736         (docman_plugin_instance_init):
3737         Only unload/load language-support plugins if necessary.
3738         
3739         * plugins/language-manager/plugin.c: (language_manager_activate):
3740         Removed some debugging code
3742         * plugins/sourceview/sourceview.c: (on_document_saved),
3743         (ilanguage_set_language), (ilanguage_get_language):
3744         Fixed ianjuta_language interface and ensure that highlighting is
3745         activated when a new file is saved.
3746         
3747 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3749         * libanjuta/interfaces/libanjuta.idl:
3750         * plugins/document-manager/action-callbacks.c:
3751         (on_editor_command_upper_case_activate),
3752         (on_editor_command_lower_case_activate):
3753         * plugins/editor/text_editor.c: (iselection_has_selection),
3754         (iselection_get_start), (iselection_get_end),
3755         (iselection_iface_init):
3756         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3757         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3758         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3759         method and implemented it for both scintilla and sourceview editors.
3760         Updated document-manager and assist plugins to use the new method.
3762 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3764         * plugins/file-manager/file-view.c:
3765         Fix typo, allow to compile new file manager with gtk < 2.12
3767 2007-09-25  Johannes Schmid <jhs@gnome.org>
3769         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3770         Support Auto-Indent for single lines (e.g no selection);
3771         
3772         * plugins/macro/plugin.c:
3773         Do not use the same shortcut as auto-indent does
3774         
3775         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3776         Optimized keyboard navigation - do not emit char_added when only
3777         navigation keys have been pressed.
3779 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3781         * plugins/language-support-cpp-java/cpp-java-assist.c:
3782         (on_assist_chosen), (cpp_java_assist_install),
3783         (cpp_java_assist_uninstall):
3784         * plugins/language-support-cpp-java/plugin.c: (install_support),
3785         (uninstall_support): Install and uninstall support in correct order.
3786         Fixes a bug where it was installed multiple times resulting in
3787         inserting autocomplete text multiple times.
3789 2007-09-25  Johannes Schmid <jhs@gnome.org>
3791         * configure.in:
3792         Add GNOME_WARNING_FLAGS(maximum) and
3793         GNOME_CXX_WARNIGS(yes) to avoid bugs
3794         the compiler can warn you.
3795         
3796         * libegg/test-tree-utils.c: (key_test):
3797         * plugins/file-manager/file-model.c:
3798         (file_model_cancel_expand_idle), (file_model_sort),
3799         (file_model_row_expanded):
3800         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3801         (file_view_refresh), (file_view_get_selected), (file_view_init),
3802         (file_view_new):
3803         * plugins/file-manager/file-view.h:
3804         * plugins/symbol-db/readtags.c: (initialize_1):
3805         * src/main.c:
3806         
3807         Fixed the more critical warnings
3809 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3811         Icons from tpgww@onepost.net:
3812         * configure.in:
3813         * plugins/debug-manager/Makefile.am:
3814         * plugins/debug-manager/images/Makefile.am:
3815         * plugins/debug-manager/images/anjuta-attach.svg:
3816         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
3817         * plugins/debug-manager/images/anjuta-step-into.svg:
3818         * plugins/debug-manager/images/anjuta-step-out.svg:
3819         * plugins/debug-manager/images/anjuta-step-over.svg:
3820         * plugins/debug-manager/plugin.c: (register_stock_icons):
3821         * plugins/document-manager/Makefile.am:
3822         * plugins/document-manager/block_select.xpm:
3823         * plugins/document-manager/fold_close.xpm:
3824         * plugins/document-manager/fold_open.xpm:
3825         * plugins/document-manager/fold_toggle.xpm:
3826         * plugins/document-manager/images/Makefile.am:
3827         * plugins/document-manager/images/anjuta-block-end.svg:
3828         * plugins/document-manager/images/anjuta-block-start.svg:
3829         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3830         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3831         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3832         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3833         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3834         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3835         * plugins/document-manager/indent.xpm:
3836         * plugins/document-manager/indent_auto.xpm:
3837         * plugins/document-manager/indent_dcr.xpm:
3838         * plugins/document-manager/indent_inc.xpm:
3839         * plugins/document-manager/indent_set.xpm:
3840         * plugins/document-manager/plugin.c: Added nicer icons for
3841         document manager and debugger. Organized icons in 'images'
3842         directories.
3844 2007-09-24  Johannes Schmid <jhs@gnome.org>
3846         * src/anjuta-app.c: (anjuta_app_add_widget_full):
3847         Fixed a missing NULL in g_object_set.
3849 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3851         * plugins/language-support-cpp-java/cpp-java-assist.c:
3852         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
3853         scope memebers just after scope operator is entered.
3855 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3857         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3858         * plugins/language-support-cpp-java/cpp-java-assist.c:
3859         (completion_function), (completion_compare),
3860         (cpp_java_assist_tag_destroy), (create_completion),
3861         (cpp_java_assist_destroy_completion_cache),
3862         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
3863         Show '()' for function items in autocomplete list. Allow adding
3864         ' ' and/or '(' after function call autocompletion and have preferences
3865         settings for them.
3867 2007-09-24  Johannes Schmid <jhs@gnome.org>
3869         * sourceview.c: Reverting patch from r3157 because
3870         of side-effects
3872 2007-09-24  Johannes Schmid <jhs@gnome.org>
3874         * plugins/search/search-replace.c: (on_message_clicked):
3876         Fixed #427104 – No "highlight" of lines matching find-result
3878 2007-09-24  Johannes Schmid <jhs@gnome.org>
3880         * src/anjuta.glade:
3882         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
3884 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
3886         reviewed by: Johannes Schmid <jhs@gnome.org>
3888         * plugins/build-basic-autotools/executer.c: (execute_program):
3889         Fix #478238 – set env for execute programe in the terminal
3891 2007-09-24 Tom <tpgww@onepost.net>
3893         reviewed by: Johannes Schmid <jhs@gnome.org>
3895         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3896         Fix memory leak
3897         
3898         * plugins/debug-manager/disassemble.c: (on_disassemble):
3899         Correct a format string in DEBUG_PRINT()
3901 2007-09-23  Johannes Schmid <jhs@gnome.org>
3903         * plugins/sourceview/sourceview.c: (offset_to_position),
3904         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
3905         (ieditor_get_position), (iselect_set), (iselect_get_start),
3906         (iselect_get_end):
3907         
3908         Fixed #Bug 440637 – Search, don't work very well
3910 2007-09-23  Johannes Schmid <jhs@gnome.org>
3912         * plugins/file-manager/file-model.c: (file_model_get_filename):
3913         * plugins/file-manager/file-model.h:
3914         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
3915         (file_view_init), (file_view_class_init):
3916         * plugins/message-view/message-view.c:
3917         (message_view_query_tooltip), (message_view_dispose),
3918         (message_view_instance_init), (message_view_class_init):
3920         Added GTK+ 2.12 style tooltips to file-manager and message view.
3921         Only build if GTK+ 2.12 is availible otherwise for message-view, the
3922         old implementation is used.
3924 2007-09-23  Johannes Schmid <jhs@gnome.org>
3926         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
3927         Fixed typo
3928         
3929         * plugins/language-manager/language-manager.plugin.in:
3930         Marked UserActivatable=FALSE
3931         
3932         * plugins/language-manager/plugin.c: (load_languages),
3933         (language_manager_activate), (language_manager_deactivate),
3934         (language_manager_dispose), (language_manager_instance_init),
3935         (language_manager_find_mime_type), (language_manager_find_string),
3936         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
3937         (ilanguage_get_name), (ilanguage_get_strings):
3938         
3939         Fixed various stupid bugs in language-manager plugin
3940         
3941         * plugins/symbol-db/symbol-db-engine.c:
3942         (sdb_engine_second_pass_update_scope_1):
3943         
3944         Add a g_return_if_fail to avoid a crash though still unsure
3945         what's causing it.
3947 2007-09-23  Johannes Schmid <jhs@gnome.org>
3949         * plugins/symbol-db/plugin.c: (on_project_element_added),
3950         (sources_array_free), (sources_array_add_foreach),
3951         (project_root_added):
3952         * plugins/symbol-db/symbol-db-engine.c:
3953         (symbol_db_engine_add_new_files):
3954         * plugins/symbol-db/symbol-db-engine.h:
3955         
3956         Added support for other languages than "C" to symbol-db. Now
3957         supports all languages listed by the language-manager.
3959 2007-09-23  Tom <tpgww@onepost.net>
3961         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
3963         * configure.in:
3964         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
3965         
3966         * libanjuta/anjuta-glue-factory.c: (load_plugin),
3967         (anjuta_glue_factory_get_object_type):
3968         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3969         * plugins/build-basic-autotools/build-basic-autotools.c:
3970         (value_added_current_editor):
3971         * plugins/debug-manager/breakpoints.c:
3972         (breakpoints_dbase_edit_breakpoint),
3973         (on_toggle_breakpoint_activate):
3974         * plugins/debug-manager/plugin.c:
3975         (on_run_to_cursor_action_activate):
3976         * plugins/debug-manager/stack_trace.c:
3977         (dma_thread_update_stack_trace):
3978         * plugins/gdb/plugin.c:
3979         * plugins/glade/plugin.c: (ifile_open):
3980         * plugins/profiler/gprof-call-graph-view.c:
3981         * plugins/profiler/gprof-flat-profile-view.c:
3982         * plugins/profiler/gprof-function-call-tree-view.c:
3983         * plugins/profiler/gprof-options.c: (setup_widgets):
3984         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3985         * plugins/search/search-replace_backend.c:
3986         (file_buffer_new_from_te):
3987         * plugins/sourceview/assist-tip.c: (assist_tip_move):
3988         * plugins/sourceview/assist-window.c: (assist_window_set_property),
3989         (assist_window_get_property), (assist_window_move):
3990         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
3991         (value_added_current_editor):
3992         * plugins/symbol-db/plugin.c: (value_added_current_editor):
3993         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
3994         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
3995         
3996         Many small code, warnings and leak fixes
3998 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4000         * (removed) plugins/debug-manager/debugger.c,
4001         (removed) plugins/debug-manager/debugger.h,
4002         (added) plugins/debug-manager/command.c,
4003         (added) plugins/debug-manager/command.h,
4004         (added) plugins/debug-manager/queue.c,
4005         (added) plugins/debug-manager/queue.h,
4006         plugins/debug-manager/breakpoints.c,
4007         plugins/debug-manager/debug_tree.c,
4008         plugins/debug-manager/debug_tree.h,
4009         plugins/debug-manager/disassemble.c,
4010         plugins/debug-manager/disassemble.h,
4011         plugins/debug-manager/locals.c,
4012         plugins/debug-manager/locals.h,
4013         plugins/debug-manager/memory.c,
4014         plugins/debug-manager/memory.h,
4015         plugins/debug-manager/plugin.c,
4016         plugins/debug-manager/plugin.h,
4017         plugins/debug-manager/registers.c,
4018         plugins/debug-manager/registers.h,
4019         plugins/debug-manager/sharedlib.c,
4020         plugins/debug-manager/sharedlib.h,
4021         plugins/debug-manager/signals.c,
4022         plugins/debug-manager/signals.h,
4023         plugins/debug-manager/stack_trace.c,
4024         plugins/debug-manager/stack_trace.h,
4025         plugins/debug-manager/start.h,
4026         plugins/debug-manager/start.c,
4027         plugins/debug-manager/threads.c,
4028         plugins/debug-manager/threads.h,
4029         plugins/debug-manager/watch.c,
4030         plugins/debug-manager/watch.h,
4031         plugins/debug-manager/Makefile.am,
4032         plugins/gdb/debugger.c,
4033         plugins/gdb/debugger.h,
4034         plugins/gdb/plugin.c,
4035         libanjuta/interfaces/libanjuta.idl:
4036         Split debug-manager/debugger.c into command.c and queue.c
4037         Clean up debugger queue
4038         DmaDebuggerQueue object does not implement IAnjutaDebugger
4040 2007-09-23  Johannes Schmid <jhs@gnome.org>
4042         * configure.in:
4043         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4044         set correctly, etc.)
4045         
4046         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4047         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4048         (plugin_set_update):
4049         
4050         Show an error dialog instead of crashing when plugin loading fails
4052         * plugins/language-manager/Makefile.am:
4053         * plugins/language-manager/language-manager.plugin.in:
4054         * plugins/language-manager/languages.xml:
4055         * plugins/language-manager/plugin.c: (language_destroy),
4056         (load_languages), (language_manager_activate),
4057         (language_manager_deactivate), (language_manager_finalize),
4058         (language_manager_dispose), (language_manager_instance_init),
4059         (language_manager_class_init), (language_manager_find_mime_type),
4060         (language_manager_find_string), (ilanguage_get_from_mime_type),
4061         (ilanguage_get_from_string), (ilanguage_get_name),
4062         (ilanguage_get_strings), (ilanguage_iface_init):
4063         * plugins/language-manager/plugin.h:
4064         
4065         Added new language-manager plugin to have a better organisation for
4066         language names. The xml probabaly needs to be extended over time.
4067         
4068         * plugins/Makefile.am:
4069         * plugins/document-manager/plugin.c: (on_editor_changed):
4070         
4071         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4072         because it does not really save memory but makes tab switching slow.
4073         
4074         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4075         .in:
4076         * plugins/language-support-cpp-java/plugin.c: (install_support),
4077         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4078         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4079         unloading
4081         * plugins/language-support-cpp-java/cpp-java-assist.c:
4082         (cpp_java_assist_show_autocomplete):
4083         
4084         Fix autocomplete to only show valid completions
4086         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4087         Calltips always have correct size and position now
4089 2007-09-22  Johannes Schmid <jhs@gnome.org>
4091         * plugins/search/search-replace_backend.c: (get_next_match):
4092         Removed code introduced by accident that causes a crash.
4093         
4094         * plugins/sourceview/sourceview-tags.c:
4095         * plugins/sourceview/sourceview-tags.h:
4096         Removed ununsed files
4098 2007-09-22  Johannes Schmid <jhs@gnome.org>
4100         * plugins/language-support-cpp-java/cpp-java-assist.c:
4101         Fixed build error
4103 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4105         * plugins/language-support-cpp-java/cpp-java-assist.c:
4106         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4107         Increased matching brace search to 500 chars.
4109 2007-09-21  Johannes Schmid <jhs@gnome.org>
4111         * plugins/language-support-cpp-java/cpp-java-assist.c:
4112         (cpp_java_assist_get_pre_word),
4113         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4114         
4115         Added some profiling debug code
4116         
4117         * plugins/language-support-cpp-java/cpp-java-utils.c:
4118         (cpp_java_util_jump_to_matching_brace):
4119         * plugins/language-support-cpp-java/cpp-java-utils.h:
4120         * plugins/language-support-cpp-java/plugin.c:
4121         (get_line_indentation_base), (get_line_auto_indentation):
4122         
4123         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4124         avoid looping over the whole file when using calltips which is too slow and
4125         unneeded.
4126         
4127         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4128         (assist_tip_set_tips), (assist_tip_get_coordinates),
4129         (assist_tip_new):
4130         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4131         
4132         Better calltips appearance (use theme now) and avoid jumping
4133         calltips
4135 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4137         * plugins/document-manager/plugin.c:
4138         (update_editor_ui_interface_items):
4139         * plugins/language-support-cpp-java/plugin.c: (install_support),
4140         (uninstall_support): Moved autocomplete ui update code from
4141         document-manager to language-plugin.
4143 2007-09-21  Johannes Schmid <jhs@gnome.org>
4145         * libanjuta/interfaces/libanjuta.idl:
4146         
4147         Added IAnjutaLanguage interface (might still change...) for
4148         the upcoming language-manager plugin.
4149         
4150         * plugins/file-manager/Makefile.am:
4151         * plugins/file-manager/file-model.c:
4152         (file_model_cancel_expand_idle), (file_model_add_dummy),
4153         (file_model_expand_idle), (file_model_sort),
4154         (file_model_row_expanded), (file_model_row_collapsed),
4155         (file_model_init), (file_model_finalize),
4156         (file_model_set_property), (file_model_get_property),
4157         (file_model_class_init), (file_model_new), (file_model_refresh),
4158         (file_model_get_uri):
4159         * plugins/file-manager/file-model.h:
4160         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4161         (file_view_expand_row_idle), (file_view_refresh),
4162         (file_view_get_selected), (file_view_button_press_event),
4163         (file_view_selection_changed), (file_view_init),
4164         (file_view_get_property), (file_view_set_property),
4165         (file_view_finalize), (file_view_class_init):
4166         
4167         Split up model/view as far as possible and fixed some file-manager
4168         bugs (popup-menu and incorrect project loading).
4169         
4170         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4171         Use monospace font for tips.
4172         
4173         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4174         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4175         (icell_get_attribute), (icell_style_get_font_description),
4176         (icell_style_get_color), (icell_style_get_background_color),
4177         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4178         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4179         (iiter_get_length), (iiter_clone), (iiter_assign):
4181         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4182         interface. This is way faster though it has the drawback to create invalid
4183         iterators if the buffer is changed.
4185 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4187         * libanjuta/interfaces/libanjuta.idl:
4188         * plugins/document-manager/action-callbacks.c:
4189         * plugins/document-manager/anjuta-document-manager.ui:
4190         * plugins/document-manager/plugin.c: (register_stock_icons):
4191         * plugins/editor/text_editor.c:
4192         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4193         * plugins/language-support-cpp-java/cpp-java-assist.c:
4194         (cpp_java_assist_get_calltip_context):
4195         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4196         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4198         Moved autocomplete menu action from document-manager to assist plugin
4199         and got rid of deprecated autocomplete interface.
4201 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4203         * libanjuta/interfaces/libanjuta.idl:
4204         * plugins/editor/text_editor.c: (iassist_iface_init):
4205         * plugins/language-support-cpp-java/cpp-java-assist.c:
4206         (cpp_java_assist_check), (on_assist_chosen):
4207         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4208         Removed react() methods in both editors and assist interface. Assist
4209         plugin itself handles setting the autocomplete. Also fixed
4210         some mem leaks.
4212 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4214         * plugins/file-manager/Makefile.am:
4215         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4216         (file_view_expand_idle), (file_view_init):
4217         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4218         (file_manager_set_default_uri), (project_root_added),
4219         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4220         (file_manager_activate), (file_manager_deactivate),
4221         (file_manager_instance_init), (file_manager_class_init),
4222         (ifile_manager_set_root), (ifile_manager_set_selected),
4223         (ifile_manager_iface_init): Adjusted white spaces to match
4224         anjuta convention.
4226 2007-09-19  Naba Kumar  <naba@gnome.org>
4228         * libanjuta/interfaces/libanjuta.idl:
4229         * plugins/editor/text_editor.c: (text_editor_instance_init),
4230         (iassist_show_tips), (iassist_cancel_tips),
4231         (iassist_hide_suggestions), (iassist_iface_init):
4232         * plugins/editor/text_editor.h:
4233         * plugins/editor/text_editor_cbs.c:
4234         (on_text_editor_scintilla_notify):
4235         * plugins/language-support-cpp-java/cpp-java-assist.c:
4236         (is_scope_context_character), (is_word_character),
4237         (create_completion), (cpp_java_assist_get_scope_context),
4238         (cpp_java_assist_get_pre_word),
4239         (cpp_java_assist_get_scope_operator),
4240         (cpp_java_assist_destroy_completion_cache),
4241         (cpp_java_assist_create_scope_completion_cache),
4242         (cpp_java_assist_create_word_completion_cache),
4243         (cpp_java_assist_show_autocomplete),
4244         (cpp_java_assist_get_calltip_context),
4245         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4246         (on_editor_char_added), (on_assist_chosen),
4247         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4248         (cpp_java_assist_init), (cpp_java_assist_finalize):
4249         * plugins/language-support-cpp-java/cpp-java-assist.h:
4250         * plugins/language-support-cpp-java/plugin.c:
4251         (initialize_indentation_params):
4252         * plugins/sourceview/assist-tip.c:
4253         * plugins/sourceview/assist-tip.h:
4254         * plugins/sourceview/sourceview-private.h:
4255         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4256         (on_assist_tip_destroyed), (on_assist_cancel),
4257         (on_document_char_added), (iassist_get_suggestions),
4258         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4259         
4260         Implement state-less assistance so that assist can be evaluated
4261         any given time at any position. Changed IAnjutaEditorAssist interfance
4262         and implementations and removed any state management in editors.
4264 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4266         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4267         completion items sorting and avoided unnecssary sorts.
4269         * plugins/text-editor.c: Fixed state.
4271 2007-09-17  Johannes Schmid <jhs@gnome.org>
4273         * plugins/language-support-cpp-java/cpp-java-assist.c:
4274         (on_assist_begin):
4275         
4276         Fixed calltips in sourceview
4278 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4280         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4281         completion items preparation time. Fixed a crash bug.
4283         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4284         Set buffer size (From Massimo, required for symbol-db).
4286         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4287         for suggestions.
4289         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4290         change in API.
4292         * plugins/editor/aneditor-autocomplete.cxx,
4293         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4294         Added ANE_GETWORDBEFORECARAT command.
4296         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4297         using assist interface.
4299         * plugins/editor/text_editor.c: (text_editor_instance_init),
4300         (text_editor_get_word_before_carat),
4301         (text_editor_get_current_word), (iassist_add_trigger),
4302         (iassist_remove_trigger), (on_assist_canceled),
4303         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4304         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4305         * plugins/editor/text_editor.h:
4306         * plugins/editor/text_editor_cbs.c: (trigger_size),
4307         (max_trigger_size), (text_editor_check_assist),
4308         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4309         interface.
4311         * plugins/language-support-cpp-java/Makefile.am:
4312         * plugins/language-support-cpp-java/plugin.c:
4313         (get_line_indentation_base), (get_line_auto_indentation),
4314         (install_support), (uninstall_support),
4315         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4316         (cpp_java_plugin_instance_init):
4317         * plugins/language-support-cpp-java/plugin.h:
4318         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4319         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4320         Make assist a separate class.
4322 2007-09-14  Johannes Schmid <jhs@gnome.org>
4324         * plugins/sourceview/sourceview.c: (iassist_suggest):
4325         Fixed changed char_alignment paramter in language-support
4326         plugin
4328 2007-09-14  Naba Kumar  <naba@gnome.org>
4330         * plugins/language-support-cpp-java/plugin.c: Send the right
4331         'char_alignment' paramenter (needs fixing in sourceview).
4333 2007-09-13  Johannes Schmid <jhs@gnome.org>
4335         * anjuta.anjuta:
4336         * plugins/project-wizard/templates/minimal/project.anjuta:
4337         Use IAnjutaSymbolManager instead of loading the plugin directly.
4338         (TODO: Think of a version to do this for older files...)
4340         * configure.in:
4341         * plugins/Makefile.am:
4342         * plugins/symbol-db/Makefile.am:
4343         
4344         Build symbol-db plugin if libgda-3.0 is found
4346 2007-09-13  Johannes Schmid <jhs@gnome.org>
4348         * plugins/sourceview/Makefile.am:
4349         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4350         (set_uri):
4351         * plugins/sourceview/anjuta-document.h:
4352         Removed lots of dead code
4353         
4354         * plugins/sourceview/anjuta-languages-manager.c:
4355         * plugins/sourceview/anjuta-languages-manager.h:
4356         removed completely
4357         
4358         * plugins/sourceview/sourceview.c: (on_document_char_added),
4359         (on_document_loaded), (sourceview_instance_init),
4360         (iselect_get_start), (iselect_get_end),
4361         (ilanguage_get_supported_languages), (ilanguage_set_language):
4362         
4363         Fixed selection handling and make some adaptions for the changes 
4364         mentioned above
4366 2007-09-13  Johannes Schmid <jhs@gnome.org>
4368         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4369         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4370         (on_assist_update):
4371         
4372         Added preferences to language support completion/calltips
4373         
4374         * plugins/sourceview/assist-window.c: (assist_window_update):
4376         Always select first entry
4378         * plugins/sourceview/sourceview.glade:
4379         Removed old completion preferences
4381 2007-09-11  Naba Kumar  <naba@gnome.org>
4383         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4384         and possible crash when pressing ctrl+d in terminal after preferences
4385         window has been shown once (no need for backport).
4387         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4388         implementations to get warnings instead of crashes for unimplemented
4389         interface methods.
4391 2007-09-11   Massimo Cora' <maxcvs@email.it>
4393         Reviewed by: Naba Kumar  <naba@gnome.org>
4395         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4396         * plugins/symbol-db/*:
4397         Added new symbol-database backend based on SQLite 3.
4398         (does not enabled for build currently).
4400 2007-09-10  Johannes Schmid <jhs@gnome.org>
4402         * anjuta.anjuta:
4403         * configure.in:
4404         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4405         (parse_info_init), (parse_info_free), (valid_element),
4406         (start_element_handler), (end_element_handler), (text_handler),
4407         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4408         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4409         (egg_recent_model_monitor), (egg_recent_model_read),
4410         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4411         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4412         (egg_recent_model_set_property), (egg_recent_model_class_init),
4413         (egg_recent_model_init), (egg_recent_model_add_full),
4414         (egg_recent_model_delete), (egg_recent_model_get_list),
4415         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4416         (egg_recent_model_set_filter_mime_types),
4417         (egg_recent_model_clear_group_filter),
4418         (egg_recent_model_set_filter_groups),
4419         (egg_recent_model_clear_scheme_filter),
4420         (egg_recent_model_set_filter_uri_schemes),
4421         (egg_recent_model_remove_expired):
4422         
4423         Update EggRecent (#456465)
4425 2007-09-10  Johannes Schmid <jhs@gnome.org>
4427         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4428         (anjuta_plugin_manager_get_plugin):
4429         * plugins/profiler/gprof-call-graph-view.c:
4430         (gprof_call_graph_view_create_columns):
4431         * plugins/profiler/gprof-flat-profile-view.c:
4432         (gprof_flat_profile_view_create_columns):
4433         * plugins/profiler/gprof-function-call-tree-view.c:
4434         (gprof_function_call_tree_view_create_columns):
4435         
4436         Fixed #466031 – Update of pieces of menus for Localization
4438 2007-09-10  Johannes Schmid <jhs@gnome.org>
4440         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4441         Bug 343522 – anjuta: Unable to execute commands that use options.
4443 2007-09-09  Johannes Schmid <jhs@gnome.org>
4445         * plugins/document-manager/anjuta-docman.c:
4446         (anjuta_docman_update_page_label):
4447         
4448         Fixed #458034 – Method of indicating unsaved changes breaks convention
4449         
4450         * plugins/document-manager/plugin.c: (update_title),
4451         (value_added_project_root_uri), (value_removed_project_root_uri),
4452         (on_editor_changed), (activate_plugin):
4453         * plugins/document-manager/plugin.h:
4454         * plugins/project-manager/plugin.c: (on_profile_scoped),
4455         (on_profile_descoped), (ifile_open):
4456         
4457         Fixed #427390 – Show path of item in currently focused editor window
4459 2007-09-09  Johannes Schmid <jhs@gnome.org>
4461         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4462         (on_toolbar_find_incremental):
4463         Fix incremental search
4464         
4465         * plugins/sourceview/sourceview.c: (on_document_char_added),
4466         (set_select):
4467         Fixed selection management
4469 2007-09-09  Johannes Schmid <jhs@gnome.org>
4471         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4472         Fixed memory leak
4474         * libanjuta/interfaces/libanjuta.idl:
4475         Extended IAnjutaEditorAssist interface
4476         
4477         * plugins/language-support-cpp-java/plugin.c:
4478         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4479         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4480         (context_character), (get_context), (function_parser),
4481         (cpp_member_parser), (install_assist), (uninstall_assist),
4482         (get_line_indentation_base), (get_line_auto_indentation),
4483         (install_support), (uninstall_support),
4484         (on_value_added_current_editor), (on_value_removed_current_editor),
4485         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4486         * plugins/language-support-cpp-java/plugin.h:
4487         
4488         Improved fixed editor assistance and added support for function/method
4489         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4490         
4491         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4492         Removed a FIXME
4493         
4494         * plugins/project-import/project-import.c: (on_import_next):
4495         Added a non-NULL check with could probably fix #474843 but not sure
4496         
4497         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4498         Fixed anjuta-plugin project wizard
4499         
4500         * plugins/sourceview/Makefile.am:
4501         * plguins/sourceview/assist-tip.[ch]:
4502         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4503         (anjuta_view_key_press_event):
4504         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4505         (assist_window_init), (assist_window_update), (assist_window_new):
4506         * plugins/sourceview/sourceview-private.h:
4507         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4508         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4509         (trigger_size), (max_trigger_size), (on_document_char_added),
4510         (sourceview_dispose), (ieditor_get_current_word),
4511         (iassist_add_trigger), (iassist_init_suggestions),
4512         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4513         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4514         
4515         Big update on sourceview assist capabilites. Autocompletion should
4516         now work much better and function tooltips are finally supported!
4518         * plugins/sourceview/anjuta-document.h:
4519         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4520         (anjuta_document_get_current_word):
4521         Fixed get_current_word (inspired by aneditor.cxx implementation)
4523         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4524         (icell_get_attribute):
4525         Fixed get_attribute() to also detect character constants.
4526         Simplified get_char()
4528         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4529         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4530         (isymbol_manager_get_completions_at_position):
4531         
4532         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4534 2007-09-04  Naba Kumar  <naba@gnome.org>
4536         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4537         projects that can not add sources.
4539         * plugins/file-wizard/file.c: Similarly for file wizard,
4540         Do not enable 'Add to project' projects that can not add sources.
4542 2007-09-04  Naba Kumar  <naba@gnome.org>
4544         * configure.in: Bumped gnome-build requirement to 0.2.0
4545         for project capabilities support.
4547         * plugins/project-manager/plugin.c: Enable/disable project
4548         actions based on project capabilities. Fixes bug #433552:
4549         crash in Anjuta IDE: add file test.h in project on generic
4550         Makefile.
4552         * libanjuta/interfaces/libanjuta.idl: Added method to query
4553         project capabilities.
4555 2007-09-03  Naba Kumar  <naba@gnome.org>
4557         * plugins/file-manager/plugin.c: Set shadow type IN.
4558         * plugins/file-manager/file-view.c: Fixed code style.
4559         * plugins/file-manager/file-view.c: Fixed icons column to size
4560         properly.
4562         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4564         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4565         unmonitors project-uri on file-manager deactivation.
4567         * TODO.tasks: Updated
4569 2007-09-02  Johannes Schmid <jhs@gnome.org>
4571         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4572         Fixed memory leak
4573         
4574         * plugins/file-manager/file-view.c: (file_view_get_selected),
4575         (file_view_button_press_event), (file_view_finalize):
4576         * plugins/file-manager/plugin.c: (project_root_removed),
4577         (file_manager_deactivate):
4578         
4579         Fixed some small bugs I missed before
4581 2007-09-02  Johannes Schmid <jhs@gnome.org>
4583         * plugins/file-manager/*:
4584         Added new and file-manager
4586 2007-09-02  Johannes Schmid <jhs@gnome.org>
4588         * plugins/file-manager/*:
4589         Removed old file-manager
4591 2007-08-31  Johannes Schmid <jhs@gnome.org>
4593         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4594         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4595         
4596         Fixed some memory leaks
4597         
4598         * MAINTAINERS: Fixed
4599         
4600 2007-08-31  Johannes Schmid <jhs@gnome.org>
4602         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4603         (get_property_value_as_string), (set_property_value_as_string),
4604         (register_callbacks), (preferences_foreach_callback),
4605         (anjuta_preferences_register_property_raw):
4606         * libanjuta/anjuta-preferences.h:
4607         * plugins/build-basic-autotools/build-basic-autotools.c:
4608         (on_build_mesg_format):
4609         * plugins/document-manager/anjuta-document-manager.glade:
4610         * plugins/message-view/anjuta-message-manager-plugin.glade:
4611         
4612         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4613         broken message view preferences
4614         
4615         * plugins/message-view/message-view.c:
4616         (message_view_instance_init), (pref_change_color), (prefs_init),
4617         (imessage_view_append):
4618         Cleaned up message view (#458041)
4619         
4620         * src/shell.c: (on_preferences_activate),
4621         (anjuta_test_shell_instance_init),
4622         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4623         Fixed test shell to allow better debugging
4624         
4625 2007-08-31  Johannes Schmid <jhs@gnome.org>
4627         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4628         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4629         * plugins/gtodo/main.h:
4630         * plugins/gtodo/plugin.c: (activate_plugin):
4631         
4632         Fixed #423467 (View->Tasks menu items are not 
4633         checked on startup)
4635 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4637         reviewed by: Johannes Schmid <jhs@gnome.org>
4639         * COPYING:
4640         * data/welcome.txt.in:
4641         * launcher/anjuta_launcher.c:
4642         * libanjuta/anjuta-children.c:
4643         * libanjuta/anjuta-children.h:
4644         * libanjuta/anjuta-debug.h:
4645         * libanjuta/anjuta-encodings.c:
4646         * libanjuta/anjuta-encodings.h:
4647         * libanjuta/anjuta-glue-c.c:
4648         * libanjuta/anjuta-glue-c.h:
4649         * libanjuta/anjuta-plugin-description.c:
4650         * libanjuta/anjuta-plugin-description.h:
4651         * libanjuta/anjuta-plugin-handle.c:
4652         * libanjuta/anjuta-plugin-handle.h:
4653         * libanjuta/anjuta-plugin-manager.c:
4654         * libanjuta/anjuta-plugin-manager.h:
4655         * libanjuta/anjuta-plugin.c:
4656         * libanjuta/anjuta-plugin.h:
4657         * libanjuta/anjuta-preferences.c:
4658         * libanjuta/anjuta-preferences.h:
4659         * libanjuta/anjuta-profile-manager.c:
4660         * libanjuta/anjuta-profile-manager.h:
4661         * libanjuta/anjuta-profile.c:
4662         * libanjuta/anjuta-profile.h:
4663         * libanjuta/anjuta-save-prompt.c:
4664         * libanjuta/anjuta-save-prompt.h:
4665         * libanjuta/anjuta-serializer.c:
4666         * libanjuta/anjuta-serializer.h:
4667         * libanjuta/anjuta-session.c:
4668         * libanjuta/anjuta-session.h:
4669         * libanjuta/anjuta-shell.c:
4670         * libanjuta/anjuta-shell.h:
4671         * libanjuta/anjuta-status.c:
4672         * libanjuta/anjuta-status.h:
4673         * libanjuta/anjuta-ui.c:
4674         * libanjuta/anjuta-ui.h:
4675         * libanjuta/anjuta-utils-priv.h:
4676         * libanjuta/anjuta-utils.c:
4677         * libanjuta/anjuta-utils.h:
4678         * libanjuta/cell-renderer-captioned-image.c:
4679         * libanjuta/cell-renderer-captioned-image.h:
4680         * libanjuta/e-splash.c:
4681         * libanjuta/e-splash.h:
4682         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4683         * libanjuta/interfaces/libanjuta.idl:
4684         * libanjuta/libanjuta.h:
4685         * libanjuta/resources.c:
4686         * libanjuta/resources.h:
4687         * libegg/egg-cell-renderer-text.c:
4688         * libegg/egg-combo-action.c:
4689         * libegg/egg-entry-action.c:
4690         * libegg/egg-recent-action.c:
4691         * libegg/egg-recent-files-module.c:
4692         * libegg/egg-recent-item.c:
4693         * libegg/egg-recent-model.c:
4694         * libegg/egg-recent-view-gtk.c:
4695         * libegg/egg-recent-view.c:
4696         * libegg/egg-submenu-action.c:
4697         * libegg/eggaccelerators.c:
4698         * libegg/eggcellrendererpopup.c:
4699         * libegg/eggcomboselect.c:
4700         * libegg/eggtreemodelfilter.c:
4701         * libegg/eggtreemultidnd.c:
4702         * libegg/gtkcellview.h:
4703         * libegg/treeviewutils/egg-cell-renderer-text.h:
4704         * libegg/treeviewutils/eggaccelerators.h:
4705         * libegg/treeviewutils/eggcellrendererkeys.h:
4706         * libegg/treeviewutils/eggcellrendererpopup.h:
4707         * libegg/treeviewutils/eggtreemodelfilter.h:
4708         * libegg/treeviewutils/eggtreemultidnd.h:
4709         * libegg/treeviewutils/eggtreeviewstate.h:
4710         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4711         * manuals/anjuta-faqs/Makefile.am:
4712         * manuals/anjuta-manual/C/anjuta-manual.xml:
4713         * manuals/anjuta-manual/C/license.xml:
4714         * manuals/anjuta-manual/es/es.po:
4715         * manuals/anjuta-manual/sv/sv.po:
4716         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4717         ml:
4718         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4719         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4720         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4721         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4722         * manuals/old/ja/anjuta-manual/license.xml:
4723         * plugins/build-basic-autotools/build-basic-autotools.c:
4724         * plugins/build-basic-autotools/build-basic-autotools.h:
4725         * plugins/build-basic-autotools/executer.c:
4726         * plugins/build-basic-autotools/executer.h:
4727         * plugins/build/build_file.c:
4728         * plugins/build/build_file.h:
4729         * plugins/build/build_project.c:
4730         * plugins/build/build_project.h:
4731         * plugins/build/clean_project.c:
4732         * plugins/build/clean_project.h:
4733         * plugins/build/commands.c:
4734         * plugins/build/commands.h:
4735         * plugins/build/compile.c:
4736         * plugins/build/compile.h:
4737         * plugins/build/compiler_options.c:
4738         * plugins/build/compiler_options.h:
4739         * plugins/build/configurer.c:
4740         * plugins/build/configurer.h:
4741         * plugins/build/executer.c:
4742         * plugins/build/executer.h:
4743         * plugins/class-gen/cell-renderer-flags.c:
4744         * plugins/class-gen/cell-renderer-flags.h:
4745         * plugins/class-gen/combo-flags.c:
4746         * plugins/class-gen/combo-flags.h:
4747         * plugins/class-gen/element-editor.c:
4748         * plugins/class-gen/element-editor.h:
4749         * plugins/class-gen/generator.c:
4750         * plugins/class-gen/generator.h:
4751         * plugins/class-gen/plugin.c:
4752         * plugins/class-gen/plugin.h:
4753         * plugins/class-gen/transform.c:
4754         * plugins/class-gen/transform.h:
4755         * plugins/class-gen/validator.c:
4756         * plugins/class-gen/validator.h:
4757         * plugins/class-gen/window.c:
4758         * plugins/class-gen/window.h:
4759         * plugins/class-inheritance/class-callbacks.c:
4760         * plugins/class-inheritance/class-callbacks.h:
4761         * plugins/class-inheritance/class-inherit.c:
4762         * plugins/class-inheritance/class-inherit.h:
4763         * plugins/class-inheritance/plugin.c:
4764         * plugins/class-inheritance/plugin.h:
4765         * plugins/cvs-plugin/cvs-actions.c:
4766         * plugins/cvs-plugin/cvs-actions.h:
4767         * plugins/cvs-plugin/cvs-callbacks.c:
4768         * plugins/cvs-plugin/cvs-callbacks.h:
4769         * plugins/cvs-plugin/cvs-execute.c:
4770         * plugins/cvs-plugin/cvs-execute.h:
4771         * plugins/cvs-plugin/cvs-interface.c:
4772         * plugins/cvs-plugin/cvs-interface.h:
4773         * plugins/cvs-plugin/plugin.c:
4774         * plugins/cvs-plugin/plugin.h:
4775         * plugins/debug-manager/breakpoints.c:
4776         * plugins/debug-manager/breakpoints.h:
4777         * plugins/debug-manager/chunk_view.c:
4778         * plugins/debug-manager/chunk_view.h:
4779         * plugins/debug-manager/data_buffer.c:
4780         * plugins/debug-manager/data_buffer.h:
4781         * plugins/debug-manager/data_view.c:
4782         * plugins/debug-manager/data_view.h:
4783         * plugins/debug-manager/debug_tree.c:
4784         * plugins/debug-manager/debug_tree.h:
4785         * plugins/debug-manager/debugger.c:
4786         * plugins/debug-manager/debugger.h:
4787         * plugins/debug-manager/disassemble.c:
4788         * plugins/debug-manager/disassemble.h:
4789         * plugins/debug-manager/info.c:
4790         * plugins/debug-manager/info.h:
4791         * plugins/debug-manager/locals.c:
4792         * plugins/debug-manager/locals.h:
4793         * plugins/debug-manager/memory.c:
4794         * plugins/debug-manager/memory.h:
4795         * plugins/debug-manager/plugin.c:
4796         * plugins/debug-manager/plugin.h:
4797         * plugins/debug-manager/registers.c:
4798         * plugins/debug-manager/registers.h:
4799         * plugins/debug-manager/sexy-icon-entry.c:
4800         * plugins/debug-manager/sexy-icon-entry.h:
4801         * plugins/debug-manager/sharedlib.c:
4802         * plugins/debug-manager/sharedlib.h:
4803         * plugins/debug-manager/signals.c:
4804         * plugins/debug-manager/signals.h:
4805         * plugins/debug-manager/sparse_buffer.c:
4806         * plugins/debug-manager/sparse_buffer.h:
4807         * plugins/debug-manager/sparse_view.c:
4808         * plugins/debug-manager/sparse_view.h:
4809         * plugins/debug-manager/stack_trace.c:
4810         * plugins/debug-manager/stack_trace.h:
4811         * plugins/debug-manager/start.c:
4812         * plugins/debug-manager/start.h:
4813         * plugins/debug-manager/threads.c:
4814         * plugins/debug-manager/threads.h:
4815         * plugins/debug-manager/utilities.c:
4816         * plugins/debug-manager/utilities.h:
4817         * plugins/debug-manager/watch.c:
4818         * plugins/debug-manager/watch.h:
4819         * plugins/devhelp/htmlview.c:
4820         * plugins/devhelp/htmlview.h:
4821         * plugins/document-manager/action-callbacks.c:
4822         * plugins/document-manager/action-callbacks.h:
4823         * plugins/document-manager/anjuta-docman.c:
4824         * plugins/document-manager/anjuta-docman.h:
4825         * plugins/document-manager/editor-tooltips.c:
4826         * plugins/document-manager/editor-tooltips.h:
4827         * plugins/document-manager/file_history.c:
4828         * plugins/document-manager/file_history.h:
4829         * plugins/document-manager/indent-dialog.c:
4830         * plugins/document-manager/indent-dialog.h:
4831         * plugins/document-manager/indent-util.c:
4832         * plugins/document-manager/indent-util.h:
4833         * plugins/document-manager/plugin.c:
4834         * plugins/editor/aneditor-autocomplete.cxx:
4835         * plugins/editor/aneditor-calltip.cxx:
4836         * plugins/editor/aneditor-indent.cxx:
4837         * plugins/editor/aneditor-priv.h:
4838         * plugins/editor/aneditor.cxx:
4839         * plugins/editor/aneditor.h:
4840         * plugins/editor/lexer.h:
4841         * plugins/editor/plugin.c:
4842         * plugins/editor/plugin.h:
4843         * plugins/editor/print.c:
4844         * plugins/editor/print.h:
4845         * plugins/editor/properties.h:
4846         * plugins/editor/properties_cxx.h:
4847         * plugins/editor/style-editor.c:
4848         * plugins/editor/style-editor.h:
4849         * plugins/editor/text-editor-iterable.c:
4850         * plugins/editor/text-editor-iterable.h:
4851         * plugins/editor/text_editor.c:
4852         * plugins/editor/text_editor.h:
4853         * plugins/editor/text_editor_cbs.c:
4854         * plugins/editor/text_editor_cbs.h:
4855         * plugins/editor/text_editor_menu.c:
4856         * plugins/editor/text_editor_menu.h:
4857         * plugins/editor/text_editor_prefs.c:
4858         * plugins/editor/text_editor_prefs.h:
4859         * plugins/file-loader/dnd.c:
4860         * plugins/file-loader/dnd.h:
4861         * plugins/file-loader/plugin.c:
4862         * plugins/file-manager/an_file_view.c:
4863         * plugins/file-manager/plugin.c:
4864         * plugins/file-wizard/file.c:
4865         * plugins/file-wizard/file.h:
4866         * plugins/file-wizard/plugin.c:
4867         * plugins/file-wizard/plugin.h:
4868         * plugins/gdb/debugger.c:
4869         * plugins/gdb/debugger.h:
4870         * plugins/gdb/gdbmi-test.c:
4871         * plugins/gdb/gdbmi.c:
4872         * plugins/gdb/gdbmi.h:
4873         * plugins/gdb/global.h:
4874         * plugins/gdb/parser.c:
4875         * plugins/gdb/parser.h:
4876         * plugins/gdb/plugin.c:
4877         * plugins/gdb/plugin.h:
4878         * plugins/gdb/utilities.c:
4879         * plugins/gdb/utilities.h:
4880         * plugins/glade/plugin.c:
4881         * plugins/glade/plugin.h:
4882         * plugins/gtodo/egg-datetime.c:
4883         * plugins/gtodo/egg-datetime.h:
4884         * plugins/gtodo/eggtrayicon.c:
4885         * plugins/gtodo/eggtrayicon.h:
4886         * plugins/gtodo/plugin.c:
4887         * plugins/gvim/anjuta-vim.c:
4888         * plugins/gvim/anjuta-vim.h:
4889         * plugins/gvim/gtkvim.c:
4890         * plugins/gvim/gtkvim.h:
4891         * plugins/gvim/plugin.c:
4892         * plugins/gvim/plugin.h:
4893         * plugins/language-support-cpp-java/plugin.c:
4894         * plugins/language-support-cpp-java/plugin.h:
4895         * plugins/macro/macro-actions.c:
4896         * plugins/macro/macro-actions.h:
4897         * plugins/macro/macro-db.c:
4898         * plugins/macro/macro-db.h:
4899         * plugins/macro/macro-dialog.c:
4900         * plugins/macro/macro-dialog.h:
4901         * plugins/macro/macro-edit.c:
4902         * plugins/macro/macro-edit.h:
4903         * plugins/macro/macro-util.c:
4904         * plugins/macro/macro-util.h:
4905         * plugins/macro/plugin.c:
4906         * plugins/macro/plugin.h:
4907         * plugins/message-view/anjuta-msgman.c:
4908         * plugins/message-view/anjuta-msgman.h:
4909         * plugins/message-view/message-view.c:
4910         * plugins/message-view/message-view.h:
4911         * plugins/message-view/plugin.c:
4912         * plugins/message-view/plugin.h:
4913         * plugins/patch/patch-plugin.c:
4914         * plugins/patch/patch-plugin.h:
4915         * plugins/patch/plugin.c:
4916         * plugins/patch/plugin.h:
4917         * plugins/profiler/gprof-call-graph-block-entry.c:
4918         * plugins/profiler/gprof-call-graph-block-entry.h:
4919         * plugins/profiler/gprof-call-graph-block.c:
4920         * plugins/profiler/gprof-call-graph-block.h:
4921         * plugins/profiler/gprof-call-graph-view.c:
4922         * plugins/profiler/gprof-call-graph-view.h:
4923         * plugins/profiler/gprof-call-graph.c:
4924         * plugins/profiler/gprof-call-graph.h:
4925         * plugins/profiler/gprof-flat-profile-entry.c:
4926         * plugins/profiler/gprof-flat-profile-entry.h:
4927         * plugins/profiler/gprof-flat-profile-view.c:
4928         * plugins/profiler/gprof-flat-profile-view.h:
4929         * plugins/profiler/gprof-flat-profile.c:
4930         * plugins/profiler/gprof-flat-profile.h:
4931         * plugins/profiler/gprof-function-call-chart-view.c:
4932         * plugins/profiler/gprof-function-call-chart-view.h:
4933         * plugins/profiler/gprof-function-call-tree-view.c:
4934         * plugins/profiler/gprof-function-call-tree-view.h:
4935         * plugins/profiler/gprof-options.c:
4936         * plugins/profiler/gprof-options.h:
4937         * plugins/profiler/gprof-profile-data.c:
4938         * plugins/profiler/gprof-profile-data.h:
4939         * plugins/profiler/gprof-view-manager.c:
4940         * plugins/profiler/gprof-view-manager.h:
4941         * plugins/profiler/gprof-view.c:
4942         * plugins/profiler/gprof-view.h:
4943         * plugins/profiler/plugin.c:
4944         * plugins/profiler/plugin.h:
4945         * plugins/profiler/string-utils.c:
4946         * plugins/profiler/string-utils.h:
4947         * plugins/project-import/plugin.c:
4948         * plugins/project-import/plugin.h:
4949         * plugins/project-import/project-import.c:
4950         * plugins/project-import/project-import.h:
4951         * plugins/project-manager/plugin.c:
4952         * plugins/project-manager/plugin.h:
4953         * plugins/project-wizard/action.c:
4954         * plugins/project-wizard/action.h:
4955         * plugins/project-wizard/autogen.c:
4956         * plugins/project-wizard/autogen.h:
4957         * plugins/project-wizard/druid.c:
4958         * plugins/project-wizard/druid.h:
4959         * plugins/project-wizard/file.c:
4960         * plugins/project-wizard/file.h:
4961         * plugins/project-wizard/header.c:
4962         * plugins/project-wizard/header.h:
4963         * plugins/project-wizard/install.c:
4964         * plugins/project-wizard/install.h:
4965         * plugins/project-wizard/parser.c:
4966         * plugins/project-wizard/parser.h:
4967         * plugins/project-wizard/plugin.c:
4968         * plugins/project-wizard/plugin.h:
4969         * plugins/project-wizard/property.c:
4970         * plugins/project-wizard/property.h:
4971         * plugins/project-wizard/values.c:
4972         * plugins/project-wizard/values.h:
4973         * plugins/sample1/plugin.c:
4974         * plugins/search/plugin.c:
4975         * plugins/search/plugin.h:
4976         * plugins/search/search-replace_backend.c:
4977         * plugins/search/search-replace_backend.h:
4978         * plugins/search/search_preferences.c:
4979         * plugins/sourceview/anjuta-convert.c:
4980         * plugins/sourceview/anjuta-convert.h:
4981         * plugins/sourceview/anjuta-document-loader.c:
4982         * plugins/sourceview/anjuta-document-loader.h:
4983         * plugins/sourceview/anjuta-document-saver.c:
4984         * plugins/sourceview/anjuta-document-saver.h:
4985         * plugins/sourceview/anjuta-document.c:
4986         * plugins/sourceview/anjuta-document.h:
4987         * plugins/sourceview/anjuta-encodings.c:
4988         * plugins/sourceview/anjuta-encodings.h:
4989         * plugins/sourceview/anjuta-languages-manager.c:
4990         * plugins/sourceview/anjuta-languages-manager.h:
4991         * plugins/sourceview/anjuta-utils.c:
4992         * plugins/sourceview/anjuta-utils.h:
4993         * plugins/sourceview/anjuta-view.c:
4994         * plugins/sourceview/anjuta-view.h:
4995         * plugins/sourceview/assist-window.c:
4996         * plugins/sourceview/assist-window.h:
4997         * plugins/sourceview/sourceview-cell.c:
4998         * plugins/sourceview/sourceview-cell.h:
4999         * plugins/sourceview/sourceview-prefs.c:
5000         * plugins/sourceview/sourceview-prefs.h:
5001         * plugins/sourceview/sourceview-print.c:
5002         * plugins/sourceview/sourceview-print.h:
5003         * plugins/sourceview/sourceview-private.h:
5004         * plugins/sourceview/sourceview-tags.c:
5005         * plugins/sourceview/sourceview-tags.h:
5006         * plugins/sourceview/sourceview.c:
5007         * plugins/sourceview/sourceview.h:
5008         * plugins/subversion/plugin.c:
5009         * plugins/subversion/plugin.h:
5010         * plugins/subversion/subversion-actions.c:
5011         * plugins/subversion/subversion-actions.h:
5012         * plugins/subversion/subversion-callbacks.c:
5013         * plugins/subversion/subversion-callbacks.h:
5014         * plugins/subversion/svn-auth.c:
5015         * plugins/subversion/svn-auth.h:
5016         * plugins/subversion/svn-backend-priv.h:
5017         * plugins/subversion/svn-backend.c:
5018         * plugins/subversion/svn-backend.h:
5019         * plugins/subversion/svn-notify.c:
5020         * plugins/subversion/svn-notify.h:
5021         * plugins/subversion/svn-thread.c:
5022         * plugins/subversion/svn-thread.h:
5023         * plugins/symbol-browser/an_symbol.c:
5024         * plugins/symbol-browser/an_symbol.h:
5025         * plugins/symbol-browser/an_symbol_info.c:
5026         * plugins/symbol-browser/an_symbol_info.h:
5027         * plugins/symbol-browser/an_symbol_iter.c:
5028         * plugins/symbol-browser/an_symbol_iter.h:
5029         * plugins/symbol-browser/an_symbol_prefs.c:
5030         * plugins/symbol-browser/an_symbol_prefs.h:
5031         * plugins/symbol-browser/an_symbol_search.c:
5032         * plugins/symbol-browser/an_symbol_search.h:
5033         * plugins/symbol-browser/an_symbol_view.c:
5034         * plugins/symbol-browser/an_symbol_view.h:
5035         * plugins/symbol-browser/plugin.c:
5036         * plugins/symbol-browser/plugin.h:
5037         * plugins/terminal/terminal.c:
5038         * plugins/tools/dialog.c:
5039         * plugins/tools/dialog.h:
5040         * plugins/tools/editor.c:
5041         * plugins/tools/editor.h:
5042         * plugins/tools/execute.c:
5043         * plugins/tools/execute.h:
5044         * plugins/tools/fileop.c:
5045         * plugins/tools/fileop.h:
5046         * plugins/tools/plugin.c:
5047         * plugins/tools/plugin.h:
5048         * plugins/tools/scripts/find-fixmes.pl:
5049         * plugins/tools/scripts/translation-status.pl:
5050         * plugins/tools/tool.c:
5051         * plugins/tools/tool.h:
5052         * plugins/tools/variable.c:
5053         * plugins/tools/variable.h:
5054         * plugins/valgrind/ldd.c:
5055         * plugins/valgrind/ldd.h:
5056         * plugins/valgrind/list.c:
5057         * plugins/valgrind/list.h:
5058         * plugins/valgrind/menu-utils.c:
5059         * plugins/valgrind/menu-utils.h:
5060         * plugins/valgrind/parser.c:
5061         * plugins/valgrind/parser.h:
5062         * plugins/valgrind/plugin.c:
5063         * plugins/valgrind/plugin.h:
5064         * plugins/valgrind/preferences.c:
5065         * plugins/valgrind/preferences.h:
5066         * plugins/valgrind/process.c:
5067         * plugins/valgrind/process.h:
5068         * plugins/valgrind/symtab.c:
5069         * plugins/valgrind/symtab.h:
5070         * plugins/valgrind/vgactions.c:
5071         * plugins/valgrind/vgactions.h:
5072         * plugins/valgrind/vgcachegrindprefs.c:
5073         * plugins/valgrind/vgcachegrindprefs.h:
5074         * plugins/valgrind/vgdefaultview.c:
5075         * plugins/valgrind/vgdefaultview.h:
5076         * plugins/valgrind/vgerror.c:
5077         * plugins/valgrind/vgerror.h:
5078         * plugins/valgrind/vggeneralprefs.c:
5079         * plugins/valgrind/vggeneralprefs.h:
5080         * plugins/valgrind/vghelgrindprefs.c:
5081         * plugins/valgrind/vghelgrindprefs.h:
5082         * plugins/valgrind/vgio.c:
5083         * plugins/valgrind/vgio.h:
5084         * plugins/valgrind/vgmemcheckprefs.c:
5085         * plugins/valgrind/vgmemcheckprefs.h:
5086         * plugins/valgrind/vgrule-editor.c:
5087         * plugins/valgrind/vgrule-editor.h:
5088         * plugins/valgrind/vgrule-list.c:
5089         * plugins/valgrind/vgrule-list.h:
5090         * plugins/valgrind/vgrule.c:
5091         * plugins/valgrind/vgrule.h:
5092         * plugins/valgrind/vgrulepattern.c:
5093         * plugins/valgrind/vgrulepattern.h:
5094         * plugins/valgrind/vgsearchbar.c:
5095         * plugins/valgrind/vgsearchbar.h:
5096         * plugins/valgrind/vgstrpool.c:
5097         * plugins/valgrind/vgstrpool.h:
5098         * plugins/valgrind/vgtoolprefs.c:
5099         * plugins/valgrind/vgtoolprefs.h:
5100         * plugins/valgrind/vgtoolview.c:
5101         * plugins/valgrind/vgtoolview.h:
5102         * src/about.c:
5103         * src/about.h:
5104         * src/action-callbacks.c:
5105         * src/action-callbacks.h:
5106         * src/anjuta-actions.h:
5107         * src/anjuta-app.c:
5108         * src/anjuta-app.h:
5109         * src/anjuta-callbacks.c:
5110         * src/anjuta-callbacks.h:
5111         * src/anjuta.c:
5112         * src/anjuta.h:
5113         * src/anjuta_cbs.c:
5114         * src/bacon-message-connection.c:
5115         * src/bacon-message-connection.h:
5116         * src/getline.c:
5117         * src/main.c:
5118         * src/shell.c:
5119         * src/shell.h:
5120         * src/start-with.c:
5121         * src/start-with.h:
5122         * src/utilities.c:
5123         * src/utilities.h:
5124         * tagmanager/options.c:
5125         
5126         Change the address of FSF in various files
5128 2007-08-30  Johannes Schmid <jhs@gnome.org>
5130         * anjuta.glade:
5131         * anjuta.gladep:
5132         Removed because they are no longer in use
5133         
5134         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5135         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5136         Marked some strings as not translatable
5138         * plugins/search/search-replace.c: (list_max_items):
5139         Fixed a possible memory corruption
5141         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5142         Do not show menuitems for locked layout items
5144         * src/main.c: (main):
5145         Some minor style correction in gnome_init
5147 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5149         * plugins/debug-manager/debugger.c,
5150         plugins/debug-manager/breakpoints.c,
5151         plugins/gdb/plugin.c,
5152         plugins/gdb/debugger.c,
5153         libanjuta/interfaces/libanjuta.idl:
5154         Move all breakpoints functions from IAnjutaDebugger to a new
5155         IAnjutaBreakpointDebugger interface
5157 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5159         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5160         * plugins/debug-manager/plugin.c,
5161         plugins/debug-manager/breakpoints.c,
5162         plugins/tools/execute.c,
5163         plugins/project-wizard/plugin.c,
5164         plugins/build-basic-autotools/executer.c,
5165         plugins/gdb/debugger.c,
5166         plugins/profiler/gprof-options.h,
5167         plugins/sourceview/assist-window.h,
5168         plugins/class-gen/transform.c,
5169         libanjuta/anjuta-plugin-description.c,
5170         libanjuta/anjuta-status.c,
5171         libanjuta/anjuta-glue-c.c,
5172         libanjuta/anjuta-glue-cpp.c,
5173         plugins/symbol-browser/an_symbol_prefs.c:
5174         Fix warnings mostly "dereferencing type-punned pointer"
5175         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5177 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5179         * plugins/debug-manager/breakpoints.c,
5180         plugins/debug-manager/debugger.c:
5181         Avoid an endless loop if clearing all breakpoints while the programm
5182         is running
5184 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5186         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5187         * plugins/debug-manager/plugin.c:
5188         Fix a segmentation fault added in the previous patch
5190 2007-07-21  Johannes Schmid <jhs@gnome.org>
5192         * plugins/build-basic-autotools/executer.c:
5193         (get_program_parameters):
5194         
5195         Show an error dialog if no targets are availible instead of
5196         just returning
5198 2007-07-20  Johannes Schmid <jhs@gnome.org>
5200         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5201         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5202         * libanjuta/anjuta-shell.h:
5203         * plugins/document-manager/plugin.c: (activate_plugin):
5204         * plugins/glade/anjuta-design-document.c:
5205         * plugins/glade/plugin.c: (glade_update_ui):
5206         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5207         (anjuta_shell_iface_init):
5208         * src/shell.c: (anjuta_test_shell_add_widget),
5209         (anjuta_shell_iface_init):
5210         
5211         Make the document manager undockable (#458038)
5213 2007-07-20  Johannes Schmid <jhs@gnome.org>
5215         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5216         * plugins/glade/anjuta-design-document.c:
5217         * plugins/glade/plugin.c: (glade_update_ui):
5218         
5219         Fixed some save/dirty status bug in glade
5221 2007-07-20  Johannes Schmid <jhs@gnome.org>
5223         * libanjuta/anjuta-status.c:
5224         Fixed crasher on shutdown
5226 2007-07-20  Johannes Schmid <jhs@gnome.org>
5228         * configure.in:
5229         Minimum glade requirement is 3.2 now. It was before
5230         but we did not check...
5231         
5232         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5233         * libanjuta/anjuta-profile.c:
5234         (anjuta_profile_add_plugins_from_xml):
5235         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5236         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5237         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5238         * plugins/file-loader/plugin.c: (on_create_submenu):
5239         * plugins/file-manager/an_file_view.c: (compare_iter):
5240         * plugins/glade/plugin.c: (activate_plugin):
5241         * src/anjuta-app.c: (on_toolbar_view_toggled):
5242         * src/main.c: (main):
5243         
5244         Fixed lots of memory leaks (thansk valgrind)
5246 2007-07-19  Johannes Schmid <jhs@gnome.org>
5248         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5249         * plugins/document-manager/anjuta-docman.c:
5250         (anjuta_docman_set_busy):
5251         * plugins/document-manager/plugin.c: (on_editor_changed):
5252         * plugins/glade/plugin.c: (activate_plugin):
5253         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5254         (on_value_removed_current_editor):
5255         
5256         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5258 2007-07-18  Johannes Schmid <jhs.gnome.org>
5260         * plugins/build-basic-autotools/executer.c: (execute_program):
5261         Fixed some of the scratchbox stuff but the environment is
5262         still broken
5264 2007-07-18  Johannes Schmid <jhs@gnome.org>
5266         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5267         (on_plugin_deactivated), (get_plugin_loader_type):
5268         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5269         (activate_plugin), (deactivate_plugin),
5270         (glade_plugin_instance_init):
5271         
5272         Fixed glade plugin deactivation
5274 2007-07-18  Johannes Schmid <jhs@gnome.org>
5276         * plugins/document-manager/anjuta-docman.c:
5277         (anjuta_docman_add_document):
5278         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5279         
5280         Fixed path display in document manager with glade files
5282 2007-07-17  Johannes Schmid <jhs@gnome.org>
5284         * libanjuta/interfaces/Makefile.am.iface:
5285         * pixmaps/Makefile.am:
5286         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5287         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5288         (value_removed_current_editor):
5289         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5290         (anjuta_docman_set_current_document):
5291         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5292         (on_editor_added), (on_editor_changed):
5293         * plugins/glade/Makefile.am:
5294         * plugins/glade/anjuta-design-document.c:
5295         (anjuta_design_document_instance_init),
5296         (anjuta_design_document_set_property),
5297         (anjuta_design_document_get_property),
5298         (anjuta_design_document_class_init), (anjuta_design_document_new),
5299         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5300         * plugins/glade/anjuta-design-document.h:
5301         * plugins/glade/anjuta-glade-notebook.c:
5302         * plugins/glade/anjuta-glade-notebook.h:
5303         * plugins/glade/plugin.c: (value_added_current_editor),
5304         (value_removed_current_editor), (glade_update_ui),
5305         (on_close_activated), (on_glade_project_changed),
5306         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5307         (ifile_open):
5308         * plugins/language-support-cpp-java/plugin.c:
5309         (on_value_added_current_editor), (on_value_removed_current_editor):
5310         * plugins/macro/plugin.c: (value_added_current_editor):
5311         * plugins/project-manager/plugin.c: (value_added_current_editor):
5312         * plugins/subversion/plugin.c: (value_added_current_editor):
5313         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5315         Fixed lot of IAnjutaEditor stuff and completed glade integration
5316         with document manager
5317         
5318         * plugins/build-basic-autotools/build-basic-autotools.c:
5319         (value_added_current_editor):
5320         * plugins/build-basic-autotools/executer.c: (execute_program):
5321         
5322         Some initial code to execute projects inside scratchbox
5323         
5324 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5326         * plugins/project-import/project-import.c:
5327         Project import overwrites file on user request (bug #452579)
5329 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5331         * plugins/debug-manager/debugger.c,
5332         plugins/debug-manager/threads.c,
5333         plugins/debug-manager/plugin.c,
5334         plugins/debug-manager/registers.c,
5335         plugins/debug-manager/locals.c,
5336         plugins/debug-manager/stack_trace.c,
5337         plugins/gdb/plugin.c,
5338         plugins/gdb/debugger.c,
5339         plugins/gdb/debugger.h,
5340         libanjuta/interfaces/libanjuta.idl:
5341         Rename change-location to program-moved
5342         Store thread id as gint instead of guint
5343         Do not display registers list if not available
5344         Add intermediate debugger states if missing
5346 2007-07-11  Johannes Schmid <jhs@gnome.org>
5348         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5349         .glade:
5350         Reverted unnecessary changes (#455819)
5352 2007-07-10  Johannes Schmid <jhs@gnome.org>
5354         * plugins/glade/plugin.c:
5355         Fixed glade plugin with glade 3.2 and another crasher
5357 2007-07-09  Johannes Schmid <jhs@gnome.org>
5359         * libanjuta/interfaces/libanjuta.idl:
5360         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5361         .glade:
5362         * plugins/debug-manager/breakpoints.c:
5363         (breakpoint_item_update_in_ui),
5364         (breakpoints_dbase_edit_breakpoint),
5365         (on_toggle_breakpoint_activate):
5366         * plugins/debug-manager/plugin.c:
5367         (on_run_to_cursor_action_activate):
5368         * plugins/document-manager/action-callbacks.c:
5369         (on_editor_command_cut_activate),
5370         (on_editor_command_copy_activate),
5371         (on_editor_command_paste_activate),
5372         (on_editor_command_clear_activate):
5373         * plugins/document-manager/anjuta-docman.c:
5374         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5375         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5376         (anjuta_docman_goto_file_line_mark),
5377         (anjuta_docman_find_editor_with_path),
5378         (anjuta_docman_get_all_editors):
5379         * plugins/document-manager/anjuta-docman.h:
5380         * plugins/document-manager/plugin.c:
5381         (update_editor_ui_interface_items), (on_editor_update_ui),
5382         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5383         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5384         (ianjuta_document_manager_iface_init), (isaveable_save),
5385         (isavable_is_dirty):
5386         * plugins/editor/editor.glade:
5387         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5388         (idocument_paste), (idocument_clear), (idocument_iface_init),
5389         (iselection_iface_init):
5390         * plugins/glade/Makefile.am:
5391         * plugins/glade/anjuta-glade-notebook.c:
5392         (anjuta_glade_notebook_instance_init),
5393         (anjuta_glade_notebook_set_property),
5394         (anjuta_glade_notebook_get_property),
5395         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5396         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5397         (ifile_savable_save), (ifile_savable_save_as),
5398         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5399         (ifile_savable_iface_init), (idocument_can_redo),
5400         (idocument_can_undo), (idocument_begin_undo_action),
5401         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5402         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5403         (idocument_copy), (idocument_paste), (idocument_clear),
5404         (idocument_iface_init):
5405         * plugins/language-support-cpp-java/plugin.c:
5406         (on_value_added_current_editor), (on_value_removed_current_editor):
5407         * plugins/macro/macro-util.c: (get_current_editor):
5408         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5409         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5410         (on_next_occur), (on_incremental_entry_key_press),
5411         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5412         (on_toolbar_find_incremental_start),
5413         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5414         * plugins/search/search-replace.c: (search_start_over),
5415         (search_update_combos), (replace_update_combos),
5416         (anjuta_search_replace_activate):
5417         * plugins/search/search-replace_backend.c: (create_search_entries):
5418         * plugins/sourceview/sourceview.c: (idocument_cut),
5419         (idocument_copy), (idocument_paste), (idocument_clear),
5420         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5421         * plugins/tools/editor.c: (on_editor_response):
5422         * plugins/tools/execute.c: (get_current_editor),
5423         (atp_output_context_initialize), (atp_user_tool_execute):
5424         * plugins/tools/variable.c: (get_current_editor),
5425         (atp_variable_get_editor_variable):
5426         
5427         Some more IAnjutaEditor => IAnjutaDocument fixing!
5428         
5429         * plugins/glade/anjuta-glade-notebook.h:
5430         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5431         (glade_update_ui):
5432         * plugins/glade/plugin.h:
5433         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5434         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5435         be used for glade, too. It might still have some rough edges but already works.
5436         (Fixes #415547 – Glade usability problem)
5438 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5440         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5441           development release (I updated version of glade3 svn to 3.3.2).
5443 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5445         * plugins/symbol-browser/an_symbol_view.c:
5446         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5448 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5450         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5451         (on_system_tags_update_finished), (on_update_global_clicked),
5452         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5453         (symbol_browser_prefs_init),
5454         (symbol_browser_prefs_create_global_tags),
5455         (symbol_browser_load_global_tags):
5456         * plugins/symbol-browser/an_symbol_prefs.h:
5457         * plugins/symbol-browser/an_symbol_view.c:
5458         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5459         * plugins/symbol-browser/an_symbol_view.h:
5460         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5461         on global tags update because of delayed prefs merging. Happens when
5462         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5463         is opened.
5465 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5467         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5468         after install/uninstall.
5470         Patch from James Liggett:
5471         * scripts/glade2schemas.pl: Fixed creating schemas for list
5472         values.
5474 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5476         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5477           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5478           development release since glade svn version is also 3.3.1. In future, the
5479           solution would be for us to always increment the micro version when
5480           changing the API.
5482 2007-07-05  Johannes Schmid <jhs@gnome.org>
5484         * libanjuta/interfaces/libanjuta.idl:
5485         * plugins/build-basic-autotools/build-basic-autotools.c:
5486         (on_build_mesg_format):
5487         * plugins/debug-manager/breakpoints.c:
5488         (breakpoint_item_update_in_ui),
5489         (breakpoints_dbase_edit_breakpoint),
5490         (on_toggle_breakpoint_activate):
5491         * plugins/debug-manager/plugin.c:
5492         (on_run_to_cursor_action_activate):
5493         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5494         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5495         (get_current_editor), (on_save_activate), (on_save_as_activate),
5496         (on_save_prompt_save_editor), (on_close_file_activate),
5497         (on_close_all_file_activate), (on_reload_file_activate),
5498         (anjuta_print_cb), (anjuta_print_preview_cb),
5499         (on_editor_command_upper_case_activate),
5500         (on_editor_command_lower_case_activate),
5501         (on_editor_command_undo_activate),
5502         (on_editor_command_redo_activate),
5503         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5504         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5505         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5506         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5507         (on_zoom_out_text_activate), (on_force_hilite_activate),
5508         (on_indent1_activate), (on_swap_activate),
5509         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5510         * plugins/document-manager/anjuta-docman.c:
5511         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5512         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5513         (anjuta_docman_dispose), (on_notebook_switch_page),
5514         (anjuta_docman_page_from_widget), (on_editor_destroy),
5515         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5516         (anjuta_docman_get_current_document),
5517         (anjuta_docman_set_current_document),
5518         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5519         (anjuta_docman_update_page_label),
5520         (anjuta_docman_get_document_from_path),
5521         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5522         (anjuta_docman_order_tabs):
5523         * plugins/document-manager/anjuta-docman.h:
5524         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5525         (update_editor_ui_interface_items), (update_editor_ui),
5526         (on_editor_update_save_ui), (on_editor_update_ui),
5527         (on_editor_changed), (on_save_prompt_save_editor),
5528         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5529         (ianjuta_docman_get_current_document),
5530         (ianjuta_docman_set_current_document),
5531         (ianjuta_docman_remove_buffer),
5532         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5533         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5534         (idocument_get_filename), (idocument_can_undo),
5535         (idocument_can_redo), (idocument_undo),
5536         (idocument_begin_undo_action), (idocument_end_undo_action),
5537         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5538         * plugins/language-support-cpp-java/plugin.c:
5539         (on_editor_char_inserted_cpp), (on_auto_indent):
5540         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5541         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5542         * plugins/sample1/plugin.c: (on_sample_action_activate):
5543         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5544         (on_next_occur), (on_incremental_entry_key_press),
5545         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5546         (on_toolbar_find_incremental_start),
5547         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5548         * plugins/search/search-replace.c: (search_and_replace),
5549         (write_message_pane), (search_start_over), (search_update_combos),
5550         (replace_update_combos), (anjuta_search_replace_activate):
5551         * plugins/search/search-replace_backend.c:
5552         (file_buffer_new_from_path), (create_search_entries):
5553         * plugins/sourceview/sourceview-print.c: (create_print_job):
5554         * plugins/sourceview/sourceview.c:
5555         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5556         (idocument_can_redo), (idocument_can_undo),
5557         (idocument_begin_undo_action), (idocument_end_undo_action),
5558         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5559         (idocument_get_filename), (idocument_iface_init):
5560         * plugins/tools/editor.c: (on_editor_response):
5561         * plugins/tools/execute.c: (atp_output_context_initialize),
5562         (atp_user_tool_execute):
5563         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5564         
5565         Create IAnjutaDocument interface. This interface is a more general idea
5566         of documents being anything that can be modified, has undo/redo and
5567         may have operations like copy/paste.
5568         The primary goal is to integrate better by making it use the standard file
5569         and edit menu instead of it's own glade menu. Of course the downside is that
5570         you won't be able to view a source file and the designer at the same time. Anyway
5571         so many people have complained that they "can't save a glade file" that I think
5572         this is the much better solution.
5573         Work on the glade plugin is still to come but the most difficult things should be
5574         done now.
5576 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5578         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5579           version 3.0.3.
5581 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5583         * libanjuta/anjuta-plugin-manager.c:
5584         (anjuta_plugin_manager_get_plugins_page),
5585         (anjuta_plugin_manager_get_remembered_plugins_page):
5586         * libanjuta/anjuta-plugin-manager.h:
5587         * src/anjuta-app.c: (anjuta_app_install_preferences):
5588         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5589         and remembered plugins preferences pages in separate pages (avoid
5590         crowd).
5592 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5594         Patch from James Liggett  <jrliggett@cox.net>:
5595         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5596         Installed editor preferences schemas. Fixes bug #453463.
5598 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5600         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5601         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5603 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5605         * plugins/document-manager/anjuta-document-manager.ui:
5606         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5607         * src/action-callbacks.c:
5608         * src/action-callbacks.h:
5609         * src/anjuta-actions.h:
5610         * src/anjuta-app.c: (anjuta_app_instance_init),
5611         (anjuta_app_install_preferences):
5612         * src/anjuta.glade:
5613         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5614         General preferences page. Move preferences menu from Settings to
5615         Edit submenu. And got rid of Settings submenu.
5617 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5619         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5620         
5621 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5623         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5624         as discussed and agreed with James Liggett.
5626         Patch from James Liggett  <jrliggett@cox.net>:
5628         * configure.in:
5629         * libanjuta/anjuta-plugin-manager.c:
5630         (on_activated_plugin_objects_foreach),
5631         (anjuta_plugin_manager_get_active_plugin_objects):
5632         * libanjuta/anjuta-plugin-manager.h:
5633         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5634         (anjuta_plugin_deactivate):
5635         * libanjuta/anjuta-preferences-dialog.c:
5636         (anjuta_preferences_dialog_finalize),
5637         (anjuta_preferences_dialog_class_init), (add_category_columns),
5638         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5639         (anjuta_preferences_dialog_remove_page):
5640         * libanjuta/anjuta-preferences.c: (property_destroy),
5641         (unregister_preferences_key), (register_callbacks),
5642         (preferences_foreach_callback), (connect_prop_to_object),
5643         (anjuta_preferences_register_property_raw),
5644         (anjuta_preferences_register_property_custom),
5645         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5646         (anjuta_preferences_remove_page),
5647         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5648         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5649         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5650         (anjuta_preferences_class_init), (anjuta_preferences_new):
5651         * libanjuta/anjuta-preferences.h:
5652         * plugins/build-basic-autotools/Makefile.am:
5653         * plugins/build-basic-autotools/build-basic-autotools.c:
5654         (ipreferences_unmerge):
5655         * plugins/cvs-plugin/Makefile.am:
5656         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5657         * plugins/document-manager/Makefile.am:
5658         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5659         * plugins/editor/plugin.c: (ipreferences_unmerge):
5660         * plugins/file-manager/Makefile.am:
5661         * plugins/file-manager/plugin.c: (activate_plugin),
5662         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5663         * plugins/gtodo/plugin.c: (ipreferences_merge),
5664         (ipreferences_unmerge):
5665         * plugins/language-support-cpp-java/Makefile.am:
5666         * plugins/language-support-cpp-java/plugin.c:
5667         (ipreferences_unmerge):
5668         * plugins/message-view/Makefile.am:
5669         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5670         * plugins/sourceview/Makefile.am:
5671         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5672         * plugins/symbol-browser/Makefile.am:
5673         * plugins/symbol-browser/an_symbol_prefs.c:
5674         (symbol_browser_prefs_finalize):
5675         * plugins/terminal/Makefile.am:
5676         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5677         * plugins/valgrind/plugin.c: (ipreferences_merge),
5678         (ipreferences_unmerge):
5679         * scripts/Makefile.am:
5680         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5681         * src/Makefile.am:
5682         * src/action-callbacks.c: (on_set_preferences1_activate):
5683         * src/anjuta-app.c: (anjuta_app_instance_init),
5684         (anjuta_app_install_preferences):
5685         * src/anjuta-app.h:
5686         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5687         task: Bug #445314: On demand preferences widgets creation. Thanks
5688         James for this great work.
5690 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5692         * plugins/debug-manager/data_buffer.c,
5693         plugins/message-view/message-view.c: Fixed compiler warnings.
5695 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5697         * src/action-callbacks.c: (help_activate),
5698         (on_help_manual_activate), (on_help_tutorial_activate),
5699         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5701         Fixed help activation (bug #451557).
5703 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5705         * AUTHORS: Added James Liggett. Forgot to add him before :(
5707 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5709         * plugins/debug-manager/debugger.c,
5710         plugins/debug-manager/plugin.c,
5711         plugins/gdb/debugger.c,
5712         libanjuta/interfaces/libanjuta.idl:
5713         Add a GError* parameter to debugger-stopped signal
5715         * (added) libanjuta/anjuta-error.c,
5716         (added) libanjuta/anjuta-error.h,
5717         libanjuta/Makefile.am:
5718         Register GError as a boxed type
5720         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5721         Support GError* in signal, GError must be registered as a boxed type
5722         Accept NULL as strings
5724 === anjuta 2.2.0 ===
5726 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5728         * configure.in: Bumped version to 2.2.0
5729         * NEWS: Updated for 2.2.0 stable release.
5730         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5731         Reduce the idle priority to make the UI update before anything else.
5733 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5735         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5737         * libanjuta/interfaces/libanjuta.idl:
5738         * plugins/document-manager/action-callbacks.c:
5739         (on_editor_command_complete_word_activate):
5740         * plugins/document-manager/plugin.c:
5741         (update_editor_ui_interface_items):
5742         * plugins/editor/text_editor.c: (iautocomplete_activate),
5743         (iautocomplete_iface_init):
5744         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5746         Moved autocomplete() method away from IAnjutaEditorAssist into
5747         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5748         autocomplete and does not crash with sourceview. Fixes Bug #449620
5749         – The auto completion functionality not work. Also sets menuitem 
5750         insensitive when hiding them.
5752         * plugins/debug-manager/disassemble.c:
5753         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5754         printf types.
5756 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5758         * pixmaps/anjuta_splash.png: Updated.
5759         
5760         * plugins/search/search-replace.c
5761         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5762         the right target (project).
5763         * ChangeLog: Added missing log.
5765 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5767         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5768         manuals/anjuta-manual/C/fileoperations.xml,
5769         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5771         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5773         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5775 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5777         * TODO.tasks: Added bounty for on-demand preferences.
5779         Patch from Thierry Moisan:
5780         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5781         (bug #88824).
5783 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5785         Patch from tpgww@onepost.net:
5787         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
5788         * libegg/test-actions.c:
5789         * libegg/test-multi-drag.c: (main):
5790         * plugins/debug-manager/memory.c: (read_memory_block):
5791         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
5793         Fixes compile warnings. Fixes bug #427101.
5795 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5797         Patch from James Liggett:
5799         * plugins/profiler/gprof-options.c: (on_option_changed),
5800         (setup_widgets):
5801         * plugins/profiler/gprof-options.h:
5802         * plugins/profiler/gprof-profile-data.c:
5803         (gprof_profile_data_init_profile):
5804         * plugins/profiler/gprof-profile-data.h:
5805         * plugins/profiler/plugin.c: (profiler_get_data),
5806         (profiler_set_target), (register_options),
5807         (on_profile_data_browse_button_clicked),
5808         (on_profiling_options_button_clicked), (on_profiler_delete_data):
5809         * plugins/profiler/profiler.glade: implements independent targets.
5810         implements the ability to select arbitrary gmon.out files.
5811         Fixes bug #403502 – User should also be allowed to select an
5812         independent executable target.
5814 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5816         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
5818         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
5819         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
5821 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
5823         * plugins/debug-manager/plugin.c,
5824         plugins/debug-manager/breakpoints.c:
5825         Remove weak pointers when owner is destroyed
5826         Remove all breakpoints before loading new one
5828 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
5830         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
5831          
5832 2007-06-19  Naba Kumar  <naba@gnome.org>
5834         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
5835         Bug #448491 Empty Lines Problem.
5837         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
5838         
5839         * data/default.profile, plugins/message-view/plugin.c: Do not
5840         restore session for messages.
5841         Fixes bug #377461 – don't create new message window for each
5842         build/find.
5844         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
5845         Fixes a crash on exit/project-close if profiler plugin is loaded.
5847 2007-06-17  Naba Kumar  <naba@gnome.org>
5849         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
5850         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
5852         * plugins/file-loader/plugin.c: Fail on opening non existent files.
5853         Bug #448034 – Anjuta crashes on starting (when the last project
5854         directory was deleted).
5856         * plugins/document-manager/plugin.c: Set line markers for files
5857         opened via IAnjutaFile::open(). Fixes missing line markers while
5858         navigating symbols.
5860 2007-06-17  Naba Kumar  <naba@gnome.org>
5862         * plugins/sourceview/sourceview.glade: Set correct font
5863         default value and use monospace instead of sans. Fixes
5864         bug #448408 – crash in Anjuta IDE: Trying to change the
5865         editor
5867 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5869         * plugins/search/search-replace.c,
5870         plugins/search/search-replace.h,
5871         plugins/search/anjuta-search.glade:
5872         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
5873         Fixes bug #355166
5875 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5877         * plugins/debug-manager/plugin.c,
5878         plugins/debug-manager/breakpoints.c:
5879         Add weak references, fixes bug #448053 ?
5881 2007-06-16  Naba Kumar  <naba@gnome.org>
5883         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
5884         dialog to allow forgetting them if user chooses to select a different
5885         one.
5887 2007-06-13  Naba Kumar  <naba@gnome.org>
5889         * plugins/sourceview/sourceview-prefs.c: Initialize font
5890         on startup correctly if use_theme is set.
5892         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
5893         if available for default font. Fixes bug #447304.
5895         * plugins/sourceview/sourceview-prefs.c: Return value based
5896         on right data type. Fixes Bug #438878 – Using gtksourceview editor
5897         for the first time has black background
5898         
5899         * plugins/project-manager/plugin.c: Give a better error message
5900         when project could not be loaded.
5902         * libanjuta/anjuta-serializer.c: Added a comment.
5904 2007-06-13  Johannes Schmid <jhs@gnome.org>
5906         * configure.in:
5907         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
5908         most warnings to avoid simple coding problems.
5909         
5910         * plugins/message-view/anjuta-msgman.c:
5911         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
5912         * plugins/message-view/plugin.c: (on_view_changed),
5913         (ianjuta_msgman_add_view):
5914         
5915         Fixed #440866 by always presenting the message-manager when a tab is
5916         added because Gtk+ seems to have problems to add tabs to hidden widgets.
5917         
5918         * plugins/subversion/subversion-callbacks.c:
5919         (on_subversion_commit_response):
5920         Destroy dialog if user clicks "No"
5922 2007-06-12  Naba Kumar  <naba@gnome.org>
5924         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
5925         read and use of uninitialized variable.
5927         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
5928         because it is used in credits listing and packaging could compress
5929         it in docdir. Fixes bug #397881: The credits are empty
5931         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
5932         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
5933         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
5934         plugins/symbol-browser/an_symbol_info.c,
5935         plugins/symbol-browser/plugin.c,
5936         plugins/symbol-browser/an_symbol_view.c,
5937         plugins/editor/aneditor-autocomplete.cxx:
5939         - Do not access TMTag
5940         member in TMSymbol when freeing it because by then the tags
5941         could have changed. Avoids dangerous memory corruptions by freeing
5942         someone else's memory (Could explain those random crashes when
5943         refreshing symbols or re-loading a different project or closing
5944         a project). Anything that tries to refresh symbols could trigger
5945         this corruptions.
5946         - Added a flag to also retrieve method definitions as part of
5947         the class's scope members. And used it to set both function prototype
5948         and definition in symbols. Fixes navigation to prototype and
5949         function definitions from symbol browser (bug #440370)
5951         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
5952         memory. Could fix those bogus 'file changed' dialogs.
5954         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
5956 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5958         * (added) libanjuta/anjuta-utils-priv.h,
5959         libanjuta/anjuta-utils.h,
5960         libanjuta/anjuta-launcher.c,
5961         libanjuta/Makefile.am:
5962         Fix bug #440801: do not use config.h in public include files
5964 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5966         * plugins/project-wizard/templates/mkfile.wiz:
5967         Fix bug #442038: missing project.sh file
5969         * configure.in,
5970         plugins/project-wizard/templates/Makefile.am,
5971         plugins/project-wizard/templates/translatable-strings.h,
5972         (added) plugins/project-wizard/templates/sdl.wiz,
5973         (added) plugins/project-wizard/templates/appwiz_sdl.png,
5974         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
5975         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
5976         (added) plugins/project-wizard/templates/sdl/Makefile.am,
5977         (added) plugins/project-wizard/templates/sdl/.cvsignore,
5978         (added) plugins/project-wizard/templates/sdl/src/main.c,
5979         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
5980         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
5981         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
5982         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
5983         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
5984         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
5985         Fix bug #315635: add a SDL project wizard
5987 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
5989         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
5990         when SIGCHLD is triggered when main loop context is locked. Dead lock
5991         happens when child_exited callback also accesses main loop context.
5992         Happens particularly badly in debug target exiting.
5994 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
5996         * manuals/anjuta-manual/C/debugger.xml:
5997         First update of the debugger documentation
5999 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6001         * manuals/anjuta-manual/C/fileoperations.xml,
6002         manuals/anjuta-manual/C/projects.xml,
6003         manuals/anjuta-manual/C/anjuta-manual.xml,
6004         manuals/anjuta-manual/C/build.xml,
6005         manuals/anjuta-manual/C/execute.xml,
6006         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6007         Added project properties documentation. Moved execution section
6008         inside project management. Removed dead documentation.
6010 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6012         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6013         plugins/symbol-browser/plugin.h,
6014         plugins/symbol-browser/an_symbol_prefs.c,
6015         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6016         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6017         progress bar instead of separate window for system tags
6018         generation. Renamed AnjutaStatus methods to a proper ones.
6020         * plugins/symbol-browser/plugin.c,
6021         plugins/symbol-browser/plugin.h,
6022         plugins/symbol-browser/an_symbol_prefs.c,
6023         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6024         global-tags/create_global_tags.sh.in: Get rid of message window
6025         for showing global tags creation and use a small window with
6026         progress bar.
6028 2007-05-30  Naba Kumar  <naba@gnome.org>
6030         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6031         Bug 442315 – After calling configure, the build menus are still insensitive,
6032         Bug 442314 – Autogeneration fails when there is no autogen.sh
6034         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6035         fails to remove target/source/group. Fixes bug #440196 – crash in
6036         Anjuta IDE: removing a target
6038 2007-05-29  Naba Kumar  <naba@gnome.org>
6040         * plugins/symbol-browser/an_symbol_view.c,
6041         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6042         tags generation. Fixed runtime warning.
6044 2007-05-28  Naba Kumar  <naba@gnome.org>
6046         Patch from James Liggett  <jrliggett@cox.net>:
6047         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6048         Fixed bug #403502 – User should also be allowed to select an
6049         independent executable target.
6051 2007-05-27  Johannes Schmid <jhs@gnome.org>
6053         * plugins/build-basic-autotools/build-basic-autotools.c:
6054         (get_real_directory), (on_build_mesg_format):
6055         
6056         Find correct files for error messages inside scratchbox
6058 2007-05-27  Naba Kumar  <naba@gnome.org>
6060         * manuals/anjuta-manual/C/projects.xml,
6061         manuals/anjuta-manual/C/projects.xml: Updated project
6062         management chapter more.
6064 2007-05-25  Johannes Schmid <jhs@gnome.org>
6066         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6067         * plugins/build-basic-autotools/build-basic-autotools.c:
6068         (on_sb_check_toggled), (build_execute_command),
6069         (ipreferences_merge), (ipreferences_unmerge):
6070         Added support for building inside scratchbox environment
6071         
6072         Patch from James Liggett <jrliggett@cox.net>:
6073         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6074         (anjuta_msgman_append_view):
6076         Fix 440866 
6077           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6079 2007-05-23  Naba Kumar  <naba@gnome.org>
6081         * manuals/anjuta-manual/C/projects.xml: Updated project
6082         management chapter.
6084 2007-05-22  Naba Kumar  <naba@gnome.org>
6086         * manuals/anjuta-manual/C/projects.xml: More updates.
6088         * manuals/anjuta-manual/C/introduction.xml,
6089         manuals/anjuta-manual/C/projects.xml,
6090         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6092 2007-05-22  Naba Kumar  <naba@gnome.org>
6094         Patch from Étienne Bersac:
6095         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6096         class in generated class.
6098 2007-05-22  Naba Kumar  <naba@gnome.org>
6100         * plugins/profiler/plugin.c: Fixed a compiler warning.
6101         * plugins/valgrind/Makefile.am: Added ldflags.
6103         Patch from James Liggett:
6104         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6105         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6106         specific options.
6108 2007-05-18  Johannes Schmid <jhs@gnome.org>
6110         * plugins/editor/text_editor.c:
6111         * plugins/language-support-cpp-java/plugin.c:
6112         (on_editor_language_changed), (on_value_added_current_editor),
6113         (on_value_removed_current_editor):
6114         
6115         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6116         Fix assist support in language-support-plugin.
6118 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6120         * libanjuta/interfaces/libanjuta.idl:
6121         Add a new interface allowing to implement plugin able
6122         to load other plugins (not written in C)
6124         * libanjuta/anjuta-plugin-handle.c,
6125         libanjuta/anjuta-plugin-handle.h:
6126         Add a language and a resident plugin properties
6128         * libanjuta/anjuta-glue-plugin.c,
6129         libanjuta/anjuta-glue-plugin.h,
6130         (added)libanjuta/anjuta-glue-c.c,
6131         (added)libanjuta/anjuta-glue-c.h,
6132         libanjuta/Makefile.am:
6133         Split code used to load a C plugin into a common part
6134         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6136         * libanjuta/anjuta-glue-factory.c,
6137         libanjuta/anjuta-glue-factory.h,
6138         libanjuta/anjuta-plugin-manager.c:
6139         Allow to load plugin not written in C and search for the
6140         additional needed code in another plugin
6142 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6144         * plugins/editor/text_editor.c:
6145         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6146         avoiding a crash if scintilla is used
6148 2007-05-14  Johannes Schmid <jhs@gnome.org>
6150         * libanjuta/interfaces/libanjuta.idl:
6151         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6152         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6153         (on_assist_chosen), (on_assist_update), (get_context),
6154         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6155         (install_assist), (uninstall_assist), (install_support),
6156         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6157         (cpp_java_plugin_instance_init):
6158         * plugins/language-support-cpp-java/plugin.h:
6159         Use IAnjutaEditorAssist to show language specific suggestions
6160         
6161         * plugins/sourceview/Makefile.am:
6162         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6163         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6164         * plugins/sourceview/anjuta-view.h:
6165         * plugins/sourceview/assist-window.c: (assist_window_expose),
6166         (assist_window_set_property), (assist_window_get_property),
6167         (assist_window_class_init), (assist_activated),
6168         (assist_window_init), (assist_window_finalize),
6169         (assist_window_select), (assist_window_first),
6170         (assist_window_last), (assist_window_up), (assist_window_down),
6171         (get_coordinates), (assist_window_move), (assist_window_update),
6172         (assist_window_filter_keypress), (assist_window_is_active),
6173         (assist_window_new), (assist_window_get_trigger),
6174         (assist_window_get_position):
6175         * plugins/sourceview/assist-window.h:
6176         * plugins/sourceview/sourceview-args.c (removed):
6177         * plugins/sourceview/sourceview-args.h (removed):
6178         * plugins/sourceview/sourceview-autocomplete.c (removed):
6179         * plugins/sourceview/sourceview-autocomplete.h (removed):
6180         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6181         * plugins/sourceview/sourceview-private.h:
6182         * plugins/sourceview/sourceview-scope.c(removed):
6183         * plugins/sourceview/sourceview-scope.h(removed):
6184         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6185         (on_assist_cancel), (on_document_char_added),
6186         (on_reload_dialog_response), (sourceview_class_init),
6187         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6188         (iassist_remove_trigger), (iassist_autocomplete),
6189         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6190         (iassist_react), (iassist_iface_init):
6191         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6192         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6193         
6194         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6195         - Mark files dirty if reload dialog is canceled.
6197 2007-05-12  Naba Kumar  <naba@gnome.org>
6199         * libanjuta/anjuta-launcher.h: Corrected include file.
6201 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6203         * libanjuta/anjuta-glue-plugin.c,
6204         libanjuta/anjuta-glue-plugin.h,
6205         libanjuta/anjuta-glue-factory.c,
6206         libanjuta/anjuta-glue-factory.h,
6207         ibanjuta/anjuta-plugin-manager.c:
6208         Move code used to load a C plugin from glue-factory to glue-plugin
6209         So loading a plugin written in another language could be done by
6210         just using another object derived from AnjutaGluePlugin
6212         * libanjuta/libanjuta.h:
6213         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6214         includes
6216 === anjuta 2.1.3 ===
6218 2007-05-11  Naba Kumar  <naba@gnome.org>
6220         * configure.in: Bumped version to 2.1.3
6221         * NEWS: Updated.
6222         * AUTHORS: Updated.
6223         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6225 2007-05-11  Naba Kumar  <naba@gnome.org>
6227         * configure.in:
6228         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6229         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6230         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6232 2007-05-10  Johannes Schmid <jhs@gnome.org>
6234         * plugins/search/plugin.c:
6235         Make incremental search behave less annoying
6236         
6237 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6239         * plugins/macro/macro-util.c:
6240         Fix bug #419008 and bug #419036
6241         When creating new header file, use name and email set in
6242         preferences and replace invalid C character by underscore
6243         in guards
6245 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6247         * plugins/search/search-replace.c,
6248         plugins/search/search-replace_backend.c:
6249         Disable search button if search expression is empty (bug #378193)
6251 2007-05-08  Naba Kumar  <naba@gnome.org>
6253         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6254         build error.
6256 2007-05-07  Naba Kumar  <naba@gnome.org>
6258         * configure.in:
6259         * plugins/project-wizard/templates/Makefile.am:
6260         * plugins/project-wizard/templates/minimal.wiz:
6261         * plugins/project-wizard/templates/minimal/.cvsignore:
6262         * plugins/project-wizard/templates/minimal/Makefile.am:
6263         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6264         * plugins/project-wizard/templates/minimal/autogen.sh:
6265         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6266         * plugins/project-wizard/templates/minimal/project.anjuta:
6267         Added 'minimal', a generic and flat, project template.
6268         
6269 2007-05-05  Naba Kumar  <naba@gnome.org>
6271         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6273         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6274         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6275         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6276         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6277         instead of a real one, fixes interdependency with libanjuta.
6278         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6279         * libanjuta/Makefile.am: 
6280         * libegg/Makefile.am:
6281         * plugins/build-basic-autotools/Makefile.am:
6282         * plugins/class-gen/Makefile.am:
6283         * plugins/class-inheritance/Makefile.am:
6284         * plugins/cvs-plugin/Makefile.am:
6285         * plugins/debug-manager/Makefile.am:
6286         * plugins/devhelp/Makefile.am:
6287         * plugins/document-manager/Makefile.am:
6288         * plugins/editor/Makefile.am:
6289         * plugins/file-loader/Makefile.am:
6290         * plugins/file-manager/Makefile.am:
6291         * plugins/file-wizard/Makefile.am:
6292         * plugins/gdb/Makefile.am:
6293         * plugins/glade/Makefile.am:
6294         * plugins/gtodo/Makefile.am:
6295         * plugins/language-support-cpp-java/Makefile.am:
6296         * plugins/macro/Makefile.am:
6297         * plugins/message-view/Makefile.am:
6298         * plugins/patch/Makefile.am:
6299         * plugins/profiler/Makefile.am:
6300         * plugins/project-import/Makefile.am:
6301         * plugins/project-manager/Makefile.am:
6302         * plugins/project-wizard/Makefile.am:
6303         * plugins/sample1/Makefile.am:
6304         * plugins/search/Makefile.am:
6305         * plugins/sourceview/Makefile.am:
6306         * plugins/subversion/Makefile.am:
6307         * plugins/symbol-browser/Makefile.am:
6308         * plugins/terminal/Makefile.am:
6309         * plugins/tools/Makefile.am:
6310         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6312 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6314         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6316 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6318         * libanjuta/anjuta-launcher.c,
6319         libanjuta/anjuta-launcher.h:
6320         Add some missing implementation
6322 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6324         Reviewed by Naba Kumar  <naba@gnome.org>:
6325         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6326         for uninstall-hook.
6328 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6330         Reviewed by Naba Kumar  <naba@gnome.org>:
6331         * plugins/editor/text_editor.c: Large memory addresses were being
6332         truncated, switched to glong (bug #422143).
6334 2007-04-24  Naba Kumar  <naba@gnome.org>
6336         * plugins/document-manager/plugin.c: (prefs_finalize):
6337         * plugins/editor/aneditor-autocomplete.cxx:
6338         * plugins/editor/text_editor_menu.c:
6339         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6340         * plugins/file-loader/plugin.c: (open_file_with),
6341         (create_open_with_submenu):
6342         * plugins/file-manager/plugin.c: (prefs_finalize):
6343         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6344         pointer type castings.
6346 2007-04-24  Naba Kumar  <naba@gnome.org>
6348         Patch from s|s  <supreet.sethi@gmail.com>:
6349         * (added) plugins/project-wizard/templates/django-logo.png:
6350         * (added) plugins/project-wizard/templates/django.wiz:
6351         * plugins/project-wizard/templates/Makefile.am:
6352         * plugins/project-wizard/templates/translatable-strings.h: Added
6353         django project template. http://www.djangoproject.com/
6355 2007-04-24  Naba Kumar  <naba@gnome.org>
6357         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6358         the log entry widget and made the dialog little larger.
6360 2007-04-24  Naba Kumar  <naba@gnome.org>
6362         Patch from Halton Huo:
6363         * configure.in:
6364         * plugins/project-wizard/property.c:
6365         * plugins/subversion/svn-auth.c:
6366         * plugins/subversion/svn-backend-priv.h:
6367         * plugins/subversion/svn-backend.c:
6368         * plugins/subversion/svn-backend.h:
6369         * plugins/subversion/svn-notify.h: Proper use of subversion
6370         headers. Fixes build issues in solaris (bug #426701).
6372 2007-04-24  Naba Kumar  <naba@gnome.org>
6374         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6375         
6376         * plugins/project-wizard/templates/cpp.wiz:
6377         * plugins/project-wizard/templates/gcj.wiz:
6378         * plugins/project-wizard/templates/gnome.wiz:
6379         * plugins/project-wizard/templates/gtk.wiz:
6380         * plugins/project-wizard/templates/gtkmm.wiz:
6381         * plugins/project-wizard/templates/java.wiz:
6382         * plugins/project-wizard/templates/python.wiz:
6383         * plugins/project-wizard/templates/terminal.wiz:
6384         * plugins/project-wizard/templates/wxwin.wiz:
6385         * plugins/project-wizard/templates/xlib-dock.wiz:
6386         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6387         project option and set it ON by default (since gnome-build, can't
6388         enabled configure shared lib support later when a sharedlib target
6389         is added).
6391 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6393         * plugins/debug-manager/stack_trace.c:
6394         Fix a missing case in the previous changes
6396 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6398         * plugins/debug-manager/plugin.c:
6399         Fix bug #430401
6401         * plugins/debug-manager/breakpoints.c,
6402         plugins/gdb/plugin.c:
6403         Fix adding breakpoint on a function
6405         * plugins/debug-manager/stack_trace.c:
6406         Highlight changed stack frame
6408 2007-04-18  Naba Kumar  <naba@gnome.org>
6410         * plugins/document-manager/anjuta-docman.c:
6411         (anjuta_docman_dispose), (on_editor_destroy),
6412         (anjuta_docman_remove_editor): Remove the editor widget from
6413         the parent container before calling destroy, otherwise container
6414         removal happens after TextEditor is disposed resulting in call
6415         to value-remove for a TextEditor which is half-dead (crash).
6417 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6419         * plugins/debug-manager/data_buffer.c
6420         plugins/debug-manager/data_view.c,
6421         plugins/debug-manager/memory.c:
6422         Fixes for bug #418523, bug #427090 and bug #428174
6424 2007-04-11 Halton Huo <halton.huo@sun.com>
6426         reviewed by: <jhs@gnome.org>
6428         * configure.in:
6429         * libanjuta/Makefile.am:
6430         * libanjuta/anjuta-utils.c:
6431         * libanjuta/anjuta-utils.h:
6432         * manuals/reference/libanjuta/Makefile.am:
6433         
6434         Fixed compilation on sun by deploying the libutil methods
6435         in anjuta-utils.h and building them on condition.
6437 2007-04-11  Johannes Schmid <jhs@gnome.org>
6439         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6440         (anjuta_docman_add_editor):
6441         Hold a reference on the editor as long as we use it.
6442         
6443         * plugins/document-manager/plugin.c: (on_editor_changed):
6444         Destroy GValue to fix a memoery leak.
6446 2007-04-11  Johannes Schmid <jhs@gnome.org>
6448         * plugins/document-manager/plugin.c: (on_editor_changed):
6449         Fixed reference counting for editor by using g_value_take_object instead
6450         of g_value_set_object. The editors are now correctly finalized and thus
6451         we do not lack so much memory anymore.
6452         
6453         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6454         (anjuta_view_finalize), (anjuta_view_focus_out),
6455         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6456         * plugins/sourceview/anjuta-view.h:
6457         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6458         * plugins/sourceview/sourceview-prefs.c:
6459         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6460         * plugins/sourceview/sourceview-prefs.h:
6461         * plugins/sourceview/sourceview-private.h:
6462         * plugins/sourceview/sourceview.c: (on_document_loaded),
6463         (timeout_unref), (on_document_saved), (sourceview_finalize),
6464         (sourceview_new), (ifile_open), (ifile_savable_save),
6465         (ifile_savable_save_as):
6467         Several changes to fix things when the editor is correctly destroyed.
6468         Fixed preferences (which led me to the refcounting issue, #409412)
6469         and removed deprecated completition code that will be replace by
6470         IAnjutaAssist interface soon. 
6472 2007-04-11  Johannes Schmid <jhs@gnome.org>
6474         * libanjuta/anjuta-launcher.c:
6475         (anjuta_launcher_execution_done_cleanup),
6476         (anjuta_launcher_child_terminated):
6477         Possible fix for #428363 and added a g_return_if_fail
6479         * plugins/message-view/plugin.c: (activate_plugin):
6480         Fixed a Gtk/Gdl-Critical
6481         
6482         Patches from Étienne Bersac <bersace03@laposte.net>
6483         * plugins/class-gen/templates/go-source.tpl:
6484         * plugins/macro/macros.xml:
6485         Use better template for GObjects (#417875 and #417918)
6486         
6487         Patches from Halton Huo <halton.huo@sun.com>
6488         * libanjuta/anjuta-launcher.h:
6489         * libanjuta/anjuta-preferences.c:
6490         * libanjuta/anjuta-utils.c:
6491         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6492         (cg_window_set_add_to_repository):
6493         * plugins/class-inheritance/class-inherit.c:
6494         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6496 2007-04-09  Johannes Schmid <jhs@gnome.org>
6498         * plugins/editor/print.c: (anjuta_print_show_header):
6499         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6500         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6502   Some string changes (#427395 and #427399)
6504 2007-04-06  Johannes Schmid <jhs@gnome.org>
6506         * plugins/build-basic-autotools/build-basic-autotools.c:
6507         (on_build_mesg_format), (on_build_mesg_parse):
6508         Fixed full path detection
6510 2007-04-05  Naba Kumar  <naba@gnome.org>
6512         Patch from Halton Huo:
6513         * libanjuta/Makefile.am:
6514         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6515         * libanjuta/anjuta-glue-cpp.h:
6516         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6517         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6518         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6519         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6520         (load_plugin), (anjuta_glue_factory_get_object_type):
6521         * libanjuta/anjuta-glue-factory.h:
6522         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6523         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6524         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6525         (anjuta_glue_plugin_new):
6526         * libanjuta/anjuta-glue-plugin.h:
6527         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6528         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6529         * libanjuta/anjuta-plugin.h:
6530         * libanjuta/glue-cpp.c:
6531         * libanjuta/glue-cpp.h:
6532         * libanjuta/glue-factory.c:
6533         * libanjuta/glue-factory.h:
6534         * libanjuta/glue-plugin.c:
6535         * libanjuta/glue-plugin.h:
6536         * plugins/build-basic-autotools/build-basic-autotools.h:
6537         * plugins/class-gen/plugin.h:
6538         * plugins/class-inheritance/plugin.h:
6539         * plugins/cvs-plugin/plugin.h:
6540         * plugins/debug-manager/plugin.h:
6541         * plugins/devhelp/plugin.h:
6542         * plugins/document-manager/plugin.h:
6543         * plugins/editor/plugin.h:
6544         * plugins/file-loader/plugin.h:
6545         * plugins/file-manager/plugin.h:
6546         * plugins/file-wizard/plugin.h:
6547         * plugins/gdb/plugin.h:
6548         * plugins/glade/plugin.h:
6549         * plugins/gtodo/plugin.h:
6550         * plugins/language-support-cpp-java/plugin.h:
6551         * plugins/macro/plugin.h:
6552         * plugins/message-view/plugin.h:
6553         * plugins/patch/plugin.h:
6554         * plugins/profiler/plugin.h:
6555         * plugins/project-import/plugin.h:
6556         * plugins/project-manager/plugin.h:
6557         * plugins/project-wizard/plugin.h:
6558         * plugins/sample1/plugin.h:
6559         * plugins/search/plugin.h:
6560         * plugins/sourceview/plugin.h:
6561         * plugins/subversion/plugin.h:
6562         * plugins/symbol-browser/plugin.h:
6563         * plugins/terminal/terminal.c:
6564         * plugins/tools/plugin.h:
6565         * plugins/tools/scripts/tools-2.xml.in:
6566         * plugins/valgrind/plugin.h:
6568         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6570 2007-04-05  Naba Kumar  <naba@gnome.org>
6572         * anjuta.spec.in, configure.in: Removed dead codes.
6573         
6574         Patch from Jos Dehaes:
6575         * configure.in, plugins/project-wizard/templates/Makefile.am,
6576         plugins/project-wizard/templates/mkfile.wiz,
6577         plugins/project-wizard/templates/translatable-strings.h: Enabled
6578         makefile-based project creation and import. Fixes bug #355145
6580 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6582         * plugins/debug-manager/debugger.c,
6583         plugins/debug-manager/plugin.c,
6584         plugins/gdb/anjuta-gdb.plugin.in:
6585         Code cleaning (remove unused code, rename this into self)
6586         Add information about supported format in debugger plugin
6587         Activate debugger plugin according to the target format
6589 2007-04-01  Naba Kumar  <naba@gnome.org>
6591         * plugins/message-view/message-view.c:
6592         (message_view_instance_init): Fixed message icons to appear.
6594 2007-03-31  Johannes Schmid <jhs@gnome.org>
6596         * plugins/message-view/anjuta-msgman.c:
6597         (anjuta_msgman_append_view):
6598         * plugins/message-view/plugin.c: (on_view_changed),
6599         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6600         
6601         Fixed #424845
6603 2007-03-31  Johannes Schmid <jhs@gnome.org>
6605         * plugins/message-view/message-view.c:
6606         (message_view_instance_init), (imessage_view_append):
6607         Show nice icons beside the messages for info, warning and error. This is a completly
6608         cosmetic change so if someone dislikes it he is free to remove it.
6610 2007-03-31  Johannes Schmid <jhs@gnome.org>
6611         
6612         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6613         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6614         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6615         * plugins/message-view/anjuta-msgman.h:
6616         * plugins/message-view/message-view.h:
6617         * plugins/message-view/plugin.c: (on_view_changed),
6618         (activate_plugin):
6619         Fixed #359399 and made next/previous insensitive when not availible
6620         
6621         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6622         (tag_style_to_string):
6623         Fixed namespace Problem with gdk >= 2.11
6624         
6625         * plugins/sourceview/sourceview-autocomplete.c:
6626         (sourceview_autocomplete_init):
6627         Removed structure, follow-up of #423682
6629 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6631         * plugins/debug-manager/debug_tree.c,
6632         plugins/debug-manager/debug_tree.h,
6633         plugins/debug-manager/watch.c,
6634         plugins/debug-manager/anjuta-debug-manager.glade:
6635         Inspect variable at cursor
6636         Fix buttons in inspect dialog
6638 2007-03-27  Halton Huo  <halton.huo@sun.com>
6640         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6642         * plugins/sourceview/sourceview-autocomplete.c
6643         plugins/debug-manager/disassemble.c,
6644         libanjuta/interfaces/libanjuta.idl:
6645         Remove array with 0 size and empty structure as it is not
6646         supported by sun cc, Fixes bug #423682
6648         * plugins/debug-manager/debugger.c:
6649         Remove anonymous union as it is not supported by sun cc,
6650         Fixes bug #423680
6652 === anjuta 2.1.2 ===
6654 2007-03-28  Naba Kumar  <naba@gnome.org>
6656         * configure.in: Bumped version to 2.1.2
6657         * NEWS: Updated for release.
6658         
6659         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6660         Improved breakpoint marker icon.
6661         
6662         * plugins/editor/anjuta-editor.plugin.in,
6663         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6664         non user activable since they are now remembered properly.
6666 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6668         * plugins/tools/editor.c:
6669         Fix bug #423270
6671 2007-03-27  Naba Kumar  <naba@gnome.org>
6673         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6674         word when autocompleting without leaving any trailing part of
6675         the word.
6677 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6679         Reviewed by Naba Kumar  <naba@gnome.org>:
6680         * anjuta.desktop.in.in: Remove "Application" category from desktop
6681         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6682         
6683 2007-03-27  Naba Kumar  <naba@gnome.org>
6684         
6685         * configure.in, plugins/document-manager/anjuta-docman.c:
6686         (anjuta_docman_add_editor): Conditionally compile notebook tab
6687         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6689         Patch from Halton Huo:
6690         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6691         non gcc compiler flags. Fixes bug #423089.
6692         
6693 2007-03-26  Naba Kumar  <naba@gnome.org>
6694         
6695         * AUTHORS, NEWS, TODO.tasks: Updated.
6696         
6697         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6698         close menuitem.
6699         
6700         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6701         (update_editor_symbol_model), (iter_matches),
6702         (on_editor_update_ui), (value_added_current_editor),
6703         (activate_plugin), (dispose),
6704         (symbol_browser_plugin_instance_init):
6705         * plugins/symbol-browser/plugin.h: update line on editor save
6706         and editor change. Code clean up and fixed warnings.
6708 2007-03-26  Naba Kumar  <naba@gnome.org>
6710         * plugins/project-wizard/templates/java/project.anjuta,
6711         plugins/project-wizard/templates/python/project.anjuta,
6712         plugins/project-wizard/templates/python/project.anjuta:
6713         Removed version control plugins from default selection.
6715         * plugins/tools/scripts/prepare-changelog.pl,
6716         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6717         script to a better one (that works on both cvs and svn).
6719 2007-03-26  Naba Kumar  <naba@gnome.org>
6721         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6722         Makefile.am: Added the generated translatable file (required for
6723         translations for svn checkouts).
6725         * (added)
6726         plugins/project-wizard/templates/extract-translatable-strings.pl
6727         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6728         po/POTFILES.in: Generated translatable strings for .wiz files and
6729         added them in POTFILES.in for translation. Fixes bug #398035
6731 2007-03-25  Naba Kumar  <naba@gnome.org>
6733         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6734         
6735         * src/anjuta-app.c: Removed dead codes.
6736         
6737         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6738         global tags generation starts.
6739         
6740         * plugins/debug-manager/chunk_view.c,
6741         plugins/debug-manager/start.h,
6742         plugins/debug-manager/chunk_view.h,
6743         plugins/debug-manager/utilities.c,
6744         plugins/debug-manager/utilities.h,
6745         plugins/debug-manager/debugger.c,
6746         plugins/debug-manager/threads.c,
6747         plugins/debug-manager/disassemble.c,
6748         plugins/debug-manager/info.c,
6749         plugins/debug-manager/sharedlib.c,
6750         plugins/debug-manager/threads.h,
6751         plugins/debug-manager/disassemble.h,
6752         plugins/debug-manager/signals.c,
6753         plugins/debug-manager/info.h,
6754         plugins/debug-manager/sharedlib.h,
6755         plugins/debug-manager/data_buffer.c,
6756         plugins/debug-manager/data_view.c,
6757         plugins/debug-manager/signals.h,
6758         plugins/debug-manager/debug_tree.c,
6759         plugins/debug-manager/watch.c,
6760         plugins/debug-manager/registers.c,
6761         plugins/debug-manager/data_buffer.h,
6762         plugins/debug-manager/data_view.h,
6763         plugins/debug-manager/memory.c,
6764         plugins/debug-manager/debug_tree.h,
6765         plugins/debug-manager/watch.h,
6766         plugins/debug-manager/registers.h,
6767         plugins/debug-manager/memory.h,
6768         plugins/debug-manager/locals.c,
6769         plugins/debug-manager/sexy-icon-entry.c,
6770         plugins/debug-manager/breakpoints.c,
6771         plugins/debug-manager/locals.h,
6772         plugins/debug-manager/sexy-icon-entry.h,
6773         plugins/debug-manager/stack_trace.c,
6774         plugins/debug-manager/breakpoints.h,
6775         plugins/debug-manager/sparse_buffer.c,
6776         plugins/debug-manager/sparse_view.c,
6777         plugins/debug-manager/stack_trace.h,
6778         plugins/debug-manager/sparse_buffer.h,
6779         plugins/debug-manager/sparse_view.h,
6780         plugins/debug-manager/start.c,
6781         plugins/gdb/utilities.c,
6782         plugins/gdb/utilities.h,
6783         plugins/gdb/debugger.c,
6784         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
6785         setup.
6787 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6789         * plugins/gdb/debugger.c:
6790         Avoid empty debugger log window by limiting line to 90 characters
6792 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6794         * plugins/debug-manager/plugin.c,
6795         plugins/debug-manager/plugin.h,
6796         plugins/debug-manager/threads.c,
6797         plugins/debug-manager/threads.h,
6798         plugins/debug-manager/breakpoints.c,
6799         plugins/debug-manager/breakpoints.h,
6800         plugins/debug-manager/stack_trace.c,
6801         plugins/debug-manager/stack_trace.h:
6802         View code action now changes location in disassembly view too
6804         * plugins/debug-manager/anjuta-debug-manager.ui:
6805         Rename breakpoint actions
6807 2007-03-24  Naba Kumar  <naba@gnome.org>
6809         * configure.in, src/anjuta-app.c: Use the new docking algorithm
6810         in gdl 0.7.3 (svn trunk).
6811         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
6812         
6813 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6815         * plugins/debug-manager/threads.c,
6816         plugins/debug-manager/debug_tree.c,
6817         plugins/debug-manager/debug_tree.h,
6818         plugins/debug-manager/locals.c,
6819         plugins/debug-manager/registers.c,
6820         plugins/debug-manager/stack_trace.c:
6821         Allow to change current thread updating register, stack and locals
6822         Allow to change current stack frame updating locals
6824         * plugins/gdb/debugger.c:
6825         Read argument of selected stack frame
6827         * plugins/debug-manager/data_view.c:
6828         Fix an unrelated bug
6830 2007-03-23  Naba Kumar  <naba@gnome.org>
6832         * plugins/document-manager/anjuta-docman.c,
6833         plugins/document-manager/plugin.c: Fixed many memory leaks.
6834         (ianjuta_file_get_uri() returns a new string).
6836         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
6837         widget for save dialogs.
6838         
6839         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
6840         svn and fixed to get function/prototype/member args list. Call tips
6841         also work fine now.
6843 2007-03-22  Naba Kumar  <naba@gnome.org>
6845         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
6846         and calltips would work again for functions from global tags (Needs
6847         regenerating global tags).
6849         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
6850         ctags svn version and reopened bug #395362. Fixes tags parsing that
6851         seemed to have stopped working recently.
6853 2007-03-21  Naba Kumar  <naba@gnome.org>
6855         * tagmanager/tm_source_file.c, tagmanager/options.c,
6856         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
6857         extend .. more needs to be investigated and fixed). Enabled some
6858         debugging.
6860 2007-03-16  Naba Kumar  <naba@gnome.org>
6862         * src/anjuta.c: Fixed project loading from command line.
6864 2007-03-16  Naba Kumar  <naba@gnome.org>
6866         Patch from James Liggett <jrliggett@cox.net>:
6867         plugins/profiler/gprof-profile-data.c: Fixed a crash.
6868         
6869 2007-03-15  Naba Kumar  <naba@gnome.org>
6871         * libanjuta/anjuta-profile-manager.c,
6872         libanjuta/anjuta-profile-manager.h: Added method to get current
6873         profile.
6875         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
6876         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
6877         is exiting.
6879         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
6880         plugins/file-loader/plugin.c: Moved to functions as utility functions.
6881         Also, not load project files in session load in loader plugin.
6882         
6883         * plugins/project-manager/plugin.c, src/anjuta.c:
6884         Emit "exiting" signal in shell when exiting anjuta. project manager
6885         listens to exiting signal and saves session. anjuta.c saves session
6886         only when current projfile is 'user'. Load project saved in session
6887         differently then the rest of the session. This should fix all the
6888         session restoration bugs.
6889         
6890         src/main.c: Present anjuta window when becon message is received.
6892 2007-03-14  Naba Kumar  <naba@gnome.org>
6894         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
6895         not randomly save (it was a wrong looping).
6896         
6897 2007-03-12  Naba Kumar  <naba@gnome.org>
6899         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
6901 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
6903         * plugins/debug-manager/anjuta-debug-manager.ui,
6904         libanjuta/interfaces/libanjuta.idl,
6905         plugins/debug-manager/debugger.c,
6906         (added) plugins/debug-manager/threads.c,
6907         (added) plugins/debug-manager/threads.h,
6908         plugins/debug-manager/plugin.c,
6909         plugins/debug-manager/Makefile.am,
6910         plugins/gdb/plugin.c,
6911         plugins/gdb/debugger.c,
6912         plugins/gdb/debugger.h:
6913         Add a window displaying all threads
6914         Add needed functions
6915         Switching to a different thread is still not done
6917         * plugins/debug-manager/debug_tree.c,
6918         plugins/debug-manager/locals.c,
6919         plugins/debug-manager/stack_trace.c:
6920         Small cosmetic changes
6922         * plugins/gdb/gdbmi.c:
6923         Keep all elements in gdbmi hash
6924         Even if using the same key like in -threads-list-ids
6926 2007-03-11  Naba Kumar  <naba@gnome.org>
6928         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
6929         
6930         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
6931         
6932         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6933         manuals/reference/libanjuta/libanjuta-sections.txt,
6934         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
6935         interfaces.
6937 2007-03-11  Naba Kumar  <naba@gnome.org>
6939         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
6940         gtk-doc properly. Bumped gtk-doc requirement to 1.4
6942         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6943         manuals/reference/libanjuta/libanjuta.types,
6944         manuals/reference/libanjuta/libanjuta-sections.txt,
6945         manuals/reference/libanjuta/.cvsignore,
6946         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
6947         infrastructure. Got rid of tmpl/ directory and moved all section
6948         documenation to source code (requires gtk-doc >= 1.4).
6949         
6950         * libanjuta/anjuta-plugin-description.c,
6951         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
6952         libanjuta/cell-renderer-captioned-image.c,
6953         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
6954         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
6955         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
6956         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
6957         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
6958         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
6959         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
6960         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
6961         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
6962         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
6963         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
6964         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
6965         documentation from templates to source code.
6967 2007-03-10  Johannes Schmid <jhs@gnome.org>
6969         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
6970         Added some debug output but could not figure out why 
6971         some plugins are not kept.
6972         
6973         * libanjuta/interfaces/libanjuta.idl:
6974         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
6975         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
6976         Added IAnjutaEditorGoto::matching_brace
6977         
6978         * plugins/document-manager/action-callbacks.c:
6979         (on_editor_command_match_brace_activate):
6980         * plugins/document-manager/plugin.c:
6981         (update_editor_ui_interface_items):
6982         * plugins/editor/text_editor.c: (igoto_matching_brace),
6983         (igoto_iface_init):
6984         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
6985         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
6987 2007-03-09  Johannes Schmid <jhs@gnome.org>
6989         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
6990         Hide correct column
6991         
6992         * plugins/sourceview/sourceview-private.h:
6993         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
6994         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
6995         (sourceview_new), (ifile_savable_save_as):
6996         Tweaked vfs monitoring
6998 2007-03-09  Johannes Schmid <jhs@gnome.org>
7000         * libanjuta/interfaces/Makefile.am.iface:
7001         Fixed installtion of header files
7002         
7003         * plugins/sourceview/sourceview.c: (set_select):
7004         do not scroll to much in interactive search
7006 2007-03-09  Naba Kumar  <naba@gnome.org>
7008         * src/anjuta.c: Fixed session restoration.
7009         
7010         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7011         signal handlers after symbol browser plugin is deactivated.
7012         
7013         * plugins/editor/editor.glade,
7014         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7015         Fixed indentation confustion in preferences.
7017 2007-03-08  Johannes Schmid <jhs@gnome.org>
7019         * plugins/search/search-replace.c: (search_set_combo),
7020         (search_set_action), (search_set_target), (search_set_direction),
7021         (create_dialog), (search_disconnect_set_toggle_connect),
7022         (on_search_match_whole_word_toggled),
7023         (on_search_match_whole_line_toggled),
7024         (on_search_match_word_start_toggled),
7025         (search_set_toggle_direction):
7026         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7027         it's somehow ugly and uses many deprecated widgets
7028         
7029         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7030         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7031         Fix #394709
7032         
7033 2007-03-07  Naba Kumar  <naba@gnome.org>
7035         * src/anjuta.c: Make launching projects work from command line. Also
7036         fixes gnome session restart command.
7037         
7038 2007-03-07  Johannes Schmid <jhs@gnome.org>
7040         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7041         * plugins/class-gen/plugin.c: (iwizard_activate):
7042         Fixed #408218
7043         
7044         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7045         Fixed #402774
7046         
7047         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7048         Fixed #377483 (It's not possible to know if directories have
7049         a version in CVS. Show version column only if there are version
7050         informations availible
7052         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7053         Fixed memory leak
7055 2007-03-07  Johannes Schmid <jhs@gnome.org>
7057         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7058         Fixed #409408
7059         * plugins/symbol-browser/an_symbol_prefs.c:
7060         (on_update_global_clicked):
7061         Fixed ##409176
7063 2007-03-07  Johannes Schmid <jhs@gnome.org>
7065         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7066         (anjuta_save_prompt_new):
7067         * plugins/project-import/project-import.c:
7068         (project_import_finalize):
7069         Fixed Gtk-Criticals (maybe #409408)
7071 2007-03-07  Naba Kumar  <naba@gnome.org>
7073         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7074         when we are at just beginning of string or comment. Fixes bug #397981.
7076 2007-03-07  Johannes Schmid <jhs@gnome.org>
7078         * plugins/language-support-cpp-java/plugin.c:
7079         (initialize_indentation_params):
7080         Removed annoying DEBUG_PRINT
7081         
7082         * plugins/sourceview/sourceview-cell.c:
7083         (sourceview_cell_instance_init), (icell_get_character),
7084         (icell_get_length), (icell_get_char), (icell_get_attribute):
7085         Improved code to be faster
7086         Implemented attribute handling so that indentation really works in any case
7088 2007-03-06  Johannes Schmid <jhs@gnome.org>
7090         * configure.in:
7091         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7092         
7093         * plugins/document-manager/anjuta-docman.c:
7094         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7095         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7096         instead (required GTK >= 2.10)
7097         
7098         * plugins/sourceview/sourceview-private.h:
7099         * plugins/sourceview/sourceview.c:
7100         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7101         (sourceview_finalize), (sourceview_new), (imark_mark),
7102         (imark_unmark), (imark_is_marker_set),
7103         (imark_location_from_handle), (imark_delete_all_markers):
7104         Fixed marker handling and worked a bit more on vfs monitoring
7106 2007-03-05  Johannes Schmid <jhs@gnome.org>
7108         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7109         Added method to select specific iter
7110         
7111         * plugins/sourceview/sourceview-private.h:
7112         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7113         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7114         (sourceview_add_monitor), (on_document_saved),
7115         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7116         Fixed vfs monitoring (mostly ported code from text_editor.c)
7117         
7118         * plugins/symbol-browser/an_symbol_view.c:
7119         * plugins/symbol-browser/an_symbol_view.h:
7120         * plugins/symbol-browser/plugin.c: (iter_matches),
7121         (on_editor_update_ui), (value_added_current_editor):
7122         Select the current tag in locals window and symbol toolbar. If there
7123         is no tag at the current line, reserve backward for the next tag. This will
7124         select the correct tag if inside a function.
7126 2007-03-05  Naba Kumar  <naba@gnome.org>
7128         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7129         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7130         compiler warnings.
7131         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7132         (Bug #412186)
7133         
7134 2007-03-04  Johannes Schmid <jhs@gnome.org>
7136         * data/Makefile.am:
7137         * po/POTFILES.in:
7138         Fixed distcheck (well, partly)
7140 2007-03-04  Johannes Schmid <jhs@gnome.org>
7142         * plugins/document-manager/anjuta-document-manager.ui:
7143         Move "Swap .c/.h from Main to Browser toolbar
7145         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7146         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7147         (fv_prefs_free), (fv_add_tree_entry):
7148         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7149         * plugins/file-manager/plugin.c: (prefs_init):
7150         
7151         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7153 2007-03-04  Naba Kumar  <naba@gnome.org>
7155         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7156         plugins/project-manager/plugin.c:
7157         Restored default profile and renamed it from "default.anjuta" to
7158         "default.profile".
7159         
7160 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7162         * plugins/debug-manager/debugger.c,
7163         plugins/debug-manager/plugin.c,
7164         plugins/gdb/debugger.c,
7165         libanjuta/interfaces/libanjuta.idl,
7166         plugins/debug-manager/stack_trace.c:
7167         Add a dialog box when a signal is received (except SIGINT)
7168         Display stack frame even if arguments are not available
7170 2007-03-03  Naba Kumar  <naba@gnome.org>
7172         * TODO.tasks: Icons bounty added.
7174         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7175         choise selection.
7176         
7177         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7178         and descoping.
7180         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7181         plugins/Makefile.am, (removed) plugins/profile-default/*,
7182         plugins/project-manager/anjuta-project-manager.plugin.in,
7183         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7184         profile implementation to load user profile and projects. Store and
7185         restore remembered plugins. Use profile scoping and descoping for
7186         saving and loading sesstions.
7187         
7188         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7189         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7190         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7191         DEBUG_PRINTs.
7193 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7195         * plugins/debug-manager/debug_tree.c
7196         plugins/debug-manager/debug_tree.h:
7197         Bug fix, deleting wrong variable
7199         * plugins/gdb/debugger.c:
7200         Bug fix, remove forgotten debugging code
7202 2007-03-02  Johannes Schmid <jhs@gnome.org>
7204         * plugins/document-manager/anjuta-document-manager.ui:
7205         * plugins/search/anjuta-search.ui:
7206         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7207         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7208         ToolbarFind
7210         * src/anjuta-app.c: (on_toolbar_view_toggled),
7211         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7212         Save toolbar positions, don't use fixed toolbar style
7213         
7214         All in all this will allow more complex toolbar configurations and
7215         might gain some space on smaller displays because the user can disable
7216         toolbar parts he does not use. Also allows to use any toolbar style
7217         without looking too ugly.
7219 2007-03-01  Naba Kumasr  <naba@gnome.org>
7221         * TODO.tasks: Added a bounty for creating icons.
7223         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7224         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7225         profile-changed signal. Do not sync non-user-activatable plugins.
7227 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7229         * plugins/debug-manager/disassemble.c,
7230         plugins/debug-manager/sparse_view.c,
7231         plugins/gdb/debugger.c,
7232         libanjuta/interfaces/libanjuta.idl:
7233         Display function name in disassembly view
7235 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7237         * (added) plugins/debug-manager/bookmark.png,
7238         (added) plugins/debug-manager/breakpoint-disabled.png,
7239         (added) plugins/debug-manager/breakpoint-enabled.png,
7240         (added) plugins/debug-manager/program-counter.png,
7241         (added) plugins/debug-manager/linemarker.png,
7242         plugins/debug-manager/Makefile.am,
7243         plugins/debug-manager/disassemble.c,
7244         plugins/debug-manager/disassemble.h,
7245         plugins/debug-manager/sparse_buffer.c,
7246         plugins/debug-manager/sparse_buffer.h,
7247         plugins/debug-manager/sparse_view.c,
7248         plugins/debug-manager/sparse_view.h,
7249         plugins/debug-manager/plugin.c,
7250         plugins/debug-manager/breakpoints.c,
7251         libanjuta/interfaces/libanjuta.idl:
7252         Add markers in the disassembly view
7253         Display program counter and breakpoints in disassembly view
7255         * plugins/gdb/debugger.c:
7256         Fix a bug added with my previous patch, setting and clearing
7257         breakpoints was not working
7259 2007-02-28  Johannes Schmid <jhs@gnome.org>
7261         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7262         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7263         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7264         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7265         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7266         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7267         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7268         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7269         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7270         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7271         Updated (why do they need to be under version control?)
7272         
7273         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7274         (create_tab_popup_menu), (on_msgman_popup_menu),
7275         (on_tab_button_press_event), (anjuta_msgman_page_new),
7276         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7277         Added "Close all message tabs" popup menu
7279 2007-02-26  Naba Kumar  <naba@gnome.org>
7281         * plugins/profiler/gprof-flat-profile-entry.c,
7282         plugins/profiler/gprof-flat-profile.c,
7283         plugins/profiler/gprof-flat-profile-entry.h,
7284         plugins/profiler/gprof-flat-profile.h,
7285         plugins/profiler/gprof-flat-profile-view.c,
7286         plugins/profiler/gprof-flat-profile-view.h,
7287         plugins/profiler/gprof-call-graph-block-entry.c,
7288         plugins/profiler/gprof-call-graph-block.c,
7289         plugins/profiler/gprof-function-call-chart-view.c,
7290         plugins/profiler/gprof-call-graph-block-entry.h,
7291         plugins/profiler/gprof-profile-data.c,
7292         plugins/profiler/gprof-call-graph-block.h,
7293         plugins/profiler/gprof-view.c,
7294         plugins/profiler/gprof-call-graph.c,
7295         plugins/profiler/gprof-function-call-chart-view.h,
7296         plugins/profiler/gprof-profile-data.h,
7297         plugins/profiler/gprof-call-graph.h,
7298         plugins/profiler/gprof-view.h,
7299         plugins/profiler/gprof-view-manager.c,
7300         plugins/profiler/gprof-call-graph-view.c,
7301         plugins/profiler/plugin.c,
7302         plugins/profiler/gprof-view-manager.h,
7303         plugins/profiler/gprof-call-graph-view.h,
7304         plugins/profiler/gprof-function-call-tree-view.c,
7305         plugins/profiler/gprof-function-call-tree-view.h,
7306         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7307         gnome-vfs. Fixes bug #411377.
7309 2007-02-26  Naba Kumar  <naba@gnome.org>
7311         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7313         Patch from James Liggett  <jrliggett@cox.net>:
7314         * plugins/profiler/gprof-flat-profile-view.c,
7315         plugins/profiler/gprof-flat-profile-view.h,
7316         plugins/profiler/gprof-function-call-chart-view.c,
7317         plugins/profiler/gprof-function-call-chart-view.h,
7318         plugins/profiler/gprof-view.c,
7319         plugins/profiler/gprof-view.h,
7320         plugins/profiler/gprof-call-graph-view.c,
7321         plugins/profiler/plugin.c,
7322         plugins/profiler/gprof-call-graph-view.h,
7323         plugins/profiler/gprof-function-call-tree-view.c,
7324         plugins/profiler/gprof-function-call-tree-view.h: Implements
7325         double click navigation. Fixes bug #403514.
7327 2007-02-25  Naba Kumar  <naba@gnome.org>
7329         * libanjuta/anjuta-plugin-manager.c,
7330         libanjuta/anjuta-plugin-handle.[ch],
7331         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7332         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7333         dependency on glib 2.8. Fixes bug #411623.
7335 2007-02-24  Naba kumar  <naba@gnome.org>
7337         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7338         
7339         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7340         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7341         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7342         (added) libanjuta/anjuta-profile-manager.c,
7343         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7344         manager.
7345         Implemented profile pushing and popping. Implemented profile xml
7346         synchronization. Implemented error handling in profiles. Implemented
7347         activation and deactivation signals in plugin manager.
7348         
7349         * libanjuta/Makefile.am: Added libanjuta log domain.
7350         
7351         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7352         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7353         in AnjutaShell interface and implemented it in AnjutaApp.
7354         
7355         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7357 2007-02-23  Naba kumar  <naba@gnome.org>
7359         src/main.c: Fixed missing end quote.
7361 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7363         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7366 2007-02-20  Naba Kumar  <naba@gnome.org>
7368         * plugins/subversion/plugin.c: Added "..." menuitems.
7369         * ROADMAP, README: Updated.
7370         * libanjuta/anjuta-profile.c: Fixed bugs.
7372         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7373         plugins/gtodo/Makefile.am: Removed dead code.
7375         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7376         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7377         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7378         plugins/gtodo/list_tooltip.c,
7379         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7380         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7381         not contain markups. Fixes Bug #360462.
7383 2007-02-16  Naba Kumar  <naba@gnome.org>
7385         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7386         unnecessary sub-sections.
7387         
7388 2007-02-15  Naba Kumar  <naba@gnome.org>
7390         * (removed) plugins/document-manager/bookmark-prev-16.png,
7391         plugins/document-manager/bookmark-last.png,
7392         (removed)plugins/document-manager/bookmark-first-16.png,
7393         plugins/document-manager/bookmark-prev.png,
7394         (added) plugins/document-manager/bookmark-toggle.png,
7395         (removed)plugins/document-manager/bookmark_toggle.xpm,
7396         (removed)plugins/document-manager/bookmark-last-16.png,
7397         plugins/document-manager/plugin.c,
7398         plugins/document-manager/anjuta-document-manager.ui,
7399         (removed)plugins/document-manager/bookmark-next-16.png,
7400         plugins/document-manager/bookmark-next.png,
7401         plugins/document-manager/Makefile.am,
7402         (added) plugins/document-manager/bookmark-clear.png,
7403         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7404         icons (stolen from monodevelop). Added clear bookmarks toolbar
7405         button.
7407         * plugins/document-manager/plugin.c,
7408         (added) plugins/document-manager/swap.png,
7409         (removed) plugins/document-manager/undock.png,
7410         plugins/document-manager/Makefile.am: Fixed swap icon.
7412 2007-02-13  Naba Kumar  <naba@gnome.org>
7414         * plugins/class-gen/element-editor.c: Fixed typo.
7415         
7416         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7417         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7418         Implementing plugin profiles loading.
7420 2007-02-13  Naba Kumar  <naba@gnome.org>
7422         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7423         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7424         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7425         pixmaps/open_project.png, pixmaps/close_project.png:
7426         Removed more old icons.
7427         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7428         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7429         anjuta_logo.png
7430         
7431 2007-02-13  Naba Kumar  <naba@gnome.org>
7433         * plugins/class-gen/element-editor.c: Included missing headers to
7434         prevent build failures in some cases.
7435         
7436 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7438         * plugins/debug-manager/stack_trace.c:
7439         Fix bug #407115
7441         * plugins/debug-manager/watch.c,
7442         plugins/debug-manager/breakpoints.c:
7443         Same bug than above, wrong use of gtk_ui_manager_get_widget
7445 === anjuta 2.1.1 ===
7447 2007-02-11  Naba Kumar  <naba@gnome.org>
7449         * cofigure.in: Bumped version to 2.1.1
7450         * NEWS: Updated for 2.1.1 release.
7451         
7452 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7454         * plugins/debug-manager/plugin.c,
7455         plugins/debug-manager/sparse_view.c,
7456         plugins/debug-manager/sparse_view.h:
7457         Reorder some code
7459         * plugins/gdb/debugger.c,
7460         plugins/debug-manager/debugger.c,
7461         plugins/debug-manager/memory.c,
7462         plugins/debug-manager/sparse_buffer.c
7463         plugins/gdb/debugger.h,
7464         libanjuta/interfaces/libanjuta.idl:
7465         Clean up, remove some warnings
7466         Use guint everywhere for addresses
7467         Rewrite code parsing position in debugger
7469 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7471         * plugins/debug-manager/debug_tree.c:
7472         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7473         Fix bug #406113
7475 2007-02-08  Naba Kumar  <naba@gnome.org>
7477         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7478         Delay showing the 'file modified on disk' dialog for one sec
7479         from the last notification to insure multiple notifications for
7480         the same file are treated as one. Do not same multiple dialogs
7481         for the same file. Make sure to destory the dialog if later
7482         the conent is no longer different.
7483         
7484 2007-02-08  Naba Kumar  <naba@gnome.org>
7486         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7487         Prevented spurious 'file modified' dialogs in scintilla editor
7488         when the file is saved.
7490 2007-02-09  Johannes Schmid <jhs@gnome.org>
7492         * scripts/glade2schema.pl:
7493         Added script to convert glade preferences into gconf schema files.
7494         See #406061
7496 2007-02-08  Naba Kumar  <naba@gnome.org>
7498         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7499         itself is destroyed. Fixes bug #355160.
7500         
7501 2007-02-08  Johannes Schmid <jhs@gnome.org>
7503         * plugins/profiler/profiler.plugin: 
7504         removed from version control (only .in file needed)
7505         
7506         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7507         * plugins/sourceview/sourceview.c: (sourceview_new):
7508         Code cleanup
7509         
7510         * plugins/subversion/svn-thread.c: (svn_thread_start):
7511         * src/main.c: (main):
7512         
7513         Fixed #395875 about initialisation of threads too late
7515 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7517         Reviewed by Naba Kumar  <naba@gnome.org>:
7518         * plugins/class-gen/plugin.c:
7519         * plugins/class-gen/window.c: Removed browse button related code, load
7520         generated output directly into new buffers when not adding to project.
7522         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7523         buttons from user interface.
7525 2007-02-07  Naba Kumar  <naba@gnome.org>
7527         * po/POTFILES.in: Fixed distcheck.
7529 2007-02-07  Daniel Nylander <po@danielnylander.se>
7531         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7533 2007-02-07  Johannes Schmid <jhs@gnome.org>
7535         * anjuta.desktop.in.in:
7536         Fixed spelling
7538 2007-02-07  Johannes Schmid <jhs@gnome.org>
7540         * configure.in:
7541         * manuals/anjuta-manual/*
7542         * manuals/anjuta-faqs/*:
7543         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7544         
7545         * plugins/document-manager/anjuta-document-manager.plugin.in:
7546         Removed duplicate application-xml mime-type (review patches properly ;-)
7547         
7548 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7550         * plugins/gdb/debugger.c,
7551         libanjuta/interfaces/libanjuta.idl:
7552         Fix bug #404755
7553         Fix handling of missing source file
7555 2007-02-06  Naba Kumar  <naba@gnome.org>
7557         Patch from James Liggett  <jrliggett@cox.net>:
7558         * plugins/profiler/gprof-flat-profile.c,
7559         plugins/profiler/gprof-profile-data.c,
7560         plugins/profiler/gprof-call-graph.c,
7561         plugins/profiler/gprof-profile-data.h,
7562         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7563         Show profiler view when target selected bug #403515.
7565 2007-02-05  Naba Kumar  <naba@gnome.org>
7567         * configure.in: Enabled devhelp plugin by default now that
7568         it works.
7569         
7570         Patch from parmigio@2ainfo.it:
7571         * plugins/document-manager/anjuta-document-manager.plugin.in:
7572         Added xml file type in supported mime types list.
7573         
7574 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7576         * plugins/debug-manager/debugger.c,
7577         plugins/debug-manager/plugin.c:
7578         Add a field in status bar displaying debugger state
7579         Change cursor shape when debugger is busy
7580         Fix bug #378600
7582         * plugins/debug-manager/watch.c,
7583         plugins/debug-manager/locals.c,
7584         libanjuta/interfaces/libanjuta.idl:
7585         Clean up, remove debugging messages and unused signals
7587 2007-02-03  Johannes Schmid <jhs@gnome.org>
7589         * configure.in:
7590         Fixed AC_INIT and seperated version to major, minor, micro
7592         * anjuta.anjuta:
7593         Load Subversion instead of CVS
7594         
7595         * anjuta.desktop.in.in:
7596         Fixed bug-buddy component
7598         Original patch from Rob Bradfort <robster@debian.org>:
7599         * src/main.c: (get_command_line_args), (main):
7600         Bug #335981 – Migration from popt to GOption
7602 2007-02-03  Naba Kumar  <naba@gnome.org>
7604         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7605         path variable. Fixed bug #341170.
7606         * plugins/profiler/Makefile.am: Fixed indentation.
7607         
7608 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7610         * libanjuta/interfaces/libanjuta.idl,
7611         plugins/sourceview/sourceview.c,
7612         plugins/editor/text-editor.c,
7613         plugins/symbol-browser/plugin.c,
7614         plugins/search/search-replace.c,
7615         plugins/document-manager/goto_line.c,
7616         plugins/document-manager/action-callbacks.c,
7617         plugins/document-manager/anjuta-docman.c:
7618         Rename markers of anjuta interface
7619         IANJUTA_MARKABLE_NONE has been removed
7620         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7621         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7622         IANJUTA_MARKABLE_ATTENTIVE renamed in
7623                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7624         IANJUTA_MARKABLE_INTENSE renamed in
7625                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7626         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7628         * (removed) plugins/sourceview/marker-light.png,
7629         (removed) plugins/sourceview/marker-basic.png,
7630         (removed) plugins/sourceview/marker-attentive.png,
7631         (removed) plugins/sourceview/marker-intense.png,
7632         plugins/sourceview/bookmark.png,
7633         (added) plugins/sourceview/breakpoint-disabled.png,
7634         (added) plugins/sourceview/breakpoint-enabled.png,
7635         (added) plugins/sourceview/program-counter.png,
7636         (added) plugins/sourceview/linemarker.png,
7637         plugins/sourceview/Makefile.am,
7638         (added) plugins/editor/bookmark.xpm,
7639         (added) plugins/editor/breakpoint-disabled.xpm,
7640         (added) plugins/editor/breakpoint-enabled.xpm,
7641         (added) plugins/editor/program-counter.xpm,
7642         (added) plugins/editor/linemarker.xpm,
7643         plugins/editor/Makefile.am:
7644         Add or change marker pixmaps in scintilla and sourceview editor
7646         * plugins/document-manager/plugin.c,
7647         libanjuta/interfaces/libanjuta.idl,
7648         plugins/debug-manager/plugin.c,
7649         plugins/debug-manager/breakpoints.c
7650         plugins/gdb/debugger.c:
7651         Fix bug #376404, program counter marker is not displayed when debugger
7652         Return the selected editor or NULL (if file does not exist) with 
7653         ianjuta_document_manager_goto_file_line* functions
7654         Emit a change-location signal even if the program counter is in an
7655         unknown file
7657 2007-02-02  Naba Kumar  <naba@gnome.org>
7659         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7660         older bounties 'Done'.
7661         
7662 2007-02-02  Naba Kumar  <naba@gnome.org>
7664         * TODO.tasks: Fixed typop.
7666         Patch from James Liggett  <jrliggett@cox.net>:
7667         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7668         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7669         profiler plugin by James Liggett. Completes bounty bug #359478
7670         'Gprof performance profiler plugin'
7672 2007-02-01  Naba Kumar  <naba@gnome.org>
7674         * src/main.c: Renamed option name.
7676         * TODO.tasks: Marked "Test and fix all project wizards templates"
7677         bounty completed.
7678         
7679 2007-01-29  Johannes Schmid <jhs@gnome.org>
7681         * plugins/document-manager/plugin.c: (on_editor_changed):
7682         Added DEBUG_PRINT(...)
7683         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7684         implemented
7685         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7686         Fix language support plugin for sourceview editor (add some new
7687         language names)
7688         
7689         * plugins/sourceview/sourceview.c: (iindic_clear):
7690         Clear all indicators
7692 2007-01-29  Johannes Schmid <jhs@gnome.org>
7694         * TODO.tasks:
7695         Minor task currentions
7696         
7697         * libanjuta/interfaces/libanjuta.idl:
7698         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7699         (itext_editor_iface_init):
7700         * plugins/language-support-cpp-java/plugin.c: (install_support):
7701         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7702         (ieditor_get_attributes), (ieditor_iface_init):
7703         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7704         plugins.
7705         
7706         * plugins/sourceview/sourceview.glade:
7707         Fixed sourceview preference window
7709 2007-01-28  Naba Kumar  <naba@gnome.org>
7710         
7711         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7712         Implemented --no-files and --no-session command line options and
7713         corresponding preferernces checkboxes in General tab.
7715 2007-01-28  Johannes Schmid <jhs@gnome.org>
7717         * plugins/subversion/plugin.c:
7718         * plugins/subversion/plugin.h:
7719         * plugins/subversion/svn-notify.c: (svn_show_info),
7720         (show_svn_error), (on_svn_notify):
7721         * plugins/subversion/svn-notify.h:
7722         * plugins/subversion/svn-thread.c: (create_message_view),
7723         (svn_thread_start):
7724         Fixed error handling and fixed #394216 – No indication of subversion commands running
7725         
7726         * plugins/tools/execute.c: (atp_output_context_print):
7727         Show name of tool in message pane
7729 2007-01-28  Naba Kumar  <naba@gnome.org>
7730         
7731         * configure.in, plugins/glade/plugin.c: Make it work with
7732         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7733         
7734         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7735         from devhelp (won't work untill devhelp is fixed: bug #341170).
7736         
7737         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7738         
7739 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7741         Reviewed by Naba Kumar  <naba@gnome.org>:
7742         * libanjuta/interfaces/libanjuta.idl, 
7743         plugins/debug-manager/debugger.c,
7744         plugins/debug-manager/start.c,
7745         plugins/gdb/plugin.c,
7746         plugins/gdb/debugger.c,
7747         plugins/gdb/debugger.h:
7748         Fix a bug when launching gdb
7749         Set the terminal for the debugged program on the command line.
7751 2007-01-26  Johannes Schmid <jhs@gnome.org>
7753         * plugins/sourceview/anjuta-document-saver.c:
7754         (anjuta_document_saver_save):
7755         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7756         * plugins/sourceview/sourceview.c: (save_if_modified),
7757         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7758         Proper error handling, for example if a file was modified externally. Use backup files
7759         to avoid data-loss on disk full.
7761 2007-01-24  Naba Kumar  <naba@gnome.org>
7762         
7763         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7764         Fixed mem leak and source leak.
7765         
7766 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7768         Reviewed by Naba Kumar  <naba@gnome.org>:
7769         * plugins/debug-manager/debug_tree.c,
7770         plugins/debug-manager/debug_tree.h,
7771         plugins/debug-manager/watch.c:
7772         Partial rewrite of the variable object code, find and fix a few bugs
7773         Fix bug #395808: gdb can still crash but children are listed
7774         on request only so you can avoid the crash
7776 2007-01-24  Naba Kumar  <naba@gnome.org>
7777         
7778         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7779         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7780         plugins/symbol-browser/plugin.h,
7781         plugins/symbol-browser/plugin.c,
7782         plugins/symbol-browser/Makefile.am: Added current file (local)
7783         symbols view (Seriously getting bored with the browse toolbar).
7785 2007-01-22  Naba Kumar  <naba@gnome.org>
7786         
7787         Patch from Gabor Kelemen:
7788         * po/POTFILES.in: Added .plugin.in files.
7790 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
7792         Reviewed by Naba Kumar  <naba@gnome.org>:
7793         * plugins/document-manager/anjuta-docman.c,
7794         plugins/message-view/anjuta-msgman.c
7795         Set right alignment to the label widget in the tab title.
7797 2007-01-21  Naba Kumar  <naba@gnome.org>
7798         
7799         * libegg/egg-combo-action.c: Fixed mode line.
7800         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
7801         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
7803 2007-01-21  Armin Burgmeier  <armin@arbur.net>
7805         Reviewed by Naba Kumar  <naba@gnome.org>:
7806         * plugins/class-gen/plugin.c: Prompt for target before actually
7807         generating the class files. This ensures that the files are created in
7808         the correct directory. Fixes bug #397406.
7810         * plugins/class-gen/window.c: Set browse buttons to insensitive when
7811         the class is added to the project.
7813 2007-01-21  Naba Kumar  <naba@gnome.org>
7815         * libanjuta/anjuta-plugin-description.c,
7816         libanjuta/anjuta-ui.h,
7817         libanjuta/anjuta-status.c,
7818         libanjuta/anjuta-plugin-description.h,
7819         libanjuta/cell-renderer-captioned-image.c,
7820         libanjuta/anjuta-plugin-handle.c,
7821         libanjuta/anjuta-status.h,
7822         libanjuta/resources.c,
7823         libanjuta/cell-renderer-captioned-image.h,
7824         libanjuta/glue-cpp.c,
7825         libanjuta/anjuta-plugin-handle.h,
7826         libanjuta/anjuta-plugin.c,
7827         libanjuta/anjuta-preferences-dialog.c,
7828         libanjuta/libanjuta.h,
7829         libanjuta/resources.h,
7830         libanjuta/glue-cpp.h,
7831         libanjuta/anjuta-plugin.h,
7832         libanjuta/anjuta-preferences-dialog.h,
7833         libanjuta/anjuta-plugin-manager.c,
7834         libanjuta/anjuta-shell.c,
7835         libanjuta/anjuta-plugin-manager.h,
7836         libanjuta/anjuta-shell.h,
7837         libanjuta/anjuta-save-prompt.c,
7838         libanjuta/anjuta-save-prompt.h,
7839         libanjuta/anjuta-children.c,
7840         libanjuta/anjuta-utils.c,
7841         libanjuta/anjuta-profile.c,
7842         libanjuta/anjuta-preferences.c,
7843         libanjuta/anjuta-launcher.c,
7844         libanjuta/anjuta-utils.h,
7845         libanjuta/anjuta-profile.h,
7846         libanjuta/anjuta-launcher.h,
7847         libanjuta/anjuta-ui.c: Updated file headers.
7849         * po/POTFILES.in: Updated.
7851         * libanjuta/anjuta-marshal.list,
7852         (added) libanjuta/anjuta-plugin-handle.c,
7853         (added) libanjuta/anjuta-plugin-handle.h,
7854         (added) libanjuta/anjuta-plugin-manager.c,
7855         (added) libanjuta/anjuta-plugin-manager.h,
7856         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7857         (added) libanjuta/anjuta-profile.c,
7858         (added) libanjuta/anjuta-profile.h,
7859         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
7860         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
7861         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
7862         src/action-callbacks.c: Implemented AnjutaPluginManager
7863         class based on old plugins.[ch]. Implemented AnjutaProfile as
7864         prelimanary profiles implementation. Implemented AnjutaPluginHandle
7865         class to represent plugins (not to be confused with plugin objects).
7866         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
7867         implemented it in AnjutaApp and AnjutaTestShell.
7868         De-globalized plugin management and several clean ups.
7870         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
7871         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
7872         plugins/search/search-replace.c, plugins/terminal/terminal.c,
7873         plugins/project-import/project-import.c,
7874         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
7875         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
7876         Fixed plugins for the change in API.
7878         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
7879         file.
7880         
7881         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7883 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
7885         Reviewed by Naba Kumar  <naba@gnome.org>:
7886         * libanjuta/anjuta-launcher.c,
7887         libanjuta/anjuta-launcher.h:
7888         Add a new function anjuta_set_terminate_on_exit to close the i/o
7889         channel when the child exit
7890         Return directly the status and not the exit code in child-exited
7891         signal
7893         * plugins/gdb/debugger.c:
7894         Use new function in debugger plugin
7896 2007-01-18  Johannes Schmid <jhs@gnome.org>
7898         * src/about.c: Do not show empty license information instead hide the button (#397883)
7900 2007-01-15  Johannes Schmid <jhs@gnome.org>
7902         * plugins/project-manager/plugin.c:
7903         * plugins/project-wizard/templates/python.wiz
7904         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
7905         
7906         Fixed #335235 python programs are not executeable/ do not start when pressing F3
7907         You will also need latest gnome-build svn       
7909 === anjuta 2.1.0 ===
7911 2007-01-14  Naba Kumar  <naba@gnome.org>
7913         * configure.in: Removed reference of mkfile project
7914         template to fix distcheck build error.
7915         * AUTHORS: Updated.
7916         * NEWS: Updated.
7917         * configure.in: Bumped version to 2.1.0 for beta release.
7918         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
7919         crashes as soon as editing starts in normal text files.
7921 2007-01-14  Johannes Schmid <jhs@gnome.org>
7923         * configure.in
7924         * po/LINGUAS:
7925         Applied http://live.gnome.org/GnomeGoals/PoLinguas
7927         * tagmanager/c.c:
7928         Patch from Massimo Cora' to hopefully fix #395362
7930         * plugins/project-wizard/templates/*:
7932         Fixed and tested all project-wizards. Deactivated mkfile project because
7933         it was totally broken and I don't see any real use for it.
7934         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
7936 2007-01-14  Naba Kumar  <naba@gnome.org>
7938         * NEWS: Updated for release.
7939         
7940         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
7941         
7942         * libanjuta/interfaces/libanjuta.idl,
7943         plugins/editor/text_editor_cbs.c,
7944         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
7945         interface and implemented it for scintilla.
7946         
7947         * plugins/editor/text-editor.c: Fixed highlighing issues when
7948         used with indicators (particularly when the file is just opened).
7949         Fixes bug #377477 – when debugging, scintilla editor grays out all
7950         lines before current line.
7951         
7952         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
7953         Maintain a separate list of indicated edtitors for separate contexts.
7954         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
7955         
7956 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
7958         Reviewed by Naba Kumar  <naba@gnome.org>:
7959         * plugins/debug-manager/plugin.c:
7960         Bug fix: breakpoints cannot be added after stopping the debugger
7962 2007-01-13  Naba Kumar  <naba@gnome.org>
7964         * NEWS: Updated for release.
7966 2007-01-12  Johannes Schmid <jhs@gnome.org>
7968         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
7969         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
7970         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
7971         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
7972         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
7973         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
7974         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
7975         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
7976         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
7977         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
7978         
7979         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
7980         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
7981         
7982         * plugins/sourceview/sourceview.c:
7983         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
7984         on character positions.
7985         
7986 2007-01-12  Naba Kumar  <naba@gnome.org>
7988         * src/anjuta-app.c,
7989         plugins/project-manager/plugin.c,
7990         plugins/profile-default/plugin.c,
7991         libanjuta/anjuta-status.c,
7992         libanjuta/anjuta-status.h: Introduced an API for application title
7993         in AnjutaStatus. Set application title to project name.
7995 2007-01-11  Massimo Cora' <maxcvs@email.i>
7997         Reviewed by Naba Kumar  <naba@gnome.org>:
7998         * tagmanager/Makefile.am,
7999         plugins/symbol-browser/Makefile.am: removed installation for 
8000         test programs.
8002 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8004         Reviewed by Naba Kumar  <naba@gnome.org>:
8005         * plugins/debug-manager/start.h,
8006         plugins/debug-manager/start.c,
8007         plugins/debug-manager/anjuta-debug-manager.ui,
8008         plugins/debug-manager/plugin.c:
8009         Partial fix for bug #392537
8011         * plugins/debug-manager/disassemble.c:
8012         Fix bug #392543
8014 2007-01-11  Naba Kumar  <naba@gnome.org>
8016         * src/anjuta.c: Load project seperately from session,
8017         so that project session is also loaded.
8018         
8019         * plugins/profile-default/plugin.c: Load project in new
8020         anjuta if there already is one loaded currently (disabled
8021         code for now).
8022         
8023         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8024         signals when editor is destroyed. Fixes a crash bug.
8025         
8026         * plugins/editor/text_editor.c: Do not mark line in
8027         ianjuta_editor_goto_line() implementation.
8028         
8029         * plugins/search/search-replace.c: Always check for markable
8030         interface availablility because its optional for an editor.
8031         
8032         * plugins/document-manager/goto_line.c,
8033         plugins/document-manager/action-callbacks.c: Mark lines for
8034         goto line commands (from dialog and from menu entry box).
8035         
8036         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8037         plugins/file-manager/an_file_view.c: Expand file manager
8038         nodes in idle loop, one at a time. Did as a possible work
8039         around for bug #361763, but it didn't make any difference.
8040         However, it could still be useful in situations where there
8041         are lots to expand.
8042         
8043         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8045 2007-01-11  Naba Kumar  <naba@gnome.org>
8047         * plugins/editor/scintilla/LineMarker.h,
8048         plugins/editor/scintilla/LexBasic.cxx,
8049         plugins/editor/scintilla/LexHTML.cxx,
8050         plugins/editor/scintilla/include/SciLexer.h,
8051         plugins/editor/scintilla/include/Scintilla.h,
8052         plugins/editor/scintilla/include/Scintilla.iface,
8053         plugins/editor/scintilla/include/ScintillaWidget.h,
8054         plugins/editor/scintilla/LexBash.cxx,
8055         plugins/editor/scintilla/PlatGTK.cxx,
8056         plugins/editor/scintilla/ViewStyle.h,
8057         plugins/editor/scintilla/Editor.cxx,
8058         plugins/editor/scintilla/StyleContext.h,
8059         plugins/editor/scintilla/LexCPP.cxx,
8060         plugins/editor/scintilla/Converter.h,
8061         plugins/editor/scintilla/LexAU3.cxx,
8062         plugins/editor/scintilla/Editor.h,
8063         plugins/editor/scintilla/LexPerl.cxx,
8064         plugins/editor/scintilla/LexVB.cxx,
8065         plugins/editor/scintilla/ScintillaGTK.cxx,
8066         plugins/editor/scintilla/ViewStyle.cxx,
8067         plugins/editor/scintilla/PropSet.cxx,
8068         plugins/editor/scintilla/LexSQL.cxx,
8069         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8070         version 1.71
8072 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8074         Reviewed by Naba Kumar  <naba@gnome.org>:
8075         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8076         selected for editing. This fixes bug #394218.
8078         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8079         name if said URI is not known.
8081         * plugins/class-gen/window.c: When stripping function prefix away,
8082         include the trailing underscore because it is already set by the
8083         template.
8085         * plugins/class-gen/transform.c: Include "const char*" and "const
8086         gchar*" in the list for transforming a default C type to a GType.
8087         Don't access invalid memory when writing pointer_str in
8088         cg_transform_first_argument.
8090 2007-01-11  Naba Kumar  <naba@gnome.org>
8092         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8093         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8094         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8095         libegg/test-actions.c, anjuta.desktop.in.in,
8096         anjuta.prj: Renamed application icon to 'anjuta.png' from
8097         'anjuta_icon.png'. Added more fields in desktop file.
8099         * mime/anjuta.xml: Added magic section.
8100         
8101         * (removed) mime/anjuta.applications,
8102         (removed) mime/anjuta.mime, mime/Makefile.am,
8103         (removed) mime/anjuta.keys,
8104         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8105         registeration and added scalable icon. Also fixes bug #393680
8107 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8109         Reviewed by Naba Kumar  <naba@gnome.org>:
8110         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8111         and anjuta_status_progress_add_ticks() to check for progressbar 
8112         being realized before trying to update it.
8114 2007-01-10  Naba Kumar  <naba@gnome.org>
8116         * tagmanager/tm_workspace.c,
8117         po/POTFILES.in,
8118         plugins/debug-manager/Makefile.am,
8119         plugins/tools/scripts/Makefile.am,
8120         plugins/class-gen/plugin.c,
8121         plugins/class-gen/Makefile.am,
8122         global-tags/Makefile.am: Fixed make distcheck.
8124         * plugins/debug-manager/attach_process.c,
8125         plugins/debug-manager/attach_process.h,
8126         plugins/class-gen/action-callbacks.h,
8127         plugins/class-gen/action-callbacks.c,
8128         plugins/class-gen/class_gen.h,
8129         plugins/class-gen/class_gen.c: Deleted unused/old files.
8131         * (removed) scintilla, (added) plugins/editor/scintilla,
8132         plugins/editor/scintilla/lexers.make,
8133         plugins/editor/scintilla/Makefile.am,
8134         plugins/editor/Makefile.am
8135         configure.in, manuals/reference/libanjuta/Makefile.am
8136         Makefile.am: Moved scintilla to its right place.
8138 2007-01-09  Naba Kumar  <naba@gnome.org>
8140         * plugins/profile-default/plugin.c: Save project session before
8141         a new one is opened.
8143         * plugins/project-manager/plugin.c,
8144         plugins/project-manager/plugin.h,
8145         plugins/project-manager/anjuta-project-manager.ui,
8146         plugins/profile-default/plugin.c,
8147         plugins/profile-default/plugin.h,
8148         plugins/profile-default/Makefile.am,
8149         (added) plugins/profile-default/anjuta-default-profile.ui,
8150         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8151         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8152         multiple projects support.
8153         
8154 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8156         Reviewed by Naba Kumar  <naba@gnome.org>
8157         * plugins/class-gen/combo-flags.h:
8158         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8159         enum, added a type parameter to selected signal. Select highlighted
8160         entry when pressing enter (but not unselect it if it was already
8161         selected) before closing the popup. Also accept input when clicking
8162         not into the popup.
8164         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8165         according to selection type.
8167         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8168         VOID:BOXED,ENUM.
8170 2007-01-08  Johannes Schmid <jhs@gnome.org>
8172   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8173   * plugins/project-wizard/templates/gtkmm/Makefile.am
8174   * plugins/project-wizard/templates/python/configure.ac.tpl
8175   * plugins/project-wizard/templates/python/configure.in.tpl
8176   * plugins/project-wizard/templates/python/Makefile.am
8177   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8178   * plugins/project-wizard/templates/cpp/configure.in.tpl
8179   * plugins/project-wizard/templates/cpp/Makefile.am
8180   * plugins/project-wizard/templates/terminal.wiz
8181   * plugins/project-wizard/templates/xlib-dock.wiz
8182   * plugins/project-wizard/templates/wxwin.wiz
8183   * plugins/project-wizard/templates/java.wiz
8184   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8185   * plugins/project-wizard/templates/xlib/configure.in.tpl
8186   * plugins/project-wizard/templates/xlib/Makefile.am
8187   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8188   * plugins/project-wizard/templates/gcj/configure.in.tpl
8189   * plugins/project-wizard/templates/gcj/Makefile.am
8190   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8191   * plugins/project-wizard/templates/terminal/configure.in.tpl
8192   * plugins/project-wizard/templates/terminal/Makefile.am
8193   * plugins/project-wizard/templates/terminal/autogen.sh
8194   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8195   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8196   * plugins/project-wizard/templates/wxwin/Makefile.am
8197   * plugins/project-wizard/templates/gnome.wiz 
8198   * plugins/project-wizard/templates/java/configure.ac.tpl
8199   * plugins/project-wizard/templates/java/configure.in.tpl
8200   * plugins/project-wizard/templates/java/Makefile.am
8201   * plugins/project-wizard/templates/anjuta-plugin.wiz
8202   * plugins/project-wizard/templates/gtkmm.wiz
8203   * plugins/project-wizard/templates/python.wiz
8204   * plugins/project-wizard/templates/cpp.wiz
8205   * plugins/project-wizard/templates/gtk.wiz
8206   * plugins/project-wizard/templates/gcj.wiz
8207   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8208   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8209   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8211   Starting fixing of all project wizards:
8212   - rename configure.in to configure.ac
8213   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8214   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8215   (See #394184)
8216   
8217   * TODO.task: Added bug number to bounty
8219 2007-01-07  Johannes Schmid <jhs@gnome.org>
8221   *  plugins/build-basic-autotools.c:
8222   Fixed #392290 – Missed install as root option in project manager
8224 2007-01-07  Johannes Schmid <jhs@gnome.org>
8226   * plugins/sourceview/sourceview.c:
8227   Fixed #388731 – Odd editor behaviour after performing block-text operations
8228   Fixed #388727 – Block-tab does not work
8229   
8230   * plugins/sourceview/anjuta-document.h/c:
8231   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8232   
8233   * configure.in:
8234   Require Gtk+ >= 2.10 for sourceview plugin
8236 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8238         * libanjuta/anjuta-status.c:
8239         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8241 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8243         * configure.in,
8244         plugins/terminal/terminal.c:
8245         Fix bug #377027
8246         remove support for VTE < 0.9
8248 2007-01-06  Naba Kumar  <naba@gnome.org>
8250         * po/POTFILES.in: Updated
8252 2007-01-05  Adam Dingle  <adam@medovina.org>
8254         Reviewed by Naba Kumar  <naba@gnome.org>:
8255         * plugins/message-view/anjuta-message-manager-plugin.glade:
8256         Fixed bug #377903 (improve message color defaults).
8258 2007-01-05  Naba Kumar  <naba@gnome.org>
8260         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8261         
8262 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8264         Reviewed by  Naba Kumar  <naba@gnome.org>:
8265         * plugins/symbol-browser/test-class.h: Fixed block ends.
8267         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8268         C-style-block comment.
8270         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8271         allow lists when writing autogen definition files. This is required
8272         for the new class generator. Also fixed a wrong return value in
8273         npw_autogen_write_definition_file and set a GError in
8274         npw_autogen_execute when the output file could not be opened.
8276         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8277         user interface.
8279         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8280         goc_template_header and goc_template_source, added top_srcdir to
8281         includes, link against project wizard (also hopefully temporarily),
8282         removed class_gen.h, class_gen.c, action-callbacks.h,
8283         action-callbacks.c.
8285         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8287         * plugins/class-gen/cell-renderer-flags.h:
8288         * plugins/class-gen/cell-renderer-flags.c:
8289         * plugins/class-gen/combo-flags.h:
8290         * plugins/class-gen/combo-flags.c:
8291         * plugins/class-gen/element-editor.c:
8292         * plugins/class-gen/element-editor.h:
8293         * plugins/class-gen/generator.c:
8294         * plugins/class-gen/generator.h:
8295         * plugins/class-gen/plugin.h:
8296         * plugins/class-gen/plugin.c:
8297         * plugins/class-gen/transform.c:
8298         * plugins/class-gen/transform.h:
8299         * plugins/class-gen/validator.c:
8300         * plugins/class-gen/validator.h:
8301         * plugins/class-gen/window.c:
8302         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8303         adding of several class elements and uses autogen.
8305         * plugins/class-gen/templates/cc-header.tpl:
8306         * plugins/class-gen/templates/cc-source.tpl:
8307         * plugins/class-gen/templates/go-header.tpl:
8308         * plugins/class-gen/templates/go-source.tpl:
8309         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8310         for the class generator.
8312         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8314 2007-01-04  Naba Kumar  <naba@gnome.org>
8316         Patch from Nick Treleaven:
8317         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8318         all matching symbols.
8319         
8320         Patches from  Maik Beckmann and Sébastien Granjoux:
8321         * plugins/profile-default/plugin.c,
8322         plugins/project-manager/plugin.c: Unescape project name. Fixes
8323         Bug #357151
8325 2007-01-04  Naba Kumar  <naba@gnome.org>
8327         * plugins/glade/plugin.c: Fixed compilation with
8328         older glade-3 version.
8329         
8330         Patch from Roland Illig:
8331         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8332         plugins/sourceview/anjuta-document-saver.c,
8333         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8334         are necessary to build anjuta on NetBSD 3.0
8336         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8337         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8338         window manager in gnome.
8339         
8340 2007-01-02  Naba Kumar  <naba@gnome.org>
8341         
8342         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8343         
8344 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8346         Reviewed by Naba Kumar  <naba@gnome.org>:
8347         * libanjuta/interfaces/libanjuta.idl,
8348         plugins/debug-manager/Makefile.am,
8349         plugins/debug-manager/anjuta-marshal.list,
8350         plugins/debug-manager/debugger.c,
8351         plugins/debug-manager/sparse_buffer.c,
8352         plugins/debug-manager/sparse_buffer.h,
8353         plugins/debug-manager/sparse_view.c,
8354         plugins/debug-manager/sparse_view.h,
8355         plugins/debug-manager/disassemble.h,
8356         plugins/debug-manager/disassemble.c,
8357         plugins/debug-manager/anjuta-marshal.list,
8358         plugins/debug-manager/plugin.c,
8359         plugins/gdb/debugger.c,
8360         plugins/gdb/debugger.h,
8361         plugins/gdb/plugin.c:
8362         Add a disassembly view window
8364         * plugins/debug-manager/breakpoints.c,
8365         plugins/debug-manager/chunk_view.c,
8366         plugins/debug-manager/locals.c,
8367         plugins/debug-manager/memory.c,
8368         plugins/debug-manager/registers.c,
8369         plugins/debug-manager/stack_trace.c:
8370         Add some debugging information 
8372 2006-12-18  Naba Kumar  <naba@gnome.org>
8374         * configure.in, plugins/glade/plugin.c: Allow building against both
8375         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8377 2006-12-03  Naba Kumar  <naba@gnome.org>
8378         
8379         * TODO.tasks: Marked a bounty completed.
8381 2006-11-24  Adam Dingle <adam@medovina.org>
8383         Reviewed by Naba Kumar  <naba@gnome.org>:
8384         * plugins/build-basic-autotools/build-basic-autotools.c,
8385         plugins/debug-manager/watch.c,
8386         plugins/document-manager/plugin.c, 
8387         plugins/patch/plugin.c,
8388         plugins/project-manager/plugin.c:
8389         Fixed bug #378879 (several command names need ellipses).
8391 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8393         Reviewed by: Naba Kumar  <naba@gnome.org>
8394         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8395         GCC 4.1.2 (there are only two warnings remaining now when compiling
8396         plugins).
8398         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8400         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8401         macro so that the generated function support a NULL plugin parameter.
8403         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8404         in debug_tree_find_expression by freeing memory returned by the call
8405         to gtk_tree_model_get instead of the parameter string.
8407 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8409         * plugins/debug-manager/breakpoints.c:
8410         Fix bug #378850
8412         * plugins/debug-manager/anjuta-debug-manager.ui,
8413         plugins/debug-manager/debugger.c,
8414         plugins/debug-manager/plugin.c:
8415         Fix bug #378871
8417 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8419         * libanjuta/anjuta-launcher.c,
8420         plugins/gdb/debugger.c:
8421         Fix bug #377061
8423 2006-11-21  Naba Kumar  <naba@gnome.org>
8425         * plugins/search/search_preferences.c: Fixed build break.
8426         
8427 2006-11-20  Naba Kumar  <naba@gnome.org>
8428         
8429         Patch from Kjartan Maraas:
8430         * plugins/cvs-plugin/cvs-interface.c,
8431         plugins/document-manager/plugin.c,
8432         plugins/gtodo/interface.c,
8433         plugins/gtodo/libgtodo.h,
8434         plugins/message-view/anjuta-msgman.c,
8435         plugins/project-wizard/druid.c,
8436         plugins/search/search_preferences.c,
8437         plugins/sourceview/sourceview-prefs.c,
8438         plugins/terminal/terminal.c,
8439         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8441         Patch from Przemysław Grzegorczyk:
8442         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8443         plugins/subversion/anjuta-subversion.glade: Enable files in
8444         fileselection dialog. Fixes bug #376031.
8445         
8446 2006-11-17  Adam Dingle <adam@medovina.org>
8448         Reviewed by: Naba Kumar  <naba@gnome.org>
8449         * plugins/build-basic-autotools/build-basic-autotools.c
8450         * plugins/class-gen/anjuta-class-gen.plugin.in
8451         * plugins/debug-manager/breakpoints.c
8452         * plugins/debug-manager/plugin.c
8453         * plugins/devhelp/plugin.c
8454         * plugins/document-manager/plugin.c
8455         * plugins/gdb/debugger.c
8456         * plugins/glade/anjuta-glade.plugin.in
8457         * plugins/gtodo/plugin.c
8458         * plugins/language-support-cpp-java/plugin.c
8459         * plugins/message-view/plugin.c
8460         * plugins/project-import/anjuta-project-import.glade
8461         * plugins/project-import/anjuta-project-import.plugin.in
8462         * plugins/search/plugin.c
8463         * plugins/tools/scripts/tools-2.xml.in
8464         * plugins/valgrind/plugin.c
8465         * src/anjuta-actions.h:
8466         Fixed bug #376335 "menu items should be capitalized".  Minor
8467         grammar edits.
8469 2006-11-20  Naba Kumar  <naba@gnome.org>
8470         
8471         * configure.in: Fixed build.
8473         Patch from: Arjan Timmerman
8474         *configure.in: Make subvesion plugin build for apr 1.x.
8475         Fixes: Bug #364754.
8476         
8477 2006-11-20  Johannes Schmid <jhs@gnome.org>
8479         * configure.in
8480         * plugins/*/*.[ch]:
8481         Removed patches from Sylvain and Günther. They caused not problems but
8482         Naba was against them.
8484 2006-11-20  Johannes Schmid <jhs@gnome.org>
8486         * Removed me from MAINTAINERS
8488 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8490         * configure.in:
8491         Use apr-1 instead of apr-0
8493 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8495         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8496         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8497         and another bug occuring when parsing .pc file containing quotes.
8499 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8501         * plugins/*/*.[ch]: Use class macro for type casting.
8503         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8504         GCC 4.1.2 (there are only two warnings remaining now when compiling
8505         plugins).
8507         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8508         a memory leak in debug_tree_find_expression; g_free was called on
8509         the parameter instead of the memory allocated by gtk_tree_model_get.
8511         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8512         to declare and initialize the global type variable of the plugin.
8514 2006-10-31  Naba Kumar  <naba@gnome.org>
8516         * global-tags/create_global_tags.sh.in: Added an end message.
8517         
8518         * libanjuta/anjuta-launcher.h: Fixed indentation.
8519         
8520         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8521         creation to a) append the messages in right way, b) Connect signals
8522         to the view properly and c) Recreate the system-tags.cache at the
8523         end of the generation.
8525         * plugins/symbol-browser: Fixed action path (double
8526         click on sysmbols was not working).
8528         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8529         Fixed typedef and removed dead code.
8531         * tagmanager/c.c: Took the latest version from ctags source
8532         repository, because the one we had (from ctags 5.6) was broken.
8533         
8534         * global_tags/create_global_tags.sh.in: Reverted the patch from
8535         Sylvain because it was not right fix (and added a helpful comment).
8536         Used /bin/bash to fix the bashism and generated separate log files
8537         for each tag files in the same directory.
8538         
8539 2006-10-29  Naba Kumar  <naba@gnome.org>
8541         * plugins/editor/text_editor.c: Use a temporary file
8542         to save the editor and move it at the end to original
8543         file. This will prevent data corruption if file save
8544         failed for any reason. Also report proper errors when
8545         file save fails. Fixes bug #346575.
8546         
8547 2006-10-26  Naba Kumar  <naba@gnome.org>
8549         * plugins/document-manager/anjuta-docman.c: Do not load
8550         the same files with different path more than once (happens
8551         with symlinked files). Fixes Bug #323591.
8553 2006-10-25  Naba Kumar  <naba@gnome.org>
8555         * plugins/valgrind/vgactions.c: Fixed a warning.
8557 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8559         Reviewed by Naba Kumar  <naba@gnome.org>:
8561         * plugins/valgrind/vgtoolview.c:
8562         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8564         * plugins/valgrind/bugged-prg-test.c:
8565         No more warning during compilation with GCC 4.1.
8566         Program is still buggy in order to be used as a test of the
8567         plugin.
8569         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8570         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8571         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8572         plugins/valgrind/vgrule.c:
8573         No more warning during compilation with GCC 4.1.
8575         * plugins/valgrind/plugin.c:
8576         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8577         prototype (was missing from previous patch).
8579 2006-10-24  Naba Kumar  <naba@gnome.org>
8581         * plugins/glade/plugin.c: Show glade tree view, not list view.
8582         
8583         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8584         exited with glade plugin still loaded. Fixes Bug #364755.
8586         * plugins/document-manager/anjuta-document-manager.plugin.in:
8587         Added application/x-reject in accepted mime-types.
8588         
8589         * Changelog: Fixed changelog alignments.
8591 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8593         Reviewed by: Naba Kumar  <naba@gnome.org>
8594         
8595         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8596         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8597         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8598         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8599         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8600         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8601         plugins/valgrind/vgsearchbar.c:
8602         Use class macro for type casting.
8604         * plugins/valgrind/plugin.h:
8605         Don't force cast a GtkActionGroup to a GtkAction.
8607         * plugins/valgrind/plugin.c:
8608         Use correct API to get path of the preoject root when building
8609         the list of targets for the run action.
8610         Correct ordering of the construction of the preferences widgets.
8611         Only remove the valgrind widget if it is currently displayed.
8613         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8614         Return if check_valgrind_binary() fails.
8615         The ValgrindPluginPrefs object is initialized after the call to
8616         vg_action_new. Take a handle to the location of the pointer to
8617         the future object.
8619 2006-10-24  Naba Kumar  <naba@gnome.org>
8621         * HACKING: Updated coding sample.
8622         
8623         Patch from: Armin Burgmeier  <armin@arbur.net>
8624         * plugins/symbol-browser/test-class.h,
8625         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8626         
8627 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8629         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8630         * plugins/valgrind/vgtoolview.h:
8631         Correctly handle the argv / srcdir of vg_tool_view object. Do
8632         not leak memory associated with those arrays.
8634         * plugins/symbol-browser/an_symbol_prefs.c:
8635         Support unloading / reloading of the module (for example when
8636         closing a project and opening another one).
8638         * plugins/project-manager/plugin.c:
8639         Remove plugin widget before removing plugin itself, preventing
8640         a crash with valgrind plugin.
8642         * libanjuta/anjuta-preferences-dialog.c:
8643         Do not use the page_num returned by gtk_notebook_append_page to
8644         remove the page as it cause bugs when pages removal is not done
8645         in LIFO.
8647         * plugins/document-manager/anjuta-docman.c:
8648         Fix some GTK+ warnings.
8650         * global-tags/create_global_tags.sh.in:
8651         Rewrite script to remove bash-ism and use pkg-config directly
8652         instead of parsing the *.pc file by hand. This solve problems
8653         that occurred when one of the directory in PKG_CONFIG_PATH is
8654         empty.
8656 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8658         * plugins/glade/plugin.c: Fix build (#363884)
8660 2006-10-22  Johannes Schmid <jhs@gnome.org>
8662         * plugins/file-manager/an_file_view.c:
8663         * plugins/file-manager/plugin.c:
8664         * plugins/file-manager/plugin.h:
8665         Fix possible crasher when changing project-root uri when we try to restore open nodes
8666         * AUTHORS: Updated
8668 2006-10-19  Naba Kumar  <naba@gnome.org>
8670         Patch from: Juan Pablo Ugarte
8671         * plugins/glade/plugin.c: Include glade header
8672         correctly.
8673         
8674 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8675         
8676         * plugins/debug-manager/Makefile.am,
8677         plugins/debug-manager/sexy-icon-entry.h,
8678         plugins/debug-manager/sexy-icon-entry.c,
8679         plugins/debug-manager/dataview.c:
8680         Fix bug #358134 (Goto memory prompt)
8681         Use sexy-icon-entry from libsexy 0.1.10
8683         * plugins/debug-manager/debugger.c,
8684         plugins/debug-manager/plugin.c,
8685         plugins/debug-manager/start.c,
8686         plugins/gdb/debugger.c,
8687         plugins/gdb/plugin.c:
8688         Better error handling when starting and stopping debugger
8690 2006-10-13  Maik Beckmann <maik@eigenco.de>
8692         * src/action_callbacks.c:
8693         Fixed bug #361830 (AboutDialog does not close) which is caused 
8694         due to a change in Gtk+ 2.10  
8695   
8696 2006-10-12  Adam Dingle <adam@medovina.org>
8698         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8700         * plugins/search/search-replace.c:
8701         Fixed bug #358068 (indicate when Find in Files is complete)
8703         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8705         * plugins/sourceview/sourceview-prefs.c:
8706         * plugins/sourceview/sourceview.glade:
8707         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8709         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8711         * plugins/devhelp/plugin.c:
8712         * plugins/search/plugin.c: 
8713         Fixed bug #359750 (fix find/replace shortcut keys).
8715         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8716         use Alt+key for shortcuts)
8718         *  plugins/debug-manager/debug_tree.c:
8719         *  plugins/debug-manager/debugger.c:
8720         Fixed bug #359317 (can't load debug manager)
8722         * /plugins/document-manager/plugin.c:
8723         Fixed bug #359259 (highlight modes listed in reverse 
8724         alphabetical order).
8726 2006-10-10  Johannes Schmid <jhs@gnome.org>
8728         * plugins/glade/plugin.c:
8729         Add scrollbars to glade project window
8731 2006-10-10  Johannes Schmid <jhs@gnome.org>
8733         * libanjuta/interfaces/Makefile.am.iface:
8734         Fixed Makefile with broke build
8736 2006-10-07  Johannes Schmid <jhs@gnome.org>
8738         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8739         * libanjuta/interfaces/Makefile.iface.am:
8740         Fixed enum types generation
8742         * libanjuta/interfaces/libanjuta.idl:
8743         Fixed some strange typo
8745 2006-10-06  Johannes Schmid <jhs@gnome.org>
8747         * libanjuta/interfaces/Makefile.iface.am:
8748         Fixed enum-types.h generation
8749         * libanjuta/interfaces/libanjuta.idl:
8750         char* => gchar*
8751         IAnjutaTODO::load should take const gchar* argument
8752         Remove include to libanjuta/e-splash.h which is not installed as header file
8753         Disable get_attributes for now
8754         
8755         * pluings/sourceview/sourceview.c: Disabled get_attributes
8756         
8757         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8759 2006-10-05  Naba Kumar  <naba@gnome.org>
8761         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8762         Set bug id for 'Profiler plugin' task.
8764 2006-10-03  Naba Kumar  <naba@gnome.org>
8766         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8767         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8769         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8770         plugins/project-manager/plugin.c: Added a new API in
8771         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8772         Added some documentation. On project close, close all editors that
8773         has files opened for the project.
8774         
8775         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8776         from the containers on anjuta_shell_remove_widget(). Do not destroy
8777         glade widgets once created.
8778         
8779 2006-10-03  Johannes Schmid <jhs@gnome.org>
8781         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8782         * libanjuta/interfaces/libanjuta.idl:
8783         const-List<> => const List<>
8784         List-free<> => List<>
8785         
8786         * Makefile.am: Reenabled launcher
8788 2006-10-03  Johannes Schmid <jhs@gnome.org>
8790         * libanjuta/interfaces/Makefile.am.iface:
8791         Install libanjuta.idl
8793 2006-10-02  Adam Dingle <adam@medovina.org>
8795         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8797 2006-10-02  Adam Dingle <adam@medovina.org>
8799         * plugins/editor/style-editor.c: fixed bug #357534
8800         * plugins/gdb/utilities.h: removed 2 unused declarations
8802 2006-10-02  Johannes Schmid <jhs@gnome.org>
8804         * Makefile.am: disabled anjuta-launcher
8805         * libanjuta/Makefile.am:
8806         
8807         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
8808         * libanjuta/glue-factory.c: (glue_factory_add_path),
8809         (glue_factory_get_path):
8810         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
8811         * libanjuta/glue-factory.h:
8812         * libanjuta/glue-cpp.h:
8813         * libanjuta/glue-cpp.c:
8814         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
8815         
8816         * libanjuta/interfaces/Makefile.am.iface:
8817         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8818         * libanjuta/interfaces/libanjuta.idl:
8819         Add a new features to idl compiler:
8820         List<Type> => List of Type
8821         List-free<Type> => List of Type, it is up to the caller to free items and list
8822         const-List(-free)<Type> = const List of Types
8823         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
8824         
8825         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
8826         (generic_cpp_class_create_code):
8827         Adapted to new project_manager interface
8828         
8829         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
8830         * plugins/debug-manager/debugger.c:
8831         (ivariable_debugger_iface_init):
8832         Do not use C++ keyword "delete" for interface name
8833         
8834         * plugins/document-manager/anjuta-document-manager.plugin.in:
8835         Added m4 to mime-types
8836         
8837         * plugins/project-manager/plugin.c:
8838         (iproject_manager_add_source_multi):
8839         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
8841 2006-10-01  Naba Kumar  <naba@gnome.org>
8843         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
8844         UI file used when out-of-process devhelp is used instead of
8845         embedded devhelp.
8846         
8847         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
8848         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
8849         plugins/profile-default/default.anjuta: Build devhelp plugin,
8850         but use out-of-process devhelp if devhelp plugin is disabled
8851         (either by user or devhelp is not installed). Disabled devhelp
8852         plugin by default. Added it in default profile.
8854 2006-10-01  Naba Kumar  <naba@gnome.org>
8856         * plguins/project-manager/plugin.c: Possible fix for crash
8857         bug #358583.
8858         
8859         * configure.in, plugins/Makefile.am: Enabled glade plugin and
8860         set dep to last version 3.0.2.
8861         
8862         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
8863         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
8864         plugins/symbol-browser/plugin.c: Use the right action group
8865         for getting popup actions (Fixes lots of assertion failures).
8867         * plugins/project-manager/plugin.c,
8868         plugins/project-manager/plugin.h: use separate action group
8869         for profie actions.
8870         
8871         * plugins/message-view/plugin.c: Disconnect session load
8872         signal on plugin deactivation (fixes a crash).
8874 2006-09-30  Naba Kumar  <naba@gnome.org>
8876         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
8877         * TODO.tasks: Assigned a bounty to Massimo.
8879 2006-09-29  Naba Kumar  <naba@gnome.org>
8881         * src/anjuta-app.c, src/shell.c: Fixed build errors.
8883 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
8885         * plugins/debug-manager/debugger.c,
8886         plugins/debug-manager/plugin.c,
8887         libanjuta/interfaces/libanjuta.idl:
8888         Add a new abort command to quit debugger without waiting
8890         * plugins/gdb/debugger.c,
8891         plugins/gdb/debugger.h,
8892         plugins/gdb/plugin.c:
8893         Send a signal directly to the debugged program
8894         Implement abort command
8896         * plugins/debug-manager/debug_tree.c:
8897         Fix bug #358163
8899         * plugins/debug-manager/stack-trace.c:
8900         Fix bug #358009
8902 2006-09-29  Naba Kumar  <naba@gnome.org>
8904         * TODO.tasks: Updated.
8905         
8906         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
8907         dialog.
8908         
8909         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
8910         
8911         * TODO.tasks: Updated in light of the word wrapping fix
8912         in Tasks Manager. Added a test bounty entry.
8914         * TODO.tasks: Added four bounties.
8915         
8916 2006-09-28  Naba Kumar  <naba@gnome.org>
8918         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
8919         Added 'customizable' parameter to
8920         anjuta_ui_add_action_group_entries() and similar functions to
8921         allow user configuration of the actions. Filter out actions that
8922         are not configurable items (such as submenu items). Now the
8923         'Customize shortcuts' dialog is much better listed.
8925         * plugins/build-basic-autotools/build-basic-autotools.c,
8926         plugins/build-basic-autotools/build-basic-autotools.h,
8927         plugins/cvs-plugin/plugin.c,
8928         plugins/cvs-plugin/plugin.h,
8929         plugins/debug-manager/breakpoints.c,
8930         plugins/debug-manager/plugin.c,
8931         plugins/debug-manager/stack_trace.c,
8932         plugins/debug-manager/watch.c,
8933         plugins/devhelp/plugin.c,
8934         plugins/document-manager/plugin.c,
8935         plugins/file-loader/plugin.c,
8936         plugins/file-manager/plugin.c,
8937         plugins/glade/plugin.c,
8938         plugins/gtodo/interface.c,
8939         plugins/gtodo/plugin.c,
8940         plugins/language-support-cpp-java/plugin.c,
8941         plugins/macro/plugin.c,
8942         plugins/macro/plugin.h,
8943         plugins/message-view/plugin.c,
8944         plugins/patch/plugin.c,
8945         plugins/profile-default/default.anjuta,
8946         plugins/project-manager/plugin.c,
8947         plugins/project-manager/plugin.h,
8948         plugins/sample1/plugin.c,
8949         plugins/search/plugin.c,
8950         plugins/subversion/plugin.c,
8951         plugins/subversion/plugin.h,
8952         plugins/symbol-browser/plugin.c,
8953         plugins/symbol-browser/plugin.h,
8954         plugins/tools/plugin.c,
8955         plugins/valgrind/plugin.c,
8956         plugins/valgrind/plugin.h: Fixed to take care of above change
8957         in API of AnjutaUI. Properly added/removed action groups in some
8958         plugins. Split action groups into customization and non-customizable
8959         groups and added them separately.
8961         * plugins/document-manager/plugin.c: Close files belonging to
8962         project when project is closed (not complete).
8963         
8964         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
8965         vertical aligned cell entries.
8966         
8967         * src/anjuta-app.c: Define macros for the placeholder names.
8968         Set default widths and heights of the default placeholders,
8969         so that newly docked widgets are correclty sized.
8970         
8971         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
8972         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
8973         Fixed to generated correct actions addition/removal code.
8975 2006-09-25  Naba Kumar  <naba@gnome.org>
8977         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
8978         libanjuta/anjuta-serializer.[ch]: Implemented serialization
8979         class.
8980         
8981         * plugins/message-view/anjuta-msgman.c,
8982         plugins/message-view/anjuta-msgman.h,
8983         plugins/message-view/message-view.c,
8984         plugins/message-view/message-view.h,
8985         plugins/message-view/plugin.c: Serialize messages panes in
8986         session save and deserialize them in session load so that
8987         build messages persistant.
8988         
8989 2006-09-24  Johannes Schmid <jhs@gnome.org>
8991         * libanjuta/anjuta-utils.c:
8992         * plugins/message-view/message-view.c:
8993         Really fixed #355407
8995 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
8997         * libanjuta/interfaces/libanjuta.idl:
8998         Change one variable sign
9000         * plugins/debug-manager/anjuta-debug-manager.glade,
9001         plugins/debug-manager/anjuta-debug-manager.ui:
9002         Few small interface changes     
9004         * plugins/debug-manager/debug_tree.h,
9005         plugins/debug-manager/watch.c,
9006         plugins/debug-manager/debugger.c,
9007         plugins/debug-manager/plugin.c
9008         plugins/gdb/debugger.c,
9009         plugins/gdb/plugin.c:
9010         Big rewrite of debugger queue
9011         Allow to cancel command
9013         * plugins/debug-manager/memory.c:
9014         Fix a bug if a command is cancelled
9016 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9018         * plugins/gdb/debugger.c,
9019         plugins/debug-manager/debug_tree.c,
9020         plugins/debug-manager/locals.c:
9021         Restore tree representation for local variable
9022         Add argument in local variable list
9023         Use gdb variable object to get all informations
9025 2006-09-19  Naba Kumar  <naba@gnome.org>
9027         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9028         that implements AnjutaSavePrompt class.
9030         * ChangeLog: Fixed indentation.
9031         
9032         * libanjuta/Makefile.am,
9033         libanjuta/anjuta-marshal.list,
9034         libanjuta/anjuta-shell.c,
9035         libanjuta/anjuta-shell.h,
9036         plugins/document-manager/action-callbacks.c,
9037         plugins/document-manager/action-callbacks.h,
9038         plugins/document-manager/anjuta-docman.c,
9039         plugins/document-manager/anjuta-docman.h,
9040         plugins/document-manager/plugin.c,
9041         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9042         unsaved items during exit. A new signal is added in shell
9043         interface called 'save-prompt' to collect all unsaved items.
9044         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9045         Fixed document manager to use the new save-prompt signal in shell
9046         and AnjutaSavePrompt object for unsaved files. Cleaned up
9047         AnjutaDocman to synchronously save new files. Fixed function
9048         names.
9050 2006-09-18  Johannes Schmid <jhs@gnome.org>
9052         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9053         gdl requirement to 0.7.0
9055 2006-09-18  Johannes Schmid <jhs@gnome.org>
9057         * global-tags/.cvsignore:
9058         * global-tags/Makefile.am:
9059         * global-tags/create_global_tags.sh (removed):
9060         * global-tags/create_global_tags.sh.in (added):
9061         Fixed #355407
9062         
9063         * libanjuta/anjuta-launcher.c:
9064         Fixed #349374
9065         
9066         * plugins/project-manager/plugin.c:
9067         (project_manager_plugin_close_project):
9068         Fixed crasher
9069         
9070         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9071         Fixed gtk critical
9072         
9073         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9074         More reasonable toolbar creation/deletition though it does
9075         not completly work!
9077 2006-09-15  Johannes Schmid <jhs@gnome.org>
9079         * libanjuta/anjuta-utils.c/.h:
9080         Fixed #355168
9082 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9084         * scintilla/ScintillaGTK.cxx
9085         Fixed doulbe freeing in Scintilla
9087 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9089         * plugins/symbol-browser/an_symbol_prefs.c:
9090         Support unloading / reloading of the module (for example when
9091         closing a project and opening another one).
9093         * plugins/project-manager/plugin.c:
9094         Really fixed #355148 (Show project name in title bar)
9096 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9098         * libanjuta/plugins.c:
9099         Fixed #355156 (Show plugins in alphabetical order)
9101 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9103         * plugins/project-manager/plugin.c:
9104         Fixed #355148 (Show project name in title bar)
9106 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9108         * plugins/project-manager/plugin.c:
9109         (value_removed_project_root_uri):
9110         Fixed crasher if project cannot be opened
9112 2006-08-30 Naba Kumar  <naba@gnome.org>
9114         * plugins/language-support-cpp-java/plugin.[c,h],
9115         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9116         Impletemnted UI for auto indent.
9117         
9118 2006-08-28 Naba Kumar  <naba@gnome.org>
9119         
9120         * plugins/gvim/.cvsignore,
9121         plugins/gvim/Makefile.am,
9122         plugins/gvim/anjuta-vim-plugin.png,
9123         plugins/gvim/anjuta-vim.c,
9124         plugins/gvim/anjuta-vim.h,
9125         plugins/gvim/anjuta-vim.plugin.in,
9126         plugins/gvim/gtkvim.c,
9127         plugins/gvim/gtkvim.h,
9128         plugins/gvim/plugin.c,
9129         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9130         in build yet.
9132 2006-08-28 Naba Kumar  <naba@gnome.org>
9134         Patch from: Massimo Corà  <maxcvs@email.it>
9135         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9136         possible infinite loop.
9138 2006-08-22 Adam Dingle <adam@medovina.org>
9139         
9140         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9141         to edit are shown in the preferences dialog in anjuta").
9142         Removed unused widgets from the style editor dialog.
9144 2006-08-21  Johannes Schmid <jhs@gnome.org>
9146         * plugins/symbol-browser/test-class.[cpp/h]
9147         Added missing files
9149 2006-08-18  Naba Kumar  <naba@gnome.org>
9151         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9152         end of document loading.
9154         * plugins/language-support-cpp-java/plugin.c,
9155         plugins/sourceview/sourceview.c: Fixed plugin loading.
9157 2006-08-17  Naba Kumar  <naba@gnome.org>
9159         * plugins/language-support-cpp-java/plugin.c,
9160         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9161         mode line parsing. Indentation parameters initialized based on
9162         mode line parameters.
9164 2006-08-16  Naba Kumar  <naba@gnome.org>
9166         * Makefile.am, plugins/editor/text_editor.c,
9167         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9168         comments.
9170 2006-08-16 Naba Kumar  <naba@gnome.org>
9172         Patch from  Massimo Cora'  <maxcvs@email.it>:
9173         
9174         * plugins/editor/aneditor-autocomplete.cxx,
9175         plugins/editor/aneditor-calltip.cxx,
9176         plugins/symbol-browser/Makefile.am,
9177         plugins/symbol-browser/an_symbol.c,
9178         plugins/symbol-browser/an_symbol_view.c,
9179         plugins/symbol-browser/plugin.c,
9180         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9181         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9182         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9183         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9184         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9185         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9186         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9187         tagmanager/get.h, tagmanager/html.c,
9188         tagmanager/include/tm_source_file.h,
9189         tagmanager/include/tm_tag.h,
9190         tagmanager/include/tm_workspace.h,
9191         tagmanager/jscript.c, tagmanager/keyword.c,
9192         tagmanager/keyword.h, tagmanager/lisp.c,
9193         tagmanager/lregex.c, tagmanager/lua.c,
9194         tagmanager/main.h, tagmanager/make.c,
9195         tagmanager/options.c, tagmanager/options.h,
9196         tagmanager/parse.c, tagmanager/parse.h,
9197         tagmanager/parsers.h, tagmanager/pascal.c,
9198         tagmanager/perl.c, tagmanager/php.c,
9199         tagmanager/python.c, tagmanager/read.c,
9200         tagmanager/read.h, tagmanager/readtags.c,
9201         tagmanager/readtags.h, tagmanager/rexx.c,
9202         tagmanager/routines.c, tagmanager/routines.h,
9203         tagmanager/ruby.c, tagmanager/scheme.c,
9204         tagmanager/sh.c, tagmanager/slang.c,
9205         tagmanager/sml.c, tagmanager/sort.c,
9206         tagmanager/sort.h, tagmanager/sql.c,
9207         tagmanager/strlist.c, tagmanager/strlist.h,
9208         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9209         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9210         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9211         tagmanager/vim.c, tagmanager/vstring.c,
9212         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9213         5.6 and namespace completion fixed.
9215         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9216         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9218 2006-08-15 Naba Kumar  <naba@gnome.org>
9220         * libanjuta/interfaces/libanjuta.idl,
9221         plugins/editor/text-editor-iterable.c,
9222         plugins/editor/text_editor.c,
9223         plugins/sourceview/sourceview-cell.c,
9224         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9225         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9226         ianjuta_editor_end_action().
9227         
9228         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9230 2006-08-13 Naba Kumar  <naba@gnome.org>
9232         * plugins/debug-manager/breakpoints.c,
9233         plugins/debug-manager/memory.c,
9234         plugins/debug-manager/registers.c,
9235         src/layout.xml: Fixed debugger widgets layout.
9237 2006-08-12 Naba Kumar  <naba@gnome.org>
9239         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9240         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9241         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9242         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9243         codes and dead codes. Removed automatic indentation prefs.
9245 2006-08-12  Johannes Schmid <jhs@gnome.org>
9247         * libanjuta/Makefile.am:
9248         * libanjuta/anjuta-launcher.c:
9249         * libanjuta/anjuta-launcher.h:
9250         * libanjuta/anjuta-plugin.c:
9251         * libanjuta/anjuta-plugin.h:
9252         * libanjuta/anjuta-preferences.c:
9253         * libanjuta/anjuta-preferences.h:
9254         * libanjuta/anjuta-shell.c:
9255         * libanjuta/anjuta-shell.h:
9256         * libanjuta/libanjuta.h:
9257         
9258         Made wrapper friendly:
9259         - no inline in header files (preferences_set/get)
9260         - correct signal names
9261         - correct GError** argument in anjuta_shell_freeze/thaw
9262         - include correct files in libanjuta.h
9263         
9264         * plugins/project-manager/plugin.c: 
9265         Fixed two crashers
9267 2006-08-11 Naba Kumar  <naba@gnome.org>
9269         * plugins/editor/aneditor-priv.h,
9270         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9271         
9272         * plugins/editor/text_editor_cbs.c,
9273         plugins/sourceview/anjuta-view.c: Pass the right position for char
9274         added signal.
9275         
9276         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9277         
9278         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9280 2006-08-11 Naba Kumar  <naba@gnome.org>
9282         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9283         return the right character at the iter position and get_char() to
9284         not leak memory.
9286         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9287         to set to character offset and not byte index.
9289         * plugins/language-support-cpp-java/plugin.c: Improved
9290         auto-indentation login. Indents opening and closing braces correctly.
9292 2006-08-10  Johannes Schmid <jhs@gnome.org>
9294         * INSTALL:
9295         * autogen.sh:
9296         Required automake = 1.9
9298         * libanjuta/anjuta-children.c:
9299         * libanjuta/anjuta-children.h:
9300         * libanjuta/anjuta-encodings.h:
9301         * libanjuta/anjuta-launcher.h:
9302         * libanjuta/anjuta-plugin-description.h:
9303         * libanjuta/anjuta-preferences-dialog.h:
9304         * libanjuta/anjuta-preferences.h:
9305         * libanjuta/anjuta-session.h:
9306         * libanjuta/anjuta-status.h:
9307         * libanjuta/anjuta-ui.h:
9308         * libanjuta/anjuta-utils.c:
9309         * libanjuta/anjuta-utils.h:
9310         * libanjuta/e-splash.h:
9311         * libanjuta/glue-factory.h:
9312         * libanjuta/glue-plugin.h:
9313         * libanjuta/plugins.h:
9314         * libanjuta/resources.h:
9315         Fixed libanjuta to be able to wrap it
9316         - G_BEGIN_DECLS, G_END_DECLS
9317         - include all necessary files in libanjuta.h
9319         * plugins/gtodo/tray-icon.c:
9320         * plugins/terminal/terminal.c:
9321         Some build fixes for freebsd
9323         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9324         * plugins/sourceview/sourceview.glade:
9325         Remove auto-indent feature as it is now in language-support
9327 2006-08-09 Naba Kumar  <naba@gnome.org>
9329         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9330         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9331         Added missing files.
9333         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9334         get_use_spaces(), set_tabsize() and set_use_spaces().
9336 2006-08-09 Naba Kumar  <naba@gnome.org>
9338         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9339         succeeded in activating.
9341         * plugins/document-manager/plugin.c: Added debug message.
9343         * libanjuta/interfaces/libanjuta.idl,
9344         plugins/editor/text_editor.c: Implemented get_tabsize(),
9345         get_use_spaces(), set_tabsize() and set_use_spaces().
9347         * plugins/language-support-cpp-java/Makefile.am,
9348         plugins/language-support-cpp-java/plugin.c,
9349         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9350         for indentation. Added preferences page for paramenters.
9352         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9354 2006-08-08 Naba Kumar  <naba@gnome.org>
9356         * libanjuta/interfaces/libanjuta.idl,
9357         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9358         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9359         plugins/editor/text_editor.c,
9360         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9361         and implemented it for both scintilla and sourceview.
9363         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9364         focus back to editor (happens when pressing esc in incremental
9365         search box).
9367 2006-08-08 Naba Kumar  <naba@gnome.org>
9369         * libanjuta/interfaces/libanjuta.idl,
9370         plugins/editor/text_editor.c,
9371         plugins/editor/text_editor.h,
9372         plugins/editor/text-editor-iterable.c,
9373         plugins/sourceview/sourceview-cell.c,
9374         plugins/sourceview/sourceview.c: Implemented editor attributes
9375         methods.
9376         
9377         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9378         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9379         code (not complete yet).
9381         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9382         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9383         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9384         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9385         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9386         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9388 2006-08-04 Naba Kumar  <naba@gnome.org>
9390         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9391         implementation.
9392         
9393 2006-08-03  Johannes Schmid <jhs@gnome.org>
9395         * configure.in: Add a more informative text to valgrind plugin
9397         * TODO.tasks:
9398         Modified Preferences tasl
9399         * libanjuta/anjuta-plugin.c: 
9400         * libanjuta/anjuta-preferences-dialog.c: 
9401         * libanjuta/anjuta-preferences-dialog.h:
9402         * libanjuta/anjuta-preferences.c:
9403         * libanjuta/anjuta-preferences.h:
9404         * libanjuta/interfaces/Makefile.am.iface:
9405         * libanjuta/interfaces/libanjuta.idl:
9406         Added IAnjutaPreferences interface which every plugin that has preferences should
9407         implement. Call merge() and unmerge() at plugin activation/deactivation.
9408         Fixed preferences_page_remove()
9409         
9410         * plugins/build-basic-autotools/build-basic-autotools.c:
9411         * plugins/cvs-plugin/plugin.c: 
9412         * plugins/document-manager/plugin.c:
9413         * plugins/editor/plugin.c:
9414         * plugins/editor/plugin.h:
9415         * plugins/file-manager/plugin.c: 
9416         * plugins/gtodo/main.h:
9417         * plugins/gtodo/plugin.c: 
9418         * plugins/gtodo/preferences.c: 
9419         * plugins/message-view/anjuta-msgman.c: 
9420         * plugins/message-view/anjuta-msgman.h:
9421         * plugins/message-view/plugin.c:
9422         * plugins/sourceview/plugin.c: 
9423         * plugins/sourceview/plugin.h:
9424         * plugins/symbol-browser/an_symbol_prefs.c:
9425         * plugins/symbol-browser/plugin.c: 
9426         * plugins/terminal/terminal.c: 
9427         * plugins/valgrind/plugin.c
9428         * src/anjuta-app.c:
9429         
9430         Updated preference loading/unloading for all plugins
9432 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9433         
9434         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9435         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9436     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9437         recommended by the autoconf manual. 
9438         - Fixes compiling with autoconf 2.60.
9439         
9440         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9442 2006-08-02      Johanes Schmid <jhs@gnome.org>
9444         * plugins/profile-default/plugin.c:
9445         Fixed session handling
9447 2006-08-01  Johannes Schmid <jhs@gnome.org>
9449         * configure.in
9450         * plugins/Makefile.am:
9451         Disabled devhelp and glade for now as they do not work (#341073
9452         and #341170)
9453         
9454         * plugins/profile-default/anjuta-default-profile.ui (removed):
9455         * plugins/profile-default/plugin.c:
9456         * plugins/profile-default/plugin.h:
9457         * plugins/project-manager/anjuta-project-manager.ui:
9458         * plugins/project-manager/plugin.c:
9459         * plugins/project-manager/plugin.h:
9460         Limted multiple project support #315043
9462         * libanjuta/interfaces/libanjuta.idl:
9463         Added ianjuta_profile_unload
9465 2006-07-31 Naba Kumar  <naba@gnome.org>
9467         * libanjuta/interfaces/libanjuta.idl,
9468         plugins/editor/text-editor-iterable.c,
9469         plugins/editor/text_editor.c,
9470         plugins/sourceview/anjuta-view.c,
9471         plugins/sourceview/anjuta-view.h,
9472         plugins/sourceview/sourceview.c: Fixed text iteration and 
9473         IAnjutaEditor implementations in both scintilla
9474         and sourceview. Cleand up libanjuta API: Removed redundant
9475         erase_range() method from IAnjutaEditor interface, fixed
9476         ianjuta_editor_get_text to take length instead of range (consistency).
9477         autoindentation in both sourceview and scintilla more or less works,
9478         but still disabled for now because there are still some anomalies
9479         in text iteration.
9481         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9483         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9484         API changes.
9486 2006-07-30  Johannes Schmid <jhs@gnome.org>
9488         * plugins/sourceview/anjuta-document.c:
9489         * plugins/sourceview/anjuta-document.h:
9490         * plugins/sourceview/anjuta-view.c: 
9491         * plugins/sourceview/sourceview.c:
9492         Wrote a new "char_added" implementation, I hope this one is good
9494         * plugins/sourceview/sourceview-cell.c:
9495         Fixed typo: "text_iter" instead of "iter"
9497 2006-07-30 Naba Kumar  <naba@gnome.org>
9499         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9501 2006-07-30  Johannes Schmid <jhs@gnome.org>
9503         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9504         
9505         * plugins/debug-manager/plugin.c: 
9506         * plugins/patch/plugin.c:
9507         Use IAnjutaIndicable to mark debugger position
9509         * plugins/sourceview/sourceview.c:
9510         Define colors for IAnjutaIndicable
9512 2006-07-29  Johannes Schmid <jhs@gnome.org>
9514         * plugins/debug-manager/anjuta-debug-manager.ui:
9515         * plugins/debug-manager/breakpoints.c:
9516         * plugins/debug-manager/images/Makefile.am:
9517         * plugins/debug-manager/images/run-to-cursor.png:
9518         * plugins/debug-manager/plugin.c:
9519         Added toolbar and some icons
9521         * plugins/patch/anjuta-patch.ui:
9522         * plugins/patch/patch-plugin.c:
9523         * plugins/patch/patch-plugin.glade:
9524         * plugins/patch/plugin.c:
9525         * plugins/patch/plugin.h:
9526         Improved patch plugin (GUI and function)
9528         * plugins/sourceview/sourceview.c:
9529         Fixed another Gtk-Critical
9531         * plugins/tools/anjuta-tools.ui:
9532         * plugins/tools/plugin.h:
9533         Put Patch plugin in tools menu and changed ui file
9535 2006-07-29  Johannes Schmid <jhs@gnome.org>
9537         * plugins/document-manager/plugin.c:
9538         Fixed accelator Gtk-Warning
9540         * plugins/message-view/anjuta-msgman.c: 
9541         Fixed Gtk-Warning
9543         * plugins/sourceview/anjuta-document.c:
9544         * plugins/sourceview/anjuta-document.h:
9545         * plugins/sourceview/anjuta-marshal.list:
9546         Wrote a better emitter for the char-added signal
9548         * plugins/sourceview/sourceview.c:
9549         Fixed Redo/Undo to void Gtk-Criticals
9550         
9551         * plugins/sourceview/sourceview-args.c:
9552         * plugins/sourceview/sourceview-cell.c:
9553         * plugins/sourceview/sourceview-scope.c:
9554         * plugins/sourceview/sourceview-tags.c: 
9555         Adapted to new IAnjutaIterator API
9557 2006-07-28 Naba Kumar  <naba@gnome.org>
9559         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9561         * plugins/symbol-browser/an_symbol.c,
9562         plugins/symbol-browser/an_symbol_iter.c,
9563         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9564         subclass of AnjutaSymbol so that the symbol is accessible from
9565         the iter in light of changes in IAnjutaIterable.
9567         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9568         implementation of IAnjutaIterable.
9570 2006-07-28 Naba Kumar  <naba@gnome.org>
9572         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9573         IAnjutaIterable. They were kind of useless since the interface is
9574         defined on the data object itself. Added set_position() method
9575         in IAnjutaIterable to allow setting arbitrary current index to the
9576         iter.
9577         Added erase() and erase_range() in IAnjutaEditor.
9579         * plugins/editor/text-editor-iterable.c: Fixed 
9580         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9581         methods in editor. Fixed get_line_from_position() method.
9583         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9584         code. It's disabled for now.
9586         * plugins/sourceview/sourceview-cell.c,
9587         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9588         implementation.
9590 2006-07-27  Johannes Schmid <jhs@gnome.org>
9592         * plugins/sourceview/sourceview-cell.c:
9593         Fixed IAnjutaEditorCell to work only on a single line
9594         Fixed crasher in finalize
9596         * plugins/symbol-browser/an_symbol_prefs.c:
9597         * global-tags/Makefile.am:
9598         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9599         script installation     
9601 2006-07-26 Naba Kumar  <naba@gnome.org>
9603         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9604         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9605         
9606         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9607         
9608         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9609         support plugins
9610         
9611         * plugins/editor/text-editor-iterable.c,
9612         plugins/editor/text_editor.c,
9613         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9614         method to work correctly, it was ignoring start and end parameters.
9615         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9616         emission.
9617         
9618         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9619         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9621 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9623         * plugins/symbol-browser/an_symbol_view.c,
9624         plugins/symbol-browser/an_symbol_view.h,
9625         plugins/symbol-browser/plugin.c:
9626     fix a matching case into sv_extract_type_qualifier_from_expr ()
9627     and some minor issues.
9629 2006-07-26  Johannes Schmid <jhs@gnome.org>
9631         * plugins/language-support-cpp-java/plugin.c:
9632         Fixed to work kind of with sourceview editor
9633         * plugins/sourceview/anjuta-document.c: 
9634         * plugins/sourceview/anjuta-view.c: 
9635         * plugins/sourceview/sourceview-cell.c:
9636         * plugins/sourceview/sourceview.c:
9637         Fixed IAnjutaEditorCell and "char-added" signal
9639 2006-07-24 Naba Kumar  <naba@gnome.org>
9641         * plugins/document-manager/plugin.c,
9642         plugins/document-manager/plugin.h: Initial implementedion for loading
9643         support plugins.
9644         
9645         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9646         implementation.
9647         
9648         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9649         indicators are cleared (that leaved grey texts).
9651 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9653         * libanjuta/interfaces/libanjuta.idl,
9654         plugins/debug-manager/breakpoints.c,
9655         plugins/debug-manager/memory.c,
9656         plugins/debug-manager/registers.c,
9657         plugins/debug-manager/debug_tree.c,
9658         plugins/debug-manager/debugger.c,
9659         plugins/gdb/debugger.c,
9660         plugins/gdb/debugger.h,
9661         plugins/gdb/plugin.c:
9662         Add a parameter for reporting error
9663         Add a new interface for using gdb variable object
9664         Allow to cancel commands
9665         Rewrite handling of debugger state
9667         * plugins/debug-manager/plugin.c,
9668         plugins/debug-manager/locals.c,
9669         plugins/debug-manager/locals.h,
9670         plugins/debug-manager/register.c,
9671         plugins/debug-manager/stack_trace.c,
9672         plugins/debug-manager/stack_trace.h:
9673         Create and destroy local and stack trace windows when needed
9675 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9677         * plugins/document-manager/plugin.c:
9678         Fixed "Automatic" highlighting
9680 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9682         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9684         * plugins/sourceview/anjuta-view.c:
9685         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9687 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9688         
9689         * configure.in: Check for C/C++-Compiler correctly
9691 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9693         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9695         * plugins/debug-manager/stack_trace.c:
9696         Destroy stack window when debuuger is disabled (#347414)
9697         
9698         * plugins/sourceview/anjuta-view.c:
9699         Fix a crash with popup-menu (#347412)
9701 2006-07-13 Naba Kumar  <naba@gnome.org>
9703         * plugins/editor/Makefile.am,
9704         plugins/editor/text_editor.h,
9705         plugins/editor/text-editor-iterable.h,
9706         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9707         tested yet).
9708         
9709         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9710         code.
9711         
9712         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9714 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9716         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9717         Bug #342937
9718         
9719 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9721         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9723         * libanjuta/anjuta-preferences-dialog.c:
9724         Do not use the page_num returned by gtk_notebook_append_page to
9725         remove the page as it cause bugs when pages removal is not done
9726         in LIFO.
9728         * plugins/document-manager/anjuta-docman.c:
9729         * src/anjuta-app.c:
9730         makes Anjuta display dock_items which have previously been hidden
9732 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9734         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9736         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9737         * plugins/sourceview/sourceview.c: (imark_unmark):
9738         
9739         Patches for bugs #346450 and #346295
9740         
9741         * AUTHORS: Added Fredrik
9743 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9745         * plugins/message-view/anjuta-msgman.c: 
9746         Fixed close button/icon size (like in docman)
9748 2006-06-10 Naba Kumar <naba@gnome.org>
9750         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9751         being set.
9752         
9753 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9755         * libanjuta/interfaces/libanjuta.idl:
9756         Move inspect_memory function in IAnjutaCpuDebugger interface
9757         Rename Boolean type to State
9759         * plugins/debug-manager/breakpoint.c:
9760         Rename Boolean type to State
9762         * plugins/debug-manager/Makefile.am,
9763         plugins/debug-manager/anjuta-marshal.list,
9764         plugins/debug-manager/data_view.c,
9765         plugins/debug-manager/data_view.h,
9766         plugins/debug-manager/data_buffer.c,
9767         plugins/debug-manager/data_buffer.h,
9768         plugins/debug-manager/chunk_view.c,
9769         plugins/debug-manager/chunk_view.h,
9770         plugins/debug-manager/anjuta-debug-manager.ui,
9771         plugins/debug-manager/debugger.c,
9772         plugins/debug-manager/memory.c,
9773         plugins/debug-manager/memory.h,
9774         plugins/debug-manager/plugin.c,
9775         plugins/gdb/debugger.c,
9776         plugins/gdb/debugger.h,
9777         plugins/gdb/plugin.c:
9778         Rewrite memory window using a special widget
9779         Rename Boolean type to State
9781 2006-06-08 Naba Kumar <naba@gnome.org>
9783         * plugins/editor/text_editor.c (itext_editor_get_current_word):
9784         Do not return garbage characters and return NULL when there is no
9785         current word.
9786         
9787         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
9788         work correctly.
9789         
9790         * plugins/search/search-replace.c: Fixed a mem leak.
9792 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
9794         * libanjuta/anjuta-launcher.c:
9795         Added debug message (see #343522)
9796         
9797         * plugins/build-basic-autotools/build-basic-autotools.c:
9798         Patch from Günther Brammer to fix #344015
9800         * plugins/sourceview/sourceview.c:
9801         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
9802         automatic highlight of build messages)
9804 2006-06-06 Naba Kumar <naba@gnome.org>
9806         * configure.in,
9807         libanjuta/interfaces/libanjuta.idl,
9808         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9809         plugins/Makefile.am,
9810         plugins/document-manager/action-callbacks.c,
9811         plugins/document-manager/plugin.c,
9812         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
9813         interface for language highlight selection and langauge change
9814         signal.
9815         
9816         * plugins/language-support-cpp-java: Added language support
9817         plugin for cpp and java.
9819 2006-05-27  Naba Kumar  <naba@gnome.org>
9821         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
9822         plugins/debug-manager/*, data/Makefile.am,
9823         manuals/reference/libanjuta/libanjuta.types,
9824         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9825         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9826         merged anjuta-new-debugger branch into trunck.
9827         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
9829 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
9830         
9831         * libanjuta/interfaces/libanjuta.idl,
9832         plugins/debug-manager/debugger.c,
9833         plugins/debug-manager/debugger.h,
9834         plugins/gdb/anjuta-gdb.plugin.in,
9835         plugins/gdb/debugger.c,
9836         plugins/gdb/debugger.h,
9837         plugins/gdb/plugin.c:
9838         Add new IAnjutaCpuDebugger interface to access cpu register
9839         Run gdb instead of /usr/local/bin/gdb
9840         
9841         * plugins/debug-manager/plugin.c,
9842         plugins/debug-manager/registers.c,
9843         plugins/debug-manager/registers.h:
9844         Rewrite register window
9845         Rename Load target menu item to Run target
9847 2006-05-07  Naba Kumar  <naba@gnome.org>
9849         * plugins/gdb.init
9850         
9851 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
9853         * plugins/debug-manager/watch.c,
9854         plugins/debug-manager/breakpoint.c,
9855         plugins/debug-manager/breakpoint.h:
9856         Fix crash: disconnect save and load session signals
9858 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
9860         * libanjuta/interface/libanjuta.idl,
9861         plugins/debug-manager/debugger.c,
9862         plugins/gdb/plugin.c:
9863         Add a value parameter for evaluate command
9865         * plugins/debug-manager/anjuta-debug-manager.glade:
9866         Create new dialog box for watches using glade
9868         * plugins/debug-manager/anjuta-debug-manager.ui:
9869         Move watch menu items near the end
9870         Move breakpoint menu items outside the sub menu
9872         * plugins/debug-manager/debug_tree.c,
9873         plugins/debug-manager/debug_tree.h,
9874         plugins/debug-manager/debug_tree.h,
9875         plugins/debug-manager/watch.c:
9876         Move all GUI code from watch.c to debug_tree.c
9877         Add an auto update property to watches
9878         
9879         * plugins/debug-manager/locals.c,
9880         plugins/debug-manager/locals.h,
9881         plugins/debug-manager/stack_trace.c,
9882         plugins/debug-manager/stack_trace.h,
9883         plugins/debug-manager/plugin.c:
9884         Register actions before starting debugger
9886         * plugins/gdb/debugger.c:
9887         Do not call callback function if not present
9889 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
9891         * libanjuta/interfaces/libanjuta.idl,
9892         plugins/debug-manager/stack_trace.c,
9893         plugins/debug-manager/stack_trace.h,
9894         plugins/debug-manager/anjuta-debug-manager.ui,
9895         plugins/gdb/debugger.c:
9896         Add a popup menu in stack frame window
9897         Add a new frame-changed event
9898         Use MI command for getting stack informations
9899         Get filename with full path (need gdb > 6.3)
9901         * libanjuta/interfaces/libanjuta.idl,
9902         plugins/debug-manager/debug_tree.c,
9903         plugins/debug-manager/debugger.c,
9904         plugins/debug-manager/locals.c,
9905         plugins/debug-manager/locals.h,
9906         plugins/debug-manager/plugin.c,
9907         plugins/gdb/debugger.c,
9908         plugins/gdb/debugger.h,
9909         plugins/gdb/parser.c,
9910         plugins/gdb/parser.h,
9911         plugins/gdb/plugin.c,
9912         plugins/gdb/Makefile.am:
9913         Pass watch data with string instead of Watch structures
9914         Use debug_tree in local window
9915         Remove info local
9916         Remove parser.{ch}
9918         * plugins/debug-manager/breakpoints.c,
9919         plugins/debug-manager/utilities.c,
9920         plugins/debug-manager/utilities.h:
9921         Use a GtkListStore instead of a GtkTreeStore
9922         move goto_location_in_editor in utilities.c
9923         
9924 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
9926         * libanjuta/interfaces/libanjuta.idl,
9927         plugins/debug-manager/anjuta-debug-manager.ui,
9928         plugins/debug-manager/breakpoints.c,
9929         plugins/debug-manager/plugin.c,
9930         plugins/gdb/debugger.c:
9931         Add a breakpoint type
9932         Add new popup menu in breakpoint window
9933         Add toggle breakpoint in editor popup menu
9934         Save and restore breakpoint enable
9935         Fix bug in clear all breakpoints
9936         Remove old useless code
9938         * plugins/debug-manager/debugger.c:
9939         Fix some problem with debugger states
9941         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9942         Update documentation
9943         
9944 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
9946         * data/Makefile.am,
9947         plugins/gdb/Makefile.am,
9948         plugins/gdb/gdb.init:
9949         Move gdb.init crom data to plugins/gdb
9951         * plugins/gdb/gdb.init,
9952         libanjuta/interfaces/libanjuta.idl,
9953         plugins/debug-manager/breakpoints.c,
9954         plugins/debug-manager/debugger.c,
9955         plugins/debug-manager/plugin.c,
9956         plugins/gdb/debugger.c,
9957         plugins/gdb/plugin.c:
9958         Support pending breakpoints
9959         Rewrite debugger states
9960         Split ianjuta_debugger_log into _enable_log and _disable_log
9962         * plugins/debug-manager/start.c,
9963         plugins/debug-manager/debug_tree.c,
9964         plugins/gdb/parser.c:
9965         Remove some useless lines
9967         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
9968         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9969         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9970         Update documentation
9972 2006-03-12 Naba Kumar <naba@gnome.org>
9974         * manuals/references/libanjuta/libanjuta.types: Fixed
9975         debug-manager name.
9976         
9977 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9979         * libanjuta/anjuta-debugger.c,
9980         libanjuta/anjuta-debugger.h:
9981         Remove those files
9982         
9983         * libanjuta/interfaces/libanjuta.idl,
9984         plugins/debug-mananger/breakpoints.c,
9985         plugins/debug-manager/debug_tree.c,
9986         plugins/debug-manager/debugger.c,
9987         plugins/debug-manager/plugin.c,
9988         plugins/debug-manager/registers.c,
9989         plugins/debug-manager/sharedlib.c,
9990         plugins/debug-manager/signal.c,
9991         plugins/debug-manager/stack_trace.c,
9992         plugins/debug-manager/start.c,
9993         plugins/debug-manager/watch.c,
9994         plugins/gdb/debugger.c,
9995         plugins/gdb/debugger.h,
9996         plugins/gdb/parser.c,
9997         plugins/gdb/parser.h,
9998         plugins/gdb/plugin.c:
9999         Move types definitions from libanjuta/anjuta-debugger.{ch}
10000         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10001         
10002         * plugins/gdb/Makefile.am:
10003         Remove user interface from gdb plugin
10005 2006-03-12 Naba Kumar <naba@gnome.org>
10007         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10009 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10011         Modified Patch from Marc Maurer <uwog@uwog.net>:
10012         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10013         Fixes #342447
10014         
10015         * plugins/sourceview/Makefile.am:
10016         * plugins/sourceview/sourceview-cell.c:
10017         * plugins/sourceview/sourceview-cell.h:
10018         * plugins/sourceview/sourceview.c: 
10019         
10020         Implemented IAnjutaEditorCell
10022 2006-05-21  Naba Kumar  <naba@gnome.org>
10024         * libanjuta/interfaces/libanjuta.idl,
10025         plugins/document-manager/action-callbacks.c,
10026         plugins/document-manager/plugin.c,
10027         plugins/editor/print.c, plugins/editor/text_editor.c,
10028         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10029         Fixed zooming and added icons and shortcuts for zoom menu items.
10031 2006-05-21  Naba Kumar  <naba@gnome.org>
10033         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10034         whitespaces.
10036 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10038         * plugins/document-manager/anjuta-docman.c:
10039         Fixed close button reaction by setting the correct current editor
10041 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10043         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10044         * plugins/document-manager/anjuta-docman.c
10045         - Fix close button, you can close any tab as you wish now.
10046         - Fadeout mime icon as the same as close image  
10048 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10050         Patch from Marc Maurer <uwog@uwog.net>
10051         * main.c: Compile fix when NLS is enabled
10052         
10053         AUTHORS: Added Marc
10055 2006-05-20  Naba Kumar  <naba@gnome.org>
10057         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10058         while loading abiword-2.4.4/abi project).
10060 2006-05-18 Naba Kumar  <naba@gnome.org>
10062         * libanjuta/interfaces/libanjuta.idl,
10063         plugins/document-manager/action-callbacks.c,
10064         plugins/editor/print.c,
10065         plugins/editor/text_editor.c,
10066         plugins/editor/text_editor.h,
10067         plugins/editor/text_editor_prefs.c: Fixed zooming.
10068         
10069         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10070         interface for character iteration and IAnjutaEditorAssist interface
10071         for autocompletions and editor tips.
10073 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10075         Patch from Günther Brammer <GBrammer@gmx.de>:
10076         * plugins/document-manager/anjuta-docman.c:
10077         Make tabs smaller but keep nice closing icon
10079         * plugins/document-manager/anjuta-docman.c:
10080         * plugins/document-manager/Makefile.am:
10081         
10082         Added nice mime-icons to the editor tabs
10084 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10086         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10087         
10088         * plugins/symbol-browser/an_symbol_view.c:
10089         - Fixed crasher
10090         - Fixed symbol searching (Yang Hong (#341997))
10091         
10092         * plugins/devhelp/htmlview.c:
10093         Fixed devhelp plugin
10094         
10095         * plugins/build-basic-autotools/build-basic-autotools.c:
10096         * plugins/search/search-replace.c:
10097         * plugins/document-manager/anjuta-docman.c:
10098         
10099         Only add a marker to a line where it makes sense!
10101 === anjuta 2.0.2 ===
10103 2006-05-15  Naba Kumar  <naba@gnome.org>
10105         * configure.in: set required versions for
10106         gdl and glade3.
10107         
10108 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10110         * plugins/glade/plugin.c:
10111         Fixed signal connection for "gtk-doc-search"
10113 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10115         * NEWS: Set release date, add known issues
10116         
10117         * libanjuta/anjuta-shell.c:
10118         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10119         and debug other gtk-warnings/criticals)
10120         
10121         * plugins/build-basic-autotools/build-basic-autotools.c:
10122         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10123         
10124         * plugins/sourceview/anjuta-view.c:
10125         * plugins/sourceview/sourceview-args.c:
10126         * plugins/sourceview/sourceview-scope.c:
10127         * plugins/sourceview/sourceview-tags.c:
10128         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10130 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10132         * pixmaps/Makefile.am:
10133         Add preferences_general.png
10134         
10135         * plugins/devhelp/plugin.c:
10136         Fixed some more realise things
10137         
10138         * plugins/message-view/anjuta-msgman.c:
10139         Support stock icons for message panes
10140         
10141         * plugins/search/search-replace.c:
10142         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10143          
10144         * plugins/search/search-replace_backend.c:
10145         Fixed #341359
10146         
10147         * plugins/sourceview/anjuta-document.c:
10148         * plugins/sourceview/sourceview.c:
10149         Fixed finalise and tag completion
10150         
10151         * src/anjuta-app.c:
10152         Use preferences_general icon
10154 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10156         * pixmaps/Makefile.am:
10157         Fixed EXTRA_DIST
10159 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10161         * plugins/sourceview/sourceview-prefs.c:
10162         Fixed font & color handling
10163         
10164         * plugins/symbol-browser/an_symbol_view.c:
10165         Fixed crasher
10167 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10169         * plugins/macro/macros.xml:
10170         Fixed bug #341583 (Address of FSF)
10172 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10174         * src/main.c:
10175         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10176         Update: Do it the cool way...
10177         
10178 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10180         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10181         Implement gtk-api-help signals of glade3
10182         * configure.in: Bump to glade3 2.91.2
10183         
10184         * plugins/devhelp/plugin.c:
10185         Fixed some realize stuff in the devhelp plugin
10186         
10187         * plugins/sourceview/anjuta-document.c:
10188         fixed bug with scope completion
10190 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10192         * plugins/symbol-browser/an_symbol_view.c
10193         * plugins/symbol-browser/an_symbol_prefs.c
10194         * plugins/symbol-browser/an_symbol_prefs.h
10195         * global_tags/create_global_tags.sh:
10196         
10197         Automaticly create global tags on first startup
10199 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10201         * configure.in:
10202         * plugins/project-wizard/templates/Makefile.am:
10203         * (added) plugins/project-wizard/templates/cpp-logo.png:
10204         * (added) plugins/project-wizard/templates/cpp.wiz:
10205         * (added) plugins/project-wizard/templates/cpp/*:
10207         Added a generic c++ template. It's a simple hello world.
10209 2006-05-07  Massimo Cora' <maxcvs@email.it>
10211         * plugins/symbol-browser/an_symbol_view.c:
10212         fixed a stupid crasher.
10214 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10216         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10217         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10218         
10219         Fixed WxWidgets project type
10221 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10223         * plugins/devhelp/htmlview.c: 
10224         * plugins/devhelp/plugin.c:
10225         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10226         
10227         * plugins/project-wizard/install.c:
10228         Don't set a message - thanks to seb
10230 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10232         * plugins/devhelp/htmlview.c: 
10233         * plugins/symbol-browser/an_symbol_view.c:
10234         
10235         There is a weird crash in gtk_idle which I still did not completly fix!
10236         
10237         * plugins/project-wizard/install.c:
10238         Default to success instead of failure
10240 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10242         * plugins/devhelp/htmlview.c:
10243         * plugins/devhelp/plugin.c:
10244         Fixed bug and libdevhelp issue!
10246         * plugins/project-wizard/install.c:
10247         Fixed message string!
10249 2006-05-03  Massimo Cora' <maxcvs@email.it>
10250        
10251         * plugins/symbol-browser/an_symbol_view.c:
10252         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10254 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10256         * pixmaps/Makefile.am:
10257         * src/main.c:
10258         * anjuta.desktop.in.in
10259         
10260         GNOME Goal #2.1: Install theme-friendly icons
10262 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10264         * plugins/devhelp/htmlview.c: Reload page on reparent
10265         * plugins/document-manager/anjuta-docman.c:
10266         Present document-manager when document is selected in file-manager
10268 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10270         * plugins/symbol-broser/an_symbol_view.c:
10271         Fixed crasher in namespace exploration
10273 2006-05-01  Massimo Cora' <maxcvs@email.it>
10275         * configure.in:
10276         * plugins/valgrind/Makefile.am:
10278         Optional compiling of Valgrind plugin
10280 2006-05-01  Massimo Cora' <maxcvs@email.it>
10282         * plugins/symbol-browser/an_symbol_view.c:
10283         - modularized code. Marked with FIXME the parts which need improvement.
10284         - More comments.
10285     - Added basic namespace completion for Gtkmm type project:
10286     - namespace1::MyClass *class;
10287     - class-> [display]
10288     - Namespaces must be anyway improved.
10290 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10292         * plugins/devhelp/plugin.c: 
10293         Fixed up plugin unloading and show html widget on link selected
10294         
10295         * NEWS: Updated
10296         
10297 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10299         * plugins/devhelp/Makefile.am:
10300         * plugins/devhelp/anjuta-devhelp.plugin.in:
10301         * plugins/devhelp/htmlview.c:
10302         * plugins/devhelp/htmlview.h:
10303         * plugins/devhelp/plugin.c: 
10304         * plugins/devhelp/plugin.h:
10305         Reimplemeted devhelp plugin from scratch
10306         
10307         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10308         Fixed crasher
10310 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10312         * plugins/sourceview/sourceview-tags.c:
10313         complete some more tag types
10314         
10315         * plugins/valgrind/plugin.c:
10316         * plugins/valgrind/preferences.c:
10317         * plugins/valgrind/vggeneralprefs.c:
10318         
10319         Fixed lots of gtk warnings
10321 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10323         * plugins/sourceview/sourceview-scope.c:
10324         Implemented type-ahead for scope completion
10326 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10328         * manuals/C/Makefile.am:
10329         * manuals/Makefile.am:
10330         * plugins/document-manager/Makefile.am:
10331         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10332         * plugins/sourceview/Makefile.am:
10333         * tagmanager/c.c:
10334         
10335         Fixed distcheck
10336         
10337         * plugins/class-gen/goc_template_header: G_END_DECLS
10339 2006-05-27  Naba Kumar <naba@gnome.org>
10341         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10342         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10343         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10344         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10345         scintilla/include/Scintilla.iface,
10346         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10347         cvs. Fixed compile flags. Removed outdated patches.
10349 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10351         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10353         * plugins/sourceview/anjuta-document.c:
10354         * plugins/sourceview/sourceview-args.c:
10355         * plugins/sourceview/sourceview-scope.c:
10356         
10357         Add End/Home keypresses and support completion if symbol start with '!' for example
10358         in an if statement
10360 2006-04-27 Massimo Cora' <maxcvs@email.it>
10362         * libanjuta/interfaces/libanjuta.idl:
10364         * plugins/sourceview/sourceview-scope.c:
10365         * plugins/sourceview/tag-window.c: 
10366         * plugins/sourceview/tag-window.h:
10367         * plugins/symbol-browser/an_symbol_view.c:
10368         * plugins/symbol-browser/an_symbol_view.h:
10369         * plugins/symbol-browser/plugin.c:
10370         
10371         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10372         interface.
10373         Code and ideas for C/C++ new completion engine comes from IComplete written by
10374         Martin Stubenschrott <stubenschrott@gmx.net>.
10375         Currently the interface works only with GtkSourceView plugin.   
10376         
10377         * tagmanager/Makefile.am:
10378         * tagmanager/c.c: 
10379         * tagmanager/entry.h:
10380         * tagmanager/get.c:
10381         * tagmanager/get.h:
10382         * tagmanager/include/tm_file_entry.h:
10383         * tagmanager/include/tm_project.h:
10384         * tagmanager/include/tm_source_file.h:
10385         * tagmanager/include/tm_symbol.h:
10386         * tagmanager/include/tm_tagmanager.h:
10387         * tagmanager/include/tm_work_object.h:
10388         * tagmanager/include/tm_workspace.h:
10389         * tagmanager/parse.c:
10390         * tagmanager/read.c: 
10391         * tagmanager/read.h:
10392         * tagmanager/tm_project.c: 
10393         * tagmanager/tm_source_file.c: 
10394         * tagmanager/tm_workspace.c:
10395         
10396         Tagmanager can now parse a memory buffer and generate/update 
10397         tags into tm_workspace/tm_project on the fly, without using files.
10398         C/C++ is supported now.
10399         
10400 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10402         * plugins/sourceview/anjuta-document.c:
10403         * plugins/sourceview/sourceview-args.c:
10404         * plugins/sourceview/sourceview-scope.c:
10405         * plugins/sourceview/sourceview.c:
10406         
10407         Fixed some memory leaks and argument completion
10409 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10411         * plugins/glade/plugin.c:
10412         
10413         Fixed glade plugin build because of API changes in glade3
10415 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10417         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10418         Updated editor section
10419         
10420         * manuals/C/anjuta-manual/interface.xml:
10421         * manuals/C/anjuta-manual/preferences.xml:
10422         * manuals/C/anjuta-manual/projects.xml:
10423         Updated manual
10424         
10425         * plugins/editor/anjuta-editor.plugin.in:
10426         Better plugin name
10428 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10430         * configure.in:
10431         * plugins/editor/anjuta-editor.plugin.in:
10432         * plugins/sourceview/sourceview.plugin.in:
10434         Build both editors and let the user decide a runtime!
10435         
10436         * plugins/sourceview/sourceview-scope.c:
10437         Fixed bug in regex to allow test()-> completions
10439 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10441         * plugins/sourceview/anjuta-document.c:
10442         * plugins/sourceview/sourceview-args.c: 
10443         * plugins/sourceview/sourceview-scope.c:
10444         * plugins/sourceview/sourceview-tags.c:
10445         * plugins/sourceview/tag-window.c: 
10446         
10447         Improved callltip windows
10449 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10451         * src/anjuta-app.c: (on_session_save):
10452         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10453         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10455 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10457         * libanjuta/anjuta-utils.c: 
10458         * plugins/cvs-plugin/cvs-execute.c:
10459         Off-by-one...
10461         * scintilla/LexInno.cxx:
10462         * scintilla/LexOpal.cxx:
10463         * scintilla/LexTCL.cxx:
10465         Added missing files from scintilla-update
10467 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10469         * configure.in:
10470         * manuals/C/Makefile.am:
10471         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10472         * manuals/C/anjuta-manual/Makefile.am:
10473         * manuals/C/anjuta-manual/anjuta-manual.xml:
10474         * manuals/C/anjuta-manual/build.xml:
10475         * manuals/C/anjuta-manual/debugger.xml:
10476         * manuals/C/anjuta-manual/execute.xml:
10477         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10478         * manuals/C/anjuta-manual/figures/arguments.png:
10479         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10480         * manuals/C/anjuta-manual/figures/file_menu.png:
10481         * manuals/C/anjuta-manual/figures/menu_main.png:
10482         * manuals/C/anjuta-manual/figures/menubar.png:
10483         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10484         * manuals/C/anjuta-manual/figures/project_info.png:
10485         * manuals/C/anjuta-manual/figures/scrshot.png:
10486         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10487         * manuals/C/anjuta-manual/figures/tool-editor.png:
10488         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10489         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10490         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10491         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10492         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10493         * manuals/C/anjuta-manual/fileoperations.xml:
10494         * manuals/C/anjuta-manual/interface.xml:
10495         * manuals/C/anjuta-manual/introduction.xml:
10496         * manuals/C/anjuta-manual/preferences.xml:
10497         * manuals/C/anjuta-manual/projects.xml:
10498         * manuals/C/anjuta-manual/tools.xml:
10499         * manuals/Makefile.am:
10500         
10501         Updated manual and faq
10503         * scintilla/CallTip.cxx:
10504         * scintilla/CallTip.h:
10505         * scintilla/CellBuffer.cxx:
10506         * scintilla/CellBuffer.h:
10507         * scintilla/ContractionState.cxx:
10508         * scintilla/Document.cxx:
10509         * scintilla/Document.h:
10510         * scintilla/DocumentAccessor.cxx:
10511         * scintilla/Editor.cxx:
10512         * scintilla/Editor.h:
10513         * scintilla/ExternalLexer.cxx:
10514         * scintilla/Indicator.cxx:
10515         * scintilla/KeyMap.cxx:
10516         * scintilla/KeyWords.cxx:
10517         * scintilla/LexAU3.cxx:
10518         * scintilla/LexBash.cxx:
10519         * scintilla/LexCPP.cxx:
10520         * scintilla/LexCaml.cxx:
10521         * scintilla/LexCsound.cxx:
10522         * scintilla/LexEiffel.cxx:
10523         * scintilla/LexGui4Cli.cxx:
10524         * scintilla/LexHTML.cxx:
10525         * scintilla/LexLua.cxx:
10526         * scintilla/LexMSSQL.cxx:
10527         * scintilla/LexOthers.cxx:
10528         * scintilla/LexPOV.cxx:
10529         * scintilla/LexPython.cxx:
10530         * scintilla/LexRuby.cxx:
10531         * scintilla/LexSQL.cxx:
10532         * scintilla/LexVB.cxx:
10533         * scintilla/Makefile.am:
10534         * scintilla/PlatGTK.cxx:
10535         * scintilla/PropSet.cxx:
10536         * scintilla/RESearch.cxx:
10537         * scintilla/RESearch.h:
10538         * scintilla/ScintillaBase.cxx:
10539         * scintilla/ScintillaGTK.cxx:
10540         * scintilla/StyleContext.h:
10541         * scintilla/ViewStyle.cxx:
10542         * scintilla/ViewStyle.h:
10543         * scintilla/XPM.cxx:
10544         * scintilla/include/KeyWords.h:
10545         * scintilla/include/Platform.h:
10546         * scintilla/include/PropSet.h:
10547         * scintilla/include/SciLexer.h:
10548         * scintilla/include/Scintilla.h:
10549         * scintilla/include/Scintilla.iface:
10550         * scintilla/include/ScintillaWidget.h:
10551         * scintilla/lexers.make:
10553         Update to scintilla 1.68
10555         * src/anjuta-app.c:
10556         Only show help items which are really availible
10558         * plugins/cvs-plugin/cvs-callbacks.c
10559         * plugins/cvs-plugin/cvs-execute.c
10560         * plugins/cvs-plugin/subversion-callbacks.c:
10561         * libanjuta/anjuta-utils.c:
10562         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10564 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10566         * plugins/project-wizard/install.c,
10567         * plugins/project-wizard/autogen.c:
10568         Add error messages if using a read only directory
10569         Improve fix for bug #339296
10571 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10573         * libanjuta/interfaces/libanjuta.idl:
10574         * plugins/document-manager/action-callbacks.c:
10575         * plugins/document-manager/plugin.c:
10576         * plugins/editor/text_editor.c:
10577         Added IAnjutaEditorGoto 
10579         * plugins/editor/aneditor.cxx:
10580         * plugins/editor/aneditor.h:
10581         * plugins/editor/text_editor.h:
10582         * plugins/editor/text_editor_prefs.c:
10583         
10584         Fixed #305076
10586 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10588         * libanjuta/interfaces/libanjuta.idl:
10589         * plugins/document-manager/action-callbacks.c:
10590         * plugins/document-manager/anjuta-docman.c:
10591         * plugins/document-manager/plugin.c:
10592         * plugins/editor/text_editor.c: 
10593         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10594         
10595         * plugins/sourceview/sourceview.c:
10596         * plugins/sourceview/sourceview.glade:
10597         Fixed some uft-8 issues and added a preference option
10598         to enable/disable gnome-vfs monitoring
10599         
10600         * scintilla/Makefile.am:
10601         * scintilla/include/Makefile.am:
10602         Fixed build
10604 2006-04-20  Massimo Cora' <maxcvs@email.it>
10606         * libanjuta/interfaces/libanjuta.idl:
10607         Remove get_current_pos () because we have get_position()
10609 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10611         * NEWS: Updated
10612         * plugins/sourceview/tag-window.c:
10613         Don't close window on PageUp/PageDown
10615 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10617         * data/Makefile.am:
10618         * manuals/reference/libanjuta/Makefile.am:
10619         
10620         Some build fixes
10621         
10622         * src/Makefile.am:
10623         * src/bacon-message-connection.c: 
10624         * src/bacon-message-connection.h: (both from gedit)
10625         * src/main.c:
10626         
10627         Fixed #312319 (Opening files when Anjuta is already open)
10629 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10631         * TODO.tasks: Updated
10632         * plugins/sourceview/anjuta-view.c: 
10633         * plugins/sourceview/anjuta-view.h:
10634         * plugins/sourceview/sourceview.c: 
10635         
10636         * configure.in: Fix --enable-plugin-scintilla
10637         
10638         Added char_added signal
10640 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10642         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10643         
10644         Fixed diff for utf8
10645         
10646         * plugins/sourceview/sourceview.c:
10647         Fixed VFS monitoring (still a bit buggy)
10648         
10649         * plugins/sourceview/sourceview-args.c:
10650         * plugins/sourceview/tag-window.c: 
10651         
10652         Better sizing for the popup-window
10654 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10656         * plugins/project-wizard/templates/gnome/src/main.c:
10657         * plugins/project-wizard/templates/gnome/src/project.glade:
10658         * plugins/project-wizard/templates/gtk/src/main.c: 
10659         * plugins/project-wizard/templates/gtk/src/project.glade:
10660         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10661         
10662         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10663         
10664 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10666         * configure.in: More removal of obsoleteness.
10667         * po/no.po:
10669 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10671         * ROADMAP:
10672         * libanjuta/anjuta-preferences.c: 
10673         * libanjuta/anjuta-utils.c: 
10674         * libanjuta/anjuta-utils.h:
10675         * plugins/message-view/message-view.c:
10676         
10677         Changed color functions and moved convert_color to anjuta-utils.h
10678         
10679         * plugins/message-view/anjuta-message-manager-plugin.glade:
10680         GnomeColorPicker -> GtkColorButton (bug #309154)
10681         
10682         * plugins/sourceview/plugin.c:
10683         * plugins/sourceview/sourceview-prefs.c:
10684         * plugins/sourceview/sourceview.glade:
10685         Added color and font preferences
10687         * plugins/sourceview/sourceview-tags.c:
10688         Only show as much choices as configured in preferences
10690 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10692         * ROADMAP, NEWS: Updated (we are far behind ;-)
10693         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10695 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10697         * configure.in:
10698         * plugins/editor/Makefile.am:
10699         * scintilla/Makefile.am
10700         
10701         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10702         
10703         * global-tags/Makefile.am:
10704         * global-tags/create_global_tags.sh:
10705         * plugins/symbol-browser/an_symbol_prefs.c:
10706         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10707         * plugins/symbol-browser/plugin.h:
10708         * tagmanager/include/tm_workspace.h:
10709         * tagmanager/tm_workspace.c:
10710         
10711         Fixed symbol-browser prefs and move global tags generation from installtion to
10712         preferences to make the life easier for distributers and to allow updates after installtion
10714         * plugins/document-manager/action-callbacks.c: 
10715         * plugins/document-manager/action-callbacks.h:
10716         * plugins/document-manager/anjuta-document-manager.ui:
10717         * plugins/document-manager/indent-util.c:
10718         * plugins/document-manager/plugin.c:
10719         * plugins/editor/text_editor.c:
10720         
10721         Moved indent stuff to document-manager
10722         
10723         * plugins/sourceview/anjuta-view.c: 
10724         * plugins/sourceview/sourceview-args.c: 
10725         * plugins/sourceview/sourceview-scope.c:
10726         * plugins/sourceview/sourceview-tags.c: 
10727         * plugins/sourceview/sourceview.c:
10728         
10729         Fixed several bugs
10730         
10731         * plugins/sourceview/sourceview.plugin (removed):
10732         * plugins/sourceview/sourceview.plugin.in:
10733         Editor is not user-activatible
10734         
10735         * plugins/sourceview/sourceview.png:
10736         Updated icon
10738 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10740         * src/anjuta-app.c: Fixed crasher on plugin unloading
10742 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10744         * plugins/sourceview/sourceview.c
10745         * plugins/sourceview/sourceview-args.c
10746         * plugins/sourceview/sourceview-args.h:
10747         
10748         Polished argument completion
10750 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10752         * plugins/message-view/anjuta-msgman.c:
10753         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10754         
10755         Show message pane on switch (does not work, anjuta_shell needs a fix)
10756         
10757         * plugins/sourceview/Makefile.am:
10758         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10759         * plugins/sourceview/sourceview-args.c: 
10760         * plugins/sourceview/sourceview-args.h:
10761         * plugins/sourceview/sourceview-private.h:
10762         * plugins/sourceview/sourceview-scope.c: 
10763         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10764         * plugins/sourceview/sourceview-tags.c:
10765         * plugins/sourceview/sourceview.c:
10766         * plugins/sourceview/tag-window.c:
10767         * plugins/sourceview/tag-window.h:
10768         
10769         Added scope and argument completion
10771 2006-04-03  Johannes Schmid <jhs@gnome.org>
10773         * TODO.tasks
10774         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10775         (on_widget_remove):
10776         Save toolbar state
10778         * plugins/sourceview/sourceview.c: (iselect_clear):
10779         Make "Delete"-key working
10781         * configure.in: #336389
10783 2006-04-03  Johannes Schmid <jhs@gnome.org>
10785         * plugins/sourceview/Makefile.am:
10786         * plugins/sourceview/anjuta-view.c:
10787         * plugins/sourceview/plugin.c: 
10788         * plugins/sourceview/sourceview-private.h:
10789         * plugins/sourceview/sourceview-scope.c:
10790         * plugins/sourceview/sourceview-scope.h:
10791         * plugins/sourceview/sourceview-tags.c: 
10792         * plugins/sourceview/sourceview-tags.h:
10793         * plugins/sourceview/sourceview.c:
10794         * plugins/sourceview/sourceview.h:
10795         * plugins/sourceview/tag-window.c:
10796         
10797         - fixed goto_file_line
10798         - scroll to cursor on undo/redo
10799         - show correct popup-menu
10800         - scope completion (not ready yet)
10802 2006-04-03  Johannes Schmid <jhs@gnome.org>
10804         * plugins/sourceview/plugin.c: 
10805         * plugins/sourceview/sourceview-tags.c:
10806         * plugins/sourceview/sourceview.c: 
10807         * plugins/sourceview/sourceview.h:
10808         * plugins/sourceview/tag-window.c:
10809         
10810         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
10812 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10814         * plugins/sourceview/sourceview.c:
10815         Fixed next/previous bookmark.
10816         Toggled bookmark (set/unset).
10818 2006-04-03  Johannes Schmid <jhs@gnome.org>
10820         * plugins/document-manager/action-callbacks.c:
10821         Fixed Gtk-Warning in goto_line
10822         
10823         * plugins/sourceview/Makefile.am:
10824         * plugins/sourceview/anjuta-document.c:
10825         * plugins/sourceview/anjuta-view.c: 
10826         * plugins/sourceview/anjuta-view.h:
10827         * plugins/sourceview/sourceview-autocomplete.c:
10828         * plugins/sourceview/sourceview-autocomplete.h:
10829         * plugins/sourceview/sourceview-private.h:
10830         * plugins/sourceview/sourceview-tags.c:
10831         * plugins/sourceview/sourceview-tags.h:
10832         * plugins/sourceview/sourceview.c:
10833         * plugins/sourceview/tag-window.c:
10834         * plugins/sourceview/tag-window.h:
10835         Created a nice API for tag and completion windows
10836         
10837         * plugins/sourceview/sourceview-print.h:
10838         * plugins/sourceview/sourceview-print.c:
10839         Added printing
10840                 
10841 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10843         * plugins/sourceview/sourceview.c:
10844         Fixed typo (Sort bookmarks).
10845         
10846 2006-04-01  Johannes Schmid <jhs@gnome.org>
10848         * plugins/sourceview/anjuta-document.c:
10849         * plugins/sourceview/anjuta-document.h:
10850         * plugins/sourceview/anjuta-view.c:
10851         * plugins/sourceview/anjuta-view.h:
10852         * plugins/sourceview/sourceview-autocomplete.c:
10853         * plugins/sourceview/sourceview-autocomplete.h:
10854         * plugins/sourceview/sourceview-prefs.c:
10855         * plugins/sourceview/sourceview-prefs.h:
10856         * plugins/sourceview/sourceview-private.h:
10857         * plugins/sourceview/sourceview-tags.c:
10858         * plugins/sourceview/sourceview-tags.h:
10859         * plugins/sourceview/sourceview.c:
10860         * plugins/sourceview/sourceview.glade:
10861         * plugins/sourceview/tag-window.c: 
10862         * plugins/sourceview/tag-window.h:
10863         
10864         Improved code complete and autocomplete
10866 2006-04-01  Johannes Schmid <jhs@gnome.org>
10868         * plugins/sourceview/Makefile.am:
10869         * plugins/sourceview/bookmark.png:
10870         * plugins/sourceview/marker-attentive.png:
10871         * plugins/sourceview/marker-basic.png:
10872         * plugins/sourceview/marker-intense.png:
10873         * plugins/sourceview/marker-light.png:
10874         * plugins/sourceview/sourceview.c: 
10875         
10876         Added pixmaps for all marker types and show bookmarks
10877         
10878         * configure.in
10879         * plugins/sourceview/Makefile.am:
10880         Build sourceview on 2.14 only
10882 2006-03-31  Johannes Schmid <jhs@gnome.org>
10884         * plugins/sourceview/Makefile.am:
10885         * plugins/sourceview/anjuta-document.c:
10886         * plugins/sourceview/anjuta-view.c:
10887         * plugins/sourceview/anjuta-view.h:
10888         * plugins/sourceview/sourceview-autocomplete.c:
10889         * plugins/sourceview/sourceview-private.h:
10890         * plugins/sourceview/sourceview-tags.c:
10891         * plugins/sourceview/sourceview-tags.h:
10892         * plugins/sourceview/sourceview.c: 
10893         * plugins/sourceview/tag-window.c:
10894         * plugins/sourceview/tag-window.h:
10895         
10896         Added code completion with tag manager to the editor and fixed a save_as bug
10898 2006-03-31  Johannes Schmid <jhs@gnome.org>
10900         * src/main.c: Revert patch from Rob to allow building with
10901         Gnome 2.12
10902         * configure.in: Require at least 2.12 libraries
10904 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
10906         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
10908         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10909         Improve anjuta-plugin project template: Added missed files dist tarball
10910         (make dist)
10912         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
10913         typo
10915 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
10917         reviewed by: Johannes Schmid <jhs@gnome.org>
10919         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10920         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
10921         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
10922         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
10923         
10924         Improve anjuta-plugin project template. Also fix for #322744
10926 2006-03-27  Johannes Schmid <jhs@gnome.org>
10928         * plugins/sourceview/sourceview-private.h:
10929         plugins/sourceview/sourceview.c:
10930         
10931         Added basic bookmark support
10933 2006-03-27  Johannes Schmid <jhs@gnome.org>
10935         * TODO.tasks:
10936         Updated
10937         
10938         Patch from Rob Bradfort <robster@debian.org>:
10939         * src/main.c: (get_command_line_args), (main):
10940         Migration from popt to GOption
10941         
10942 2006-03-26 Naba Kumar  <naba@gnome.org>
10944         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
10945         size to scale itself with theme.
10947 2006-03-26 Naba Kumar  <naba@gnome.org>
10949         * plugins/file-manager/an_file_view.c,
10950         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
10951         when symbolview and fileview objects are destroyed to avoid crashes
10952         after the plugins are disabled.
10954 2006-03-26 Naba Kumar <naba@gnome.org>
10956         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
10957         Deleted unused file.
10958         
10959         * plugins/glade/plugin.c: Be able to close glade plugin when there
10960         there is no glade project loaded.
10961         
10962         * plugins/sourceview/sourceview.plugin,
10963         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
10965 2006-03-23  Naba Kumar  <naba@gnome.org>
10967         * plugins/editor/print.c: Fixed a bug where some sections of
10968         printed/previewed text is not highlighted.
10969         
10970 2006-03-20  Johannes Schmid <jhs@gnome.org>
10972         * libanjuta/interfaces/libanjuta.idl:
10973         Added IAnjutaPrint
10974         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
10975         as we do not use private apis. Show help window and startup because it does 
10976         not survive gdl
10977         
10978         * plugins/document-manager/action-callbacks.c:
10979         plugins/editor/Makefile.am:
10980         plugins/editor/text_editor.c:
10981         plugins/editor/print.c:
10982         plugins/editor/print.h:
10983         
10984         Fixed printing (nobody has missed it BTW ;-)
10985         
10986         * plugins/sourceview/sourceview.c:
10987         Fixed a crasher
10989 2006-03-20 Naba Kumar <naba@gnome.org>
10991         * configure.in, plugins/devhelp/plugin.c: Be able to build with
10992         devhelp >= 0.9 < 0.11 versions.
10993         
10994 2006-03-20  Johannes Schmid <jhs@gnome.org>
10996         * plugins/sourceview/anjuta-document-loader.c
10997         plugins/sourceview/sourceview.c:
10998         
10999         Fixed encoding bugs
11001 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11003         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11004         Fixed bug (line position)
11005         Give the good line position whatever the active editor.
11007 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11009         * configure.in: Added fi to ALL_LINGUAS
11011 2006-03-19  Johannes Schmid <jhs@gnome.org>
11013         * plugins/sourceview/anjuta-document-loader.c:
11014         replace gnome_vfs_get_mime_type_for_name_and data
11016         * plugins/build-basic-autotools/build-basic-autotools.c:
11017         Fixed #335142
11019 2006-03-17  Johannes Schmid <jhs@gnome.org>
11021         * plugins/editor/editor.glade:
11022         Added style-editor again after it got lost somehow
11024 2006-03-17  Johannes Schmid <jhs@gnome.org>
11026         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11027         configure.in: require devhelp 0.11
11028         
11029         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11031         plugins/build-basic-autotools/build-basic-autotools.c:
11032         forgot a an installtion callback for the "install as root"-feature
11034 2006-03-17  Massimo Cora' <maxcvs@email.it>
11036         reviewed by: Johannes Schmid <jhs@gnome.org>
11038         * plugins/class-gen/anjuta-class-gen-plugin.glade
11039         plugins/class-gen/class_gen.c 
11040         plugins/class-gen/goc_template_header
11041         plugins/class-gen/goc_template_source
11042         
11043         Fixed bug #334663
11045 2006-03-16  Johannes Schmid <jhs@gnome.org>
11047         * plugins/sourceview/sourceview.c:
11048         Fixed "save-point" signal for undo actions
11050 2006-03-16  Massimo Cora' <maxcvs@email.it>
11051         
11052         reviewed by: Johannes Schmid <jhs@gnome.org>
11053         
11054         * plugins/document-manager/anjuta-docman.c:
11055         Implement tab drag and drop
11057 2006-03-16  Johannes Schmid <jhs@gnome.org>
11059         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11060         plugins/build-basic-autotools/build-basic-autotools.c:
11061         
11062         Implemented "install as root"-feature (#321455)
11064 2006-03-16  Johannes Schmid <jhs@gnome.org>
11066         * mime/.cvsignore
11067         plugins/sourceview/.cvsignore
11068         plugins/tools/scripts/.cvsignore:
11069         Added/extended .cvsignore files
11070         
11071         * plugins/sourceview/sourceview-autocomplete.c:
11072         plugins/sourceview/sourceview-autocomplete.h:
11073         plugins/sourceview/sourceview-prefs.c:
11074         plugins/sourceview/sourceview-private.h:
11075         plugins/sourceview/sourceview.glade:
11076         Autcomplete just works(tm) now and respects preferences
11077         
11078         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11079         Use better algorithm from autocomplete
11081 2006-03-15  Johannes Schmid <jhs@gnome.org>
11083         * src/anjuta-app.c:
11084         Fixed bug #304495
11086 2006-03-15  Johannes Schmid <jhs@gnome.org>
11088         * libanjuta/interfaces/libanjuta.idl:
11089         plugins/class-gen/class_gen.c:
11090         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11091         plugins/project-manager/plugin.c:
11092         
11093         Allow to add multiple source files (#320191)
11094         
11095         * configure.in: Require gnome-build 0.1.3
11097 2006-03-14  Johannes Schmid <jhs@gnome.org>
11099         * plugins/macro/macro-utils.c: Fixed bug #333606
11100         * plugins/file-wizard/file.c: Fixed bug #333601
11102 2006-03-13  Johannes Schmid <jhs@gnome.org>
11104         * plugins/sourceview/sourceview_autocomplete.c
11105         plugins/sourceview/sourceview_autocomplete.h
11106         plugins/sourceview/sourceview.c
11107         plugins/sourceview/sourceview-private.h
11108         plugins/sourceview/sourceview-prefs.c:
11109         
11110         Cleaned up and fixed several issues
11111         
11112 2006-03-13  Johannes Schmid <jhs@gnome.org>
11114         * plugins/sourceview/Makefile.am:
11115         plugins/sourceview/sourceview-autocomplete.c
11116         plugins/sourceview/sourceview-autocomplete.h:
11117         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11118         plugins/sourceview/sourceview-private.h:
11119         plugins/sourceview/sourceview.c:
11120         
11121         Added (buggy) autocomplete feature to sourceview
11122         
11123 2006-03-12 Naba Kumar <naba@gnome.org>
11125         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11126         libanjuta/anjuta-session.c: Added API docs.
11128 2006-03-12 Naba Kumar <naba@gnome.org>
11130         * TODO.tasks: Added couple of tasks.
11131         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11132         Register private class as early as possible so that members could
11133         point to self class. Code clean up.
11135 2006-03-12 Naba Kumar <naba@gnome.org>
11137         * po/POTFILES.in, po/POTFILES.skip: Updated.
11139 2006-03-11 Naba Kumar <naba@gnome.org>
11141         * libanjuta/anjuta-shell.c,
11142         plugins/document-manager/anjuta-docman.c,
11143         plugins/document-manager/plugin.c,
11144         plugins/symbol-browser/an_symbol_search.c,
11145         plugins/valgrind/vgrule-list.c: Use correct signal names while
11146         creating them.
11147         
11148         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11149         signal names and fixed enum IANJUTA_TYPE_* macro.
11151 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11153         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11154         plugins/search/search-replace.c :
11155         Fixed bug (Bookmark the good line).
11156         Search & Replace (Mark all matched strings).
11157         
11158 2006-03-09  Johannes Schmid <jhs@gnome.org>
11160         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11161         Completed changes from yesterday
11162         
11163         * plugins/document-manager/anjuta-document-manager.glade:
11164         plugins/editor/editor.glade
11165         plugins/editor/plugin.c: (activate_plugin)
11166         plugins/editor/text_editor.c
11167     plugins/sourceview/Makefile.am
11168         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11169         plugins/sourceview/sourceview.glade:
11170         Completed preference changes
11172 2006-03-08  Johannes Schmid <jhs@gnome.org>
11174         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11175         plugins/search/plugin.c: (activate_plugin):
11176         
11177         Removed Gtk-Criticals
11178         
11179         * plugins/document-manager/anjuta-document-manager.glade:
11180         plugins/document-manager/plugin.c: (on_docman_auto_save),
11181         (on_gconf_notify_timer), (prefs_init):
11182     plugins/document-manager/plugin.h:
11183         plugins/editor/text_editor.c: (text_editor_instance_init),
11184         (text_editor_dispose):
11185         plugins/editor/text_editor.h:
11186         plugins/editor/text_editor_cbs.c:
11187         plugins/editor/text_editor_cbs.h:
11188         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11189         plugins/glade/plugin.c: (activate_plugin):
11190         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11191         plugins/sourceview/sourceview-private.h:
11192         plugins/sourceview/sourceview.c: (on_menu_popup),
11193         (sourceview_new), (ifile_open), (ifile_savable_save),
11194         (ifile_savable_save_as), (ieditor_set_popup_menu),
11195         (ieditor_get_filename), (imark_mark):
11197     Moved autosave from editor to document manager and fixed some things in 
11198     Sourceview plugin
11200 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11202         * plugins/search/anjuta-search.glade :
11203         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11204         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11205         plugins/search/search-replace.c : Fixed bug.
11206         
11207 2006-03-08  Johannes Schmid <jhs@gnome.org>
11209     * plugins/search/anjuta-search.glade
11210     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11212 2006-03-07  Johannes Schmid <jhs@gnome.org>
11214         * plugins/document-manager/action-callbacks.c
11215         plugins/document-manager/anjuta-document-manager.glade
11216         plugins/document-manager/plugin.c: (prefs_init),
11217         (activate_plugin):
11218         plugins/editor/Makefile.am:
11219         plugins/editor/editor.glade:
11220         plugins/editor/plugin.c: (on_style_button_clicked),
11221         (activate_plugin), (dispose):
11222         plugins/editor/style-editor.c:
11223         
11224         Startet to seperate document-manager and editor preferences
11226         * plugins/search/Makefile.am:
11227         plugins/search/anjuta-search.glade:
11228         plugins/search/search-replace.c:
11229         
11230         Moved search GUI to search-plugin
11231                 
11232         * plugins/sourceview/sourceview-prefs.c:
11233         plugins/sourceview/sourceview-prefs.h:
11234         plugins/sourceview/sourceview-private.h:
11235         plugins/sourceview/sourceview.c: 
11236         plugins/sourceview/sourceview.h:
11237         plugins/sourceview/Makefile.am:
11238         plugins/sourceview/anjuta-document.h:
11239         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11240         plugins/sourceview/plugin.c: 
11241         
11242         Added some preferences to sourceview and fixed vfs_monitor
11243         
11244         * tagmanager/c.c: (parseParens): 
11245         Removed annoying debug message
11246         
11247         * libanjuta/interfaces/libanjuta.idl: 
11248         Removed IAnjutaEditorFactory::create_style_editor()
11250 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11252         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11253         Search : Bookmark all matched lines.
11255 2006-03-06  Johannes Schmid <jhs@gnome.org>
11257         * plugins/class-gen/anjuta-class-gen.plugin.in
11258         plugins/file-loader/plugin.c: (sort_wizards)
11259         (on_create_submenu), (activate_plugin)
11260         plugins/file-wizard/anjuta-file-wizard.plugin.in
11261         plugins/glade/anjuta-glade.plugin.in
11262         plugins/project-import/anjuta-project-import.plugin.in
11263         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11264         
11265         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11266         sorted alphabeticly
11267         
11268         * plugins/project-wizard/templates/mkfile.wiz:
11269         Use configured project directory instead of ~/myproject
11270         
11271         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11272         (ifile_open):
11273         Show markers (again) and monitor uri
11275 2006-03-06  Naba Kumar  <naba@gnome.org>
11277         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11278         typedefs separately so that forward linking would work.
11279         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11281 2006-03-05  Naba Kumar  <naba@gnome.org>
11283         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11284         passing Enums and Structs in signals. Define struct _Name in
11285         generated code, so that forward referencing.
11286         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11287         
11288         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11289         
11290 2006-03-05  Naba Kumar  <naba@gnome.org>
11292         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11293         support. Generate GType definitions for enums in generated codes
11294         so that enums could be passed as signal params.
11295         
11296 2006-03-04  Naba Kumar  <naba@gnome.org>
11298         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11299         Restored cvs-moved revision files. They were originally marked
11300         deleted at their older locations. Now they are restored at
11301         their new locations. The changeset is one that was committed
11302         as part of document-manager, editor, search and print plugins
11303         separation from editor plugin.
11304         
11305 2006-03-03  Johannes Schmid <jhs@gnome.org>
11307         * plugins/sourceview/*:
11308         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11309         poiting this out!
11311 2006-03-04  Naba Kumar  <naba@gnome.org>
11313         * plugins/gdb/*: Deleted removed files (see previous changlog
11314         entry for files list).
11315         
11316 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11318         * plugins/debug-mananger/breakpoints.c,
11319         plugins/debug-manager/breakpoints.h,
11320         plugins/debug-manager/debug_tree.c,
11321         plugins/debug-manager/debug_tree.h,
11322         plugins/debug-manager/info.c,
11323         plugins/debug-manager/info.h,
11324         plugins/debug-manager/locals.c,
11325         plugins/debug-manager/locals.h,
11326         plugins/debug-manager/memory.c,
11327         plugins/debug-manager/memory.h,
11328         plugins/debug-manager/registers.c,
11329         plugins/debug-manager/registers.h,
11330         plugins/debug-manager/sharedlib.c,
11331         plugins/debug-manager/sharedlib.h,
11332         plugins/debug-manager/signal.c,
11333         plugins/debug-manager/signal.h,
11334         plugins/debug-manager/stack_trace.c,
11335         plugins/debug-manager/stack_trace.h,
11336         plugins/debug-manager/watch.c,
11337         plugins/debug-manager/watch.h,
11338         plugins/debug-manager/Makefile.am:
11339         Move from gdb plugin to debug manager plugin
11341         * plugins/debug-manager/anjuta-debug-manager.glade,
11342         plugins/debug-manager/anjuta-debug-manager.ui:
11343         Move all user interface from gdb to debug manager
11345         * plugins/debug-manager/utilities.c,
11346         plugins/debug-manager/utilities.h:
11347         Remove some unused code
11348         Add useful code from gdb plugin
11350         * plugins/debug-manager/start.c,
11351         plugins/debug-manager/start.h:
11352         Include code of attach_process
11353         Add more code to start the debugger
11355         * plugins/debug-manager/plugin.c,
11356         plugins/debug-manager/plugin.h,
11357         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11358         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11360         * plugins/debug-manager/debugger.c,
11361         plugins/debug-manager/debugger.h:
11362         Implement a queue of debugger command
11364         * plugins/gdb/actions.c,
11365         plugins/gdb/actions.h,
11366         plugins/gdb/watch_cbs.c,
11367         plugins/gdb/watch_cbs.h,
11368         plugins/gdb/watch_gui.c,
11369         plugins/gdb/watch_gui.h:
11370         Removed 
11372         * plugins/gdb/debugger.c,
11373         plugins/gdb/debugger.h,
11374         plugins/gdb/gdbmi.c,
11375         plugins/gdb/gdbmi.h,
11376         plugins/gdb/utilities.c,
11377         plugins/gdb/utilities.h,
11378         plugins/gdb/Makefile.am,
11379         plugins/gdb/anjuta-gdb.plugin.in:
11380         Implement necessary functions
11382         * plugins/gdb/parser.c,
11383         plugins/gdb/parser.h:
11384         Code for parsing variable previously in debug_tree.c
11386         * plugins/gdb/anjuta-gdb.glade,
11387         plugins/gdb/anjuta-gdb.ui:
11388         Remove user interface
11390         * plugins/gdb/gdbmi-test.c:
11391         Need update
11393         * plugins/gdb/anjuta-gdb.plugin.png:
11394         Try an improved icon for gdb (archer fish)
11396         * libanjuta/anjuta-debugger.c,
11397         libanjuta/anjuta-debugger.h,
11398         libanjuta/interfaces/libanjuta.idl,
11399         libanjuta/interfaces/anjuta-idl-compiler.pl,
11400         libanjuta/Makefile.am:
11401         Add declaration used in new IAnjutaDebugger interface
11403         * manuals/reference/libanjuta.types,
11404         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11405         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11406         Update documentation
11408 2006-03-02  Naba Kumar  <naba@gnome.org>
11410         * manuals/reference/libanjuta/Makefile.am,
11411         manuals/reference/libanjuta/libanjuta-docs.sgml,
11412         manuals/reference/libanjuta/libanjuta-sections.txt,
11413         manuals/reference/libanjuta/libanjuta.types,
11414         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11415         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11416         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11417         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11418         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11419         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11420         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11421         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11422         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11423         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11424         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11425         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11426         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11427         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11428         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11429         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11430         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11431         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11432         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11433         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11434         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11435         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11436         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11437         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11438         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11439         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11440         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11441         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11442         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11443         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11444         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11445         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11446         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11447         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11448         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11449         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11450         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11451         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11452         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11453         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11454         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11455         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11456         manuals/reference/libanjuta/tmpl/plugins.sgml,
11457         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11458         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11459         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11460         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11461         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11462         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11463         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11464         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11465         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11466         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11467         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11468         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11469         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11470         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11471         documentation.
11473 2006-02-28  Naba Kumar <naba@gnome.org>
11475         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11476         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11477         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11478         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11479         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11480         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11481         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11482         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11483         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11484         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11485         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11486         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11487         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11488         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11490 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11492         * plugins/sourceview/sourceview.c:
11493         Select to brace, select block.
11495 2006-02-28  Johannes Schmid <jhs@gnome.org>
11497         * plugins/file-wizard/Makefile.am
11498         plugins/file-wizard/action-callbacks.c (removed)
11499         plugins/file-wizard/action-callbacks.h (removed)
11500         plugins/file-wizard/anjuta-file-wizard.ui
11501         plugins/file-wizard/plugin.c: (activate_plugin),
11502         (deactivate_plugin)
11503         plugins/file-wizard/plugin.h:
11504         Removed Edit->Insert Text submenu (replace by macros plugin)
11505         
11506         * plugins/sourceview/sourceview.c: (sourceview_new),
11507         (ieditor_set_popup_menu):
11508         Fixed some more bugs
11509         
11510         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11512 2006-02-28  Naba Kumar <naba@gnome.org>
11514         * plugins/file-manager/an_file_view.c,
11515         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11516         rows also and with delay 1 sec (the color and timout value should
11517         probably be picked up from some system wide preference key).
11519 2006-02-28  Naba Kumar <naba@gnome.org>
11521         * libanjuta/interfaces/libanjuta.idl,
11522         plugins/document-manager/action-callbacks.c,
11523         plugins/document-manager/plugin.c,
11524         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11525         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11526         Added interface checks in document manager and enable/disable
11527         menus based on supported interface.
11528         
11529         * plugins/project-import/anjuta-project-import.glade: Set some
11530         resonable size for the import dialog.
11532  2006-02-27  Naba Kumar  <naba@gnome.org>
11534         * libanjuta/interfaces/libanjuta.idl,
11535         plugins/document-manager/action-callbacks.c,
11536         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11537         and eol conversion actions.
11539 2006-02-27  Johannes Schmid <jhs@gnome.org>
11540         
11541         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11542         * plugins/file-manager/an_file_view.c
11543         plugins/file-manager/plugin.h:  Added tooltips
11544         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11546 2006-02-26  Naba Kumar  <naba@gnome.org>
11548         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11549         plugins/build-basic-autotools/build-basic-autotools.c,
11550         plugins/build-basic-autotools/build-basic-autotools.h,
11551         plugins/build-basic-autotools/executer.c,
11552         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11553         disable indicator highlights preferences from message manager to
11554         build plugin. Implemented message indicator highlights in build tool.
11555         
11556         * plugins/editor/text_editor.c: Fixed indicators.
11558 2006-02-26  Johannes Schmid <jhs@gnome.org>
11560         * plugins/sourceview/sourceview.c:
11561         - Fixed some bugs
11562         - Added markers
11563         * plugins/subversion/svn_auth.c:
11564         Fixed username/password authentification but there might be a memory corruption
11566 2006-02-26  Naba Kumar  <naba@gnome.org>
11568         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11569         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11570         libanjuta/anjuta-launcher.h: Added documentation.
11572 2006-02-24  Naba Kumar  <naba@gnome.org>
11574         * plugins/editor/text_editor.c: Fixed change in API in
11575         IAnjutaEditorSelection::set().
11576         
11577 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11579         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11580         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11581         libanjuta/interfaces/libanjuta.idl :
11582         Search in sourceview editor (Select in buffer).
11585 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11587         * plugins/sourceview/sourceview.c :
11588         Fixed Replace, to_upper, to_lower.
11589         
11590         * plugins/search/search-replace_backend.c :
11591         Renamed header name.
11593 2006-02-22  Naba Kumar  <naba@gnome.org>
11595         * libanjuta/anjuta-plugin-description.c,
11596         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11597         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11598         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11599         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11600         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11601         
11602         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11603         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11604         
11605 2006-02-21  Naba Kumar  <naba@gnome.org>
11607         * libanjuta/interfaces/libanjuta.idl,
11608         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11609         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11610         interface for editor.
11612 2006-02-21  Naba Kumar  <naba@gnome.org>
11614         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11616         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11617         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11619 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11621         * GTKSOURCEVIEW EDITOR
11622         plugins/sourceview/sourceview.c :
11623         Fixed copy and Goto Line.
11624         
11625         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11626         plugins/macro/plugin.c :
11627         Fixed Insert key word and Insert macro.
11629 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11631         * plugins/document-manager/anjuta-docman.c:
11632         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11633         
11634         * configure.in:
11635         plugins/Makefile.am:
11636         plugins/sourceview/.cvsignore:
11637         plugins/sourceview/Makefile.am:
11638         plugins/sourceview/plugin.c: :
11639         plugins/sourceview/plugin.h:
11640         plugins/sourceview/sourceview.c: 
11641         plugins/sourceview/sourceview.h:
11642         plugins/sourceview/sourceview.plugin:
11643         plugins/sourceview/sourceview.plugin.in:
11644         plugins/sourceview/sourceview.png:
11646         Added sourceview editor plugin
11648 2006-02-19 Naba Kumar  <naba@gnome.org>
11650         * libanjuta/interfaces/libanjuta.idl,
11651         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11652         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11653         plugins/cvs-plugin/cvs-interface.c,
11654         plugins/document-manager/action-callbacks.c,
11655         plugins/document-manager/action-callbacks.h,
11656         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11657         plugins/search/plugin.c, plugins/search/search-replace.c,
11658         plugins/search/search-replace_backend.c,
11659         plugins/subversion/subversion-actions.c,
11660         plugins/subversion/subversion-callbacks.c,
11661         plugins/tools/editor.c, plugins/tools/execute.c,
11662         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11663         few fatal warnings.
11665 2006-02-15 Naba Kumar  <naba@gnome.org>
11667         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11668         within another.
11669         
11670         * libanjuta/interfaces/libanjuta.idl,
11671         plugins/document-manager/anjuta-docman.c,
11672         plugins/document-manager/plugin.c,
11673         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11674         unnecessary parameters from IAnjutaEditor interface and used proper
11675         types instead of 'gpointer'. Fixed various compiler warnings.
11676         
11677         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11678         file
11680 2006-02-12 Naba Kumar  <naba@gnome.org>
11682         * po/POTFILES.in: Updated.
11683         
11684 2006-02-11 Naba Kumar  <naba@gnome.org>
11686         * plugins/editor/properties.[cxx,h],
11687         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11688         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11689         to sci_prop_*(), because they were conflicting with external
11690         functions (in some ssl library).
11691         
11692 2006-02-08 Naba Kumar  <naba@gnome.org>
11694         Patch from Massimo Cora  <maxcvs@email.it>:
11695         * plugins/valgrind/anjuta-valgrind.schemas,
11696         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11697         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11698         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11699         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11700         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11701         plugins/valgrind/vgtoolview.c,
11702         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11703         before running the debugging session. I've added also a
11704         preference in Anjuta Preferences where you can specify
11705         the path to the valgrind binary. The default is /usr/bin/valgrind.
11706         Now it displays a dialog with the error. [it can be -program
11707         exited- or -file loaded or end of input-]. Some valgrind 3.x
11708         compatibility.
11709         
11710 2006-01-29 Naba Kumar  <naba@gnome.org>
11712         Patch from Massimo Cora  <maxcvs@email.it>:
11713         * configure.in, plugins/Makefile.am,
11714         plugins/valgrind/*: Valgrind plugin (requires
11715         binutils-dev and valgrind to be installed.
11717 2005-01-24 Johannes Schmid <jhs@gnome.org>
11719         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11720         plugins/tools/variables.c:
11721         Added current directory to possible variables
11723         * Patch from Günther Brammer <gbrammer@gmx.de>
11724         plugins/document-manager/anjuta-docman.c:
11725         Fix a crash on opening a file
11727         AUTHORS: Added Günther Brammer
11729 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11731         * libanjuta/anjuta-launcher.c:
11732         Fix a bug in AnjutaLauncher when output is bigger than buffer
11733         Probably fix bug #315188 and #305134
11735 2005-12-28      Johannes Schmid <jhs@gnome.org>
11736         
11737         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11738         * src/about.c: Use new gtk about dialog
11739         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11740         Updated anjuta_ui_add_action_group_entries call
11741         
11742         Patch from Jean Breford <jean.breford@normalesup.org>
11743         and Markus Habermehl <bmh1980de@yahoo.de>:
11744         
11745         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11746         * AUTHORS: Added Jean and Markus
11748 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11749         * plugins/search/search-replace.c :
11750         Bookmark all matched lines.
11751         * plugins/search/search-replace_backend.c :
11752         Fixed bug (Search in all project files).
11754 2005-12-21      Johannes Schmid <jhs@gnome.org>
11755         
11756         * plugins/search/plugin.c:
11757         Fixed signal names
11758         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11759         investigation needed.
11760         
11761         AUTHORS: Added Ross Goldner
11763 2005-12-19  Ross Golder  <ross@golder.org>
11765         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11766         application/xml MIME type.
11768 2005-12-18  Johannes Schmid <jhs@gnome.org>
11769         
11770         po/POTFILES.in: Updated files after directory changes
11771         HACKING: Removed outdated section 3 (anoncvs)
11773 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
11775         * plugins/build-basic-autotools/build-basic-autotools.c:
11776         Save all files in editor before running a command
11778         * plugins/tools/execute.c:
11779         Use document manager plugin instead of each editor for
11780         saving all files
11782 2005-12-15  Johannes Schmid <jhs@gnome.org>
11784         * plugins/document-manager/action-callbacks.c:
11785         (on_save_all1_activate), (on_swap_activate)
11786         plugins/document-manager/anjuta-docman.c:
11787         (on_save_as_filesel_response), (on_notebook_switch_page):
11788         
11789         Fixed some remaining issues in document-manger
11791 2005-12-15      Johannes Schmid <jhs@gnome.org>
11793         * plugins/profile-default/default.anjuta:
11794         Load Search plugin and Message Manager by default
11796 2005-12-14  Johannes Schmid <jhs@gnome.org>
11797         
11798         * plugins/editor/text_editor.c
11799         libanjuta/anjuta-utils.c:
11800         
11801         Check if files differ when gnome-vfs monitoring is used.
11802         (Bug #309688)
11804 2005-12-13  Johannes Schmid <jhs@gnome.org>
11806         * plugins/document-manager/plugin.c:
11807         Only save modified files in ianjuta_file_savable_save() for document-manager
11808         as discussed on mailing list.
11809         
11810         * plugins/cvs-plugin/cvs-callbacks.c:
11811         Fixed dialog handling for empty log message
11813 2005-12-13  Johannes Schmid <jhs@gnome.org>
11815         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
11816         
11817         * plugins/project-manager/* Removed ununsed files
11818         
11819         * plugins/symbol-browser/an_symbol_iter.c
11820         plugins/build-basic-autotools/build-basic-autotools.c
11821         plugins/build-basic-autotools/executer.c
11822         plugins/class-gen/class_gen.c
11823         plugins/class-inheritance/class-inherit.c
11824         plugins/cvs-plugin/cvs-actions.c
11825         plugins/cvs-plugin/cvs-interface.c
11826         plugins/debug-manager/attach_process.
11827         plugins/devhelp/plugin.c
11828         plugins/document-manager/plugin.c
11829         plugins/document-manager/indent_util.c
11830         plugins/editor/properties.cxx
11831         plugins/editor/aneditor.cxx
11832         plugins/editor/style-editor.c
11833         plugins/editor/text_editor.c
11834         plugins/macro/macro_db.c
11835         tagmanager/c.c:
11836         
11837         Use DEBUG_PRINT for debug messages
11839         libanjuta/anjuta-debug.h: Include config.h
11840         
11841         HACKING: Updated (BTW: does anyone read this?)
11842         
11843 2005-12-12  Johannes Schmid <jhs@gnome.org>
11845         Patch from Johan Ersvik <jersvik@fastmail.fm>:
11846         * plugins/gdb/debugger.c
11847         
11848         Fix a crasher in gdb plugin
11849         
11850         * plugins/gtodo/plugin.c
11851         plugins/search/plugin.c
11852         
11853         Fixed bug #305301
11854         
11855         * plugins/document-manager/anjuta-docman.c:
11856         
11857         Fixed error markers 
11858         
11859         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
11860         
11861         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
11862         
11863         * plugins/document-manager/anjuta-docman.c:
11864         highlight changed files in docman popup-menu
11865         * plugins/gdb/debug-tree.c:
11866         plugins/gdb/debugger.c
11867         Do not corupt entire "locals" tree when variable pointer have
11868         additional info and arrays/strucs/unions correctly.
11869         
11871 2005-12-11  Johannes Schmid <jhs@gnome.org>
11873         * plugins/document-manager/anjuta-docman.c
11874         plugins/document-manager/plugin.c
11875         plugins/editor/text_editor.c:
11876         
11877         AUTHORS: Added Johan Ersvik
11879         Fixed "is-dirty" bug and tab ordering
11881 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
11882         
11883         * plugins/editor/aneditor-autocomplete.cxx
11884         plugins/editor/aneditor-calltip.cxx
11885         plugins/editor/aneditor-priv.h
11886         plugins/symbol-browser/an_symbol.c
11887         plugins/symbol-browser/an_symbol_view.c
11888         tagmanager/entry.h
11889         tagmanager/tm_symbol.c
11890         tagmanager/tm_tag.c
11891         tagmanager/include/tm_symbol.h
11892         tagmanager/include/tm_tag.h
11893         tagmanager/c.c
11895         Better pointer recognition in tagmanager and symbol browser
11897 2005-12-11  Johannes Schmid <jhs@gnome.org>
11899         * plugins/search/*: New search plugin derived from search code in old editor
11900         plugin.
11901         
11902         * plugins/document-manager/*: new document-manger which is now seperated from
11903         editor to allow implementation of other editor widgets. Code is mostly derived
11904         from old editor plugin
11906         * plugins/print/* new print plugin which is not fully implemented in the
11907         moment
11909         * plugins/editor/text_editor.c: Added lots of interface code
11910         
11911         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
11912         IAnjutaEditorFactory and extended IAnjutaEditor
11913         
11914         * configure.in, plugins/Makefile.am updated build system for new
11915         plugins
11917         This is a huge commit which might still contain some bugs and also has
11918         some fixmes. Things that are not working are the search toolbar because it
11919         does not use the same backend as any other searching function and printing
11920         (easy to fix) because it did not yet implement IAnjutaPrintable.
11922 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
11924         * plugins/project-wizard/property.c:
11925         Use newer GtkFileChooser instead of GtkFileSelection with
11926         GnomeFileEntry to avoid a bug
11928         * plugins/project-wizard/install.c:
11929         Avoid an endless loop if project directory is not writable
11930         
11931         * plugins/project-wizard/druid.c:
11932         Allow creating project in empty directory without a
11933         warning
11935 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
11936         
11937         Patch from Massimo Cora <maxcvs@email.it>
11938         * plugins/class-inheritence/class-inherit.c
11939         plugins/class-inheritence/plugin.c
11940         plugins/class-inheritence/plugin.h
11941         configure.in
11942         
11943         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
11944         no longer supported!
11946 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
11947         
11948         Patch from Johan Ersvik <jersvik@fastmail.fm>
11949         * plugins/message-view/message-view.c
11950         plugins/build-basic-autotools/build-basic-autotools.c
11951         plugins/build-basic-autotools/automake-c.filters
11953         This patch correct regex-filters for newer automake
11954         versions
11956 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
11958        * plugins/tools/execute.c:
11959        Detect variables inside a word
11961 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11963         * libanjuta/anjuta-status.[ch],
11964         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
11965         plugins/editor/anjuta-docman.c :
11966         New anjuta-status procedure.
11968 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11970         *Modified Files:
11971         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
11972         plugins/editor/Makefile.am
11973         plugins/editor/anjuta-document-manager.glade
11974         plugins/editor/plugin.c plugins/editor/plugin.h
11975         plugins/editor/text_editor.c plugins/editor/text_editor.h
11976         *Added Files:
11977         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
11978         plugins/editor/indent-util.c plugins/editor/indent-util.h
11979         plugins/editor/indent_test.c :
11980         Set and Preview indent preferences parameters.
11981         Saved indent user parameters.
11983 2005-10-27  Naba Kumar  <naba@gnome.org>
11985         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
11986         * plugins/editor/anjuta-docman.c: Restore tab color to normal
11987         theme color for saved documents.
11988         
11989 2005-10-26  Naba Kumar  <naba@gnome.org>
11991         * libanjuta/anjuta-encodings.c: Save changed supported encodings
11992         list. Fixed bug #316731.
11993         
11994 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
11996         * tagmanager/tm_symbol.c: Fixed bug #315218
11998 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12000         * plugins/build/build_file.c
12001           plugins/build-basic-autotools/build-basic-autotools.c
12002           plugins/tools/execute.c
12003           plugins/build/compile.c
12004           plugins/build/configurer.c
12005           plugins/debug-manager/plugin.c
12006           plugins/editor/plugin.c
12007           plugins/editor/print.c
12008           plugins/editor/text_editor.c
12009           plugins/file-loader/plugin.c
12010           plugins/file-manager/an_file_view.c
12011           plugins/symbol-browser/an_symbol_view.c
12012           plugins/gdb/debugger.c
12013           plugins/gdb/plugin.c
12014           plugins/glade/plugin.c
12015           plugins/macro/macro-actions.c
12016           plugins/macro/plugin.c
12017           plugins/profile-default/plugin.c
12018           plugins/project-manager/plugin.c
12019           plugins/project-manager/project_import.c
12020           plugins/symbol-browser/plugin.c
12021           plugins/tools/execute.c
12022           src/anjuta.c
12023           src/anjuta-actions.h
12024           src/shell.c:
12025           Correct spacing errors before and after "...".
12027 2005-10-20  Naba Kumar  <naba@gnome.org>
12029         * plugins/gdb/debugger.c: Fixed attach/detach process to
12030         updated UI properly.
12031         
12032 2005-10-18  Naba Kumar  <naba@gnome.org>
12034         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12035         #171314 too).
12036         
12037 2005-10-13  Naba Kumar  <naba@gnome.org>
12038         
12039         * plugins/project-mkfile-import/*: Removed separate import wizard for
12040         makefile based projects (because single widzard handles all wizards).
12042         * plugins/project-import/project-import.c: Made wizard window
12043         transient to main window.
12045         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12046         
12047         * AUTHORS: Added Eric's name in contributors list.
12048         
12049         * configure.in, plugins/Makefile.am,
12050         plugins/project-import/Makefile.am,
12051         plugins/project-import/anjuta-project-import.glade,
12052         plugins/project-import/project-import.c,
12053         plugins/project-import/project-import.h: Import wizard now detects
12054         both makefile and automake projects together instead of separate wizard.
12055         
12056         * plugins/project-wizard/templates/java/project.anjuta,
12057         plugins/project-wizard/templates/mkfile/project.anjuta,
12058         plugins/project-wizard/templates/python/project.anjuta,
12059         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12060         name to make it appropriate.
12062 2005-10-11  Naba Kumar  <naba@gnome.org>
12064         * configure.in: Fixed glade3 version requirement.
12066 2005-09-29  Alexander Shopov  <ash@contact.bg>
12068         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12070 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12072         * plugins/subversion/svn_auth.c
12073         plugins/subversion/anjuta_subversion.glade:
12074         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12076 2005-09-22  Naba Kumar  <naba@gnome.org>
12078         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12080         * configure.in,  plugins/Makefile.am
12081         plugins/project-manager/anjuta-project-manager.plugin.in,
12082         plugins/project-manager/plugin.c,
12083         (added) plugins/project-mkfile-import/.cvsignore,
12084         (added) plugins/project-mkfile-import/Makefile.am,
12085         (added) plugins/project-mkfile-import/
12086             anjuta-project-mkfile-import-plugin.png,
12087         (added) plugins/project-mkfile-import/
12088             anjuta-project-mkfile-import.glade,
12089         (added) plugins/project-mkfile-import/
12090             anjuta-project-mkfile-import.plugin.in,
12091         (added) plugins/project-mkfile-import/plugin.c,
12092         (added) plugins/project-mkfile-import/plugin.h,
12093         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12094         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12095         plugins/project-wizard/templates/Makefile.am,
12096         (added) plugins/project-wizard/templates/mkfile-logo.png,
12097         (added) plugins/project-wizard/templates/mkfile.wiz,
12098         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12099         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12100         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12101         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12102         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12103         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12104         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12105         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12106         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12107         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12108         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12109         Added makefile based project import wizard and wizard template.
12111 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12113         * libanjuta/anjuta-launcher.c: Reduced false password detections
12115 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12117         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12118         messages correctly.a
12120 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12121         
12122         * scintilla/Makefile.am: Changed scintilla library to noinst
12123         * pixmaps/Makefile.am: Install password.png
12124         * libanjuta/anjuta-launcher.c: Changed password detection
12125         to be able to access GNOME CVS with ssh.
12126         
12127 2005-08-31  Naba Kumar  <naba@gnome.org>
12129         * plugins/glade/plugin.c: Set transient window for the widget
12130         dialogs.
12131         
12132 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12134         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12136 2005-08-10  Naba Kumar  <naba@gnome.org>
12138         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12139         as shortcut key for execute.
12141         * src/about.c: Clean up.
12142         
12143         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12144         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12145         entry boxes.
12146         
12147 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12149         * plugins/editor/search-replace_backend.c :
12150         Fixed search in File Patterns.
12152 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12154         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12155         
12156 2005-08-04  Naba Kumar  <naba@gnome.org>
12158         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12159         for pango-1.8 rendering bug.
12160         
12161 2005-08-03  Naba Kumar  <naba@gnome.org>
12163         * plugins/glade/plugin.c: Proper names for plugin widgets.
12164         
12165         * plugins/subversion/anjuta-subversion.glade,
12166         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12167         string allocations. Use passed default values when available.
12168         Set proper focus and dialog default response. Destroy dialog after use.
12169         Return error when appropriate.
12171 2005-08-02  Naba Kumar  <naba@gnome.org>
12173         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12174         for pango-1.8 rendering bug.
12175         
12176 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12178         * scintilla/Makefile.am: Fixed a make -j x bug
12179         
12180 2005-08-02  Johannes Schmid <jhs@gnome.org>
12181         
12182         * plugins/subversion/svn-auth.c: Added username/password 
12183         auto function.
12185 2005-08-01  Naba Kumar  <naba@gnome.org>
12187         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12188         checks for character width calculations.
12189         
12190 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12192         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12194 2005-07-31  Naba Kumar  <naba@gnome.org>
12196         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12197         messup with pango 1.8. Fixed bug #311846.
12199 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12201         * plugins/gdb/memory.c : Fixed bug 305082.
12202         
12203         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12204         plugins/project-wizard/templates/gcj.wiz,
12205         plugins/project-wizard/templates/gnome.wiz,
12206         plugins/project-wizard/templates/gtk.wiz,
12207         plugins/project-wizard/templates/java.wiz,
12208         plugins/project-wizard/templates/python.wiz,
12209         plugins/project-wizard/templates/wxwin.wiz,
12210         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12212 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12214         * plugins/tools/execute.c:
12215         Correct a crash if editor is closed while a tool still use it.
12217 2005-07-28  Naba Kumar  <naba@gnome.org>
12219         * scintilla/*: Updated scintilla from their latest CVS.
12221 2005-07-27  Naba Kumar  <naba@gnome.org>
12223         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12224         plugins/build-basic-autotools/build-basic-autotools.c,
12225         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12226         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12227         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12228         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12229         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12230         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12231         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12232         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12233         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12234         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12235         argument to anjuta_ui_add_action_group_entries() and
12236         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12237         Fixed all plugins to pass translation domain. This fixes untranslated
12238         UI bugs. 
12240 2005-07-27  Naba Kumar  <naba@gnome.org>
12242         * plugins/class-inheritance/class-callbacks.c,
12243         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12244         proper system colors.
12246 2005-07-26  Naba Kumar  <naba@gnome.org>
12248         * ROADMAP: Updated and added more tasks.
12250 2005-07-25  Naba Kumar  <naba@gnome.org>
12252         * ROADMAP: Updated and added more tasks.
12253         
12254 2005-07-24  Naba Kumar  <naba@gnome.org>
12256         * HACKING: Fixed format.
12258 2005-07-24  Naba Kumar  <naba@gnome.org>
12260         * ROADMAP: Fixed format.
12261         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12263 2005-07-24  Naba Kumar  <naba@gnome.org>
12265         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12266         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12268 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12270         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12271         Correct wrong sensitivity setting
12272         
12273         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12274         
12275         * plugins/tools/variable.c:     Add variables for project manager
12277 2005-07-23  Naba Kumar  <naba@gnome.org>
12279         * ROADMAP: updated.
12281 2005-07-23 Naba Kumar  <naba@gnome.org>
12283         * plugins/subversion/Makefile.am,
12284         plugins/subversion/svn-auth.c,
12285         plugins/subversion/svn-auth.h: Added subversion authentication code
12286         stubs.
12287         
12288         * plugins/subversion/subversion-callbacks.c,
12289         plugins/subversion/subversion-callbacks.h,
12290         plugins/subversion/svn-backend-priv.h,
12291         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12292         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12293         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12294         Added file mode line.
12296 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12298         * configure.in: Added 'gl' to ALL_LINGUAS.
12300 2005-07-21 Naba Kumar  <naba@gnome.org>
12302         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12303         the active sources and kill the running process without emitting
12304         signals (which could be fatal because the object is being destroyed).
12305         Incidentally, fixed the crash that happens when stopping an active
12306         debugger session. Disabled debug prints and code clean up.
12307         Fixed bug #305587.
12308         
12309         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12310         message view object, because that prevents many unprocessed outputs
12311         from the cvs command from being appended in view. Does not set NULL
12312         to mesg_view private member (not required) so that any pending outputs
12313         to view is processed.Fixed bug #172666.
12315         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12316         type in supported list.
12317         
12318 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12320         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12321           grammar/spelling fixes.
12323 2005-07-17 Naba Kumar  <naba@gnome.org>
12325         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12326         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12327         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12328         plugins/project-wizard/templates/anjuta-plugin.wiz,
12329         plugins/project-wizard/templates/gcj.wiz,
12330         plugins/project-wizard/templates/gnome.wiz,
12331         plugins/project-wizard/templates/gtk.wiz,
12332         plugins/project-wizard/templates/gtkmm.wiz,
12333         plugins/project-wizard/templates/java.wiz,
12334         plugins/project-wizard/templates/python.wiz,
12335         plugins/project-wizard/templates/terminal.wiz,
12336         plugins/project-wizard/templates/terminal/Makefile.am,
12337         plugins/project-wizard/templates/terminal/po/Makefile.am,
12338         plugins/project-wizard/templates/terminal/src/Makefile.am,
12339         plugins/project-wizard/templates/wxwin.wiz,
12340         plugins/project-wizard/templates/xlib-dock.wiz,
12341         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12342         wizards and updated .wiz files to install them in newly created
12343         projects.
12345 2005-07-16 Naba Kumar  <naba@gnome.org>
12347         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12348         
12349         * plugins/file-manager/an_file_view.c,
12350         plugins/file-manager/plugin.c: Added file manager preferences to
12351         show/hide files ignored by version control (e.g. cvsignore).
12352         
12353         * plugins/editor/text_editor.c: Initialize vfs info struct.
12354         
12355         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12356         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12357         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12358         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12359         omf-install/.cvsignore, pixmaps/.cvsignore,
12360         plugins/file-manager/anjuta-file-manager-plugin.glade,
12361         scintilla/.cvsignore, scintilla/include/.cvsignore,
12362         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12363         tagmanager/python.c: Updated.
12365 2005-07-16 Naba Kumar  <naba@gnome.org>
12367         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12368         Fixed python parser to parser class methods.
12370 2005-07-15 Naba Kumar  <naba@gnome.org>
12372         * plugins/project-wizard/property.c: Used parenthesis to remove
12373         ambiguty.
12374         
12375         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12376         plugins/project-wizard/templates/gcj.wiz,
12377         plugins/project-wizard/templates/gnome.wiz,
12378         plugins/project-wizard/templates/gtk.wiz,
12379         plugins/project-wizard/templates/gtkmm.wiz,
12380         plugins/project-wizard/templates/java.wiz,
12381         plugins/project-wizard/templates/python.wiz,
12382         plugins/project-wizard/templates/terminal.wiz,
12383         plugins/project-wizard/templates/wxwin.wiz,
12384         plugins/project-wizard/templates/xlib-dock.wiz,
12385         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12386         and names.
12388 2005-07-15 Naba Kumar  <naba@gnome.org>
12390         * plugins/project-wizard/templates/java.wiz,
12391         plugins/project-wizard/templates/java/Makefile.am,
12392         plugins/project-wizard/templates/java/project.anjuta,
12393         plugins/project-wizard/templates/python.wiz,
12394         plugins/project-wizard/templates/python/Makefile.am,
12395         plugins/project-wizard/templates/python/project.anjuta: Use different
12396         project files for java and python module where debugger is not
12397         included in the list of plugins.
12399 2005-07-15 Naba Kumar  <naba@gnome.org>
12401         * configure.in, plugins/project-wizard/templates/Makefile.am,
12402         plugins/project-wizard/templates/gcj-logo.png,
12403         plugins/project-wizard/templates/gcj.wiz,
12404         plugins/project-wizard/templates/gcj/.cvsignore,
12405         plugins/project-wizard/templates/gcj/Makefile.am,
12406         plugins/project-wizard/templates/gcj/configure.in.tpl,
12407         plugins/project-wizard/templates/gcj/src/.cvsignore,
12408         plugins/project-wizard/templates/gcj/src/Makefile.am,
12409         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12410         plugins/project-wizard/templates/java-logo.png,
12411         plugins/project-wizard/templates/java.wiz,
12412         plugins/project-wizard/templates/java/configure.in.tpl,
12413         plugins/project-wizard/templates/java/po/Makefile.am,
12414         plugins/project-wizard/templates/java/po/POTFILES.in,
12415         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12416         plugins/project-wizard/templates/java/src/main.java,
12417         plugins/project-wizard/templates/python-logo.png,
12418         plugins/project-wizard/templates/python.wiz,
12419         plugins/project-wizard/templates/python/.cvsignore,
12420         plugins/project-wizard/templates/python/Makefile.am,
12421         plugins/project-wizard/templates/python/configure.in.tpl,
12422         plugins/project-wizard/templates/python/po/.cvsignore,
12423         plugins/project-wizard/templates/python/po/Makefile.am,
12424         plugins/project-wizard/templates/python/po/POTFILES.in,
12425         plugins/project-wizard/templates/python/src/.cvsignore,
12426         plugins/project-wizard/templates/python/src/Makefile.am,
12427         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12428         plugins/project-wizard/templates/python/src/main.py: Added Generic
12429         gcj and python project wizards. Fixed Generic java project to
12430         use _JAVA primary. Update gnome-build from cvs for them to work
12431         correctly.
12433 2005-07-12 Naba Kumar  <naba@gnome.org>
12435         * plugins/project-manager/plugin.c: Automatically determine
12436         project backend by probing.
12437         
12438 2005-07-04 Naba Kumar  <naba@gnome.org>
12440         * Makefile.am: Do not install old anjuta.glade file which conflicts
12441         with newer src/anjuta.glade.
12443 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12445         * plugins/an_symbol_prefs.c:
12446         Sort list of available symbol files
12448 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12450         * plugins/build-basic-autotools.c:
12451         Fixed #307810
12452         
12453         * plugins/gtodo/libgtodo.c:
12454         Possible fix for #307800
12456         * libanjuta/anjuta-encodings.c
12457         libanjuta/anjuta-launcher.c
12458         libanjuta/anjuta-preference-dialog.c
12459         libanjuta/anjuta-preferences.c
12460         libanjuta/anjuta-ui.c
12461         libanjuta/anjuta-util.c
12462         libanjuta/cell-renderer-captioned-image.c
12463         libanjuta/plugin.c:
12464         
12465         Patch from de_lupus@pandora.be (Kristof Vansant):
12466         Replaced deprecated gnome-i18n.h
12467         Closed #309153
12469 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12470         
12471         * plugins/subversion/anjuta-subversion.glade
12472         plugins/subversion/anjuta-subversion.ui
12473         plugins/subversion/plugin.c
12474         plugins/subversion/subversion-actions.c
12475         plugins/subversion/subversion-callbacks.h
12476         plugins/subversion/subversion-callbacks.c
12477         plugins/subversion/svn-backend-priv.h
12478         plugins/subversion/svn-backend.h
12479         plugins/subversion/svn-backend.c
12480         plugins/subversion/svn-thread.h
12481         plugins/subversion/svn-thread.c:
12482         
12483         Implemented Subversion diff
12484         
12485 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12486         
12487         * plugins/build-basic-autotools/build-basic-autotools.c:
12488         Fixed crash bug! Might be useful to release 2.0.2 soon
12489         because this bug will crash any build which produces errors
12490         or warnings
12492 === Anjuta 2.0.1 ===
12494 2005-06-27 Naba Kumar  <naba@gnome.org>
12496         * plugins/tools/execute.c: Formated code.
12497         
12498 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12500         * plugins/build-basic-autotools/build-basic-autotools.c:
12501         Remove two memory leaks
12502         Check command output versus untranslated strings too
12504         * plugins/tools/execute.c:
12505         Remove two memory leaks
12506         Check command output versus untranslated strings too
12507         Remove description message
12509         * plugins/tools/fileop.c:
12510         Escape tool name in xml configuration file
12512 2005-05-26 Naba Kumar  <naba@gnome.org>
12514         * configure.in: Bumped version to 2.0.1
12515         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12517         * plugins/tools/execute.c: Fixed clickable messages.
12518         * NEWS: Updated.
12520         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12521         Deactivate glade plugin when last glade project is closed. Reorder
12522         glade widgets in layout. Change glade project when user selects a
12523         new project. Removed project from the list when user closes it. Fixed
12524         glade project file loading from URI. Save and restored loaded glade
12525         projects in/from session.
12527         * plugins/class-gen/action-callbacks.c,
12528         plugins/class-gen/anjuta-class-gen-plugin.glade,
12529         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12530         plugins/file-wizard/anjuta-file-wizard.glade,
12531         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12532         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12533         "Add to project" correctly. Use the source file path returned after
12534         adding to project. Fixed memory leaks. Deactivate wizard plugins
12535         after use.
12536         
12537         * plugins/project-manager/plugin.c,
12538         plugins/project-wizard/anjuta-project-wizard.glade,
12539         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12540         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12541         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12542         project-wizard preference page to anjuta app, because they are
12543         more appropriated as general preferences. Renamed username and
12544         useremail properties keys.
12545         
12546         * po/POTFILES.in: Updated.
12548         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12549         saved at closing.
12550         
12551         * plugins/file-loader/plugin.c: Do not use static variable to store
12552         created submenu in factory. Fixed crash in anjuta exit.
12553         
12554 2005-05-24 Naba Kumar  <naba@gnome.org>
12556         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12557         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12558         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12559         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12560         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12561         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12562         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12563         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12564         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12565         
12566         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12567         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12568         plugins/build-basic-autotools/build-basic-autotools.c,
12569         plugins/build-basic-autotools/build-basic-autotools.h,
12570         plugins/build-basic-autotools/executer.c,
12571         plugins/build-basic-autotools/executer.h,
12572         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12573         plugins/tools/variable.c: Added an extra argument to
12574         anuta_util_dialog_input() to pass default value. Save/load project
12575         configure and execution parameters in/from session.
12577         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12578         symbol browser is loaded.
12579         
12580         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12581         freeze/thaw.
12583         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12584         deactivate would not start shell.
12586 2005-05-24 Naba Kumar  <naba@gnome.org>
12588         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12589         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12590         libegg/egg-submenu-action.c, libegg/test-actions.c,
12591         plugins/build-basic-autotools/build-basic-autotools.c,
12592         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12593         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12594         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12595         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12596         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12597         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12598         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12599         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12600         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12601         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12603 2005-05-24 Naba Kumar  <naba@gnome.org>
12605         * data/properties/styles.properties: Fixed defalt font.
12607         * plugins/editor/search-replace.c,
12608         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12609         project openness wihtout activating project-manager plugin (i.e.
12610         using anjuta_shell_get()).
12611         
12612         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12613         - Completed add_source(), add_group() and add_target() methods of
12614         IAnjutaProjectManager.
12615         - Change their definition to return the added element (or NULL).
12616         - Used interface API for project main menus and 'add to project'
12617         from file-manager context menu.
12618         - Select proper default target/group when prompting for adding
12619         source/target/group.
12620         - Do not expand all nodes in selection tree when default selection
12621         are given (eases navigation in big projects).
12622         - Code clean ups.
12623         - Marked strings for translation.
12625 2005-05-23 Naba Kumar  <naba@gnome.org>
12627         * src/anjuta-app.c: Save menu accelerators on change.
12628         * NEWS: Updated.
12629         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12630         save-as dialog (leading to crash later).
12632 2005-05-22 Naba Kumar  <naba@gnome.org>
12634         * NEWS: Updated.
12635         * AUTHORS: Added developers for other projects. Updated.
12636         * TODO.tasks: Updated.
12637         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12638         
12639 2005-05-22 Naba Kumar  <naba@gnome.org>
12641         * plugins/tools/execute.c: Make parsable lines distinct by adding
12642         a "Click me" description in the message. Allow tools to open arbibrary
12643         file in editory using gdb-styled annotation (The line starts with two
12644         \032 characters followed by the file:line).
12645         
12646         * plugins/tools/scripts/prepare-changelog.pl,
12647         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12648         ChangeLog file itself and open it.
12650 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12652         * plugins/tools/execute.c:
12653         Parse output in message pane
12654         Correct a crash on plugin deactivation
12656         * plugins/tools/fileop.c,
12657         plugins/tools/tool.c,
12658         plugins/tools/tool.h:
12659         Load only valid tools
12661 2005-06-21  Naba Kumar  <naba@gnome.org>
12663         * anjuta.spec.in: Fixed devel package requirement.
12665         * plugins/message-view/message-view.c: Scroll message on next/previous.
12667         * TODO.tasks: Updated.
12669         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12670         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12671         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12672         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12673         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12674         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12675         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12676         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12678         * libanjuta/anjuta-preferences.c,
12679         plugins/build-basic-autotools/build-basic-autotools.c,
12680         plugins/build-basic-autotools/executer.c,
12681         plugins/class-gen/action-callbacks.c,
12682         plugins/class-gen/action-callbacks.h,
12683         plugins/class-gen/class_gen.c,
12684         plugins/cvs-plugin/cvs-interface.c,
12685         plugins/debug-manager/attach_process.c,
12686         plugins/debug-manager/plugin.c,
12687         plugins/debug-manager/utilities.c,
12688         plugins/debug-manager/utilities.h,
12689         plugins/editor/aneditor-autocomplete.cxx,
12690         plugins/editor/aneditor.cxx,
12691         plugins/editor/search-replace.c,
12692         plugins/editor/search-replace_backend.c,
12693         plugins/gdb/breakpoints.c,
12694         plugins/gdb/registers.c,
12695         plugins/patch/plugin.c,
12696         plugins/project-wizard/druid.c,
12697         plugins/project-wizard/install.c,
12698         plugins/subversion/plugin.c,
12699         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12700         codes.
12702         * plugins/class-gen/action-callbacks.c,
12703         plugins/project-wizard/parser.c,
12704         plugins/project-wizard/property.c,
12705         plugins/project-wizard/values.c,
12706         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12708         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12709         alphabetically
12711 2005-06-20  Naba Kumar  <naba@gnome.org>
12713         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12714         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12715         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12716         
12717         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12718         exit idle function.
12719         
12720         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12721         Fixed possible memory corruption.
12723         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12724         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12725         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12726         progress bar increment and added progress status for symbol refresh
12727         and project loading.
12728         
12729         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12730         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12731         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12732         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12733         bar.
12735         * TODO.tasks: Updated.
12737 2005-06-19  Naba Kumar  <naba@gnome.org>
12739         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12740         Fixed warning.
12741         
12742         * plugins/project-import/project-import.c: Deactivate plugin when done.
12743         
12744 2005-06-18  Naba Kumar  <naba@gnome.org>
12746         * plugins/profile-default/plugin.c: Fixed error when loading another
12747         project while a project is still loaded.
12748         
12749         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12750         signal from gnome-build to popup group properties.
12751         
12752         * src/anjuta.c: Load default session by default.
12754         * po/POTFILES.in: Added missing files.
12755         
12756         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12757         activate plugin on load (activate it separately). Connect to activate
12758         and deactivate signals for housekeeping, so that if plugins are
12759         activated or deactivate externally, they are properly recorded.
12760         
12761         * plugins/profile-default/plugin.c: Save profile before a project
12762         is loaded so that it could be restored when project is closed.
12763         
12764         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12766 2005-06-17  Naba Kumar  <naba@gnome.org>
12768         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12769         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12770         for project. The plugins loaded for the project is restored when project
12771         is loaded next time.
12772         
12773         * TODO.tasks: Updated.
12774         
12775 2005-06-15  Naba Kumar  <naba@gnome.org>
12777         * plugins/tools/scripts/find-fixmes.pl,
12778         (new) plugins/tools/scripts/translation-status.pl,
12779         plugins/tools/scripts/tools-2.xml.in,
12780         plugins/tools/scripts/Makefile.am,
12781         plugins/tools/scripts/prepare-changelog.pl: Added translation
12782         status script. Completed find-fixmes.pl script. Fixed bugs.
12784         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
12785         tool path.
12787 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12789         * plugins/message-view/anjuta-message-manager-plugin.glade :
12790         renamed "messages.tag.position" to "messages.tab.position".
12791         plugins/message-view/anjuta-msgman.c : 
12792         Messages tab position prefrences.
12793         
12794 2005-06-14  Naba Kumar  <naba@gnome.org>
12796         * (new) plugins/tools/scripts/find-fixmes.pl,
12797         (new) plugins/tools/scripts/tools-2.xml.in,
12798         (new) plugins/tools/scripts/Makefile.am,
12799         (new) plugins/tools/scripts/prepare-changelog.pl,
12800         plugins/tools/plugin.h, plugins/tools/fileop.c,
12801         plugins/tools/Makefile.am, configure.in: Added system tools.
12803 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
12805         * plugins/tools/editor.c:
12806         Take care of creating .anjuta directory if missing
12808 2005-06-10  Naba Kumar  <naba@gnome.org>
12810         * configure.in: Increased gnome-build required to version 0.1.2.
12811         
12812         * plugins/project-manager/plugin.c: Fixed target/group removal.
12813         Fixed memory leaks.
12814         
12815 2005-06-10  Naba Kumar  <naba@gnome.org>
12817         * plugins/project-manager/plugin.c: Implemented target/group
12818         configuration (update gnome-build module from cvs).
12819         
12820 2005-06-07  Naba Kumar  <naba@gnome.org>
12822         Patch from: Massimo Cora'  <maxcvs@email.it>:
12823         * plugins/class-inheritance/Makefile.am,
12824         plugins/class-inheritance/class-inherit.c,
12825         plugins/class-inheritance/class-inherit.h,
12826         plugins/class-inheritance/plugin.c,
12827         plugins/class-inheritance/plugin.h,
12828         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
12829         expanded view of classes in hierarchy canvas (collapsable again).
12830         
12831 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
12833         * scintilla/patches/scintilla-64-bit.diff (added)
12834         * plugins/patch/patch-plugin.c:
12835         Conditional build for GTK 2.4 and GTK 2.6
12837 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
12839         * plugins/tools/anjuta-tools.glade,
12840         plugins/tools/editor.c,
12841         plugins/tools/plugin.h,
12842         plugins/tools/fileop.c:
12843         Add a check box to edit an user script
12844         Correct a few memory leak
12846         * plugins/tools/execute.c,
12847         plugins/tools/tool.c,
12848         plugins/tools/tool.h:
12849         Move utility remove_mnemonic function in tool.c
12850         Small fix
12852 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
12854         Patch from sbrabec@suse.cz:
12855         * configure.in
12856         scintilla/include/Scintilla.h:
12857         
12858         Fix 64-Bit warnings in gcc 4
12860 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
12861         
12862         * plugins/patch/patch_plugin.c
12863         plugins/patch/patch.h
12864         plugin/patch/patch-plugin.glade
12865         plugin/patch/Makefile.am:
12866         
12867         Changed patch plugin to use libglade and new gtk 2.6 widgets
12869 2005-05-31  Naba Kumar  <naba@gnome.org>
12871         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12872         * plugins/editor/text_editor.c: Don't show error
12873         for empty files.
12874         
12875 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
12876         
12877         * plugins/message-view/anjuta-message-manager.ui,
12878         plugins/message-view/anjuta-msgman.c,
12879         plugins/message-view/anjuta-msgman.h,
12880         plugins/message-view/message-view.c,
12881         plugins/message-view/message-view.h,
12882         plugins/message-view/plugin.c:
12883         Add a popup menu in messages panes
12884         Move save message pane option in it
12886 2005-05-28  Naba Kumar  <naba@gnome.org>
12888         * data/properties/styles.properties: Fixed default font
12889         names and sizes.
12891         * plugins/editor/style-editor.c: cleanup.
12892         
12893 2005-05-25  Naba Kumar  <naba@gnome.org>
12895         * plugin/gdb/plugin.c: Start gdb even if the program does
12896         not exists. Fixes bug #305074
12897         
12898 2005-05-24  Naba Kumar  <naba@gnome.org>
12900         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
12901         * configure.in: graphviz pkgconfig path.
12903 2005-05-24  Naba Kumar  <naba@gnome.org>
12905         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
12906         * TODO.tasks: Updated.
12907         
12908 2005-05-22  Naba Kumar  <naba@gnome.org>
12910         * anjuta.spec.in: Fixed spec file
12911         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
12913 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
12914         
12915         * TODO.tasks: Updated.
12917         * plugins/message-view/anjuta-message-manager.ui,
12918         plugins/message-view/message-view.c,
12919         plugins/message-view/message-view.h,
12920         plugins/message-view/plugin.c:
12921         Add shortcut for next and previous message
12922         Add a save message menu item
12923         Fix a bug in previous message
12925 2005-05-21  Naba Kumar  <naba@gnome.org>
12927         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
12928         doc/Makefile.am, global-tags/create_global_tags.sh,
12929         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
12930         and rpm package creation. Fixed installation paths.
12931         
12932         * plugins/editor/anjuta-document-manager.glade,
12933         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
12934         and indent options.
12935         
12936         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
12938 2005-05-21  Naba Kumar  <naba@gnome.org>
12940         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
12941         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
12942         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
12943         tagmanager/Makefile.am: Fixed paths configure variables to take
12944         automake configure variables instead of hardcoding.
12946         * global-tags/tm_global_tags.c: Formated code.
12948         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
12949         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12950         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12951         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12952         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12953         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12954         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12955         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12956         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12958 2005-05-20  Naba Kumar  <naba@gnome.org>
12960         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
12961         and fixed rpm spec file (more testing required).
12962         
12963         * data/gdb.init: Don't set gdb prompt.
12964         
12965         * mime/Makefile.am: run update-mime-data only on system-wide install.
12966         
12967         * plugins/gdb/Makefile.am: Install plugin at correct paths.
12969 2005-05-19  Naba Kumar  <naba@gnome.org>
12971         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
12972         while it's not visible.
12974         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
12975         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
12976         
12977 2005-05-19  Naba Kumar <naba@gnome.org>
12979         * configure.in: Fixed subversion checks. Added
12980         --disable-plugin-subversion and --disable-plugin-glade
12981         configure flags to manually turn off their plugin builds.
12983         * plugins/editor/plugin.c: Save and restore current editor line
12984         positions in session.
12986 2005-05-18  Naba Kumar  <naba@gnome.org>
12988         * AUTHORS: Fixed email address.
12989         
12990         * libanjuta/anjuta-utils.c,
12991         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
12992         when the projectmanager toplevel is not a window. Check for valid
12993         gtkwindow type before using the passed window as parent for anjuta
12994         dialogs.
12996 2005-05-17  Naba Kumar  <naba@gnome.org>
12998         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
12999         
13000         * plugins/cvs-plugin/Makefile.am,
13001         plugins/devhelp/plugin.c,
13002         plugins/file-loader/Makefile.am,
13003         plugins/macro/Makefile.am,
13004         plugins/message-view/Makefile.am,
13005         plugins/patch/Makefile.am,
13006         plugins/project-manager/Makefile.am,
13007         plugins/subversion/Makefile.am,
13008         plugins/symbol-browser/Makefile.am: Removed -module flags
13009         from libtool flags
13011         * MAINTAINERS: Added file so that I could recieve bugzilla
13012         reports.
13014         * plugins/glade/plugin.c: Fixed compile error.
13016 === Anjuta 2.0.0 ===
13018 2005-05-15  Naba Kumar  <naba@gnome.org>
13020         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13021         version to 2.0.0.
13023         * plugins/symbol-browser/an_symbol_view.c,
13024         plugins/symbol-browser/plugin.c,
13025         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13026         symbols have been updated. Reset file symbols when update
13027         occurs. Fixed memory leaks.
13029         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13030         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13031         
13032 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13034         * plugins/tools/anjuta-tools.glade:
13035         Remove unused parameter dialog
13037         * plugins/tools/dialog.c,
13038         plugins/tools/fileop.c,
13039         plugins/tools/fileop.h,
13040         plugins/tools/tool.c,
13041         plugins/tools/tool.h,
13042         plugins/tools/variable.c:
13043         Add a few comments and cleanups
13045         * plugins/tools/editor.c,
13046         plugins/tools/editor.h:
13047         Remove code from previous plugin and add comments
13048         Use main window as parent (instead of tool list)
13050         * plugins/tools/execute.c,
13051         plugins/tools/execute.h:
13052         Remove code from previous plugin and add comments
13053         Fix warnings
13055 2005-05-14  Naba Kumar  <naba@gnome.org>
13057         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13058         release.
13059         
13060         * configure.in: Fixed
13061         
13062         * plugins/class-inheritance/class-inheritance.png: New icon.
13063         
13064         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13065         screws up when reparented.
13067 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13069         * plugins/editor/search-replace.c,
13070         plugins/editor/search-replace_backend.c
13071         plugins/project-manager/plugin.c : Clear find pane if searching same 
13072         expression. Clean code.
13074 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13076         * configure.in: Added ne in ALL_LINGUAS
13077         
13078 2005-05-13  Naba Kumar  <naba@gnome.org>
13080         * configure.in: Fixed glade-3 version.
13081         
13082         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13083         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13084         plugins/gdb/watch.c: Update locals, watch and frame document on
13085         frame change.
13087 2005-05-12  Naba Kumar  <naba@gnome.org>
13089         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13090         scope autocompletion when the function definition is incomplete.
13091         
13092         * plugins/class-gen/anjuta-class-gen.plugin.in,
13093         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13094         plugins/gdb/plugin.c,
13095         plugins/glade/anjuta-glade.plugin.in,
13096         plugins/project-import/anjuta-project-import.plugin.in,
13097         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13098         titles for the wizards.
13100 2005-05-11  Naba Kumar  <naba@gnome.org>
13102         * configure.in, plugins/debug-manager/Makefile.am,
13103         plugins/debug-manager/plugin.c,
13104         (added) plugins/debug-manager/images/.cvsignore,
13105         (added) plugins/debug-manager/images/Makefile.am,
13106         (added) plugins/debug-manager/images/detach-16.png,
13107         (added) plugins/debug-manager/images/detach.png,
13108         (added) plugins/debug-manager/images/step-into-16.png,
13109         (added) plugins/debug-manager/images/step-into.png,
13110         (added) plugins/debug-manager/images/step-out-16.png,
13111         (added) plugins/debug-manager/images/step-out.png,
13112         (added) plugins/debug-manager/images/step-over-16.png,
13113         (added) plugins/debug-manager/images/step-over.png,
13114         plugins/gdb/Makefile.am,
13115         plugins/gdb/breakpoints.c,
13116         plugins/gdb/plugin.c,
13117         (added) plugins/gdb/images/.cvsignore,
13118         (added) plugins/gdb/images/Makefile.am,
13119         (added) plugins/gdb/images/breakpoint.png,
13120         (added) plugins/gdb/images/locals.png,
13121         (added) plugins/gdb/images/stack.png,
13122         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13123         'remove all'. Added debugger icons.
13125         * plugins/editor/text_editor.c: Fixed file monitor.
13127         Patch from: Massimo Cora'  <maxcvs@email.it>
13128         * plugins/patch/anjuta-patch-plugin.png,
13129         plugins/class-gen/Makefile.am,
13130         plugins/class-gen/action-callbacks.c,
13131         plugins/class-gen/class_gen.c,
13132         plugins/class-gen/class_logo.xpm: Implemented vcs
13133         file addions. New icons by Fabio Zecchini
13135 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13137         * libanjuta/interfaces/libanjuta.idl
13138         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13139         plugins/editor/search-replace_backend.c
13140         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13142 2005-05-11  Naba Kumar  <naba@gnome.org>
13143         
13144         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13145         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13146         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13147         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13148         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13149         memory leaks.
13150         
13151         * plugins/symbol-browser/an_symbol_prefs.c,
13152         plugins/symbol-browser/an_symbol_search.c,
13153         plugins/symbol-browser/an_symbol_view.c,
13154         plugins/symbol-browser/an_symbol_view.h,
13155         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13157 2005-05-11  Naba Kumar  <naba@gnome.org>
13159         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13160         
13161         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13162         progress bar location at create time, instead of hardcoding.
13163         
13164         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13165         Added mini splash screen.
13166         
13167         * plugins/editor/text_editor.c: Do not produce warning when file
13168         monitor could not be created.
13169         
13170         * plugins/profile-default/plugin.c: Save project session on exit.
13171         Show mini splash with progress bar at profile load.
13173 2005-05-10  Naba Kumar  <naba@gnome.org>
13175         * configure.in, manuals/Makefile.am: Fixed compile flags.
13176         Disable outdated manuals builds.
13177         
13178         * global-tags/Makefile.am: Uninstall tags files on
13179         'make uninstall'
13180         
13181         * libegg/Makefile.am: Use configured deprecated flags.
13182         
13183         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13184         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13185         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13186         Updated.
13187         
13188         * mime/Makefile.am: Take DESTDIR into account.
13189         
13190         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13191         
13192         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13193         on scope autocompletion.
13194         
13195         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13196         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13197         shared libs and static libs paths for debugging. Order them
13198         correctly.
13199         
13200         * po/POTFILES.in: Updated.
13202 2005-05-09  Naba Kumar  <naba@gnome.org>
13204         * libanjuta/interfaces/libanjuta.idl,
13205         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13206         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13207         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13208         Implemented debugger source directory search and emits location changed
13209         signal with absolute path of the file.
13211         * plugins/tools/tool.c: Fixed compile errors.
13212         
13213 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13215         * plugins/tools/anjuta-tools.glade,
13216         plugins/tools/dialog.h,
13217         plugins/tools/dialog.c,
13218         plugins/tools/plugin.c,
13219         plugins/tools/editor.c:
13220         Improve graphical user interface
13221         Remove old code
13222         Correct an error on close
13223         Some cleanups
13225         * plugins/tools/fileop.c,
13226         plugins/tools/tool.h,
13227         plugins/tools/tool.c:
13228         Change the tool internal structure
13229         Support having tools configuration in several places
13231 2005-05-08  Naba Kumar  <naba@gnome.org>
13233         * plugins/gdb/actions.c,
13234         (removed) plugins/gdb/registers_cbs.c,
13235         (removed) plugins/gdb/registers_cbs.h,
13236         (removed) plugins/gdb/registers_gui.c,
13237         (removed) plugins/gdb/sharedlib_cbs.c,
13238         (removed) plugins/gdb/sharedlib_cbs.h,
13239         (removed) plugins/gdb/sharedlib_gui.c,
13240         (removed) plugins/gdb/signals_cbs.c,
13241         (removed) plugins/gdb/signals_cbs.h,
13242         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13244 2005-05-08  Naba Kumar  <naba@gnome.org>
13246         * plugins/build-basic-autotools/executer.c: Fixed programs
13247         listing dialog.
13248         
13249         * plugins/debug-manager/Makefile.am,
13250         plugins/debug-manager/anjuta-debug-manager.glade,
13251         plugins/debug-manager/plugin.c,
13252         plugins/gdb/Makefile.am: Used libglade for programs listing
13253         dialog.
13254         
13255         * (added) plugins/gdb/pointer.png: Stack pointer image.
13256         
13257         * libanjuta/anjuta-marshal.list,
13258         pixmaps/Makefile.am,
13259         plugins/gdb/actions.c,
13260         plugins/gdb/actions.h,
13261         plugins/gdb/anjuta-gdb-plugin.ui,
13262         plugins/gdb/anjuta-gdb.glade,
13263         plugins/gdb/breakpoints.c,
13264         plugins/gdb/breakpoints.h,
13265         plugins/gdb/debug_tree.c,
13266         plugins/gdb/debug_tree.h,
13267         plugins/gdb/debugger.c,
13268         plugins/gdb/debugger.h,
13269         plugins/gdb/gdbmi-test.c,
13270         plugins/gdb/gdbmi.c,
13271         plugins/gdb/gdbmi.h,
13272         plugins/gdb/info.c,
13273         plugins/gdb/info.h,
13274         plugins/gdb/locals.c,
13275         plugins/gdb/locals.h,
13276         plugins/gdb/memory.c,
13277         plugins/gdb/memory.h,
13278         plugins/gdb/plugin.c,
13279         plugins/gdb/plugin.h,
13280         plugins/gdb/registers.c,
13281         plugins/gdb/registers.h,
13282         plugins/gdb/registers_cbs.c,
13283         plugins/gdb/registers_cbs.h,
13284         plugins/gdb/registers_gui.c,
13285         plugins/gdb/sharedlib.c,
13286         plugins/gdb/sharedlib.h,
13287         plugins/gdb/sharedlib_cbs.c,
13288         plugins/gdb/sharedlib_cbs.h,
13289         plugins/gdb/sharedlib_gui.c,
13290         plugins/gdb/signals.c,
13291         plugins/gdb/signals.h,
13292         plugins/gdb/signals_cbs.c,
13293         plugins/gdb/signals_cbs.h,
13294         plugins/gdb/signals_gui.c,
13295         plugins/gdb/stack_trace.c,
13296         plugins/gdb/stack_trace.h,
13297         plugins/gdb/utilities.c,
13298         plugins/gdb/utilities.h,
13299         plugins/gdb/watch.c,
13300         plugins/gdb/watch.h,
13301         plugins/gdb/watch_cbs.c,
13302         plugins/gdb/watch_cbs.h,
13303         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13304         it for all debugger component updates and listing. Implemented
13305         user custom debugger command window. Fixed all debugger components
13306         to work correctly. Implemented debugger as GObject. Removed
13307         deprecated codes.
13308         
13309 2005-05-06  Naba Kumar  <naba@gnome.org>
13310         
13311         * TODO.tasks: Updated.
13312         
13313         * plugins/build-basic-autotools/Makefile.am,
13314         plugins/file-loader/Makefile.am,
13315         plugins/profile-default/Makefile.am,
13316         plugins/sample1/Makefile.am,
13317         plugins/symbol-browser/images/Makefile.am,
13318         src/Makefile.am: Fixed 'make distcheck' errors.
13320         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13321         updates.
13323         * tagmanager/tm_workspace.c: Include prototypes in getting
13324         scope members.
13326 2005-05-06  Naba Kumar  <naba@gnome.org>
13328         * TODO.tasks: Updated.
13329         
13330         * configure.in, plugins/cvs-plugin/Makefile.am,
13331         plugins/debug-manager/Makefile.am,
13332         plugins/devhelp/Makefile.am,
13333         plugins/editor/Makefile.am,
13334         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13335         
13336         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13337         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13338         interfaces.
13339         
13340         * tagmanager/tm_workspace.c,
13341         tagmanager/include/tm_workspace.h,
13342         plugins/editor/aneditor-autocomplete.cxx,
13343         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13344         to return all matching tag types when no name is given instead of
13345         returning empty array.
13346         
13347         * plugins/symbol-browser/Makefile.am,
13348         (added) plugins/symbol-browser/an_symbol.c,
13349         (added) plugins/symbol-browser/an_symbol.h,
13350         plugins/symbol-browser/an_symbol_info.c,
13351         plugins/symbol-browser/an_symbol_info.h,
13352         (added) plugins/symbol-browser/an_symbol_iter.c,
13353         (added) plugins/symbol-browser/an_symbol_iter.h,
13354         plugins/symbol-browser/an_symbol_search.c,
13355         plugins/symbol-browser/an_symbol_view.c,
13356         plugins/symbol-browser/an_symbol_view.h,
13357         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13358         plugins/symbol-browser/plugin.c,
13359         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13360         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13361         plugin and implemented IAnjutaIterable interface for symbol search
13362         and iteration.
13364         * plugins/class-inheritance/Makefile.am,
13365         plugins/class-inheritance/class-inherit.c,
13366         plugins/class-inheritance/class-inherit.h,
13367         plugins/class-inheritance/plugin.h: Use the newly added
13368         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13369         get rid of libanjuta-ctags.la dependencies.
13371 2005-05-02  Naba Kumar  <naba@gnome.org>
13373         * plugins/class-inheritance/class-inherit.c,
13374         plugins/class-inheritance/plugin.c,
13375         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13376         be found for a class. Formated code.
13378         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13379         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13380         of editor tabs.
13381         
13382 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13384         * libanjuta/anjuta-launcher.c:
13385         Keep trying sending data until all bytes have been written
13387         * plugins/tools/anjuta-tools.glade,
13388         plugins/tools/editor.c:
13389         Add a combo box to defined data from stdin
13391         * plugins/tools/execute.c:
13392         Send data in stdin if needed
13393         Code cleanups
13395         * plugins/tools/fileop.c,
13396         plugins/tools/tool.h,
13397         plugins/tools/tool.c:
13398         Store, load and save stdin data
13399         Use tools-2.xml instead of tools.xml
13401         * plugins/tools/plugin.c,
13402         plugins/tools/plugin.h:
13403         Code cleanups
13405         * plugins/tools/dialog.c,
13406         plugins/tools/dialog.h:
13407         Few code cleanups
13409         * plugins/tools/variable.c,
13410         plugins/tools/variable.h:
13411         Add editor related variables
13412         Code cleanups
13414 2005-04-29  Naba Kumar  <naba@gnome.org>
13416         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13418         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13419         
13420         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13421         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13422         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13423         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13424         working on gdb MI interface. Completed MI parser interface.
13426         Patch from  Massimo Cora <maxcvs@email.it>:
13427         * plugins/class-inheritance/Makefile.am,
13428         plugins/class-inheritance/class-inherit.c,
13429         plugins/class-inheritance/class-inherit.h,
13430         plugins/class-inheritance/plugin.c,
13431         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13432         Used system theme for colors. Display class members on mouse click.
13433         
13434 2005-04-28  Naba Kumar  <naba@gnome.org>
13436         * plugins/symbol-browser/an_symbol_prefs.c
13437         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13438         implementation to create/add/remove custom tags files in symbol
13439         brower preferences.
13441         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13442         EXTRA_DIST.
13444         * plugins/project-import/project-import.c: Fixed memory leaks and
13445         use correct debug prints.
13446         
13447         * TODO.tasks: Updated.
13448         
13449 2005-04-27  Naba Kumar  <naba@gnome.org>
13451         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13452         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13453         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13455         * plugins/editor/anjuta-docman.c,
13456         plugins/editor/anjuta-docman.h,
13457         plugins/editor/plugin.c: Emit editor-added signal from docman
13458         and connect signals to new editor correctly.
13460         * plugins/class-inheritance/plugin.c,
13461         plugins/symbol-browser/plugin.c: Added stock icons.
13462         
13463         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13464         plugins/build-basic-autotools/executer.c,
13465         plugins/build-basic-autotools/executer.h: Added missing files
13466         for the execute programs implementation.
13468 2005-04-26  Naba Kumar  <naba@gnome.org>
13469         
13470         * TODO.tasks: Updated.
13472         * plugins/file-loader/plugin.c,
13473         plugins/project-import/anjuta-project-import.plugin.in,
13474         plugins/project-import/plugin.c,
13475         plugins/project-import/project-import.c,
13476         plugins/project-import/project-import.h: Be able to import older
13477         anjuta projects.
13479 2005-04-26  Naba Kumar  <naba@gnome.org>
13481         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13482         removing it from the shell.
13484         * libanjuta/anjuta-shell.c,
13485         libanjuta/anjuta-shell.h,
13486         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13487         so that widget additions are freezed or thaw using a pending queue.
13488         Fixded UI flicker while loading projects.
13490 2005-04-26  Naba Kumar  <naba@gnome.org>
13492         * TODO.tasks: Updated.
13493         
13494         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13495         IAnjutaBuildable interface.
13496         
13497         * plugins/build-basic-autotools/Makefile.am,
13498         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13499         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13500         plugins/build-basic-autotools/build-basic-autotools.c,
13501         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13502         interface and UI for executing project/file programs. Implemented
13503         IAnjutaFile interface so that executables could be opened directly.
13504         
13505         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13506         Authors line (Reserved for external plugins, which do not have a way to
13507         show their credits).
13508         
13509         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13510         [File Loader] group for menu labels (default to "Name" if it is not
13511         defined.
13512         
13513         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13514         for executing external commands.
13516 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13518         * plugins/project-wizard/property.c:
13519         Correct a memory leak
13521         * libanjuta/interfaces/libanjuta.idl,
13522         plugins/editor/text_editor.c:
13523         Add erase_all and replace_selection function to IAnjutaEditor
13525         * plugins/tools/anjuta-tools.glade,
13526         plugins/tools/fileop.c,
13527         plugins/tools/editor.c,
13528         plugins/tools/tool.c
13529         plugins/tools/tool.h:
13530         Add shortcut and icon 
13532         * plugins/tools/variable.c,
13533         plugins/tools/variable.h:
13534         Add a variable asking parameters at run time
13536         * plugins/tools/execute.c:
13537         Add a warning message for missing document manager
13538         Add replace buffer and replace selection output
13539         Correct an error in popup output
13541         * plugins/tools/plugin.c,
13542         plugins/tools/plugin.h,
13543         plugins/tools/anjuta-tools.ui,
13544         src/anjuta.ui:
13545         Few clean up
13546         Attach tools menu to a new place
13548 2005-04-25  Naba Kumar  <naba@gnome.org>
13550         * libanjuta/plugins.c, src/about.c, src/about.h,
13551         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13552         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13553         plugins (about box for plugins) menu.
13555 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13557         *  plugins/editor/search-replace.c :
13558         Displayed full path in Search pane window. 
13559         Bug 300231 : Selected line in Search pane window .
13560                 
13561 2005-04-23  Naba Kumar  <naba@gnome.org>
13563         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13565 2005-04-22  Naba Kumar  <naba@gnome.org>
13567         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13568         
13569         * plugins/project-wizard/templates/java.wiz,
13570         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13571         to create bytecodes (.class) files.
13572         
13573         * plugins/symbol-browser/an_symbol_info.c,
13574         plugins/symbol-browser/an_symbol_info.h,
13575         plugins/symbol-browser/an_symbol_search.c,
13576         plugins/symbol-browser/an_symbol_view.c,
13577         plugins/symbol-browser/plugin.c,
13578         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13579         in file symbol list.
13581 2005-04-22  Naba Kumar  <naba@gnome.org>
13583         * TODO.tasks: Updated.
13584         
13585         * plugins/class-inheritance/Makefile.am,
13586         plugins/subversion/Makefile.am: Do not install plugin files when
13587         plugin build condition is false.
13588         
13589         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13590         plugins/build-basic-autotools/build-basic-autotools.c,
13591         plugins/build-basic-autotools/build-basic-autotools.h,
13592         plugins/file-loader/anjuta-loader-plugin.ui,
13593         plugins/file-loader/dnd.c,
13594         plugins/file-loader/plugin.c,
13595         plugins/file-loader/plugin.h,
13596         plugins/project-manager/anjuta-project-manager.ui,
13597         plugins/project-manager/plugin.c: Added open file and build context
13598         menu in project manager context menu.
13600 2005-04-22  Naba Kumar  <naba@gnome.org>
13602         * configure.in: Added message output showing conditional plugins to
13603         build or not.
13604         
13605         * src/layout.xml: Added layout for class-inheritance plugin widget.
13606         
13607         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13608         plugin name to remove redundant terms.
13609         
13610         * TODO.tasks: Updated.
13611         
13612         * configure.in,
13613         plugins/symbol-browser/Makefile.am,
13614         plugins/symbol-browser/an_symbol_view.c,
13615         (removed) plugins/symbol-browser/sv_class.xpm,
13616         (removed) plugins/symbol-browser/sv_function.xpm,
13617         (removed) plugins/symbol-browser/sv_macro.xpm,
13618         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13619         (removed) plugins/symbol-browser/sv_private_var.xpm,
13620         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13621         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13622         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13623         (removed) plugins/symbol-browser/sv_public_var.xpm,
13624         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13625         (removed) plugins/symbol-browser/sv_static_var.xpm,
13626         (removed) plugins/symbol-browser/sv_struct.xpm,
13627         (removed) plugins/symbol-browser/sv_unknown.xpm,
13628         (removed) plugins/symbol-browser/sv_variable.xpm,
13629         (added) plugins/symbol-browser/images/.cvsignore,
13630         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13631         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13632         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13633         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13634         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13635         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13636         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13637         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13638         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13639         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13640         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13641         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13642         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13643         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13644         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13645         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13646         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13647         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13648         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13649         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13650         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13651         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13652         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13653         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13654         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13655         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13656         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13657         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13658         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13659         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13660         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13661         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13662         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13663         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13664         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13665         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13666         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13667         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13668         pixmaps and added new icons (taken from monodevelop).
13670 2005-04-21  Naba Kumar  <naba@gnome.org>
13672         Patch from  Massimo Cora <maxcvs@email.it>:
13674         * configure.in, plugins/Makefile.am
13675         (new) plugins/class-inheritance/.cvsignore,
13676         (new) plugins/class-inheritance/Makefile.am,
13677         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13678         (new) plugins/class-inheritance/class-inherit.c,
13679         (new) plugins/class-inheritance/class-inherit.h,
13680         (new) plugins/class-inheritance/plugin.c,
13681         (new) plugins/class-inheritance/plugin.h,
13682         (new) plugins/class-inheritance/class-inheritance.png: Added class
13683         inheritance plugin.
13684         
13685         Changes by naba: Added pkgconfig check for graphviz and conditionally
13686         build graphviz.
13687         
13688         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13690 2005-04-20  Naba Kumar  <naba@gnome.org>
13692         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13693         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13694         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13695         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13696         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13697         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13698         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13699         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13700         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13701         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13702         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13703         
13704         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13705         message view management.
13707         * libanjuta/anjuta-children.[ch],
13708         plugins/build-basic-autotools/build-basic-autotools.c,
13709         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13710         Removed anjuta_children_init() function,
13711         because it is done automatically when first invoked. Introduced
13712         anjuta_children_recover() to recover the child signalling. Fixed
13713         child exit management to correctly recover the exit status.
13714         
13715         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13716         to properly shutdown the launcher and to kill the running process
13717         (without emitting any signal).
13718         
13719         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13720         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13721         gdb and program instance.
13723 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13725         * plugins/editor/search-replace.c :
13726         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13728 2005-04-18  Naba Kumar  <naba@gnome.org>
13730         * TODO.tasks: Marked completed items.
13731         
13732         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13733         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13734         plugins/project-manager/plugin.c: Prompt user for the debugging
13735         target (select from a list of project's executable targets) and
13736         correctly start debugger. Take care of libtool wrapping when the
13737         target selected is libtool target. Fixed debugger menu items
13738         sensitivity.
13740 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13742         * plugins/tools/execute.c,
13743         plugins/tools/execute.h:
13744         Implement save all files before running a command
13745         Implement all options for stdout and stderr except replace buffer
13746         Allow running several tools
13748         * plugins/tools/plugin.c:
13749         Move anjuta launcher in execute.c
13751         * plugins/tools/tools.h,
13752         plugins/tools/variable.c:
13753         Small changes
13755 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13757         * plugins/tools/anjuta-tools.glade:
13758         Add new properties in tool editor dialog
13759         Cosmetic improvements
13760         
13761         * plugins/tools/anjuta-tools.ui:
13762         Attach tool menu as a build menu
13764         * plugins/tools/dialog.c:
13765         Set tool menu item sensitivity in tool list
13766         Fix bugs
13768         * plugins/tools/editor.c,
13769         plugins/tools/editor.h,
13770         plugins/tools/fileop.c,
13771         plugins/tools/tool.c,
13772         plugins/tools/tool.h:
13773         Add new properties (active, save file...)
13774         Most of them are still not implemented
13776         * plugins/tools/execute.c,
13777         plugins/tools/execute.h:
13778         Reorganize code to support multiple run
13779         Support run in terminal
13780         
13781         * plugins/tools/plugin.c
13782         plugins/tools/plugin.h:
13783         Move message handling in execute.c
13785         * plugins/tools/variable.h,
13786         plugins/tools/variable.c:
13787         Add useful variables
13788         
13789 2005-04-13  Naba Kumar  <naba@gnome.org>
13791         * plugins/editor/text_editor.c: Fixed file monitoring condition.
13792         * plugins/editor/Makefile.am: Added gnome-vfs flags.
13793         
13794 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13796         * plugins/tools/dialog.c plugins/tools/tool.c :
13797         Fixed bugs.
13799 2005-04-06  Naba Kumar  <naba@gnome.org>
13801         * src/anjuta.c: Load default session only when
13802         "anjuta.session.load.last" preference is enabled.
13803         
13804 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
13806         * plugins/tools/Makefile.am,
13807         plugins/tools/variable.c,
13808         plugins/tools/variable.h:
13809         Add new code for handling variables
13811         * plugins/tools/anjuta-tools.glade:
13812         Improve tool editor dialog
13813         Add variable selection dialog
13815         * plugins/tools/dialog.c,
13816         plugins/tools/dialog.h,
13817         plugins/tools/plugin.c,
13818         plugins/tools/plugin.h:
13819         Add variable object
13820         Add a function to get it
13822         * plugins/tools/editor.c:
13823         Add gui code for variable selection dialog
13825         * plugins/tools/execute.c:
13826         Use variables for executing command
13827         
13828         * Naba: Compile warning fixes.
13830 2005-04-06  Naba Kumar  <naba@gnome.org>
13832         * TODO.tasks: Marked completed items.
13833         
13834 2005-04-06  Naba Kumar  <naba@gnome.org>
13836         * plugins/subversion/svn-backend.c: Fixed subversion plugin
13837         compile error.
13838         
13839         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
13841 2005-04-04  Naba Kumar  <naba@gnome.org>
13843         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
13844         inside Main window.
13845         
13846 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
13848         * plugins/tools/Makefile.am,
13849         plugins/tools/anjuta-tools.plugin.in,
13850         plugins/tools/anjuta-tools.ui,
13851         plugins/tools/anjuta-tools.gladei,
13852         plugins/tools/anjuta-tools-plugin.png,
13853         plugins/tools/plugin.c,
13854         plugins/tools/plugin.h,
13855         plugins/tools/dialog.c,
13856         plugins/tools/dialog.h,
13857         plugins/tools/fileop.c,
13858         plugins/tools/fileop.h,
13859         plugins/tools/tool.c,
13860         plugins/tools/tool.h,
13861         plugins/tools/editor.c,
13862         plugins/tools/editor.h,
13863         plugins/tools/execute.c,
13864         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
13865         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
13866         Not fully working
13868         * anjuta-tools.[ch]: Removed old tools code.
13869         
13870 2005-04-01  Steve Murphy  <murf@e-tools.com>
13872         * configure.in: Added "rw" to ALL_LINGUAS.
13874 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13876         * Modified Files:
13877         manuals/C/anjuta-manual/fileoperations.xml
13878         Added Files:
13879         manuals/C/anjuta-manual/figures/search_expr.png
13880         manuals/C/anjuta-manual/figures/search_expr_basic.png
13881         manuals/C/anjuta-manual/figures/search_file_list.png
13882         manuals/C/anjuta-manual/figures/search_file_pattern.png
13883         manuals/C/anjuta-manual/figures/search_replace.png
13884         manuals/C/anjuta-manual/figures/search_setting.png
13885         manuals/C/anjuta-manual/figures/search_target.png
13886         manuals/C/anjuta-manual/figures/search_target_action.png
13887         manuals/C/anjuta-manual/figures/search_target_in.png
13888         Removed Files:
13889         manuals/C/anjuta-manual/figures/find_files.png
13890         manuals/C/anjuta-manual/figures/find_replace.png
13891         manuals/C/anjuta-manual/figures/find_text.png :
13892         Updated Anjuta manual (File Operations)
13894 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13896         * manuals/C/anjuta-manual/fileoperations.xml,
13897         manuals/C/anjuta-manual/figures/open_file.png,
13898         manuals/C/anjuta-manual/figures/open_file_multiple.png,
13899         manuals/C/anjuta-manual/figures/prefs_print.png,
13900         manuals/C/anjuta-manual/figures/print_dlg.png,
13901         manuals/C/anjuta-manual/figures/print_preview.png.
13902         * Added Files:
13903         manuals/C/anjuta-manual/figures/add_edit_macro.png,
13904         manuals/C/anjuta-manual/figures/display_macro.png,
13905         manuals/C/anjuta-manual/figures/insert_text.png,
13906         manuals/C/anjuta-manual/figures/keyword_macro.png,
13907         manuals/C/anjuta-manual/figures/new_file_wizard.png,
13908         manuals/C/anjuta-manual/figures/save_as_file.png :
13909         Updated Anjuta Manual (File Operations)
13911 2005-03-23  Adam Weinberger  <adamw@gnome.org>
13913         * plugins/editor/action-callbacks.c,
13914           plugins/file-loader/plugin.c,
13915           plugins/gtodo/main.c,
13916           plugins/project-wizard/druid.c:
13917           Fix spelling/grammar errors. Fixes bugs
13918           169068, 169137, 169138, and 169139.
13920 2005-03-21  Naba Kumar  <naba@gnome.org>
13922         Patch from: Massimo Cora' <maxcvs@email.it>:
13923         
13924         * plugins/editor/Makefile.am
13925         plugins/editor/anjuta-docman.c,
13926         (added) plugins/editor/editor-tooltips.c,
13927         (added) plugins/editor/editor-tooltips.h: Added tooltips to
13928         editor tabs to show full path.
13930 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
13931         
13932         * plugins/subversion/svn-backend.c:
13933         Removed "apr-0/" from include because this is 
13934         already included in SVN_INCLUDE and broke building if
13935         apr >= 1.0 was installed.
13937 2005-03-18  Naba Kumar  <naba@gnome.org>
13939         Patch from: Massimo Cora' <maxcvs@email.it>:
13941         * plugins/editor/action-callbacks.c,
13942         plugins/editor/aneditor-calltip.cxx,
13943         plugins/editor/aneditor-priv.h,
13944         plugins/editor/aneditor.cxx,
13945         plugins/editor/aneditor.h,
13946         plugins/editor/anjuta-document-manager.ui: Added calltip
13947         activation from menu.
13949 2005-03-16  Naba Kumar  <naba@gnome.org>
13951         Patch from: Massimo Cora' <maxcvs@email.it>:
13952         
13953         * plugins/class-gen/action-callbacks.c,
13954         plugins/class-gen/anjuta-class-gen-plugin.glade,
13955         plugins/class-gen/class_gen.c,
13956         plugins/class-gen/class_gen.h,
13957         plugins/class-gen/class_logo.xpm,
13958         plugins/class-gen/plugin.c: Create files without project
13959         being open. Add to project support. And other enhancements.
13961 2005-03-15  Adam Weinberger  <adamw@gnome.org>
13963         * anjuta.glade,
13964           plugins/debug-manager/utilities.c,
13965           plugins/file-loader/plugin.c,
13966           plugins/gdb/utilities.c,
13967           plugins/profile-default/plugin.c,
13968           plugins/project-import/project-import.c,
13969           src/anjuta-actions.h:
13970           Spelling/grammar fixes.
13972 2005-03-13  Naba Kumar  <naba@gnome.org>
13973         
13974         * plugins/editor/action-callbacks.c,
13975         plugins/editor/action-callbacks.h,
13976         plugins/editor/anjuta-document-manager.ui,
13977         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
13978         submenu. Moved menuitems from Format to View->Editor.
13979         
13980         * src/action-callbacks.c, src/action-callbacks.h,
13981         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
13982         layout and lock layout menus in View submenu. Get rid of
13983         Settings->Layout Manager menu.
13984         
13985         * plugins/project-import/anjuta-project-import.plugin.in:
13986         Fixed icon name
13988         * global-tags/Makefile.am,
13989         global-tags/create_global_tags.sh,
13990         plugins/editor/aneditor-autocomplete.cxx,
13991         plugins/editor/aneditor-priv.h,
13992         plugins/editor/aneditor.cxx,
13993         tagmanager/tm_workspace.c: Fixed scope members autocompletion
13994         in editor and made it work in global symbols also.
13995         
13996         * src/anjuta-app.c: Always use priority texts besides icons style
13997         for toolbars, because other styles look horible for Anjuta (fixme).
13999 2005-03-11  Naba Kumar  <naba@gnome.org>
14001         * configure.in: Removed test for iconv.
14003         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14004         before scintilla widget is realized.
14005         
14006         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14007         for Update menuitem.
14008         
14009         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14010         already applied in scintilla main stream.
14011         
14012         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14013         and notified scintilla developer.
14014         
14015 2005-03-10  Naba Kumar  <naba@gnome.org>
14017         * src/action-callbacks.c: Removed reference to src/help.h (dead
14018         file).
14020         * plugins/editor/text_editor.c: Removed reference to
14021         src/launcher.h (a dead file).
14023         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14024         src/controls.c, src/controls.h, src/fileselection.c,
14025         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14026         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14027         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14028         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14029         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14030         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14031         Removed these dead files from CVS.
14034 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14036         * plugins/file-wizard/action-callbacks.c : Added error message.
14037         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14040 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14041         
14042         * plugins/cvs-plugin/cvs-callbacks.c
14043         plugins/cvs-plugin/plugin.c:
14044         Fixed preferences page init and busy handling
14045         
14046         * plugins/subversion/plugin.c:
14047         Fixed preferences page init
14049 2005-03-09  Naba Kumar  <naba@gnome.org>
14051         * plugins/Makefile.am, plugins/glade/Makefile.am,
14052         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14053         enabled glade plugin in Anjuta. The plugin is built only when
14054         glade3 is installed.
14055         
14056 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14058         * plugins/project-wizard/templates/java.wiz
14059         plugins/project-wizard/templates/java-logo.png (*)
14060         plugins/project-wizard/templates/java/*
14061         plugins/project-wizard/templates/Makefile.am
14062         configure.in:
14063         
14064         Add Java project type. It generates a autoconf/automake
14065         project which is compiled using gcj. It requires automake 
14066         > 1.4 (1.9 is known to work) to work!
14067         
14068         (*) still awaiting response from the gcj team if we
14069         may use their logo.
14070         
14071 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14072         
14073         * plugins/project-import/*
14074         plugins/Makefile.am
14075         configure.in:
14076         Added project import plugin. Might be a bit buggy and limited
14077         but works for now.
14078         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14079         Icon from old pixmaps dir
14081 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14083         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14084         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14085         Added C Custom_Indent line macro.
14086         Cleaned macros.xml
14088 2005-03-09  Naba Kumar  <naba@gnome.org>
14090         * TODO.tasks: Added new message-manager tasks.
14091         
14092         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14093         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14094         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14095         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14096         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14097         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14098         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14099         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14100         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14101         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14102         
14103         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14104         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14105         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14106         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14107         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14108         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14109         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14110         Removed debugger widgets from shell on debugger shutdown. Added
14111         scrolled windows for docked widgets. Removed unnecessary widget refs
14112         and unrefs. Destroy widgets correctly on debugger shutdown.
14113         
14114         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14115         with project description title. Removed frame shadow.
14116         
14117         * plugins/project-wizard/druid.c: Initializes tooltips.
14118         
14119         * scintilla/Makefile.am: Fixed comiple error.
14121 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14123         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14124           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14126 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14128         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14129         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14130         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14131         plugins/macro/macros.xml, plugins/macro/plugin.c :
14132         Moved cursor at the '|' position defined in macros.
14134 2005-03-07  Naba Kumar  <naba@gnome.org>
14136         * plugins/subversion/Makefile.am: Fixed build error.
14138         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14139         types (perl, python, shellscript).
14140         
14141         * plugins/editor/plugin.c: Fixed to show all highlight options.
14142         
14143 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14145         * TODO.tasks : updated tasks.
14146         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14148 2005-03-07  Naba Kumar  <naba@gnome.org>
14150         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14151         or disable subversion file-manager submenu. If "Subvesion" is also
14152         valid directory, we should also check for it.
14154         * configure.in: Disable cygwin macro until someone fixes the
14155         autoconf warnings.
14156         
14157         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14158         backward compatibility.
14159         
14160 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14162         * src/about.c : Cleaned code.
14163         * plugins/macro/macros.xml : Added "do_while" C macro.
14164         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14165         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14166         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14167         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14168         
14169 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14171         * plugins/class-gen/plugin.c:
14172         Removed "return" to activate project_root_uri watching.
14174 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14176         * plugins/Makefile.am
14177         plugins/subversion/*:
14178         Added subversion plugin. Add, Remove, Commit and Update work
14179         everything else needs work.
14180         
14181         * plugins/terminal/terminal.c
14182         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14183         we still have focus problems with the editor.
14185 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14187         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14188         
14189 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14191         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14193 2005-03-04  Naba Kumar  <naba@gnome.org>
14195         Patch from Massimo Cora' <maxcvs@email.it>:
14197         * plugins/class-gen/Makefile.am,
14198         plugins/class-gen/action-callbacks.c,
14199         plugins/class-gen/action-callbacks.h,
14200         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14201         plugins/class-gen/anjuta-class-gen.plugin.in,
14202         plugins/class-gen/class_gen.c,
14203         plugins/class-gen/class_gen.h,
14204         (removed) plugins/class-gen/clsGen.c,
14205         (added) plugins/class-gen/goc_template_header,
14206         (added) plugins/class-gen/goc_template_source,
14207         plugins/class-gen/plugin.c,
14208         plugins/class-gen/plugin.h: Refactored class gen code.
14209         Added GOCBuilder code. Fixed UI. Implemented plugin.
14211 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14213         * plugins/project-wizard/property.c
14214         plugins/project-wizard/install.c
14215         plugins/project-wizard/druid.c
14216         plugins/editor/goto_line.c
14217         plugins/editor/plugin.c
14218         plugins/gtodo/add_edit_item.c
14219         plugins/gtodo/ligtodo.c
14220         plugins/gtodo/main.c
14221         plugins/gtodo/preferences.c:
14222         Fixed #167559, #167534, #167266, #167357
14223         (Bad English in strings...)
14224         
14225         Thanks to Adam Weinberger and Thierry Moisan for
14226         reporting!
14228 2005-03-03  Naba Kumar  <naba@gnome.org>
14230         * libegg/Makefile.am, libegg/menu/Makefile.am,
14231         (added) libegg/egg-submenu-action.c,
14232         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14233         submenu (used for wizard listing).
14234         
14235         * plugins/file-loader/anjuta-loader-plugin.ui
14236         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14237         and toolbar.
14238         
14239         * plugins/editor/action-callbacks.c,
14240         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14241         ctrl+tabbing because it was interfaring with focus navigation.
14242         Focus editor on "Esc" in incremental search entry. Cleanups.
14243         
14244         * plugins/file-manager/an_file_view.c,
14245         plugins/symbol-browser/plugin.c,
14246         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14247         Cleanups.
14248         
14249         * plugins/profile-default/plugin.c,
14250         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14251         for sesssion load.
14252         
14253         * (removed) scintilla/patches/a64-crash-fix.patch,
14254         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14255         scintilla patches.
14257 2005-03-03  Naba Kumar  <naba@gnome.org>
14259         * HACKING: Fixed typos.
14260         
14261         * plugins/editor/aneditor-indent.cxx: Clean up.
14262         
14263         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14264         Enable/disable save, undo and redo actions depending on state
14265         of the editor.
14266         
14267 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14269         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14270         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14271         Displayed search_incremental status.
14273         * Removed plugins/editor/search_incremental.[ch]
14275 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14276         
14277         * plugins/cvs-plugin/cvs-execute.c
14278         plugins/cvs-plugin/cvs-callbacks.c:
14279         - Use weak reference on mesg_view and reuse tab if
14280         it still exists to avoid cluttering message manager.
14281         - Fixed bug in cvs remove
14282         
14283         README, HACKING: Updated
14284         
14285         configure.in: Added check for libsvn
14287 2005-02-29  Naba Kumar  <naba@gnome.org>
14288         
14289         * plugins/file-manager/an_file_view.c,
14290         plugins/symbol-browser/an_symbol_view.c,
14291         plugins/symbol-browser/plugin.c: Hide column headers (they
14292         are redundant).
14294 2005-02-29  Naba Kumar  <naba@gnome.org>
14296         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14297         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14298         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14299         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14300         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14301         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14302         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14303         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14304         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14305         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14307         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14308         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14309         (added) libanjuta/anjuta-session.[hc],
14310         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14311         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14312         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14313         src/main.c:
14314         
14315         Implemented session management. Implemented session
14316         container class. Added session notifications from shell. Implemented
14317         session save/load in editor, file-loader, default-profile-plugin
14318         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14319         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14320         and maximized states in session. Implemented project session
14321         management.
14323 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14325         * plugins/class-gen/action-callbacks.[ch],
14326         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14327         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14328         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14329         with Escape key.
14331 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14332         
14333         * plugins/project-wizard/anjuta-project-wizard.glade,
14334         plugins/project-wizard/druid.c:
14335         Add some padding in tab label in project selection page
14336         
14337         * plugins/project-wizard/druid.c,
14338         plugins/project-wizard/parser.c:
14339         Search for project template recursively
14340         Add ~/.anjuta/project to the search paths
14342 2005-02-26  Naba Kumar  <naba@gnome.org>
14344         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14345         * plugins/file-loader/plugin.c: Fixed crash bug.
14346         * libanjuta/plugins.c: Fixed memory leak.
14347         
14348 2005-02-26  Naba Kumar  <naba@gnome.org>
14349         
14350         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14351         "UserActivatable" attribute for plugins. This attribute if set to
14352         "no" will prevent users from activating/deactivating it from
14353         plugins dialog. Added a toggle button in plugins dialog to toggle
14354         the plugins list between list of activatable plugins (default) to
14355         list of all plugins. anjuta_plugin_select() now only selects the
14356         plugin. Added anjuta_plugins_select_and_activate() method that will
14357         select and activate it.
14358         
14359         * plugins/profile-default/Makefile.am,
14360         plugins/profile-default/anjuta-default-profile.ui,
14361         plugins/profile-default/plugin.c,
14362         plugins/profile-default/plugin.h,
14363         plugins/project-manager/anjuta-project-manager.ui,
14364         plugins/project-manager/plugin.c,
14365         plugins/project-manager/plugin.h:
14366         
14367         Anjuta projects (*.anjuta) files define the profile of respective
14368         projects. Profile is a set of related plugins required for the
14369         project to open. Moved "close project" action from Project Manager
14370         to Profile Manager plugin. Implemented loading and unloading of
14371         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14372         (instead of Project Manager) now handles opening of *.anjuta files.
14373         Close Project menuitem is now moved to File submenu (being
14374         consistent with Anjuta 1.x versions and avoiding creating Project
14375         submenu when project manager is not loaded).
14376         
14377         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14378         
14379         * src/anjuta.ui: Fixed place holder for projects.
14380         
14381         * (new) plugins/profile-default/default.anjuta: default startup
14382         profile. Removed the hardcoded plugins loading in
14383         DefaultProfilePlugin.
14385         * anjuta.anjuta,
14386         plugins/project-wizard/templates/terminal/project.anjuta:
14387         Implemented project format in newly created projects.
14389         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14390         plugins/class-gen/anjuta-class-gen.plugin.in,
14391         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14392         plugins/editor/anjuta-document-manager.plugin.in,
14393         plugins/file-loader/anjuta-loader.plugin.in,
14394         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14395         plugins/gdb/anjuta-gdb.plugin.in,
14396         plugins/glade/anjuta-glade.plugin.in,
14397         plugins/message-view/anjuta-message-manager.plugin.in,
14398         plugins/profile-default/anjuta-default-profile.plugin.in,
14399         plugins/project-manager/anjuta-project-manager.plugin.in,
14400         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14401         Defined UserActivatable attributes. Added supported types attribute.
14403         * plugins/project-wizard/anjuta-project-wizard.glade
14404         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14405         "Project Wizard" in preferences title.
14407         * TODO.tasks: Updated.
14408         
14409         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14410         Updated.
14411         
14412 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14414         * plugins/file-wizard/anjuta-file-wizard.glade
14415         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14416         
14417         Integrated License macros, cleaned file.c.
14418         
14419 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14420         
14421         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14422         username can not be found correctly.
14424 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14426         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14427         plugins/macro/macros.xml :
14428         
14429         Added Headers macros. Cleaned file.c
14431 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14433         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14434         plugins/macro/macros.xml :
14435         
14436         Fixed a bug. Added Header macro.
14438         
14439 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14441         * plugins/file-wizard/action-callbacks.c, 
14442         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14443         plugins/macro/macros.xml :
14444         
14445         Added FileName, Header template macros.
14446         
14447 2005-02-24  Naba Kumar  <naba@gnome.org>
14448         
14449         * plugins/patch/patch-plugin.c: Fixed a function call.
14450         
14451         * src/anjuta.c, src/main.c: Save and load default session.
14452         
14453 2005-02-24  Naba Kumar  <naba@gnome.org>
14455         * libanjuta/interfaces/libanjuta.idl,
14456         plugins/message-view/anjuta-msgman.c,
14457         plugins/message-view/anjuta-msgman.h,
14458         plugins/message-view/plugin.c: Added and implemented
14459         set_view_title() method.
14460         
14461         * plugins/build-basic-autotools/build-basic-autotools.c,
14462         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14463         build context pooling. Maximum 3 contexts are reused. Additional
14464         contexts are created when all are busy.
14466 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14468         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14469         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14470         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14471         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14473         Added Copyright, Changelog macros.
14474                 
14475 2005-02-23  Naba Kumar  <naba@gnome.org>
14477         Patch from Massimo Cora' <maxcvs@email.it>:
14478         * plugins/Makefile.am,
14479         plugins/patch/Makefile.am,
14480         (added) plugins/patch/anjuta-patch-plugin.png,
14481         (added) plugins/patch/anjuta-patch.plugin.in,
14482         (added) plugins/patch/anjuta-patch.ui,
14483         plugins/patch/patch-plugin.c,
14484         (added) plugins/patch/patch-plugin.h,
14485         (added) plugins/patch/plugin.c,
14486         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14487         architecture.
14489 2005-02-23  Naba Kumar  <naba@gnome.org>
14491         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14492         file-loader/plugin.c, profile-default/plugin.c:
14493         Implemented "activated" and "deactivated" signals for plugin class.
14494         Renamed *_location() functions to *_id(), because location is
14495         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14496         anjuta_plugins_unload_plugin().
14497         
14498         * class-gen/plugin.c: Fixed complier warning and utility function call.
14499         
14500         * debug-manager/plugin.c: Unload debugger plugin correctly.
14501         
14502         * project-manager/plugin.c:     Fixed compiler warnings.
14503         
14504         * plugins/project-wizard/templates/gnome/.cvsignore,
14505         plugins/project-wizard/templates/gnome/po/.cvsignore,
14506         plugins/project-wizard/templates/gnome/src/.cvsignore,
14507         plugins/project-wizard/templates/gtk/po/.cvsignore,
14508         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14509         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14510         
14511         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14512         build (we need to fix this thing).
14513         
14514 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14516         * plugins/macro/macro-action.[ch]
14517         plugins/macro/macro-edit.c
14518         plugins/macro/macro-dialog.c
14519         plugins/macro/macro-db.[ch]
14520         plugins/macro/plugin.[ch]
14521         plugins/macro/macro-util.[ch] (added)
14522         
14523         Cleaned up macro plugin and preview expanded macros.
14525 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14527         * plugins/cvs-plugin/cvs-interface.c:
14529         Fixed option setting when using no compression and not 
14530         ignoring .cvsrc
14532 2005-02-23  Naba Kumar  <naba@gnome.org>
14533         
14534         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14535         geometry on exit and startup (only if there is no geometry from the
14536         session).
14538         * TODO.tasks: Updated.
14539         
14540         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14541         
14542         * manuals/reference/libanjuta/Makefile.am,
14543         manuals/reference/libanjuta/libanjuta-docs.sgml,
14544         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14545         documentation for writing project templates.
14547 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14549         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14550         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14551         
14552         Expansion keywords in macros. 
14554 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14556         * plugins/file-wizard/action-callbacks.c,
14557         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14558         plugins/macro/macros.xml :
14559         
14560         Inserting text by macro plugin
14561         In progress ...
14563 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14565         * plugins/macro/plugin.c
14566         plugins/cvs-plugin/plugin.c:
14567         
14568         Fixed interfaces (use static)
14570 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14571         
14572         * plugins/macro/macro-actions.[ch]
14573         plugins/macro/plugin.c
14574         libanjuta/interfaces/libanjuta.idl:
14575         
14576         Implemented IAnjutaMacro interface to be used by file-wizard
14577         
14578         * plugins/cvs-plugin/plugin.c
14579         libanjuta/interfaces/libanjuta.idl:
14580         
14581         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14582         for all version control systems and not only for cvs.
14584 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14586         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14587         insert_macro.
14588         
14589         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14592 2005-02-21  Naba Kumar  <naba@gnome.org>
14594         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14595         IAnjutaDebugger interface.
14596         
14597         * plugins/debug-manager/anjuta-debug-manager.ui,
14598         plugins/debug-manager/attach_process.c,
14599         plugins/debug-manager/attach_process.h,
14600         plugins/debug-manager/plugin.c,
14601         plugins/debug-manager/plugin.h,
14602         plugins/gdb/actions.c,
14603         plugins/gdb/actions.h,
14604         plugins/gdb/anjuta-gdb-plugin.ui,
14605         plugins/gdb/breakpoints.c,
14606         plugins/gdb/breakpoints.h,
14607         plugins/gdb/debugger.c,
14608         plugins/gdb/debugger.h,
14609         plugins/gdb/memory.c,
14610         plugins/gdb/plugin.c,
14611         plugins/gdb/plugin.h,
14612         plugins/gdb/sharedlib.h,
14613         plugins/gdb/sharedlib_cbs.c,
14614         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14615         correctly between debug-manager and debugger. Implemented debugger
14616         interface in gdb plugin. Fixed action names. Added UI updating.
14617         Start and stop debugger (does not work yet). Fixed UI merging.
14618         Fixed debugger plugin handling in debug-manager.
14620 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14622         * plugins/editor/aneditor-autocomplete.cxx:
14623         
14624         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14625         crash with C++ "template" keyword.
14627 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14629         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14630         Fixed bug (Closed macro dialogs with Esc key).
14631         
14632 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14633         
14634         * plugins/project-wizard/xlib.wiz,
14635         plugins/project-wizard/xlib-logo.png,
14636         plugins/project-wizard/xlib/*:
14637         Port old xlib anjuta project on new project wizard
14638         
14639         * plugins/project-wizard/xlib-dock.wiz,
14640         plugins/project-wizard/xlib-dock/*:
14641         Port old xlib dock anjuta project on new project wizard
14642         
14643         * plugins/project-wizard/wxwin.wiz,
14644         plugins/project-wizard/wxwin-logo.png,
14645         plugins/project-wizard/wxwin/*:
14646         Port old wxwin anjuta project on new project wizard
14647         
14648         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14649         necessary changes for the new templates.
14650         
14651 2005-02-18  Naba Kumar  <naba@gnome.org>
14653         * plugins/Makefile.am: Added class-gen
14654         
14655 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14657         * plugins/project-wizard/header.c:
14658         Fix a bug in sorting of project categories
14660 2005-02-18  Naba Kumar  <naba@gnome.org>
14662         Patch from Massimo Cora  <maxcvs@email.it>:
14663         
14664         * plugins/class-gen/.cvsignore,
14665         plugins/class-gen/Makefile.am,
14666         (added) plugins/class-gen/action-callbacks.c,
14667         (added) plugins/class-gen/action-callbacks.h,
14668         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14669         (added) plugins/class-gen/class_gen.c,
14670         (added) plugins/class-gen/class_gen.h,
14671         (added) plugins/class-gen/plugin.c,
14672         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14673         new architecture.
14674         
14675         * plugins/project-manager/plugin.c: implemented add_source().
14677 2005-02-17  Naba Kumar  <naba@gnome.org>
14679         * plugins/file-loader/plugin.c: Fixed possible crash.
14680         
14681         * src/action-callbacks.c, src/action-callbacks.h,
14682         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14684 2005-02-17  Naba Kumar  <naba@gnome.org>
14685         
14686         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14687         plugins/project-wizard/templates/gnome.wiz,
14688         plugins/project-wizard/templates/gtk.wiz,
14689         plugins/project-wizard/templates/gtkmm.wiz,
14690         plugins/project-wizard/templates/terminal.wiz,
14691         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14692         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14693         plugins/project-wizard/templates/gnome/src/callbacks.c,
14694         plugins/project-wizard/templates/gnome/src/callbacks.h,
14695         plugins/project-wizard/templates/gnome/src/main.c,
14696         plugins/project-wizard/templates/gtk/src/callbacks.c,
14697         plugins/project-wizard/templates/gtk/src/callbacks.h,
14698         plugins/project-wizard/templates/gtk/src/main.c,
14699         plugins/project-wizard/templates/gtkmm/src/main.cc,
14700         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14701         to generate licence correctly (without any extra newlines). Removed
14702         IncludeGNUHeader macro definition and added proper licence property.
14703         Fixed project directory paths in file contents.
14705 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14707         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14708         Closed macro dialogs with Esc key.
14710 2005-02-16  Naba Kumar  <naba@gnome.org>
14712         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14713         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14714         plugins/project-wizard/templates/gnome/src/callbacks.c,
14715         plugins/project-wizard/templates/gnome/src/callbacks.h,
14716         plugins/project-wizard/templates/gnome/src/main.c,
14717         plugins/project-wizard/templates/gtk/src/main.c,
14718         plugins/project-wizard/templates/gtkmm/src/main.cc,
14719         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14720         macros to avoid blank newlines.
14722 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14724         * plugins/project-wizard/autogen.c:
14725         Correct a problem when having property value in UTF-8
14727         * plugins/project-wizard/druid.c:
14728         Correct a bug when reselecting a new project (all pages
14729         must be removed)
14731         * plugins/project-wizard/property.c:
14732         Avoid having default invalid properties
14734         * plugins/project-wizard/templates/terminal.wiz,
14735         plugins/project-wizard/templates/terminal/po/ChangeLog,
14736         plugins/project-wizard/templates/terminal/src/main.c:
14737         Remove command for testing run function
14738         Move destination directory to second page and include
14739         project name. Add exist tag. Remove unused properties.
14741 2005-02-16  Naba Kumar  <naba@gnome.org>
14743         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14744         plugins/debug-manager/anjuta-debug-manager.ui,
14745         plugins/debug-manager/plugin.c,
14746         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14747         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14748         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14749         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14750         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14751         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14752         (removed) src/anjuta_info.c,
14753         (removed) src/anjuta_info.h,
14754         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14755         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14756         (added) plugins/gdb/actions.c,
14757         (added) plugins/gdb/actions.h: Completed initial
14758         porting of debugger to new architecture. Fixed many of the debugger
14759         functions.
14761         * plugins/file-loader/plugin.c: Detect some important mime ourself
14762         to avoid inconsistencies when mime system isn't working.
14763         
14764 2005-02-16  Naba Kumar  <naba@gnome.org>
14766         * plugins/editor/Makefile.am,
14767         (added) plugins/editor/aneditor-autocomplete.cxx,
14768         (added) plugins/editor/aneditor-calltip.cxx,
14769         (added) plugins/editor/aneditor-indent.cxx,
14770         (added) plugins/editor/aneditor-priv.h,
14771         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14772         different smaller chunks to make it easy to maintain.
14774 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14776         * plugins/project-wizard/druid.c :
14777         
14778         Found system Email address if not defined in Preferences.
14780 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
14781         
14782         * plugins/project-wizard/gtkmm.wiz
14783         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14784         plugins/project-wizard/gtkmm/*
14785         
14786         Added GTKmm (C++) project type
14788 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
14790         * plugins/message-view/plugin.c
14791         plugins/message-view/message-view.c
14792         TODO.gtodo:
14793         Implemented next/prev action
14795 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14797         * plugins/project-wizard/templates/libglade2.* :
14798         Removed libglade2 project.
14799         
14800         * plugins/project-wizard/templates/gtk* :
14801         Removed interface.[ch] & support.[ch].
14802         
14803 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14805         * plugins/project-wizard/anjuta-project-wizard.glade,
14806         plugins/project-wizard/property.[ch],
14807         plugins/project-wizard/templates/anjuta-plugin.wiz :
14808         Added a new property ("iconfile").
14810 2005-02-14  Naba Kumar  <naba@gnome.org>
14812         * plugins/project-wizard/install.c,
14813         plugins/project-wizard/plugin.c,
14814         plugins/project-wizard/templates/anjuta-plugin.wiz,
14815         plugins/project-wizard/templates/gnome.wiz,
14816         plugins/project-wizard/templates/gtk.wiz,
14817         plugins/project-wizard/templates/libglade2.wiz,
14818         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
14819         newly created projects and open them. Fixed message buffering in
14820         wizard.
14822 2005-02-14  Naba Kumar  <naba@gnome.org>
14824         * src/about.c, pixmaps/Makefile.am,
14825         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
14826         
14827         * mime/gnome-mime-application-x-anjuta.png,
14828         pixmaps/anjuta_icon.png,
14829         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
14830         done by 9-speed at:
14831         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
14832         
14833 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14835         * configure.in,
14836         plugins/project-wizard/templates/libglade2-logo.png,
14837         plugins/project-wizard/templates/libglade2.wiz,
14838         plugins/project-wizard/templates/libglade2/* :
14839         Add Glade2 project
14842 2005-02-14  Naba Kumar  <naba@gnome.org>
14844         * TODO.tasks: Updated.
14845         
14846         * plugins/editor/anjuta-docman.c,
14847         plugins/editor/text_editor.c,
14848         plugins/editor/text_editor.h,
14849         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
14850         for file modification, but it is still not functioning.
14852 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
14854         * plugins/project-wizard/values.c,
14855         plugins/project-wizard/values.h,
14856         plugins/project-wizard/property.c,
14857         plugins/project-wizard/property.h,
14858         plugins/project-wizard/druid.c:
14859         Rewrite mandatory property check
14860         Add check of exist property
14861         Rewrite handling of cached property page
14863 2005-02-13  Naba Kumar  <naba@gnome.org>
14865         Patch from Igor Kovalenko  <garrison@mail.ru>:
14866         * tagmanager/tm_workspace.c: Improved performance.
14868 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14870         *plugins/project-wizard/templates/*.wiz,
14871         plugins/project-wizard/druid.c,
14872         plugins/project-wizard/templates/terminal/src/main.c,
14873         plugins/project-wizard/templates/gtk/src/*.[ch],
14874         plugins/project-wizard/templates/gtk/src/Makefile.am,
14875         plugins/project-wizard/templates/gnome/src/*.[ch],
14876         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
14877         Add Copyright date & Email address,
14878         Correct terminal project.
14879         
14880 2005-02-12  Naba Kumar  <naba@gnome.org>
14882         * plugins/project-wizard/property.c: Fixed hidden
14883         properties to take values.
14885         * plugins/project-wizard/file.[ch]: Renamed
14886         true/false enum values to fix compile error
14887         (conflict with other definition).
14888         
14889         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
14890         even when mime type detection fails (for example, when Anjuta is
14891         installed in non-system prefix).
14893 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
14895         * plugins/project-wizard/values.c,
14896         plugins/project-wizard/values.h:
14897         Rewrite file with more comments
14899         * plugins/project-wizard/druid.c,
14900         plugins/project-wizard/druid.h,
14901         plugins/project-wizard/autogen.c,
14902         plugins/project-wizard/autogen.h,
14903         plugins/project-wizard/druid.c,
14904         plugins/project-wizard/druid.h:
14905         Add more comments
14906         Use values instead of properties
14907         Move default properties to druid.c
14909         * plugins/project-wizard/install.c,
14910         plugins/project-wizard/install.h:
14911         Use values instead of properties
14912         Add a check to avoid overwriting files
14914         * plugins/project-wizard/parser.c,
14915         plugins/project-wizard/property.c,
14916         plugins/project-wizard/property.h:
14917         Update to use new values
14918         Add an "exist" attribute to check if a directory already exist
14920         * plugins/project-wizard/anjuta-project-wizard.glade:
14921         Change project selection page (GtkTextView => GtkLabel,
14922         GtkTable => GtkVBox)
14924         * plugins/project-wizard/templates/terminal.wiz:
14925         Move destination directory on second page
14926         
14927         * plugins/project-wizard/action.c:
14928         Add a few comments
14930 2005-02-12  Naba Kumar  <naba@gnome.org>
14932         * plugins/file-manager/an_file_view.c,
14933         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
14934         views. Created dynamic update date of view depending on project
14935         changes -- similar to file-manager view.
14936         
14937         * plugins/devhelp/plugin.c: Load help on idle.
14938         
14939         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
14940         autoformat' to proper location in preferences.
14941         
14942         * mime/anjuta.mime: Added .prj extension in the mime type for backward
14943         compatibility.
14944         
14945         * plugins/editor/plugin.c: Fixed accel name.
14947 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14949         *plugins/project-wizard/templates/anjuta-plugin.wiz,
14950         plugins/project-wizard/templates/gnome.wiz,
14951         plugins/project-wizard/templates/gtk.wiz,
14952         plugins/project-wizard/anjuta-project-wizard.glade,
14953         plugins/project-wizard/autogen.c:
14954         Add Username & Email address in Project preferences.
14956 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14958         *plugins/project-wizard/templates/gnome-logo.png,
14959         plugins/project-wizard/templates/gnome.wiz,
14960         plugins/project-wizard/templates/gnome/* :
14961         Add Gnome project
14963 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14965         * plugins/project-wizard/templates/terminal/src/main.c, 
14966         plugins/project-wizard/templates/terminal/src/main.c,
14967         plugins/project-wizard/templates/terminal/src/main.[ch] :
14968         Insert License in projects
14969         
14970 2005-02-11  Naba Kumar  <naba@gnome.org>
14972         * TODO.tasks: Added message manager task.
14973         
14974         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
14975         
14976         * plugins/editor/plugin.c: Use bookmark stock icons.
14977         
14978         * plugins/message-view/anjuta-message-manager.ui,
14979         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
14981 2005-02-10  Naba Kumar  <naba@gnome.org>
14983         * libanjuta/interfaces/libanjuta.idl: fixed build error.
14984         
14985 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14987         * global-tags/Makefile.am
14988         Error during 'make install'
14990 2005-02-09  Naba Kumar  <naba@gnome.org>
14992         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
14993         missing file.
14994         
14995 2005-02-08  Naba Kumar  <naba@gnome.org>
14997         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
14998         
14999         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15000         Show busy cursur when updating global tags in preferences.
15002         * configure.in: Fixed.
15003         
15004 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15006         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15007           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15008          
15009         - Fixed anjuta-plugin project (glade)
15011 2005-02-08  Naba Kumar  <naba@gnome.org>
15013         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15014         Fixed automatic indentations.
15016         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15017         Global tags are now segregated into smaller api tags, which can be
15018         selectively loaded from symbol browser preferences.
15020         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15021         Implemented IProjectManager interface in project-manager. Mostly getter
15022         methods for now, but need to add add() and remove() methods to add
15023         or remove project elements.
15025         * plugins/gdb/debug_tree.c: Small fix.
15027         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15028         plugins/symbol-browser/an_symbol_info.c,
15029         plugins/symbol-browser/an_symbol_info.h,
15030         plugins/symbol-browser/an_symbol_search.c,
15031         plugins/symbol-browser/an_symbol_search.h,
15032         plugins/symbol-browser/an_symbol_view.c,
15033         plugins/symbol-browser/an_symbol_view.h,
15034         plugins/symbol-browser/plugin.c,
15035         plugins/symbol-browser/plugin.h,
15036         tagmanager/c.c,
15037         tagmanager/entry.h,
15038         tagmanager/tm_project.c,
15039         tagmanager/tm_symbol.c,
15040         tagmanager/tm_tag.c,
15041         tagmanager/tm_workspace.c,
15042         tagmanager/vstring.c,
15043         tagmanager/include/tm_tag.h,
15044         tagmanager/include/tm_workspace.h:
15045         
15046         - Fixed tagmanager parsing of source files to parse for typedefines and
15047         properly record element scopes. Implemented scope autocompletion
15048         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15049         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15050         patch list (author is unknown).
15051         - Implemented symbol-browser preferences for dynamically loading and
15052         saving tags API segments.
15053         - Fixed symbol-search to use tagmanager directly instead of depending
15054         on symbol-view for tags list.
15055         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15056         - Fixed TMSymbol to create the complete tags tree instead of letting the
15057         symbol-view created the root nodes.
15058         - Changed project tags cache name to .tm_project2.cache because the
15059         newer format records additional scope information.
15060         
15061 2005-02-07  Naba Kumar  <naba@gnome.org>
15063         * plugins/editor/style-editor.c,
15064         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15065         and GtkFontButton instead of deprecated widgets in
15066         style editor.
15067         
15068 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15070         * plugins/project-wizard/action.c,
15071         plugins/project-wizard/action.h,
15072         plugins/project-wizard/autogen.c,
15073         plugins/project-wizard/autogen.h,
15074         plugins/project-wizard/file.c,
15075         plugins/project-wizard/file.h,
15076         plugins/project-wizard/install.c,
15077         plugins/project-wizard/install.h,
15078         plugins/project-wizard/parser.h,
15079         plugins/project-wizard/parser.c,
15080         plugins/project-wizard/property.c,
15081         plugins/project-wizard/property.h,
15082         plugins/project-wizard/plugin.h,
15083         plugins/project-wizard/plugin.c,
15084         plugins/project-wizard/values.c,
15085         plugins/project-wizard/values.h:
15086         Replace C++ comments by C comments
15088         * plugins/project-wizard/autogen.c,
15089         plugins/project-wizard/autogen.h:
15090         Add a run time check of autogen version.
15091         Add UserName variable.
15093         * plugins/project-wizard/anjuta-project-wizard.glade,
15094         plugins/project-wizard/header.c,
15095         plugins/project-wizard/druid.c,
15096         plugins/project-wizard/druid.h:
15097         Sort project in alphabetic order.
15098         Correct selection troubles in notebooks.
15100         * plugins/project-wizard/parser.c:
15101         Add some check when reading the project header block.
15103 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15105         * plugins/project-wizard/action.c,
15106         plugins/project-wizard/action.h,
15107         plugins/project-wizard/autogen.c,
15108         plugins/project-wizard/autogen.h,
15109         plugins/project-wizard/file.c,
15110         plugins/project-wizard/file.h,
15111         plugins/project-wizard/install.c,
15112         plugins/project-wizard/parser.h,
15113         plugins/project-wizard/parser.c,
15114         plugins/project-wizard/property.c,
15115         plugins/project-wizard/property.h,
15116         plugins/project-wizard/values.c,
15117         plugins/project-wizard/values.h,
15118         Add a space between function name and open.
15120         * plugins/project-wizard/plugin.h,
15121         plugins/project-wizard/plugin.c,
15122         plugins/project-wizard/install.c,
15123         Avoid a crash if the user close the message view used by the .
15125         * plugins/project-wizard/anjuta-project-wizard,
15126         plugins/project-wizard/druid.c,
15127         plugins/project-wizard/druid.h,
15128         plugins/project-wizard/header.h,
15129         plugins/project-wizard/header.c,
15130         Add a text view with the description of each.
15131         Add a tab for each project.
15132         Replace some C++ comments to C comments.
15134 2005-02-05  Naba Kumar  <naba@gnome.org>
15136         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15137         New icon from Sebastien Granjoux .
15138         
15139 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15141         * libanjuta/anjuta-preferences.c:
15142         Set file property even without a focus out event (file selected 
15143         the browse dialog)
15145 2005-02-04  Naba Kumar  <naba@gnome.org>
15147         * plugins/glade/plugin.c: Fixed glade function calls.
15148         * configure.in: Fixed a typo.
15149         * TODO.tasks: Updated.
15151 2005-02-03  Naba Kumar  <naba@gnome.org>
15153         * plugins/project-manager/plugin.c: Fixed memory corruption.
15155         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15156         build error.
15157         
15158         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15159         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15160         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15161         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15163         * libanjuta/interfaces/libanjuta.idl,
15164         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15165         interface.
15166         
15167         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15169         Patch from Massimo Cora <maxcvs@email.it>:
15170         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15171         
15172 2005-02-01  Naba Kumar  <naba@gnome.org>
15174         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15175         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15176         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15177         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15178         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15179         from sourceforge -- a64 crash fixes (correct typing for GType)
15180         and fixes compile errors in sun.
15182         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15183         paste (shift+insert) in terminal.
15185 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15187         * configure.in: Add «nb» to ALL_LINGUAS.
15189 2005-02-01  Naba Kumar  <naba@gnome.org>
15191         * TODO.tasks, TODO: Updated todo tasks.
15192         
15193         * plugins/editor/anjuta-document-manager.glade: Improved search
15194         relace dialog.
15195         
15196         * TODO.tasks: Fixed xml format.
15197         
15198         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15199         work yet).
15200         
15201         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15202         cleanups.
15203         
15204         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15205         format during save (removed unwanted text nodes). Fixed scrollbars.
15207 2005-01-31  Naba Kumar  <naba@gnome.org>
15209         * libanjuta/interfaces/libanjuta.idl,
15210         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15211         Implemented append() method for IAnjutaEditor interface and fixed
15212         various bugs with text insertions (cvs diff and macro insertions).
15213         
15214         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15215         automatic indentation.
15216         
15217         * plugins/editor/action-callbacks.c,
15218         plugins/editor/action-callbacks.h,
15219         plugins/editor/anjuta-docman.c,
15220         plugins/editor/anjuta-document-manager.ui,
15221         plugins/editor/plugin.c,
15222         plugins/editor/text_editor.c,
15223         plugins/editor/text_editor.h,
15224         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15225         Fixed highlight issues.
15227         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15228         macro.
15229         
15230         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15232         * data/properties/*: Updated properties files from scite. Created
15233         styles.properties to override the scite styles.
15234         
15235         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15237         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15238         
15239 2005-01-30  Naba Kumar  <naba@gnome.org>
15241         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15242         unused definitions.
15243         
15244         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15245         
15246         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15247         plugins/editor/text_editor.c,
15248         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15249         fixed linuwidth preference setting, fixed insert text interface
15250         implementation. Improved automatice-indentation for cpp lexer.
15251         
15252         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15254 2005-01-29  Naba Kumar  <naba@gnome.org>
15256         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15257         option in update dialog as default. Improved import dialog. Sized
15258         log dialog.
15260         * configure.in: Fixed underquoted warning from autoconf.
15261         
15262         * plugins/editor/action-callbacks.c,
15263         plugins/editor/aneditor.cxx,
15264         plugins/editor/aneditor.h,
15265         plugins/editor/anjuta-document-manager.glade,
15266         plugins/editor/plugin.c,
15267         plugins/editor/plugin.h,
15268         plugins/editor/text_editor.c,
15269         plugins/editor/text_editor.h,
15270         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15271         for Editor and fixed all preferences syncronization and notifys for
15272         visible prefs (in editor preferences page).
15273         
15274         * plugins/file-loader/plugin.c: Load recent files on idle.
15276 2005-01-28  Naba Kumar  <naba@gnome.org>
15278         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15279         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15281         * plugins/editor/action-callbacks.c,
15282         plugins/editor/action-callbacks.h,
15283         plugins/editor/aneditor.cxx,
15284         plugins/editor/aneditor.h,
15285         plugins/editor/anjuta-document-manager.ui,
15286         plugins/editor/plugin.c,
15287         plugins/editor/text_editor.c,
15288         plugins/editor/text_editor.h,
15289         plugins/editor/text_editor_cbs.c,
15290         plugins/editor/text_editor_cbs.h,
15291         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15292         Text editor.
15294         Patch from Massimo Cora <maxcvs@email.it>:
15295         * plugins/editor/an_symbol_search.c,
15296         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15297         
15298 2005-01-27  Naba Kumar  <naba@gnome.org>
15299         
15300         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15301         minimum size request to 200.
15303         * plugins/symbol-browser/an_symbol_info.c,
15304         plugins/symbol-browser/an_symbol_info.h,
15305         plugins/symbol-browser/an_symbol_search.c,
15306         plugins/symbol-browser/an_symbol_search.h,
15307         plugins/symbol-browser/an_symbol_view.c,
15308         plugins/symbol-browser/an_symbol_view.h,
15309         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15310         pixbuf retrieval. Fixed runtime warning. Code clean up.
15312 2005-01-27  Naba Kumar  <naba@gnome.org>
15314         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15315         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15316         (new) plugins/glade/Makefile.am,
15317         (new) plugins/glade/anjuta-glade-plugin.png,
15318         (new) plugins/glade/anjuta-glade.plugin.in,
15319         (new) plugins/glade/anjuta-glade.ui,
15320         (new) plugins/glade/plugin.c,
15321         (new) plugins/glade/plugin.h,
15322         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15323         now until glade3 works properly.
15325         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15326         they are generated.
15327         
15328 2005-01-26  Naba Kumar  <naba@gnome.org>
15330         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15331         Added mime icon for anjuta projects.
15332         
15333         patch from Massimo Cora <maxcvs@email.it>:
15334         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15335         an_symbol_search.h, an_symbol_view.c, plugin.c:
15336         Fix/implement objects destroying/freeing.
15338 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15339         
15340         * src/action-callback.[ch], src/anjuta-actions.h:
15341         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15342         because it has not been updated for years and we know have a devhelp plugin
15343         which can do the job much better.
15344         * TODO.tasks: Updated done items
15346 2005-01-25  Naba Kumar  <naba@gnome.org>
15348         * autogen.sh: Fixed to generate interface files.
15350         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15351         session save filenames.
15352         
15353         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15354         
15355 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15357         * plugins/project-wizard/Makefile.am,
15358         plugins/project-wizard/install.c,
15359         plugins/project-wizard/install.h,
15360         plugins/project-wizard/parser.c,
15361         plugins/project-wizard/parser.h,
15362         plugins/project-wizard/templates/terminal.wiz:
15363         Add action list block in wizard template
15364         * plugins/project-wizard/file.c,
15365         plugins/project-wizard/autogen.c:
15366         Small fixes
15368 2005-01-23  Naba Kumar  <naba@gnome.org>
15370         * configure.in: Fixed build error.
15372 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15374         * plugins/project-wizard/druid.c,
15375         plugins/project-wizard/parser.c,
15376         plugins/project-wizard/property.c: Rewrite parser with
15377         better error handling
15379 2005-01-22  Naba Kumar  <naba@gnome.org>
15381         * plugins/symbol-browser/plugin.c: Changed c++ coments
15382         to c commnets and formated code to anjuta coding styles.
15383         
15384 2005-01-21  Naba Kumar  <naba@gnome.org>
15386         * configure.in, autogen.sh: Fixed build errors in newer automake.
15387         
15388         * plugins/editor/anjuta-docman.c: Do not emit change editor
15389         signal while in dispose.
15391         Patch from: Massimo Corà <maxcvs@email.it>
15392         * plugins/symbol-browser/Makefile.am,
15393         plugins/symbol-browser/an_symbol_view.c,
15394         plugins/symbol-browser/an_symbol_view.h,
15395         plugins/symbol-browser/plugin.c,
15396         plugins/symbol-browser/plugin.h,
15397         plugins/symbol-browser/test-symbol-browser.c,
15398         (new) plugins/symbol-browser/an_symbol_info.c,
15399         (new) plugins/symbol-browser/an_symbol_info.h,
15400         (new) plugins/symbol-browser/an_symbol_search.c,
15401         (new) plugins/symbol-browser/an_symbol_search.h:
15402         Added a cool real-time symbol-search-view in symbol browser.
15404 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15405         
15406         * plugin/macro/plugin.c
15407         plugin/macro/anjuta-macro-plugin.ui
15408         plugin/macro/macro-db.[ch]
15409         plugin/macro/macro-dialog.[ch]
15410         plugin/macro/macro-actions.[ch]
15411         plugin/macro/macro-edit.[ch]
15412         plugin/macro/plugin.[ch]:
15413         
15414         Implemented three menu items as Naba proposed:
15415         Edit->Macro->
15416                 Insert Macro: Pops of a border-less window to enter a shortcut
15417                 Add Macro: Same as Manage Macro => New
15418                 Manage Macros: Full-features macro dialog
15420 2005-01-20  Naba Kumar  <naba@gnome.org>
15422         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15423         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15424         libanjuta/anjuta-shell.h,
15425         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15426         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15427         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15428         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15429         src/main.c, src/shell.c: Implemented command line args processing
15430         and session management. Fixed geometry restoration.
15432 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15433         
15434         * plugins/macro/macro-db.c,
15435         plugins/macros.xml:
15436         Cleaned up XML interface and use attributes now for name, category and 
15437         shortcut. CDATA is used to avoid xml errors inside of macros.
15439 2005-01-19  Naba Kumar  <naba@gnome.org>
15441         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15443 2005-01-18  Naba Kumar  <naba@gnome.org>
15444         
15445         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15446         to work.
15448         * scintilla/*: Updated scintilla to current cvs and updated
15449         scintilla patches.
15450         
15451 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15452         
15453         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15454         plugins/cvs-plugin/cvs-actions.c:
15455         Added "Whole project" infrastructure but it does not
15456         work because I did not find a way to get the current project's
15457         root dir.
15459 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15461         * plugins/cvs-plugin/Makefile.am
15462         plugins/cvs-plugin/anjuta-cvs.plugin.in
15463         plugins/cvs-plugin/cvs-actions.c
15464         plugins/cvs-plugin/cvs-callbacks.c
15465         plugins/cvs-plugin/cvs-interface.[ch] (added)
15466         plugins/cvs-plugin/plugin.c:
15467         
15468         Added IAnjutaCVS interface and improved cvs plugin. There
15469         is still some work to do on cvs import and to add a current
15470         project toggle.
15472 2005-01-17  Naba Kumar  <naba@gnome.org>
15474         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15475         
15476         * configure.in: Fixed build errors.
15478         * data/Makefile.am,     (removed) data/README.stock_libs,
15479         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15480         (removed) data/header.c, (removed) data/stock_libs.anj,
15481         (removed) data/x-anjuta-project.desktop,
15482         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15484         * libanjuta/anjuta-plugin-description.c,
15485         libanjuta/anjuta-shell.c: Updated documentations.
15487         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15488         
15489         * libanjuta/anjuta-launcher.c,
15490         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15491         x86_64 systems.
15493 2005-01-17  Naba Kumar  <naba@gnome.org>
15494         
15495         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15496         plugins/project-wizard/templates/gtk.wiz,
15497         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15498         Updated templates to new format.
15499         
15500         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15501         * plugins/project-wizard/druid.c,
15502         plugins/project-wizard/parser.c,
15503         plugins/project-wizard/property.c,
15504         plugins/project-wizard/property.h,
15505         plugins/project-wizard/templates/terminal.wiz,
15506         plugins/project-wizard/templates/terminal/AUTHORS,
15507         plugins/project-wizard/templates/terminal/ChangeLog,
15508         plugins/project-wizard/templates/terminal/NEWS,
15509         plugins/project-wizard/templates/terminal/README,
15510         plugins/project-wizard/templates/terminal/project.anjuta,
15511         plugins/project-wizard/templates/terminal/src/main.c:
15512         Moveed code related to property types from druid.c and parser.c to 
15513         property.c. Changed tag from "<string ..." to
15514         "<property type="string..."     and so on. Rewrite parser
15515         (warning still in progress). Added list property. Changed
15516         terminal project to avoid using autogen on some file (much 
15517         faster) using the autogen attribute. Add a license list box in
15518         terminal project (just as an example). _label in item list is
15519         optional now.
15521 2005-01-16  Naba Kumar  <naba@gnome.org>
15523         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15524         plugins/edtior/anjuta-docman.c: Fixed build errors.
15525         
15526         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15527         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15528         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15529         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15530         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15531         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15532         libanjuta/resources.h,
15533         plugins/build-basic-autotools/build-basic-autotools.c,
15534         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15535         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15536         plugins/gtodo/plugin.c, src/Makefile.am,
15537         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15538         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15539         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15540         should be handled in respective plugins. Added API documentations.
15542         * libanjuta-docs.sgml, libanjuta-sections.txt,
15543         libanjuta.types,
15544         (added) tmpl/anjuta-debug.sgml,
15545         (added) tmpl/anjuta-launcher.sgml,
15546         tmpl/anjuta-plugin.sgml,
15547         tmpl/anjuta-preferences.sgml,
15548         tmpl/anjuta-shell.sgml,
15549         (added) tmpl/anjuta-status.sgml,
15550         (removed) tmpl/anjuta-stock.sgml,
15551         tmpl/anjuta-utils.sgml,
15552         (removed) tmpl/defaults.sgml,
15553         (removed) tmpl/fileselection.sgml,
15554         (removed) tmpl/gnomefilelist.sgml,
15555         tmpl/ianjuta-buildable.sgml,
15556         (added) tmpl/ianjuta-debugger-manager.sgml,
15557         (added) tmpl/ianjuta-debugger.sgml,
15558         tmpl/ianjuta-document-manager.sgml,
15559         tmpl/ianjuta-editor.sgml,
15560         tmpl/ianjuta-file.sgml,
15561         tmpl/ianjuta-loader.sgml,
15562         tmpl/ianjuta-markable.sgml,
15563         tmpl/ianjuta-message-view.sgml,
15564         (added) tmpl/ianjuta-project-manager.sgml,
15565         (added) tmpl/ianjuta-todo.sgml,
15566         (added) tmpl/ianjuta-wizard.sgml,
15567         tmpl/libanjuta-iface-marshallers.sgml,
15568         tmpl/libanjuta-unused.sgml,
15569         (removed) tmpl/pixmaps.sgml,
15570         tmpl/plugins.sgml,
15571         (removed) tmpl/properties.sgml,
15572         tmpl/resources.sgml: Updated API documentations.
15574 2005-01-15  Naba Kumar  <naba@gnome.org>
15576         * libanjuta/anjuta-launcher.c: Added API docs.
15577         
15578         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15579         plugins/project-wizard/templates/gtk.wiz,
15580         plugins/project-wizard/templates/terminal.wiz,
15581         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15582         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15583         plugins/project-wizard/templates/gtk/src/main.c,
15584         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15585         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15586         template files.
15588         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15589         * plugins/project-wizard/anjuta-project-wizard.glade,
15590         plugins/project-wizard/autogen.c,
15591         plugins/project-wizard/druid.c,
15592         plugins/project-wizard/druid.h,
15593         plugins/project-wizard/file.c,
15594         plugins/project-wizard/file.h,
15595         plugins/project-wizard/install.c,
15596         plugins/project-wizard/parser.c,
15597         plugins/project-wizard/plugin.c,
15598         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15599         setting the default project directory. Fix HIDDEN property, it's
15600         working but I think we could make this cleaner. Removed the
15601         copy of the string in mandatory_property. Add an optional autogen
15602         attribute, to force or avoid using autogen on some files, default
15603         without any attribute is autodetect.+ Replace the script tag with
15604         a normal file tag and an attribute execute.
15605         
15606 2005-01-14  Naba Kumar  <naba@gnome.org>
15608         * plugins/editor/action-callbacks.c,
15609         plugins/editor/search_incremental.c,
15610         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15611         works now.
15612         
15613         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15614         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15615         tabs.
15617 2005-01-12  Naba Kumar  <naba@gnome.org>
15619         * configure.in,
15620         plugins/project-wizard/templates/Makefile.am,
15621         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15622         plugins/project-wizard/templates/anjuta-plugin.wiz,
15623         (added) plugins/project-wizard/templates/gtk-logo.png,
15624         (added) plugins/project-wizard/templates/gtk.wiz,
15625         (added) plugins/project-wizard/templates/terminal-logo.png,
15626         plugins/project-wizard/templates/terminal.wiz,
15627         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15628         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15629         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15630         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15631         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15632         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15633         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15634         (added) plugins/project-wizard/templates/gtk/src/main.c,
15635         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15636         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15637         GTK+ project templated and fixed other templates. Updated template
15638         logos.
15640 2005-01-12  Naba Kumar  <naba@gnome.org>
15642         * plugins/macro/anjuta-macro.glade: Improved GUI.
15643         
15644 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15646         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15647         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15648         * plugins/cvs-plugin/cvs.[ch] (removed)
15649         Removed old unused files
15650         
15651         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15652         * plugins/cvs-plugin/cvs-actions.c
15653         * plugins/cvs-plugin/Makefile.am:
15654         Seperate callback functions for better error
15655         handling. Cleaned up code.
15656         
15657         * plugins/macro/macros.xml: removed corrupt cvs
15658         macros for now.
15660 2005-01-10  Naba Kumar  <naba@gnome.org>
15662         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15663         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15664         and leaks.
15666 2005-01-09  Naba Kumar  <naba@gnome.org>
15668         * libegg/egg-recent-action.c, libegg/test-actions.c,
15669         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15670         recent files models.
15671         
15672         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15673         two models -- one for projects and other for regular files and show
15674         both in recent files menu. Changed recent files group from "anjuta"
15675         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15676         when adding the URI in recent files.
15677         
15678         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15679         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15680         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15681         * plugins/macro/macros.xml: Fixed xml errors.
15683 2005-01-08  Naba Kumar  <naba@gnome.org>
15684         
15685         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15686         libegg/test-actions.c, libegg/menu/Makefile.am,
15687         libegg/menu/egg-recent-action.h: Added a new action for
15688         recent files.
15690         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15691         Fixed dispose. Cleanup.
15692         
15693         * plugins/file-loader/anjuta-loader-plugin.ui,
15694         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15695         Use the new action for recent files. Added recent files in
15696         toolbar.
15698         * plugins/project-wizard/druid.c: Show busy cursor and
15699         de-sensitize druid buttons during page change.
15700         
15701         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15702         * plugins/project-wizard/Makefile.am,
15703         plugins/project-wizard/druid.c,
15704         plugins/project-wizard/druid.h,
15705         plugins/project-wizard/install.c,
15706         plugins/project-wizard/plugin.c,
15707         plugins/project-wizard/plugin.h,
15708         plugins/project-wizard/property.c,
15709         plugins/project-wizard/property.h,
15710         (added) plugins/project-wizard/values.c,
15711         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15712         objects (in values.c and values.h) containing the values of all
15713         properties. The NPWProperty objects now keep their values in this
15714         object which is persistant for one activation of the plugin, so the
15715         user keeps all the values even if he goes backward. Used an anjuta
15716         message view to list all files copied by the project wizard.
15718 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15720         * plugins/macro/plugin.[ch],
15721         plugins/macro/macro-dialog.[ch]
15722         plugins/macro/macro-edit.[ch]
15723         plugins/macro/macro-db.[ch]
15724         plugins/macro/macro-actions.[ch]
15725         plugins/macro/anjuta-macro.plugin.in
15726         plugins/macro/anjuta-macro.glade
15727         plugins/macro/anjuta-macro.png
15728         plugins/macro/Makefile.am
15729         plugins/macro/macros.xml
15730         plugins/macro/anjuta-macro.ui (all added)
15731         configure.in
15732         plugins/Makefile.am:
15733         Added new macro plugins
15734         
15735         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15736         New icon
15737         
15738         * manuals/reference/template (removed)
15739         Removed old api reference
15740         
15741         * plugins/message-view/message-view.c:
15742         "Fixed" crash in on_row_deleted and added a
15743         comment that I cannot work this way. We will
15744         have to change everything a bit to avoid losing
15745         memory there.
15746         
15747         * plugins/text-editor/text_editor.c:
15748         Update line number width on file save
15751 2005-01-07  Naba Kumar  <naba@gnome.org>
15753         * plugins/project-wizard/anjuta-project-wizard.glade,
15754         plugins/project-wizard/druid.c,
15755         plugins/project-wizard/templates/anjuta-plugin.wiz,
15756         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15757         Display page description in bold. Fixed mandatory field check.
15759         * configure.in,
15760         libanjuta/libanjuta-1.0.pc.in,
15761         plugins/project-wizard/druid.c,
15762         plugins/project-wizard/parser.c,
15763         plugins/project-wizard/property.h,
15764         plugins/project-wizard/templates/anjuta-plugin.wiz,
15765         plugins/project-wizard/templates/terminal.wiz,
15766         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15767         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15768         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15769         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15770         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15771         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15772         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15773         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15774         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15775         plugins/project-wizard/templates/terminal/configure.in.tpl,
15776         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15777         plugins/project-wizard/templates/terminal/src/main.c: Implemented
15778         a new property type -- hidden. Fixed terminal and anjuta-plugin
15779         project templates.
15781 2005-01-07  Naba Kumar  <naba@gnome.org>
15783         * templates/anjuta-plugin.wiz,
15784         templates/terminal.wiz,
15785         templates/terminal/Makefile.am.tpl,
15786         templates/terminal/autogen.sh,
15787         (Removed) templates/terminal/configure.ac.tpl,
15788         (Added) templates/.cvsignore,
15789         (Added) templates/Makefile.am,
15790         (Added) templates/anjuta-plugin/.cvsignore,
15791         (Added) templates/anjuta-plugin/Makefile.am,
15792         (Added) templates/anjuta-plugin/src/.cvsignore,
15793         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
15794         (Added) templates/terminal/.cvsignore,
15795         (Added) templates/terminal/Makefile.am,
15796         (Added) templates/terminal/configure.in.tpl,
15797         (Added) templates/terminal/po/.cvsignore,
15798         (Added) templates/terminal/po/ChangeLog,
15799         (Added) templates/terminal/po/Makefile.am,
15800         (Added) templates/terminal/po/POTFILES.in,
15801         (Added) templates/terminal/src/.cvsignore,
15802         (Added) templates/terminal/src/Makefile.am,
15803         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
15804         project wizard. Fixed configure/po/Makefile template errors.
15806 2005-01-06  Naba Kumar  <naba@gnome.org>
15808         * configure.in: Added project templates.
15809         * plugins/project-wizard/templates/*: Added to project and renamed
15810         Makefile.am and configure.in to Makefile.am and configure.ac respectively
15811         for the project templates (so that they do not conflict with autotools
15812         build. Created proper configure.ac.tpl and autogen.sh for project
15813         templates.
15814         
15815 2005-01-06  Naba Kumar  <naba@gnome.org>
15817         * plugins/project-wizard/anjuta-project-wizard.glade,
15818         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
15819         Fixed file list parsing and to take absolute file paths (for example,
15820         from an icon selected previously). Used toggle buttons for boolean
15821         properties. Check if all mandatory fields are given before going
15822         forward in the wizard. Use scrollable viewport for listing property
15823         widgets incase the list goes out of wizard's size. Added tooltips
15824         as descriptions of the property widgets. And other fixes.
15826         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
15827         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
15828         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
15829         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
15830         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
15831         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
15832         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
15833         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15834         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
15835         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15836         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15837         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
15838         Restructured template files.
15840 2005-01-06  Naba Kumar  <naba@gnome.org>
15842         * configure.in: Added check for autogen.
15843         
15844         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
15845         in dispose.
15846         
15847         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
15848         Do not emit changed signal when in dispose.
15850         * plugins/symbol-browser/plugin.c: Don't updated symbols when
15851         symbol-view widget has been destroyed.
15852         
15853         * src/anjuta-app.c: Set null to preference, status and ui object
15854         pointers when they are destroyed.
15856         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
15857         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
15858         Added boolean, integer and file property types.
15859         
15860         * plugins/project-wizard/Makefile.am,
15861         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
15862         project wizard templates.
15864 2005-01-04  Naba Kumar  <naba@gnome.org>
15866         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
15867         added widgets.
15868         
15869         * plugins/editor/aneditor.cxx,
15870         plugins/editor/anjuta-docman.c,
15871         plugins/editor/plugin.c,
15872         plugins/editor/text_editor.c:
15873         Removed unnecessary ref/unref of scintilla.
15874         
15875         * plugins/message-view/anjuta-msgman.c,
15876         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
15877         make close button similar to document manager.
15878         
15879         * plugins/project-manager/plugin.c,
15880         plugins/project-manager/plugin.h: Removed dead codes. Removed
15881         unnecessary ref/unref.
15882         
15883         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
15884         instead of hard refs.
15886 2005-01-03  Naba Kumar  <naba@gnome.org>
15888         * libanjuta/interfaces/libanjuta.idl: Added configure() and
15889         generate() methods for IAnjutaBuildable interface.
15891         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
15892         IAnjutaBuildable inteface.
15894         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
15895         to destroy build context when message view is destroyed.
15896         
15897         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
15898         a ref to it and unref in destructor. AnEditor class wants to be the
15899         owner of scintilla widget. Fixed compile warnings with signed/unsigned
15900         comparisions.
15901         
15902         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
15903         complicate the scene. Removed editor widget from AnjutaDocman when
15904         the widget is destroyed.
15905         
15906         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
15907         from shell. It will be removed from shell when the widget is destroyed.
15908         
15909         * plugins/editor/text_editor.c: Added debug codes to track object
15910         finalizations.
15912         * plugins/message-view/anjuta-msgman.c: Remove message view on
15913         widget destroy. Destroy message view on remove. Removed all views
15914         correctly.
15915         
15916         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
15917         from container.
15919 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15921         * plugins/file-wizard/action-callbacks.c,
15922         plugins/file-wizard/anjuta-file-wizard.glade,
15923         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
15924         Insert Licence, copyright, header template ...
15925         
15926 2005-01-02  Naba Kumar  <naba@gnome.org>
15928         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
15929         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
15930         anjuta_status_add_widget() to allow setting busy cursor on non
15931         toplevel windows.
15933         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
15935         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
15936         mime types to take text/source also.
15937         
15938         * plugins/editor/anjuta-docman.c,
15939         plugins/editor/anjuta-docman.h,
15940         plugins/editor/plugin.c,
15941         plugins/editor/text_editor.c,
15942         plugins/editor/text_editor.h,
15943         plugins/editor/text_editor_cbs.c: Listen for busy signal from
15944         AnjutaStatus and set busy cursor on editors.
15946         * plugins/file-loader/Makefile.am,
15947         plugins/file-loader/plugin.c,
15948         (added) plugins/file-loader/dnd.c,
15949         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
15951         * src/anjuta.c: Hide anjuta window before destruction.
15953         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15954         * configure.in, plugins/Makefile.am,
15955         (removed) plugins/project-wizard/appwiz_page1.c,
15956         (removed) plugins/project-wizard/appwiz_page2.c,
15957         (removed) plugins/project-wizard/appwiz_page3.c,
15958         (removed) plugins/project-wizard/appwiz_page4.c,
15959         (removed) plugins/project-wizard/appwizard.c,
15960         (removed) plugins/project-wizard/appwizard.h,
15961         (removed) plugins/project-wizard/appwizard_cbs.c,
15962         (removed) plugins/project-wizard/appwizard_cbs.h,
15963         (removed) plugins/project-wizard/appwizard_gui.c,
15964         (removed) plugins/project-wizard/gnome_project.c,
15965         (removed) plugins/project-wizard/gnome_project.h,
15966         (removed) plugins/project-wizard/wizard_gui.c,
15967         (removed) plugins/project-wizard/wizard_gui.h,
15968         (added) plugins/project-wizard/.cvsignore,
15969         (added) plugins/project-wizard/Makefile.am,
15970         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
15971         (added) plugins/project-wizard/anjuta-project-wizard.glade,
15972         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
15973         (added) plugins/project-wizard/applogo.png,
15974         (added) plugins/project-wizard/appwizard.png,
15975         (added) plugins/project-wizard/autogen.c,
15976         (added) plugins/project-wizard/autogen.h,
15977         (added) plugins/project-wizard/druid.c,
15978         (added) plugins/project-wizard/druid.h,
15979         (added) plugins/project-wizard/file.c,
15980         (added) plugins/project-wizard/file.h,
15981         (added) plugins/project-wizard/header.c,
15982         (added) plugins/project-wizard/header.h,
15983         (added) plugins/project-wizard/install.c,
15984         (added) plugins/project-wizard/install.h,
15985         (added) plugins/project-wizard/parser.c,
15986         (added) plugins/project-wizard/parser.h,
15987         (added) plugins/project-wizard/plugin.c,
15988         (added) plugins/project-wizard/plugin.h,
15989         (added) plugins/project-wizard/property.c,
15990         (added) plugins/project-wizard/property.h: Removed old application-wizard
15991         codes and added new template based (autogen based) project wizard
15992         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
15994 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
15996         * plugins/cvs-plugin/plugin.c: Fixed crash bug
15997         * plugins/cvs-plugin/cvs-execute.c:
15998         Fix cvs_log which did not work because of some
15999         glade problem
16000         Patch from Mark R. Pariente <markpariente@cmu.edu>
16001         - Fix message highlighting
16003 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16004         
16005         * template/*,
16006         date/template/*,
16007         configure.in:
16008         Removed template stuff completly because we dicussed to implement
16009         a macro system for Edit->Insert Text
16011 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16012         
16013         * plugins/editor/aneditor.cxx,
16014         plugins/editor/text_editor.c:
16015         Set line number width dynamically
16016         * src/about.c:
16017         Prepered new GTK 2.6 about dialog
16019 2004-12-30  Naba Kumar  <naba@gnome.org>
16021         patch from: Massimo Corà  <maxcvs@email.it>
16022         * plugins/editor/aneditor.cxx: Highlights correct function
16023         argument in recursive calltips.
16025 2004-12-30  Naba Kumar  <naba@gnome.org>
16027         * plugins/symbol-browser/plugin.c,
16028         libanjuta/interfaces/libanjuta.idl,
16029         plugins/editor/text_editor.c: Fixed editor markers and added a new
16030         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16031         mark the line visited.
16032         
16033         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16034         libegg/Makefile.am, libegg/eggcomboselect.c,
16035         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16036         widget for use with symbol view in toolbar.
16037         
16038         * plugins/cvs-plugin/anjuta-cvs.ui,
16039         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16040         placeholder for cvs plugin context menu in filemanager.
16041         
16042 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16043         
16044         * plugins/cvs-plugin/plugin.c:
16045         Show popup menu only if the file is contained in
16046         a directory containing a "CVS" directory
16048 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16049         
16050         * plugins/cvs-plugin/cvs-action.[ch],
16051         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16052         * plugins/cvs-plugin/anjuta-cvs.ui,
16053         * plugins/cvs-plugin/plugin.c:
16054         Implemented "Import"
16055         
16056         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16057         Added right-click-menu for file-manager
16059 2004-12-26  Naba Kumar  <naba@gnome.org>
16061         * src/action-callbacks.c, src/action-callbacks.h,
16062         src/anjuta-actions.h, src/anjuta-app.c,
16063         src/anjuta.ui: Added fullscreen action.
16065         * plugins/cvs-plugin/cvs-actions.c,
16066         plugins/cvs-plugin/plugin.c,
16067         plugins/cvs-plugin/plugin.h: Watches current editor,
16068         project and file manager selection in plugin
16069         implementation.
16070         
16071 2004-12-26  Naba Kumar  <naba@gnome.org>
16073         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16074         src/action-callbacks.c: Fixed app finalization. Added a
16075         command line arg --proper-shutdown (-p), which when set
16076         will release all plugins and their resources (this option
16077         is mainly for debugging).
16078         
16079         * plugins/file-loader/plugin.c: Fixed filename duplications
16080         in recent files history.
16081         
16082         * plugins/profile-default/plugin.c: Disabled problematic
16083         plugins for now to load at startup.
16084         
16085         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16086         annoying debug prints.
16087         
16088 2004-12-23  Naba Kumar  <naba@gnome.org>
16090         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16091         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16092         plugins/cvs-plugin/anjuta-cvs.ui,
16093         plugins/cvs-plugin/cvs-actions.c,
16094         plugins/cvs-plugin/cvs-actions.h,
16095         plugins/cvs-plugin/cvs-execute.c,
16096         plugins/cvs-plugin/cvs-execute.h,
16097         plugins/cvs-plugin/Makefile.am,
16098         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16099         Added cvs log command.
16101 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16102         
16103         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16104         default
16106 2004-12-20  Naba Kumar  <naba@gnome.org>
16108         patch from: Massimo Corà  <maxcvs@email.it>
16109         * plugins/editor/aneditor.cxx: Added recursive calltips.
16111 2004-12-20  Naba Kumar  <naba@gnome.org>
16112         
16113         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16114         Show busy cursor during loading and unloading.
16115         
16116 2004-12-19  Naba Kumar  <naba@gnome.org>
16118         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16119         memory leaks. Disabled debug print.
16121         * plugins/symbol-browser/an_symbol_view.c,
16122         plugins/symbol-browser/plugin.c,
16123         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16124         problems. Creates SymbolView object every time when the
16125         plugin is activated.
16127         * plugins/project-manager/plugin.c: Close project when
16128         deactivating.
16129         
16130 2004-12-18  Naba Kumar  <naba@gnome.org>
16132         * po/POTFILES.in: Removed commented lines.
16133         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16134         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16135         * plugins/gdb/plugin.c: Fixed compile error.
16136         
16137         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16138         * libegg/eggcellrendererkeys.c: Fixed compile error.
16139         
16140 2004-12-18  Naba Kumar  <naba@gnome.org>
16142         * plugins/file-loader/plugin.c: Fixed loading bug.
16143         
16144         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16145         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16146         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16147         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16148         and corruptions. Fixed loading and unloading of plugins.
16149         
16150 2004-12-17  Naba Kumar  <naba@gnome.org>
16151         
16152         * plugins/file-loader/Makefile.am,
16153         plugins/file-loader/plugin.c,
16154         plugins/project-manager/plugin.c: Fixed memory corruption
16155         and disposition codes. Added missing plugin.h in Makefile.am.
16157 2004-12-16  Naba Kumar  <naba@gnome.org>
16159         * plugins/symbol-browser/an_symbol_view.c,
16160         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16161         codes. Fixed memory leaks and corruptions.
16163         * plugins/build-basic-autotools/build-basic-autotools.c
16164         plugins/editor/anjuta-docman.c,
16165         plugins/editor/text_editor.c,
16166         plugins/file-loader/plugin.c,
16167         plugins/file-manager/plugin.c,
16168         plugins/file-wizard/plugin.c,
16169         plugins/message-view/anjuta-msgman.c,
16170         plugins/message-view/anjuta-msgman.h,
16171         plugins/message-view/message-view.c,
16172         plugins/message-view/plugin.c,
16173         plugins/message-view/plugin.h,
16174         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16176         * src/about.c, src/about.h, src/action-callbacks.c,
16177         src/action-callbacks.h, src/anjuta-actions.h,
16178         src/anjuta-app.c, src/anjuta-app.h,
16179         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16180         src/anjuta.c, src/anjuta.h, src/getline.c, 
16181         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16182         src/start-with.c, src/start-with.h: Fixed emacs modes.
16184         * src/layout.xml: Brought document manager in front.
16185         
16186 2004-12-15  Naba Kumar  <naba@gnome.org>
16188         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16189         properly removed.
16190         
16191         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16192         finalization. Added a method to unload all plugins and destroy them.
16193         Fixed memory leaks.
16194         
16195         * plugins/sample1/plugin.c: Proper finalization code and renamed
16196         functions to proper names.
16197         
16198         * plugins/build-basic-autotools/build-basic-autotools.c,
16199         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16201         * src/shell.c: Unload all plugins on exit, so that memory profilers
16202         can detect memory leaks in plugins.
16204 2004-12-13  Naba Kumar  <naba@gnome.org>
16206         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16207         docking is working.
16208         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16209         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16211 2004-12-11  Naba Kumar  <naba@gnome.org>
16213         * data/properties/anjuta.properties: Fixed font size.
16214         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16215         compile file function. There are some fixmes there.
16216         * plugins/message-view/anjuta-msgman.c,
16217         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16218         
16219 2004-12-08  Naba Kumar  <naba@gnome.org>
16221         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16222         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16223         to escape quotes in a string.
16224         
16225         * plugins/cvs-plugin/cvs-actions.c,
16226         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16227         cvs diff command.
16229         * plugins/build-basic-autotools/build-basic-autotools.c,
16230         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16231         filters.
16232         
16233 2004-12-07  Naba Kumar  <naba@gnome.org>
16235         * plugins/build-basic-autotools/build-basic-autotools.c,
16236         plugins/build-basic-autotools/automake-c.filters: Completed directory
16237         tracking. Double click on Errors and warnings now work as expected.
16239         * plugins/build-basic-autotools.c: Added codes to track build directory
16240         so that absolute path of the files could be determined.
16242 2004-12-06  Naba Kumar  <naba@gnome.org>
16244         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16245         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16246         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16247         
16248 2004-12-05  Naba Kumar  <naba@gnome.org>
16250         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16251         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16252         
16253         * plugins/cvs-plugin/plugin.c,
16254         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16255         
16256 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16257         
16258         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16259         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16260         plugins/cvs-plugin/cvs-execute.[ch]:
16261         Implemented cvs status and cvs diff
16262         Known bugs:
16263         - rdiff command is not correct
16264         - Must find a way to allow selection of directies AND files 
16265         in GtkFileChooser
16267 2004-12-03  Naba Kumar  <naba@gnome.org>
16269         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16270         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16271         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16272         session.properties file if it is for the first time.
16273         
16274 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16275         
16276         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16277         commit.
16278         
16279         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16280         plugins/cvs-plugin/anjuta-cvs.ui:
16281         Implemented update/commit and changed menu layout 
16283 2004-12-02  Naba Kumar  <naba@gnome.org>
16285         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16286         property name (for cvs path property). Beautified dialogs.
16288 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16289         
16290         * plugins/message-view/anjuta-msgman.c: Changed callback name
16291         and changed switch-page handling.
16292         
16293         * plugins/cvs-plugin/cvs-actions.c:
16294         * plugins/cvs-plugin/cvs-execute.c:
16295         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16296         - Implemented cvs add and cvs removed - both working now
16297         - Created a useful preferences page
16298         
16300 2004-11-30  Naba Kumar  <naba@gnome.org>
16302         * libanjuta/anjuta-status.c: Fixed runtime warning.
16303         
16304         * plugins/editor/Makefile.am:
16305         plugins/editor/anjuta-document-manager.glade,
16306         plugins/editor/plugin.c
16307         plugins/editor/plugin.h
16308         plugins/editor/style-editor.c (new, moved from src/),
16309         plugins/editor/style-editor.h (new, moved from src/),
16310         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16311         settings in preferences.
16313         * plugins/editor/text_editor.c,
16314         plugins/editor/text_editor.h: Do not take unused args in
16315         text_editor_get_props().
16317         * src/style-editor.c, src/style-editor.h: Removed, moved to
16318         plugins/editor/ directory.
16320 2004-11-29  Naba Kumar  <naba@gnome.org>
16322         * plugins/editor/text_editor_cbs.c: Emit click signal in
16323         IAnjutaMarkable.
16324         * libanjuta/anjuta-status.c: More spacing between items.
16325         
16326 2004-11-29  Naba Kumar  <naba@gnome.org>
16328         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16329         
16330         * libanjuta/interfaces/libanjuta.idl,
16331         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16332         plugins/debug-manager/plugin.c,
16333         plugins/gdb/breakpoints.c,
16334         plugins/gdb/breakpoints.h,
16335         plugins/gdb/debugger.c,
16336         plugins/gdb/debugger.h,
16337         plugins/gdb/plugin.c,
16338         plugins/gdb/plugin.h,
16339         plugins/gdb/utilities.c,
16340         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16341         toggle breakpoint margin clicks.
16343 2004-11-28  Naba Kumar  <naba@gnome.org>
16345         * TODO.tasks: Fixed indentations.
16346         * plugins/gtodo/libgtodo.c: Save with indentation.
16347         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16348         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16349         * libanjuta/anjuta-status.c: Fixed busy cursors.
16350         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16351         * po/POTFILES.in: Updated.
16352         
16353 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16354         
16355         * plugins/editor/anjuta-document-manager.glade,
16356           plugins/editor/search-replace.[c,h], 
16357           plugins/editor/search-replace_backend.h
16358           plugins/editor/search-preferences.[c,h] :
16359           Saved Search-Preferences (gconf),
16360           Basic search by default.
16362 2004-11-22  Naba Kumar  <naba@gnome.org>
16364         * configure.in: Fixed build error.
16366 2004-11-21  Naba Kumar  <naba@gnome.org>
16368         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16369         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16370         Added AnjutaStatus class to libanjuta.
16371         Added anjuta_shell_get_status() method.
16372         
16373         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16374         and fixed marshaller generation.
16375         
16376         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16377         "updade_ui" signals to IAnjutaEditor interface.
16378         
16379         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16380         
16381         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16382         regexes.
16383         
16384         * plugins/class-gen/clsGen.c: Intial port.
16385         
16386         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16387         name.
16388         
16389         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16390         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16391         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16392         Implemented status update. Emits "update_ui" and "char_added" signals.
16393         Added view preferences.
16394         
16395         * plugins/file-loader/plugin.c: Added open with plugins in open with
16396         menus.
16397         
16398         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16399         
16400         * plugins/message-view/anjuta-msgman.c,
16401         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16402         to close correct message view rather than current view.
16404 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16405         
16406         * plugins/cvs-plugin/cvs-actions.c
16407         plugins/cvs-plugin/plugin.[ch]
16408         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16409         Implemented cvs add but ran into a launcher/message_view
16410         problem because of a limitation of the idl compiler
16412 2004-11-19  Naba Kumar  <naba@gnome.org>
16414         * plugins/project-manager/plugin.c: Displays a progress window during
16415         project load.
16416         
16417         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16418         Fixed UI separators.
16419         
16420         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16421         UI placeholder.
16422         
16423         * plugins/project-manager/anjuta-project-manager.ui,
16424         plugins/project-manager/plugin.[c,h]: Added add/remove context
16425         menus and implemented them. Added file manager merge menu.
16427 2004-11-18  Naba Kumar  <naba@gnome.org>
16429         * TODO.tasks: Updated.
16430         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16431         plugins/message-view/message-view.c: Fixed finalize and dispose
16432         methods.
16433         * plugins/debugger/*: Removed from cvs (development now in
16434         debug-manager).
16436 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16438         Reviewed by Naba Kumar  <naba@gnome.org>:
16439         
16440         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16441         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16442         plugins/gdb/breakpoints.c: all marker related stuff moved from
16443         editor and docman interfaces to IAnjutaMarkable
16445 2004-11-17  Naba Kumar  <naba@gnome.org>
16447         * TODO.tasks: Updated.
16448         
16449         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16450         
16451         * libegg/egg-combo-action.c: Block changed signal when changing model.
16452         
16453         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16454         Emit changed signal. Removed dead codes.
16455         
16456         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16457         that recent files history do not duplicate.
16458         
16459         * plugins/symbol-browser/an_symbol_view.c,
16460         plugins/symbol-browser/an_symbol_view.h,
16461         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16462         Fixed a bug.
16464 2004-11-15  Naba Kumar  <naba@gnome.org>
16466         * plugins/project-manager/plugin.c: Opens targets on double click.
16467         
16468         * plugins/message-view/message-view.c,
16469         plugins/file-manager/anjuta-file-manager-plugin.glade,
16470         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16471         Added proper class finalization
16472         and disposition. Added preferences notifications and callbacks to
16473         change info/warning/error colors.
16474         
16475         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16476         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16477         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16478         Implemented finalize method for AnjutaApp. Code cleanups.
16479         
16480         * plugins/message-view/plugin.c: Static parent_class.
16481         
16482 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16483         * plugins/editor/search-replace.[c,h], 
16484           plugins/editor/search-replace_backend.c
16485           Update search entry in main toolbar.
16486           Clean code.
16488 2004-11-11  Naba Kumar  <naba@gnome.org>
16490         * TODO.tasks: Updated.
16492         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16493         and completed on-the-fly-change preferences. Removed "changed"
16494         signal as it is no longer necessary (use notify for similar
16495         purpose to monitor individual preferences).
16497         
16498         * plugins/editor/anjuta-document-manager.glade: Added view menu
16499         preferences so that they are registered.
16500         
16501         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16502         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16503         connection to "changed" signal of preferences and implemented
16504         notifications for some editor preferences. More to implement.
16506 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16507         * plugins/editor/print.c
16508         Fixed bug 1047624 : Add line number every X lines.
16510 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16511         * plugins/editor/search-replace.c
16512         Fixed a crash bug (995755) when searching "%n"
16514 2004-11-09  Naba Kumar  <naba@gnome.org>
16516         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16517         Fixed to refresh categories list on file load.
16519 2004-11-08  Naba Kumar  <naba@gnome.org>
16520         
16521         * configure.in, plugins/Makefile.am,
16522         plugins/profile-default/plugin.c: Added cvs plugin in build.
16523         
16524         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16525         
16526         * plugins/debug-manager/.cvsignore: Added file to ignore.
16527         
16528         * plugins/debug-manager/Makefile.am: Removed dead codes.
16529         
16530         * src/anjuta.ui: Added placeholder for version control UI.
16532 2004-11-08  Naba Kumar  <naba@gnome.org>
16534         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16535         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16536         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16537         Updated.
16539         * global-tags/Makefile.am: Fixed make error.
16541         * plugins/profile-default/plugin.c: Added debug-manager
16542         and gdb plugins to load at startup so that debugger
16543         windows are docked properly. They will be removed
16544         later when we figure out runtime docking.
16546         * plugins/sample1/*: Restored to last working state.
16548         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16549         windows in lower pane. Named the windows appropriately.
16551         * ChangeLog: Fixed format.
16552         
16553 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16555         * libanjuta/interfaces/libanjuta.idl,
16556         libanjuta/anjuta-marshal.c,
16557         plugins/Makefile.am,
16558         plugins/debug-manager/plugin.c,
16559         plugins/editor/plugin.c,
16560         plugins/editor/text_editor.c,
16561         plugins/gdb/breakpoints.c,
16562         plugins/gdb/debugger.c,
16563         plugins/gdb/plugin.c,
16564         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16566 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16567         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16568         plugins/editor/search-replace.c,
16569         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16570         Search and Replace; Show result in find pane
16571           
16572 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16573         
16574         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16575         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16576         (added features: starting debugger and loading of core/executable,
16577         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16578         partially works)
16580 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16581         
16582         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16583         my cvs-plugin files...
16584         I hope I have rescued everything possible.
16585         
16586         * Naba: Could you please fix sample1 because I messed it up to 
16587         but there should be a histroy of this directory we should commit
16589 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16590         
16591         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16592         infrastructure
16593         * plugins/cvs-plugin/plugin.c,
16594         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16595         Added preferences dialog (not yet complete)
16597 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16598         
16599         * global-tags/Makefile.am, mime/Makefile.am:
16600         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16601         
16602         * template/xmltemplate.[ch],
16603         template/xmlstrings.[ch],
16604         template/autotools.[ch] removed,
16605         template/prj_template.[ch] removed,
16606         template/lang_template.[ch] removed,
16607         template/lib_template.[ch] removed,
16608         template/Makefile.am adjusted,
16609         template/dtds/lang.dtd removed, 
16610         template/dtds/lib.dtd removed,
16611         template/dtds/prj.dtd removed,
16612         template/dtds/autotools.dtd removed,
16613         data/template/lib/* removed,
16614         data/template/language/* removed,
16615         data/template/library/* removed,
16616         data/template/project/* removed,
16617         date/template/Makefile.am adjusted:
16618         Remove everything except text-templates to replace hardcoded 
16619         Edit->Insert texts with dynamic loaded.
16621         * plugins/cvs-plugin/plugin.[ch],
16622         plugins/cvs-actions.[ch],
16623         plugins/Makefile.am,
16624         plugins/cvs-plugin/Makefile.am,
16625         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16626         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16627         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16628         Added initial cvs-plugin code
16630 2004-10-21  Naba Kumar  <naba@gnome.org>
16631         
16632         * libanjuta/anjuta-plugin.c,
16633         plugins/build-basic-autotools/build-basic-autotools.c,
16634         plugins/debugger/plugin.c,
16635         plugins/devhelp/plugin.c,
16636         plugins/editor/anjuta-docman.c,
16637         plugins/editor/goto_line.c,
16638         plugins/editor/plugin.c,
16639         plugins/editor/search-replace.c,
16640         plugins/editor/text_editor.c,
16641         plugins/file-loader/plugin.c,
16642         plugins/file-manager/plugin.c,
16643         plugins/file-wizard/file.c,
16644         plugins/file-wizard/plugin.c,
16645         plugins/gdb/plugin.c,
16646         plugins/gtodo/plugin.c,
16647         plugins/message-view/anjuta-msgman.c,
16648         plugins/profile-default/plugin.c,
16649         plugins/project-manager/plugin.c,
16650         plugins/sample1/plugin.c,
16651         plugins/terminal/terminal.c: Defined all global variables static,
16652         particularly class parent_class variables. They were getting
16653         confused at link time.
16655         * libanjuta/plugins.c: Do not unload plugins when they are
16656         deactivated. Simply cache them for later activation. Unloading
16657         modules have some problem with shared libs using static class
16658         registration. Fixed hash type for installed plugins. Eventually,
16659         we want to add "CanUnload" attribute for .plugin files (in
16660         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16661         be unloaded from memory. Those plugins declaring CanUnload=false
16662         will not be unloaded from memory and will be put in the cache. Those
16663         not declaring anything or declaring CanUnload=true, will be unloaded
16664         from memory when they are deactivated.
16666         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16667         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16668         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16669         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16670         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16671         activation, deactivation. Fixed memory leaks.
16673 2004-10-20  Naba Kumar  <naba@gnome.org>
16675         * TODO.tasks: Updated.
16676         
16677         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16678         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16679         macro for adding interfaces to plugin types. Code cleanup.
16680         
16681         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16682         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16683         
16684         * plugins/build-basic-autotools/build-basic-autotools.c,
16685         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16686         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16687         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16688         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16689         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16690         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16691         plugins/project-manager/plugin.c,
16692         plugins/symbol-browser/an_symbol_view.c,
16693         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16694         newly defined macro to add interfaces to plugin types.
16696         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16698 2004-10-20  Naba Kumar  <naba@gnome.org>
16700         * TODO.tasks: Added task list.
16701         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16702         default values.
16704 2004-10-19  Naba Kumar  <naba@gnome.org>
16706         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16707         
16708         * plugins/editor/action-callbacks.c,
16709         plugins/editor/action-callbacks.h,
16710         plugins/editor/anjuta-docman.c,
16711         plugins/editor/anjuta-docman.h,
16712         plugins/editor/anjuta-document-manager.ui,
16713         plugins/editor/file_history.c,
16714         plugins/editor/file_history.h,
16715         plugins/editor/plugin.c: Added file history browsing.
16716         
16717         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16718         
16719         * plugins/message-view/anjuta-message-manager.ui,
16720         plugins/message-view/plugin.c: Added document manager context menu.
16721         
16722         * plugins/symbol-browser/an_symbol_view.c,
16723         plugins/symbol-browser/an_symbol_view.h,
16724         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16725         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16726         document manager context menu.
16727         
16728         * scintilla/*, scintilla/include/*: Updated to current cvs.
16729         
16730 2004-10-19  Naba Kumar  <naba@gnome.org>
16732         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16733         placeholder for debugger UI.
16734         
16735         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16736         * plugins/file-manager/plugin.c: Fixed loading bug.
16737         
16738         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16739         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16740         Initializes gconf database with default values when the
16741         values are not defined. Use bool and int prefs separately.
16743         * plugins/editor/plugin.c: Added encoding preferences.
16744         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16746         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16747         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16748         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16749         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16751 2004-10-18  Naba Kumar  <naba@gnome.org>
16753         * po/POTFILES.in: Updated.
16754         
16755         * libanjuta/anjuta-ui.c: Corrected debug messages.
16756         
16757         * libegg/egg-combo-action.c, libegg/test-actions.c,
16758         libegg/menu/egg-combo-action.h: Fixed combo action.
16759         
16760         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16761         Fixed format.
16762         
16763         * plugins/editor/action-callbacks.[c,h],
16764         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16765         Implemented file swap. Removed dead codes.
16766         
16767         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16768         dead codes.
16769         
16770         * plugins/symbol-browser/an_symbol_view.[c,h],
16771         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16772         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16773         Implemented file symbols. Implemented goto file line when symbol is
16774         selected.
16775         
16776         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16777         
16778 2004-10-10  Naba Kumar  <naba@gnome.org>
16780         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
16781         
16782         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16783         
16784         * plugins/debugger/.cvsignore,
16785         (added) plugins/debugger/Makefile.am,
16786         (added) plugins/debugger/anjuta-debugger.glade,
16787         (added) plugins/debugger/anjuta-debugger.plugin.in,
16788         (added) plugins/debugger/anjuta-debugger.plugin.png,
16789         (added) plugins/debugger/anjuta-debugger.ui,
16790         plugins/debugger/attach_process.c,
16791         (removed) plugins/debugger/attach_process_cbs.c,
16792         (removed) plugins/debugger/attach_process_cbs.h,
16793         (removed) plugins/debugger/breakpoints.c,
16794         (removed) plugins/debugger/breakpoints.h,
16795         (removed) plugins/debugger/debug_tree.c,
16796         (removed) plugins/debugger/debug_tree.h,
16797         (removed) plugins/debugger/debugger.c,
16798         (removed) plugins/debugger/debugger.h,
16799         (removed) plugins/debugger/memory.c,
16800         (removed) plugins/debugger/memory.h,
16801         (added) plugins/debugger/plugin.c,
16802         (added) plugins/debugger/plugin.h,
16803         (removed) plugins/debugger/registers.c,
16804         (removed) plugins/debugger/registers.h,
16805         (removed) plugins/debugger/registers_cbs.c,
16806         (removed) plugins/debugger/registers_cbs.h,
16807         (removed) plugins/debugger/registers_gui.c,
16808         (removed) plugins/debugger/sharedlib.c,
16809         (removed) plugins/debugger/sharedlib.h,
16810         (removed) plugins/debugger/sharedlib_cbs.c,
16811         (removed) plugins/debugger/sharedlib_cbs.h,
16812         (removed) plugins/debugger/sharedlib_gui.c,
16813         (removed) plugins/debugger/signals.c,
16814         (removed) plugins/debugger/signals.h,
16815         (removed) plugins/debugger/signals_cbs.c,
16816         (removed) plugins/debugger/signals_cbs.h,
16817         (removed) plugins/debugger/signals_gui.c,
16818         (removed) plugins/debugger/stack_trace.c,
16819         (removed) plugins/debugger/stack_trace.h,
16820         (added) plugins/debugger/utilities.c,
16821         (added) plugins/debugger/utilities.h,
16822         (removed) plugins/debugger/watch.c,
16823         (removed) plugins/debugger/watch.h,
16824         (removed) plugins/debugger/watch_cbs.c,
16825         (removed) plugins/debugger/watch_cbs.h,
16826         (removed) plugins/debugger/watch_gui.c,
16827         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
16828         
16829         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
16830         Added debugger gdb backend plugin.
16831         
16832         * plugins/message-view/plugin.c: Registered all message stock icons.
16833         
16834         * plugins/profile-default/plugin.c: Loads debugger plugin.
16835         
16836         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
16838 2004-10-08  Naba Kumar  <naba@gnome.org>
16840         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
16841         information.
16842         
16843         * plugins/symbol-browser/.cvsignore,
16844         plugins/symbol-browser/Makefile.am,
16845         plugins/symbol-browser/an_symbol_view.c,
16846         plugins/symbol-browser/an_symbol_view.h,
16847         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
16848         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16849         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
16850         plugins/symbol-browser/plugin.c,
16851         plugins/symbol-browser/plugin.h,
16852         plugins/symbol-browser/sv_class.xpm,
16853         plugins/symbol-browser/sv_function.xpm,
16854         plugins/symbol-browser/sv_macro.xpm,
16855         plugins/symbol-browser/sv_private_fun.xpm,
16856         plugins/symbol-browser/sv_private_var.xpm,
16857         plugins/symbol-browser/sv_protected_fun.xpm,
16858         plugins/symbol-browser/sv_protected_var.xpm,
16859         plugins/symbol-browser/sv_public_fun.xpm,
16860         plugins/symbol-browser/sv_public_var.xpm,
16861         plugins/symbol-browser/sv_static_fun.xpm,
16862         plugins/symbol-browser/sv_static_var.xpm,
16863         plugins/symbol-browser/sv_struct.xpm,
16864         plugins/symbol-browser/sv_unknown.xpm,
16865         plugins/symbol-browser/sv_variable.xpm,
16866         plugins/symbol-browser/test-symbol-browser.c,
16867         plugins/Makefile.am: Implemented Symbol
16868         browser plugin.
16869         
16870         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
16871         
16872         * plugins/build-basic-autotools/Makefile.am,
16873         plugins/devhelp/Makefile.am,
16874         plugins/editor/Makefile.am,
16875         plugins/file-loader/Makefile.am,
16876         plugins/file-manager/Makefile.am,
16877         plugins/file-wizard/Makefile.am,
16878         plugins/gtodo/Makefile.am,
16879         plugins/message-view/Makefile.am,
16880         plugins/profile-default/Makefile.am,
16881         plugins/project-manager/Makefile.am
16882         plugins/sample1/Makefile.am,
16883         plugins/terminal/Makefile.am,
16884         scintilla/Makefile.am,
16885         libegg/Makefile.am,
16886         launcher/Makefile.am,
16887         libanjuta/Makefile.am,
16888         src/Makefile.am,
16889         tagmanager/Makefile.am,
16890         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
16891         anjuta_data_dir in configure.in and used them in plugins Makefile.am
16892         files. Also fixed library dependencies.
16893         
16894         * plugins/editor/aneditor.cxx: Disabled unused codes.
16895         * plugins/file-manager/an_file_view.c: Added copyright.
16896         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
16897         
16898         * plugins/profile-default/plugin.c: Can load plugins by location.
16899         * plugins/project-manager/plugin.c: Remove project_root_uri value
16900         when project is closed.
16901         
16902 2004-10-06  Naba Kumar  <naba@gnome.org>
16904         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
16905         
16906         * libanjuta/interfaces/libanjuta.idl,
16907         plugins/editor/text_editor.c: Added get_length()
16908         and get_current_word() methods in IAnjutaEditor interface.
16909         
16910         * libegg/Makefile.am: Added test_actions target.
16911         
16912         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
16913         
16914         * plugins/build-basic-autotools/build-basic-autotools.c,
16915         plugins/file-loader/plugin.c,
16916         plugins/message-view/message-view.c: Added code to go to file and
16917         line number,
16918         
16919         * plugins/devhelp/plugin.c: Context sensitive help now works.
16920         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
16921         uri as line number and goes to that line number.
16922         
16923         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
16924         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
16925         gtodo_client_load() method to load from a diffrent file. Watched 
16926         project root directory in plugin to open TODO.tasks of the project.
16927         
16928         * plugins/project-manager/plugin.c: Updates project UI
16929         sensitive/insensitive.
16931         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
16932         anjuta-shell program to test plugins.
16933         
16934         * src/anjuta-app.c: Registered UI accels.
16935         
16936 2004-09-28  Naba Kumar  <naba@gnome.org>
16938         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
16939         method.
16940         
16941         * src/anjuta-app.c: Implemented present widget method.
16942         
16943         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16944         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
16945         
16946         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
16947         added editor.
16948         
16949         * plugins/editor/text_editor.c: Connects to preferences changed signal
16950         correctly.
16951         
16952 2004-09-28  Naba Kumar  <naba@gnome.org>
16953         
16954         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
16955         print code.
16956         
16957         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
16958         size to 5 pix.
16959         
16960         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
16961         in changed signal callback.
16962         
16963         * plugins/editor/action-callbacks.c: Implemented save_all action
16964         callback. Removed dead code. Do save_as when saving a new file.
16965         Implemented incremental search.
16966         
16967         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
16968         
16969         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
16970         
16971         * src/anjuta-app.c: Registers UI accelerators.
16972         
16973 2004-09-27  Naba Kumar  <naba@gnome.org>
16975         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
16976         
16977         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
16978         plugins/devhelp/anjuta-devhelp.plugin.in,
16979         plugins/file-loader/anjuta-loader.plugin.in,
16980         plugins/file-manager/anjuta-file-manager.plugin.in,
16981         plugins/gtodo/anjuta-gtodo.plugin.in,
16982         plugins/project-manager/anjuta-project-manager.plugin.in,
16983         plugins/terminal/anjuta-terminal.plugin.in:
16984         Gave proper plugin names.
16986         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
16987         error when regex fail.
16988         
16989         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
16990         Added help and context search. Watches current editor. More menus
16991         in Help submenu. Update UI (sensitive when required) properly.
16992         
16993         * plugins/editor/anjuta-document-manager.ui,
16994         plugins/devhelp/anjuta-devhelp.ui,
16995         plugins/message-view/anjuta-message-manager.ui,
16996         src/anjuta.ui: Goto menu actions are in separate submenu.
16997         
16998         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
16999         Removed unimplemented UI elements.
17000         
17001         * src/anjuta-app.c: Larger (and normal) icon size.
17002         
17003         * src/layout.xml: Task manager plugin along with document (in middle).
17004         
17005         * plugins/editor/plugin.c, plugins/file-loader.c,
17006         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17007         in gtkactions. Enable/disable UI properly.
17008         
17009 2004-09-26  Naba Kumar  <naba@gnome.org>
17011         * po/POTFILES.in: Updated, added missing files.
17013         * .cvsignore: Updated.
17014         
17015         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17016         a new function to get User input text.
17017         
17018         * libanjuta/resources.[c,h]: Added a function to created sized image.
17019         
17020         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17021         from filename, as thats the correct representation.
17022         
17023         * plugins/build-basic-autotools/Makefile.am,
17024         (added) plugins/build-basic-autotools/automake-c.filters,
17025         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17026         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17027         Rearragned UI elements in the build menu. Added codes to read build
17028         filter rules from external file. Implemented all build, configure,
17029         autogen commands. Watches current editor and project.
17030         
17031         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17032         Added editor changed signal and exports current editor value.
17033         Fixed parameter names. Fixed get_uri() interface implementation to
17034         return correct uri.
17035         
17036         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17037         elements.
17038         
17039         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17040         
17041         * plugins/file-manager/an_file_view.c,
17042         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17043         
17044         * plugins/file-wizard/file.c: Reads uri correctly.
17045         
17046         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17047         sets the page to the new view.
17048         
17049         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17050         Fixed signal connecting.
17051         
17052         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17053         to "project_root_uri" and exports as uri.
17054         
17055 2004-09-24  Naba Kumar  <naba@gnome.org>
17057         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17058         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17059         in correct way.
17060         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17061         * plugins/file-loader/plugin.c: Added comments.
17062         * plugins/build-basic-autotools/plugin.c: Added comments.
17063         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17064         
17065         * libanjuta/interfaces/libanjuta.idl,
17066         plugins/message-view/anjuta-msgman.c,
17067         plugins/message-view/message-view.c,
17068         plugins/message-view/message-view.h,
17069         plugins/message-view/plugin.c: Buffering and appending messages have
17070         been separated. message-view implementations cleaned up. Signals
17071         Emissions fixed. Messages now displayed in summary and details show
17072         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17073         API.
17074         
17075         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17076         preferences.
17077         
17078         * plugins/build-basic-autotools/Makefile.am,
17079         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17080         parsing of output to create message summaries. Uses new message view
17081         API.
17082         
17083         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17084         preferences to make dialog box smaller.
17085         
17086         * plugins/editor/search-replace.c: Fixed compile error with change
17087         in IAnjutaMessageView API.
17088         
17089 2004-09-21  Naba Kumar  <naba@gnome.org>
17091         * plugins/Makefile.am: Deletes old (installed) plugins before
17092         installing new ones.
17093         
17094         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17095         plugins/build-basic-autotools/build-basic-autotools.c,
17096         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17097         file URI from filemanager. Only disables/enables build submenu in file
17098         manager, instead of merging/unmerging.
17099         
17100         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17101         non-text files.
17102         
17103         * plugins/file-loader/anjuta-loader-plugin.ui,
17104         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17105         Implemented "Open with" file manager submenu. Displays error message
17106         when file can not be opened.
17107         
17108         * plugins/file-manager/an_file_view.c: Renamed
17109         file_manager_current_filename value name to file_manager_current_uri
17110         and exports proper URI.
17111         
17112         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17114 2004-09-19  Naba Kumar  <naba@gnome.org>
17116         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17117         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17118         save point signal to change editor tabs. Fixed accels.
17119         
17120         * plugins/file-loader/plugin.c: Fixed accels.
17122         * plugins/project-manager/plugin.c: Added target selection callback.
17123         
17124         * plugins/project-manager/plugin.c: Added URI activation.
17125         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17126         Fixed dialog and closed it on ok. Fixed a crash bug.
17127         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17129         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17130         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17131         plugins/file-loader/anjuta-loader-plugin.ui,
17132         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17133         Added recent files in file loade plugin.
17134         
17135         * ChangeLog: Fixed entry dates.
17136         
17137 2004-09-18  Naba Kumar  <naba@gnome.org>
17139         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17140         an unnecessary GtkFrame.
17141         
17142 2004-09-17  Naba Kumar  <naba@gnome.org>
17144         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17146         * TODO: Updated.
17147         
17148         * data/Makefile.am: Disabled installing old mime info.
17149         
17150         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17151         
17152         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17153         plugins/editor/anjuta-document-manager.ui,
17154         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17155         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17156         Added Editor context popup menu.
17157         
17158         * plugins/project-manager/anjuta-project-manager-plugin.png:
17159         Update image.
17160         
17161         * plugins/project-manager/anjuta-project-manager.plugin.in:
17162         Support .anjuta mime type.
17163         
17164         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17165         value.
17166         
17167         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17168         value.
17169         
17170         * src/layout.xml, plugins/profile-default/plugin.c:
17171         Added project manager plugin for startup.
17173 2004-09-16  Naba Kumar  <naba@gnome.org>
17174         
17175         * anjuta.prj: Updated.
17176         
17177         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17178         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17179         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17180         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17181         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17182         plugins/terinal/Makefile.am, src/Makefile.am,
17183         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17184         Fixed makefile syntax errors.
17186 2004-09-16  Naba Kumar  <naba@gnome.org>
17188         * configure.in, src/layout.xml,
17189         plugins/profile-default/plugin.c,
17190         libanjuta/interfaces/libanjuta.idl,
17191         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17192         
17193         * configure.in, plugins/Makefile.am,
17194         plugins/project-manager/.cvsignore, 
17195         plugins/project-manager/Makefile.am,
17196         plugins/project-manager/anjuta-project-manager-plugin.png,
17197         plugins/project-manager/anjuta-project-manager.plugin.in,
17198         plugins/project-manager/anjuta-project-manager.ui,
17199         plugins/project-manager/plugin.c,
17200         plugins/project-manager/plugin.h: Added project manager plugin
17201         based on gnome-build.
17202         
17203         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17204         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17205         
17206         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17207         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17208         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17209     
17210 2004-09-16  Naba Kumar  <naba@gnome.org>
17212         * plugins/editor/action-callbacks.c: Fixed compile error.
17213         
17214 2004-09-15  Naba Kumar  <naba@gnome.org>
17216         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17217         
17218         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17219         New improved splace with nicer progress.
17220         
17221         * configure.in, plugins/Makefile.am,
17222         (added) file-wizard/.cvsignore,
17223         (added) file-wizard/Makefile.am,
17224         (added) file-wizard/action-callbacks.c,
17225         (added) file-wizard/action-callbacks.h,
17226         (added) file-wizard/anjuta-file-wizard-plugin.png,
17227         (added) file-wizard/anjuta-file-wizard.glade,
17228         (added) file-wizard/anjuta-file-wizard.plugin.in,
17229         (added) file-wizard/anjuta-file-wizard.ui,
17230         (added) file-wizard/file.c,
17231         (added) file-wizard/file.h,
17232         (added) file-wizard/plugin.c,
17233         (added) file-wizard/plugin.h:
17234         Created new file wizard and added it. The wizard takes care of text
17235         bit insertions and new files creation.
17237         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17238         plugins/editor/action-callbacks.h,
17239         plugins/editor/anjuta-document-manager.glade,
17240         plugins/editor/anjuta-document-manager.ui,
17241         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17242         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17243         new files code and moved into a new plugin (file wizard).
17244         
17245         * libanjuta/plugins.[c,h]: Added plugins selection function.
17246         
17247         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17248         get_position(), insert() in IAnjutaEditor interface. Added
17249         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17250         interface (for wizard plugins).
17252         * plugins/file-loader/anjuta-loader-plugin.ui,
17253         plugins/file-loader/plugin.c: Added wizard launcher interface which
17254         scans for plugins implement IAnjutaWizard interface and presents the
17255         list to user for selection. The selected plugin is then activated
17256         for the wizard.
17258         * libanjuta/interfaces/.cvsignore: Updated.
17259         * plugins/message-view/.cvsignore: Updated.
17260         * plugins/launcher/*: Removed as launcher has already been moved to
17261         libanjuta as class.
17263         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17264         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17265         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17266         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17267         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17268         Updated API documentations.
17270 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17272         * configure.in: Added Punjabi to ALL_LINGUAS
17274 2004-07-29  Naba Kumar  <naba@gnome.org>
17276         * configure.in: Added file-loader plugin Makefile path and
17277         fixed devhelp version requirement.
17279 2004-07-28  Naba Kumar  <naba@gnome.org>
17281         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17282         terminal/preferences-terminal.png (added), message-view/*.png (added),
17283         message-view/*.xpm (added), editor/*.png (added),
17284         editor/*.xpm (added), plugins/editor/Makefile.am,
17285         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17286         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17287         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17288         respective plugins directories.
17290         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17291         pixmaps/block-end-16.png, pixmaps/block-end.png
17292         pixmaps/block-start-16.png, pixmaps/block-start.png
17293         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17294         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17295         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17296         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17297         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17298         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17299         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17300         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17301         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17302         pixmaps/preferences-editor.png, pixmaps/undock.png
17303         pixmaps/error-next-16.png, pixmaps/error-next.png
17304         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17305         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17306         pixmaps/preferences-terminal.png: Deleted
17308         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17309         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17310         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17311         plugins/editor/anjuta-document-manager.plugin.in,
17312         plugins/editor/anjuta-document-manager.ui,
17313         plugins/editor/plugin.c, plugins/editor/print.c,
17314         plugins/editor/search-replace_backend.c,
17315         plugins/editor/search_preferences.h,
17316         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17317         Moved properties souce files to editor plugin as it not required in
17318         libanjuta. Other editor fixes.
17320         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17321         libegg/dock/* (removed)
17322         : Restored GDL external dependencies and removed libegg dock
17323         sources, because gdl is being developed.
17324         
17325         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17326         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17327         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17328         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17329         libanjuta/plugins.c, libanjuta/plugins.h,
17330         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17331         gconf system. Shell now takes docking positions. Added more utility
17332         functions. Added plugins query function. And other fixes.
17334         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17335         
17336         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17337         plugin to load files based on mime type.
17338         
17339         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17340         
17341         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17342         plugins/file-manager/plugin.c: File manager now uses file loader to
17343         open files.
17345         * plugins/message-view/anjuta-msgman.c,,
17346         plugins/message-view/message-view.c,
17347         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17349         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17350         plugins/terminal/terminal.c, src/Makefile.am,
17351         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17352         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17353         
17354         * libegg/dock/*: Removed directory.
17355         
17356 2004-07-28  Naba Kumar  <naba@gnome.org>
17358         * configure.in: Reduced gnome-print version requirement.
17359         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17361 2004-07-21  Ray Strode  <rstrode@redhat.com>
17362         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17363         new mime sytem.
17365 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17366         
17367         * plugins/editor/search-replace.c: Some fixes
17368         * plugins/terminal/Makefile.am:
17369         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17371 2004-05-19  Naba Kumar  <naba@gnome.org>
17373         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17374         compiler warning.
17376 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17378         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17379         Implemented IAnjutaSavable
17380         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17382 2004-05-17  Naba Kumar  <naba@gnome.org>
17384         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17385         plugins/build-basic-autotools/.cvsignore,
17386         plugins/build-basic-autotools/Makefile.am,
17387         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17388         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17389         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17390         plugins/build-basic-autotools/build-basic-autotools.c,
17391         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17392         build plugin.
17393         
17394         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17395         definition.
17396         
17397         * plugins/file-manager/an_file_view.c,
17398         plugins/file-manager/anjuta-file-manager.ui,
17399         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17400         Added context menu UI.
17401         
17402         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17403         in view menu.
17405 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17406         
17407         * libanjuta/anjuta-preferences.[ch]: 
17408         Added save/load_gconf functions
17409         * src/action_callbacks.[ch], src/preferences.c: 
17410         Load global prefs from gconf at startup and save them
17411         on exit. Prefs load and save correctly but something resets
17412         them to default after loading...
17413         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17414         Somehow the linker does not find save/load_gconf functions
17415         in libanjuta. Must be a stupid mistake, I would be glad
17416         if someone could fix that.
17417         * manuals/reference/libanjuta-sections.txt: Added new
17418         preferences functions and removed gnome-filelist
17419         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17420         * plugins/file-manager/plugin.c:
17421         Added root-path property
17423 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17424         
17425         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17426         they are not longer needed.
17427         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17428         anjuta-sections.txt: Remove references to the files
17429         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17430         Use new nautilus icons for file-manager, looks incredible
17431         cool!
17433 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17434         
17435         * plugins/editor/anjuta-docman.c: gchar* to 
17436         const gchar* in arguments
17437         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17438         Interface
17439         * plugins/file-manager/an_file_view.c: Open files on
17440         double-click. Does not work yet because it does not
17441         find IAnjutaFile interface in document manager
17443 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17444         
17445         * plugins/editor/anjuta-docman.c
17446         * plugins/editor/text_editor.c:
17447         Made close button working, made multiple selection in
17448         File/Open dialog possble, fixed crash bug if file cannot
17449         be opened.
17451 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17452         
17453         * plugins/editor/action-callbacks.c
17454         * plugins/editor/anjuta-docman.c
17455         * plugins/editor/anjuta-docman.h
17456         * plugins/editor/search-replace.c
17457         * plugins/editor/search-replace_backend.c
17458         * plugins/editor/text_editor.c
17459         * plugins/editor/text_editor.h:
17460         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17461         able to open all files, use uri instead of full_filename, fixed
17462         many bugs.
17465 2004-05-13  Naba Kumar  <naba@gnome.org>
17467         * plugins/message-view/anjuta-message-manager-plugin.glade:
17468         HIG compliant.
17470         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17471         management.
17473         * pixmaps/anjuta_splash.png: Added border.
17474         
17475         * plugins/editor/anjuta-document-manager.png: New icon.
17476         
17477         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17478         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17479         
17480         plugins/editor/Makefile.am,
17481         plugins/editor/search-replace.c,
17482         plugins/editor/search-replace.h,
17483         plugins/editor/search-replace_backend.c,
17484         plugins/editor/search-replace_backend.h,
17485         plugins/editor/search_preferences.h,
17486         plugins/editor/search_preferences.c: Merged changes from
17487         ANJUTA_1_2_0 branch.
17488         
17489         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17490         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17491         operational.
17493         * plugins/terminal/Makefile.am,
17494         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17495         dialog.
17496         
17497         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17498         submenu.
17500 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17501         * plugins/message-view/plugin.c: Fixed glade file loading
17502         Removed "Show messages" menu item
17503         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17504         twice because of this load system layout hack.
17505         * libanjuta/anjuta-ui.h: Removed #include config.h
17506         * libanjuta/libanjuta.pc: Fixed path and depencies
17507         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17508         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17509         * libanjuta/properties.cxx : #include "properties_cxx.h"
17510         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17512 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17513         * plugins/message-view/*: Fixed message view preferences
17514         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17515         * anjuta.glade: Removed messages stuff
17517 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17518         
17519         * Removed libanjutamm, it is now hosted on SF.net:
17520         cvs.sf.net/cvsroot/anjuta/libanjutamm
17522 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17523         
17524         * libanjutamm/*
17525         Added some experimental code to add support for C++ plugins.
17526         Nothing works yet and it is likely that it will disappear but
17527         I have some questions to murrayc and he wants to see the code.
17529 2004-05-11  Naba Kumar  <naba@gnome.org>
17531         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17533         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17534         hightlight style menu actions.
17536         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17537         manuals/reference/libanjuta/plugin-description-file.sgml,
17538         manuals/reference/libanjuta/writing-plugins.sgml,
17539         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17540         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17541         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17543         * src/anjuta-app.c: Always load system layout for now.
17545         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17546         
17547         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17548         manuals/reference/libanjuta/libanjuta-sections.txt,
17549         manuals/reference/libanjuta/libanjuta.types,
17550         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17551         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17552         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17553         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17554         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17555         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17556         Updated documentation.
17558         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17559         plugins/profile-default/plugin.c, src/layout.xml:
17560         Created terminal plugin.
17561          
17562         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17563         (new) plugins/file-manager/.cvsignore,
17564         plugins/file-manager/an_file_view.c,
17565         plugins/file-manager/plugin.c,
17566         plugins/file-manager/plugin.h: Moved preferences to separate
17567         glade file and added cvsignore file.
17568         
17569         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17570         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17571         from the branch. I tried it     but there were way too many conflicts.
17572         
17573         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17574         
17575         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17576         util functions required during the merge.
17577         
17578         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17579         interface.
17580         
17581         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17582         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17583         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17584         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17585         Merged with ANJUTA_1_2_0 branch.
17587 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17589         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17591 2004-05-07  Naba Kumar  <naba@gnome.org>
17593         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17595         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17596         Added preferences reading and loading.
17597         
17598         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17599         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17600         libanjuta/fileselection.c, libanjuta/fileselection.h,
17601         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17602         
17603         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17605         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17606         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17607         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17608         data/macros/autogen.sh, data/macros2/autogen.sh
17609         data/properties/ada.properties, data/properties/anjuta.properties,
17610         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17611         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17612         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17613         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17614         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17615         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17616         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17617         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17618         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17619         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17620         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17621         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17622         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17623         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17624         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17625         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17626         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17627         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17628         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17629         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17630         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17631         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17632         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17633         (added) scintilla/scintilla-marshal.c,
17634         (added) scintilla/scintilla-marshal.h,
17635         (added) scintilla/scintilla-marshal.list,
17636         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17637         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17638         (added) scintilla/patches/scintilla-calltip-align.patch,
17639         (added) scintilla/patches/scintilla-minor.patch,
17640         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17642 2004-05-06  Naba Kumar  <naba@gnome.org>
17644         * (added) plugins/file-manager/Makefile.am,
17645         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17646         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17647         (added) plugins/file-manager/anjuta-file-manager.ui,
17648         (added) plugins/file-manager/plugin.c,
17649         (added) plugins/file-manager/plugin.h,
17650         (removed) plugins/file-manager/an_file_view.h,
17651         plugins/Makefile.am, configure.in,
17652         plugins/file-manager/an_file_view.c: Created file manager plugin.
17653         
17654         * plugins/profile-default/plugin.c: Added file manager plugin in default
17655         profile.
17656         
17657         * libanjuta/Makefile.am: Fixed dependencies.
17658         * pixmaps/anjuta_splash.png: New splash screen.
17660 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17661         
17662         * template/template.c/h: Added in-line doc
17663         * manuals/reference/template/*: Added template documentation
17664         * configure.in: Build template docs
17666 2004-05-05  Naba Kumar  <naba@gnome.org>
17668         * autogen.sh: Added commands to generate initial interfaces.
17669         
17670         * libanjuta/Makefile.am,
17671         (removed)libanjuta/anjuta-plugin-parser.c,
17672         (removed)libanjuta/anjuta-plugin-parser.h,
17673         (added)libanjuta/anjuta-plugin-description.c,
17674         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17675         plugin description.
17676         
17677         * libanjuta/anjuta-plugin.c,
17678         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17679         
17680         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17681         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17682         widget add_widget() method.
17683         
17684         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17685         and moved plugin sets loading in profile plugins.
17686         
17687         * libanjuta/interfaces/.cvsignore,
17688         (removed)libanjuta/interfaces/Makefile.am,
17689         libanjuta/interfaces/libanjuta.idl,
17690         libanjuta/interfaces/anjuta-idl-compiler.pl,
17691         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17692         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17693         (removed)libanjuta/interfaces/ianjuta-editor.c,
17694         (removed)libanjuta/interfaces/ianjuta-editor.h,
17695         (removed)libanjuta/interfaces/ianjuta-file.c,
17696         (removed)libanjuta/interfaces/ianjuta-file.h,
17697         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17698         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17699         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17700         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17701         *.h and Makefile.am files. They are autogenerated. Interfaces are
17702         by anjuta-idl-compiler.pl from libanjuta.idl file.
17703         
17704         * manuals/reference/libanjuta/Makefile.am,
17705         manuals/reference/libanjuta/anjuta-architecture.sgml,
17706         manuals/reference/libanjuta/libanjuta-docs.sgml,
17707         manuals/reference/libanjuta/libanjuta-sections.txt,
17708         manuals/reference/libanjuta/libanjuta.types,
17709         manuals/reference/libanjuta/plugin-description-file.sgml,
17710         manuals/reference/libanjuta/writing-plugins.sgml,
17711         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17712         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17713         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17714         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17715         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17716         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17717         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17718         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17719         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17720         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17721         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17722         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17723         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17724         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17725         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17726         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17727         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17728         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17729         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17730         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17731         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17732         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17733         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17734         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17735         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17736         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17737         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17738         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17739         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17740         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17741         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17742         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17743         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17744         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17745         interfaces template sgmls.
17746         
17747         * plugins/Makefile.am,
17748         plugins/devhelp/anjuta-devhelp.plugin.in,
17749         plugins/devhelp/plugin.c,
17750         plugins/editor/action-callbacks.c,
17751         plugins/editor/anjuta-document-manager.plugin.in,
17752         plugins/editor/plugin.c,
17753         plugins/editor/plugin.h,
17754         plugins/editor/text_editor.c,
17755         plugins/sample1/plugin.c,
17756         plugins/message-view/anjuta-message-manager.plugin.in,
17757         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17758         placement. Fixed other errors.
17759         
17760         * (added)plugins/profile-default/.cvsignore,
17761         (added)plugins/profile-default/Makefile.am,
17762         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17763         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17764         (added)plugins/profile-default/anjuta-default-profile.ui,
17765         (added)plugins/profile-default/plugin.c,
17766         (added)plugins/profile-default/plugin.h: Added a default new
17767         profile plugin.
17768         
17769         * src/Makefile.am,
17770         src/action-callbacks.c,
17771         src/anjuta-app.c,
17772         src/anjuta.c,
17773         src/main.cpp: Fixed necessary changes for libanjuta
17775 2004-05-04  Naba Kumar  <naba@gnome.org>
17777         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17778         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17779         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17780         placement for default widgets placements.
17782 2004-05-03  Naba Kumar  <naba@gnome.org>
17784         * manuals/reference/libanjuta/anjuta-architecture.sgml,
17785         manuals/reference/libanjuta/libanjuta-docs.sgml,
17786         manuals/reference/libanjuta/plugin-description-file.sgml,
17787         manuals/reference/libanjuta/writing-plugins.sgml:
17788         Wrote more sections in writing-plugins document and fixed errors.
17790 2004-05-03  Naba Kumar  <naba@gnome.org>
17792         * libanjuta/interfaces/libanjuta.idl: Added interface
17793         IAnjutaFileManager.
17794         
17795         * manuals/reference/libanjuta/anjuta-architecture.dia,
17796         manuals/reference/libanjuta/anjuta-architecture.png: Updated
17797         architecture diagram.
17798         
17799         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
17800          manuals/reference/libanjuta/libanjuta-docs.sgml,
17801         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
17802         (added) manuals/reference/libanjuta/writing-plugins.sgml:
17803         Wrote writing-plugins document and separated chapters into
17804         separate sgml files.
17805         
17806         * plugins/file-manager/an_file_view.c,
17807         plugins/file-manager/an_file_view.h: New and improved directory
17808         rendering.
17810 2004-05-02  Sven Herzberg  <herzi@abi02.de>
17812         * anjuta.glade: re-designed the new file dialog
17813         * anjuta_dialogs_strings.c: new strings from the new file dialog
17815 2004-04-30  Naba Kumar  <naba@gnome.org>
17817         * libanjuta/interfaces/Makefile.am.iface,
17818         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
17819         
17820         * libanjuta/interfaces/libanjuta.idl: Updated.
17822         * libanjuta/interfaces/Makefile.am.iface,
17823         libanjuta/interfaces/libanjuta.idl: Updated.
17825 2004-04-29  Naba Kumar  <naba@gnome.org>
17826         
17827         * libanjuta/interfaces/Makefile.am.iface,
17828         libanjuta/interfaces/libanjuta.idl: Updated.
17830 2004-04-29  Naba Kumar  <naba@gnome.org>
17832         * libanjuta/interfaces/giface-idlc-c.pl,
17833         libanjuta/interfaces/libanjuta.idl: Upgraded.
17834         * libanjuta/interfaces/Makefile.am.iface: Added.
17835         
17836 2004-04-28  Naba kumar  <naba@gnome.org>
17838         * libanjuta/interfaces/giface-idlc-c.pl,
17839         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
17840         definitions and wrote a compiler.
17841         
17842 2004-04-28  Naba Kumar  <naba@gnome.org>
17844         * libanjuta/anjuta-shell.c: Fixed docs.
17845         * libanjuta/interfaces/Makefile.am,
17846         libanjuta/interfaces/ianjuta-file.c,
17847         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
17848         
17849         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
17850         
17851         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
17853         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17854         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17855         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17856         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17857         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
17858         * src/anjuta-app.c: Fixed bug.
17860 2004-04-27  Naba Kumar  <naba@gnome.org>
17862         * libanjuta/anjuta-preferences-dialog.c,
17863         manuals/Makefile.am: Fixed document bugs and enabled docs
17864         building.
17866         * libanjuta/anjuta-preferences-dialog.c,
17867         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
17868         More documentation.
17869         
17870         * libanjuta/anjuta-preferences.c,
17871         manuals/reference/libanjuta/libanjuta-docs.sgml,
17872         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17873         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17874         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17875         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17876         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
17877         Wrote more documentations.
17879         * (removed) plugins/message-view/imessage-view.c,
17880         (removed) plugins/message-view/ianjuta-msgman.c,
17881         plugins/message-view/Makefile.am,
17882         plugins/message-view/anjuta-msgman.c,
17883         plugins/message-view/anjuta-msgman.h,
17884         plugins/message-view/message-view.c,
17885         plugins/message-view/message-view.h,
17886         plugins/message-view/plugin.c,
17887         plugins/message-view/plugin.h: Moved interface implementations
17888         in their respective classes and used correct macros to
17889         defined class types.
17891         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
17892         src/action-callbacks.c, src/anjuta-app.c: Subclassed
17893         AnjutaUI from GtkUIManager instead of GtkDialog.
17895         * manuals/reference/libanjuta/Makefile.am,
17896         manuals/reference/libanjuta/libanjuta-docs.sgml,
17897         manuals/reference/libanjuta/libanjuta-sections.txt,
17898         manuals/reference/libanjuta/libanjuta.types,
17899         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17900         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17901         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17902         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17903         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17904         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
17905         Wrote more documentation, fixed typos, added architecture
17906         diagram, updated object types etc.
17908         * plugins/editor/text_editor.c: Fixed interface implementation.
17910 2004-04-26  Naba Kumar  <naba@gnome.org>
17912         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17913         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17914         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
17915         architecture diagram and a new chapter on plugins description file.
17917 2004-04-25  Naba Kumar  <naba@gnome.org>
17919         *  libanjuta/anjuta-children.h,
17920         libanjuta/anjuta-plugin.c,
17921         libanjuta/anjuta-plugin.h,
17922         libanjuta/anjuta-preferences.c,
17923         libanjuta/anjuta-shell.c,
17924         libanjuta/anjuta-shell.h,
17925         libanjuta/e-splash.c,
17926         libanjuta/e-splash.h,
17927         manuals/reference/libanjuta/Makefile.am,
17928         manuals/reference/libanjuta/libanjuta-docs.sgml,
17929         manuals/reference/libanjuta/libanjuta-sections.txt,
17930         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17931         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17932         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17933         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17934         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17935         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17936         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17937         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17938         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17939         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17940         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17941         manuals/reference/libanjuta/tmpl/defaults.sgml,
17942         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17943         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17944         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
17945         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
17946         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17947         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17948         manuals/reference/libanjuta/tmpl/plugins.sgml,
17949         manuals/reference/libanjuta/tmpl/properties.sgml,
17950         manuals/reference/libanjuta/tmpl/resources.sgml,
17951         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
17952         manuals/reference/libanjuta/tmpl/e-splash.sgml,
17953         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17954         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17955         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17956         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
17958         Added more template files and wrote more documentation.
17960 2004-04-24  Andras Timar  <timar@gnome.hu>
17962         * configure.in: Added hu to ALL_LINGUAS.
17964 2004-04-23  Naba Kumar  <naba@gnome.org>
17965         
17966         * configure.in: Fixed compile error.
17967         
17968         * libanjuta/anjuta-children.c,
17969         libanjuta/anjuta-children.h,
17970         libanjuta/anjuta-preferences.c,
17971         libanjuta/anjuta-preferences.h,
17972         libanjuta/anjuta-shell.c,
17973         libanjuta/anjuta-ui.c,
17974         libanjuta/anjuta-ui.h,
17975         manuals/reference/libanjuta/Makefile.am,
17976         manuals/reference/libanjuta/libanjuta-docs.sgml,
17977         manuals/reference/libanjuta/libanjuta.types,
17978         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17979         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17980         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17981         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17982         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17983         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17984         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17985         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17986         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17987         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17988         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17989         manuals/reference/libanjuta/tmpl/defaults.sgml,
17990         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17991         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17992         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
17993         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
17994         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17995         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17996         manuals/reference/libanjuta/tmpl/plugins.sgml,
17997         manuals/reference/libanjuta/tmpl/properties.sgml,
17998         manuals/reference/libanjuta/tmpl/resources.sgml,
17999         plugins/sample1/plugin.c: Added libanjuta API documentation.
18001 2004-04-22  Naba Kumar  <naba@gnome.org>
18003         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18004         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18005         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18006         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18007         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18008         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18009         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18010         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18011         (removed) libegg/eggradiotoolbutton.c,
18012         (removed) libegg/eggseparatortoolitem.c,
18013         (removed) libegg/eggtoggletoolbutton.c,
18014         (removed) libegg/eggtoolbar.c,
18015         (removed) libegg/eggtoolbutton.c,
18016         (removed) libegg/eggtoolitem.c,
18017         (removed) libegg/prop-editor.c,
18018         (removed) libegg/test-actions.c,
18019         (removed) libegg/test-drag.c,
18020         (removed) libegg/test-merge.c,
18021         (removed) libegg/test-toolbar.c,
18022         libegg/menu/Makefile.am,
18023         (removed) libegg/menu/egg-accel-dialog.h,
18024         (removed) libegg/menu/egg-action-group.h,
18025         (removed) libegg/menu/egg-action.h,
18026         libegg/menu/egg-entry-action.h,
18027         (removed) libegg/menu/egg-markup.h,
18028         (removed) libegg/menu/egg-menu-merge.h,
18029         (removed) libegg/menu/egg-menu.h,
18030         (removed) libegg/menu/egg-radio-action.h,
18031         (removed) libegg/menu/egg-toggle-action.h,
18032         (removed) libegg/menu/howitshouldwork.txt,
18033         (removed) libegg/toolbar/.cvsignore,
18034         (removed) libegg/toolbar/Makefile.am,
18035         (removed) libegg/toolbar/TODO,
18036         (removed) libegg/toolbar/eggradiotoolbutton.h,
18037         (removed) libegg/toolbar/eggseparatortoolitem.h,
18038         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18039         (removed) libegg/toolbar/eggtoolbar.h,
18040         (removed) libegg/toolbar/eggtoolbutton.h,
18041         (removed) libegg/toolbar/eggtoolitem.h,
18042         (removed) libegg/toolbar/prop-editor.h,
18043         (removed) libegg/toolbar/toolbar-api.txt,
18044         (removed) libegg/toolbar/toolbar-ideas.txt,
18045         plugins/devhelp/anjuta-devhelp.ui,
18046         plugins/devhelp/plugin.c,
18047         plugins/editor/action-callbacks.c,
18048         plugins/editor/action-callbacks.h,
18049         plugins/editor/anjuta-docman.c,
18050         plugins/editor/anjuta-document-manager.ui,
18051         plugins/editor/plugin.c,
18052         P plugins/message-view/Makefile.am,
18053         plugins/message-view/anjuta-message-manager.ui,
18054         plugins/message-view/plugin.c,
18055         plugins/sample1/anjuta-sample.ui,
18056         plugins/sample1/plugin.c,
18057         src/action-callbacks.c,
18058         src/action-callbacks.h,
18059         src/anjuta-actions.h,
18060         src/anjuta-app.c,
18061         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18062         Gtk actions and UIManager. Fixed all plugins to use this.
18063         
18064         * manuals/reference/gtkdoc-scangobj.diff,
18065         manuals/reference/libanjuta/Makefile.am,
18066         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18067         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18068         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18069         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18070         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18072         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18073         
18074 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18075         
18076         * plugins/message-view/imessage-view.c
18077         * plugins/message-view/ianjuta-msgman.c:
18078         Added interfaces
18080 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18082         * configure.in: Added en_CA to ALL_LINGUAS.
18084 2004-04-08  Naba Kumar  <naba@gnome.org>
18086         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18087         libanjuta/interfaces/Makefile.am,
18088         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18089         message manager and message view interfaces.
18091         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18092         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18093         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18094         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18095         src/anjuta-app.c: Used 'activate' and
18096         'deactivate' virtual methods for plugins. Fixed installed plugins
18097         dialogs. Added remove_widget() method for AnjutaShell.
18099         * libanjuta/interfaces/Makefile.am,
18100         libanjuta/interfaces/ianjuta-document-manager.c,
18101         libanjuta/interfaces/ianjuta-document-manager.h,
18102         libanjuta/interfaces/ianjuta-editor.c,
18103         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18104         and editor interfaces.
18106         * plugins/devhelp/plugin.c,
18107         plugins/message-view/anjuta-message-manager.plugin.in,
18108         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18109         plugins/sample1/plugin.c: Updated plugins implementation to
18110         reflect the changes.
18112 2004-04-07  Naba Kumar  <naba@gnome.org>
18114         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18115         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18116         libanjuta/interfaces/ianjuta-editor.h,
18117         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18118         plugins/editor/anjuta-docman.c,
18119         plugins/editor/anjuta-document-manager.plugin.in,
18120         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18121         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18122         Added supported interfaces for plugins. Tested plugin interfaces
18123         through sample plugin.
18124         
18125 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18126         
18127         * template/Makefile.am, data/templates/library/Makefile.am
18128         Fixed some automake-1.7 incompatibilities
18129         * template/xmltemplate.c: Small fix
18131 2004-02-23  Naba Kumar  <naba@gnome.org>
18133         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18134         Added plugins manager dialog.
18135         
18136         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18137         library dependencies.
18138         
18139         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18140         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18141         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18142         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18143         geometry command line option.
18144         
18145 2004-02-16  Naba Kumar  <naba@gnome.org>
18147         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18148         Added interfaces and IAnjutaEditor editor interface.
18149         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18150         interface.
18151         * libanjuta/anjuta-shell.h: Fixed bug.
18152         
18153 2004-02-13  Naba Kumar  <naba@gnome.org>
18155         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18156         
18157 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18158         
18159         * data/template/*/.cvsignore:
18160         Avoid all these ? in cvs output
18162 2004-02-13  Naba Kumar  <naba@gnome.org>
18164         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18165         includes and linking.
18167         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18168         and set required version to devhelp 0.8. This devhelp version
18169         can be acquired from gnome cvs branch devhelp branch
18170         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18172         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18173         src/actions-callbacks.c: Added Dock Manager settings menu item.
18175         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18176         * plugins/devhelp/plugin.c: Fixed a linking bug.
18177         
18178         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18179         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18180         external GDL dependency and used libegg codes.
18181         
18182 2004-02-12  Naba Kumar  <naba@gnome.org>
18184         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18185         Added devhelp plugin, but it can't be used without a
18186         patch in devhelp. So it's disabled for now.
18188         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18189         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18190         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18191         Update cvsignore files.
18193         * libanjuta/plugins.c, widgets/e-splash.c:
18194         Fixed plugins loading to show splash icons.
18195         
18196         * plugins/message-view/anjuta-message-manager.plugin.in,
18197         plugins/message-view/plugin.c: Fixed plugin registered name.
18199         * plugins/message-view/anjuta-message-view.png,
18200         plugins/sample1/anjuta-sample-plugin.png: Update images.
18202         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18203         src/main.c: Fixed layout loading.
18205         * plugins/devhelp/Makefile.am: Fixed error.
18207         * (removed) widgets/*, libanjuta/plugins.h,
18208         src/main.c: Transfered widgets to libanjuta/.
18209         
18210         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18211         toplevel directory to created only one library as libanjuta-egg.
18213         * data/Makefile.am: Fixed build error.
18215         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18216         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18217         libegg/.cvsignore: Added egg dock widget.
18219         * gdl/*: Removed as they are now available in libegg.
18220         
18221 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18223         * plugins/editor/anjuta-docman.c:
18224         Use stock close icon on tab close button
18226 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18227         
18228         * data/template/Makefile.am
18229         data/template/language/Makefile.am
18230         data/template/library/Makefile.am
18231         data/template/text/Makefile.am
18232         data/template/project/Makefile.am
18233         data/template/project/terminal/Makefile.am
18234         configure.in: Created Makefile to install templates
18236 2004-02-11  Naba Kumar  <naba@gnome.org>
18238         * plugins/editor/action-callbacks.c,
18239         plugins/editor/anjuta-document-manager.ui,
18240         plugins/editor/plugin.c
18241         plugins/message-view/anjuta-message-manager.ui,
18242         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18243         
18244 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18245         
18246         * plugins/message-view/*: MessageView plugin is now loaded
18247         The menu items are still dummies.
18249 2004-02-09  Naba Kumar  <naba@gnome.org>
18251         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18252         generation.
18253         
18254         * libanjuta/anjuta-preferences.h: Added some documentation.
18255         
18256         * libanjuta/anjuta-shell.h: Removed dead codes.
18257         
18258         * (removed) manuals/reference/gtkdoc-scangobj,
18259         manuals/reference/gtkdoc-scangobj.diff,
18260         manuals/reference/libanjuta/.cvsignore,
18261         manuals/reference/libanjuta/Makefile.am,
18262         manuals/reference/libanjuta/README.inline-doc,
18263         manuals/reference/libanjuta/README.sections,
18264         manuals/reference/libanjuta/libanjuta-docs.sgml,
18265         manuals/reference/libanjuta/libanjuta-sections.txt,
18266         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18267         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18268         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18269         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18270         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18271         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18272         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18273         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18274         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18275         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18276         manuals/reference/libanjuta/tmpl/defaults.sgml,
18277         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18278         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18279         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18280         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18281         manuals/reference/libanjuta/tmpl/plugins.sgml,
18282         manuals/reference/libanjuta/tmpl/properties.sgml,
18283         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18284         of scan program. Updated templates.
18286         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18287         editor action callbacks data.
18288         
18289         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18290         scintilla object ref/unref.
18292 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18293         
18294         * template/*: Added new xml based template system
18295         * template/dtds/*: Dtds to validate xml files of the template systems
18296         * data/template/*: Some sample template files
18297         Still needs some work but builds fine!
18299 2004-02-06  Naba Kumar  <naba@gnome.org>
18301         * cofigure.in, manuals/Makefile.am,
18302         (added) manuals/reference/*: Added API documentation
18303         structure (gtk-doc based).
18305         * libanjuta/libanjuta.h: Updated
18306         
18307 2004-02-05  Naba Kumar  <naba@gnome.org>
18308         
18309         * configure.in: Sets correct dependencies and
18310         uses gdl external library.
18312         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18313         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18314         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18315         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18316         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18317         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18318         and added file dialogs.
18320         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18321         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18322         Build dynamic libraries for libegg.
18324         * plugins/Makefile.am, plugins/editor/Makefile.am,
18325         plugins/editor/action-callbacks.c, 
18326         plugins/editor/action-callbacks.h,
18327         plugins/editor/anjuta-docman.c,
18328         plugins/editor/anjuta-docman.h
18329         plugins/editor/anjuta-document-manager.plugin.in
18330         plugins/editor/anjuta-document-manager.png
18331         plugins/editor/anjuta-document-manager.ui
18332         plugins/editor/file.c
18333         plugins/editor/file.h
18334         plugins/editor/plugin.c
18335         plugins/editor/print.c
18336         plugins/editor/print.h
18337         plugins/editor/search-replace.c
18338         plugins/editor/search_incremental.c
18339         plugins/editor/search_incremental.h
18340         plugins/editor/text_editor.c
18341         plugins/editor/text_editor.h
18342         plugins/editor/text_editor_cbs.c
18343         plugins/editor/text_editor_menu.h
18344         plugins/sample1/Makefile.am
18345         plugins/sample1/anjuta-sample-plugin.png
18346         plugins/sample1/anjuta-sample.plugin.in
18347         plugins/sample1/anjuta-sample.ui
18348         plugins/sample1/plugin-sample1.c
18349         plugins/sample1/plugin.c
18350         plugins/sample1/plugin.h: Created sample
18351         plugin and fixed editor plugin.
18353         * printing/*: Removed.
18355         * scintilla/Makefile.am: Builds dynamic library.
18357         * src/Makefile.am, src/action-callbacks.c,
18358         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18359         src/anjuta-actions.h, src/anjuta-app.c,
18360         src/anjuta-app.h, src/anjuta-callbacks.c,
18361         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18362         (removed) src/anjuta.h, src/anjuta.ui,
18363         src/layout.xml, src/main.c, src/preferences.h,
18364         src/utilities.c: Debuggged and finally made plugins
18365         loadable.
18367         * global-tags/Makefile.am: Fixed build error.
18369 2004-02-03  Naba Kumar  <naba@gnome.org>
18371         * configure.in: Users GDL from external package.
18372         * plugins/*: Added many new plugins (not ready though).
18373         * src/*: Removed many files (which have been transfered in plugins/).
18374         
18375 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18377         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18379 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18381         * configure.in: Added editor plugins
18382         
18383         * plugins/Makefile.am, src/search-replace_backend.h,
18384         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18385         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18386         
18387         * Added: plugins/editor/search_incremental.c, 
18388         plugins/editor/search_incremental.h
18390         * Update search-replace in plugins/editor
18391         
18392 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18393         
18394         * plugins/message-view/message-view.c: Some code clean-up
18396 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18398         * Added: search_incremental[ch]
18399         
18400         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18401         src/mainmenu_callbacks.c, src/toolbar.c
18402         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18403         
18404         * Incremental Search
18406 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18407         
18408         * plugins/message-view/anjuta-msgman.[c/h]:
18409         Added message manager for easier message handling with a
18410         similar interface as docman. Of course you can still use
18411         MessageView standalone.
18412         * plugins/Makefile.am: Added message-view because it compiles
18413         without errors.
18415 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18416         
18417         * plugins/message-view/*: Added message-view plugin 
18418         (still incomplete) 
18419         * configure.in: Added plugins/message-view/Makefile
18421 2004-01-03  Naba Kumar  <naba@gnome.org>
18423         * libanjuta/*.c: Added new files and updated old ones.
18424         * plugins/editor/*: Added editor plugin.
18425         * configure.in: Added editor plugin and moved editor related
18426         files into it.
18428 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18430         * src/Makefile.am: Added search-replace_backend.[ch]
18431         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18432         find_replace.[ch]
18433         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18434         src/search-replace_backend.c, src/search-replace_backend.h,
18435         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18436         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18437         src/toolbar_callbacks.c
18438         * The advanced Search/Replace functionality now replaces the older
18439         Find/Replace stuff.
18440         * The Search/Replace functionality can be interrupted during a long
18441         Search/Replace;
18442         
18443 2003-12-11  Naba Kumar  <naba@gnome.org>
18445         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18446         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18447         errors.
18448         * Makefile.am, libanjuta/*: Added new module.
18449         * src/Makefile.am: Fixed linking error.
18450         * src/watch_cbs.c: Debugger clean up.
18451         * configure.in: Added libanjuta-2.0.pc
18453         * configure.in, libanjuta/Makefile.am,
18454         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18455         libanjuta instead.
18457 2003-12-11  Naba Kumar  <naba@gnome.org>
18459         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18461         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18462         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18463         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18464         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18465         The user can now give a name at the creation of a new file and
18466         insert automatically (user choice) header, gpl notice, header
18467         template. The file extension is added automatically according
18468         to the selected type of file. The various insert functions have
18469         been moved from mainmenu-callback.c to file.c. The cursor is now
18470         moved after an insert operation. Removes also useless code in
18471         memory.c and search-replace.c
18472         
18473 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18475         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18476         sortable headers, process tree, removal of path and process params
18477         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18478         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18479         code cleanup
18481 2003-12-10  Naba Kumar  <naba@gnome.org>
18483         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18484         
18485 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18487         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18489 2003-11-28  Naba Kumar  <naba@gnome.org>
18491         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18492         
18493         * manuals/de/*: Added german translation docs.
18494         
18495         * configure.in, Makefile.am, src/Makefile.am,
18496         libegg/*/*: Added libegg library.
18497         
18498         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18499         installation directory.
18500         
18501         * src/text_editor_cbs.c: Fixed closing of file.
18503 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18504                                                                                 
18505         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18507 2003-09-05  Naba Kumar  <naba@gnome.org>
18509         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18510         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18511         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18512         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18513         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18514         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18515         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18516         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18517         using libegg. Initial commit -- compiles but is not complete.
18519 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18521         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18523 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18525         * configure.in: Removed "ta" from ALL_LINGUAS.
18527 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18529         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18531 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18533         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18535 2004-04-24  Andras Timar  <tmar@gnome.hu>
18537         * configure.in: Added hu to ALL_LINGUAS.
18539 2004-04-14  Naba Kumar  <naba@gnome.org>
18541         * src/Makefile.am, printing/Makefile.am,
18542         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18543         because we are still using GtkCombo and build breaks with gtk-2.4.
18544         
18545 2004-04-13  Naba Kumar  <naba@gnome.org>
18547         * NEWS: Updated.
18548         * anjuta.spec.in: Fixed build error.
18549         * po/POTFILES.in: Updated.
18550         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18552 2004-04-11  Naba Kumar  <naba@gnome.org>
18554         * NEWS: Updated.
18555         * AUTHORS: Updated.
18556         * configure.in: Added ga in ALL_LINGUAS.
18557         * ChangeLog: Fixed dates.
18558         
18559 2004-04-09  Naba Kumar  <naba@gnome.org>
18561         * src/print.c: Fixed buffer styling bug when printing with
18562         selection.
18564         * data/properties/anjuta.properties: Defined only one base font and
18565         used courier instead of lucidatypewriter, because most newer systems are
18566         unlikely to have it (bug #885023, #925956, #890473).
18567         
18568         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18569         warning.
18570         
18571         * src/an_file_view.c: Fixed possible crash bug.
18573 2004-04-07  Naba Kumar  <naba@gnome.org>
18575         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18576         gtk_main_quit() etc..), so that atexit() functions are not called
18577         (which is apparently done to free up memory and we don't need to
18578         do that at this point). Incidentally, something also happens in the
18579         atexit call which freezes the UI for far too long when the application
18580         exits and we want to avoid that..
18581         * src/glade_iface.c: Fixed compiler warning.
18582         
18583 2004-04-06  Naba Kumar  <naba@gnome.org>
18585         * src/project_dbase_gui.c: Fixed errors.
18587         * src/registers_gui.c: Fixed possible crash bug.
18588         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18589         * src/signals.[c,h]: Used tree view and glade file for dialog.
18590         * src/Makefile.am, src/about.c, src/an_file_view.c,
18591         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18592         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18593         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18594         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18595         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18596         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18597         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18598         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18599         src/launcher.h, src/main.c, src/main_menubar.c,
18600         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18601         src/message-manager-private.cc, src/message-manager.cc,
18602         src/preferences.c, src/project_config.c, src/project_dbase.c,
18603         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18604         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18605         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18606         src/search-replace.c, src/search-replace_backend.c,
18607         src/search_incremental.c, src/search_preferences.c,
18608         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18609         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18610         src/signals_gui.c, src/source.c, src/src_paths.c,
18611         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18612         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18613         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18614         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18615         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18616         tagmanager/Makefile.am, scintilla/include/SString.h,
18617         widgets/Makefile.am, widgets/gnomefilelist.c:
18619         Removed all deprecated codes and substituted
18620         with newer APIs. Fixed some possible crash bugs where cell renderers
18621         were being shared.
18622         
18623         * scintilla/patches/scintilla-minor.patch: Minor patch.
18625 2004-04-06  Naba Kumar  <naba@gnome.org>
18627         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18628         tree after all the files have been added (and not everytime a file
18629         is added in the project). Also fixed some memory corruption
18630         (possibly bug #900478).
18631         
18632         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18633         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18634         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18635         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18636         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18637         qualifier wherever appropriate.
18639 2004-04-05  Naba Kumar  <naba@gnome.org>
18641         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18642         switch terminal echo on/off. Debugger requires it off, while the
18643         rest requires it on.
18645         * src/search-replace.c: sets search direction and action (in addtion
18646         to target) for find in files.
18647         
18648 2004-04-02  Naba Kumar  <naba@gnome.org>
18650         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18652         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18653         src/an_symbol_view.c: Added an gtk events loop for
18654         displaying project loading status (for loading large projects) and
18655         debugger program starting ... just to give an impression of fastness :-).
18657         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18659         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18660         crash bug, which occurs when opening and closing a large project
18661         repeatedly.
18662         
18663         * src/attach_process.c: Fixed a comiple error for old gcc.
18664         
18665         * src/launcher.c: Prints proper error message when launcher child
18666         could not be executed and exits properly. Fixed a crash
18667         bug (bug #926606).
18668         
18669         * src/resources.c, src/utilities.c, src/glade_iface.c,
18670         src/debugger.c, src/attach_process.c: Properly exits forked children
18671         when they could not be executed.
18672         
18673 2004-04-01  Naba Kumar  <naba@gnome.org>
18675         * src/search-replace.c: Fixed a crash bug (bug #921893).
18677 2004-03-31  Naba Kumar  <naba@gnome.org>
18679         * anjuta.glade: Added a note on compiler options dialog ->support
18680         dialog telling that supports are only available for file mode.
18682         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18683         src/anjuta_cbs.c:
18684         Improved shutdown time delay by bypassing project closing
18685         and unloading plugins.
18687         * src/build_file.c, data/properties/anjuta.properties: Added a property
18688         to toggle on/off for going to first error automatically.
18690 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18692         * src/debugger.c: fixed core file loading
18693         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18694         for long lines (bugs #700968 and #911376)
18695         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18696         #917982.
18697         * src/anjuta.c: Focuses current AnEditor correctly.
18699 2004-03-30  Naba Kumar  <naba@gnome.org>
18701         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18702         * AUTHORS: Updated with all contributors names.
18703         * NEWS: Updated.
18704         * src/about.c: Reads contributors names from AUTHORS file.
18705         * manuals/C/anjuta-manual/authors.xml: Points to online
18706         contributors list.
18707         
18708 2004-03-29  Naba Kumar  <naba@gnome.org>
18710         * data/properties/ada.properties: Fixed syntax colors. Patch
18711         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18712         (bug #923474).
18714         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18715         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18716         generated projects, so that their pixmap files are
18717         found properly (bug #919903).
18718         
18719         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18720         anjuta.
18722         * src/source.c: Installs .glade file of libgllade
18723         projects in $(datadir)/$(package)/glade (part of bug #861038).
18724         
18725         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18726         in compiler options (bug #883837).
18727         
18728         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18729         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18730         
18731 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18733         * anjuta/src/search-replace.c: fixed another crash bug in
18734         "Find Usage"
18735         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18736         breakpoint property fix
18738 2004-03-29  Naba Kumar  <naba@gnome.org>
18740         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18741         (new) manuals/C/anjuta-advanced-tutorial/*:
18742         Added menu entry for 'Anjuta Advanced Tutorial'
18743         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18745 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18746         
18747         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18748         Fixed bug #908941  ('Open' starts in wrong directory)
18749         
18750 2004-03-26  Naba Kumar  <naba@gnome.org>
18752         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18753         compile error and bug #905738 with terminal.
18755         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18756         src/search-replace.[h,c], src/search_incremental.[h,c],
18757         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18758         src/text_editor.[c,h]: Fixed compiler warnings.
18759         
18760         * src/search-replace.c: Fixed a memory corruption (possible
18761         fix for bug #921893, but not yet confirmed).
18762         
18763         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18764         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18765         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18766         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18768 2004-03-25  Naba Kumar  <naba@gnome.org>
18770         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18771         crash bug with attach process dialog and made the dialog closable
18772         with 'esc'.
18773         
18774         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18775         always display within the margin.)
18776         
18777         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18778         the old breakpoint when it's properties are updated
18779         (creating a new updated one).
18780         
18781 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
18783         * src/aneditor.cxx, src/aneditor.h: fixed calltips
18784         displayed for wrong file.
18785         * src/breakpoints.c: conditional breakpoints
18786         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
18787         "Find in Files..." disabling policy
18789 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18791         * src/build_file.c: Fixed bug #874380
18792         Goto the first error if it exists.
18794 2004-03-24  Naba Kumar  <naba@gnome.org>
18796         * src/anjuta.c: Fixed to get correct child exit status
18797         using mask (bug #905738).
18798         
18799         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
18800         Aligned buttons in the New file dialog,
18801         set default response to OK, entry box activates default response,
18802         ESC closes dialog and hides on delet_event.
18804 2004-03-19  Naba Kumar  <naba@gnome.org>
18806         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
18807         tree).
18809 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
18811         * src/search-replace.c: fixed "Find Usage" crash when no project open
18813 2004-03-17  Naba Kumar  <naba@gnome.org>
18815         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
18816         Fixed the generated projects to read m4 directory if the directory
18817         exists (bug #917781).
18818         
18819 2004-03-12  Naba Kumar  <naba@gnome.org>
18821         * HACKING: Fixed formatting for auto-parsing.
18823 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
18824         
18825         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
18826         rework (bug #890609)
18828 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18829         
18830         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
18832 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18833         
18834         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
18835         * src/search_preferences.c: Fixed typo.
18836         
18837 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18838         
18839         * src/search-replace.c: improved Search&Replace
18840         For the moment "Replace All" does not work with non opened files
18841         but Anjuta should not crash now ! ??? 
18842         
18843 2004-02-26  Naba Kumar  <naba@gnome.or>
18845         * src/source.c: Fixed to pass cflags correctly
18846         and suppress the automake's default cflags.
18847         bug #816130, #801056, #782798, #773459
18848         
18849         * data/properties/anjuta.properties: Do not defualt to -k make option.
18850         bug #875486.
18852         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
18853         bug #877683.
18854         
18855         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
18856         
18857         * src/message-manager-private.cc: Disabled debug messages.
18858         
18859 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
18861         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
18863 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18864         * anjuta.glade, src/search-replace.c:
18865         Reduced Search&Replace dialog, bug #902636.
18866         
18867 2004-02-23  Naba Kumar  <naba@gnome.or>
18869         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
18870         (bug #866143).
18872 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18873         
18874         * src/search_incremental.c: Fixed bug #900903
18876 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
18877         
18878         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
18879         src/anjuta.c: Fixed bugs #890609 and #890609
18881 2004-02-23  Naba Kumar  <naba@gnome.or>
18883         * src/message-manager.cc: Disconnects menuitem signal properly.
18884         Fixed bug #901723.
18885         
18886         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
18887         bug #900897.
18888         
18889 2004-02-20  Naba Kumar  <naba@gnome.org>
18891         * src/message-manager-private.[c,h]: Implemented keypress
18892         event for the terminal and resets it when ctrl c or ctrl d
18893         is pressed. But it doesn't seem to be working on keypress.
18894         Added a workaround to let it work on key release instead.
18895         (bug #878357).
18896         
18897         * src/search-replace: Fixed compiler warnings.
18898         
18899 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
18901         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
18902         Use defined file name when saving new files (fixes bug #898105)
18903         Don't change filename when clicking on a directory
18904         
18905         BTW: Happy birthday to me :-)
18906         
18907 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18908         
18909         * src/search-replace.c: Fixed a crash bug 
18910         Crash on Find & Replace (#887833)
18911         
18912 2004-02-18  Naba Kumar  <naba@gnome.org>
18914         * src/executer.c: Fixed a crash bug.
18915         
18916         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
18917         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
18918         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
18919         instead of GtkWindow (Part of bug #671596).
18920         
18921         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
18922         src/registers_gui.c, src/registers_cbs.[h,c],
18923         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
18924         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
18925         src/compiler_options.c, src/an_file_view.c, start-with.c,
18926         src/anjuta-tools.c, help.c:
18928         Added "close" buttons on all
18929         dialogs (HIG) and fixed to properly response to ESC close
18930         (Part of bug #671596).
18932         * src/launcher.c: Disabled printing of long debug lines.
18933         
18934         * src/utilities.h: Fixed a compiler warning.
18935         
18936 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
18938         * src/anjuta.c: "Save all" action now asks for filenames for new files
18939         (fixes bug #898111)
18941 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
18943         * anjuta.glade, src/text_editor.c:
18944         Fixed a typo in Hello World indentation style 
18945         Fixed misuse of translated strings when looking for style
18946         This entry fixes bug #876037
18948 2004-02-16  Naba Kumar  <naba@gnome.org>
18950         * src/utilities.c: Fixed return value when dest file could
18951         not be created.
18953         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
18954         * src/utilities.[c,h]: Removed 'cmp' dependency and used
18955         internal function to compare files.
18956         
18957 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
18959         * src/message-manager-private.cc:
18960         Set bold color as foreground color in terminal
18961         (fixes bug #864924)
18963         * src/aneditor.cxx:
18964         Use font style defined for message indicators in
18965         preferences/messages
18966         (fixes bug #885032)
18968 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
18970         * src/build_project.c:
18971         Use build.silent option from preferences (fixes bug #895726)
18972         
18973 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
18975         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18977 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
18978         
18979         Patch from Massimo Corà <maxcvs@email.it>:
18980         * scintilla/LexCPP.cxx: Support "///" comments
18982 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18983         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
18984         src/search_replace.h, src/search-replace_backend.h
18985         anjuta.glade
18986         
18987         * Added: src/search_preferences.c, src/search_preferences.h
18988         Allow the user to save search/replace settings and give them names.
18990 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
18991         
18992         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
18993         scintilla/ScintillaGTK.cxx:
18994         Hopefully fixed AMD 64 crash bug by using correct marshaller
18996 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
18998         * src/preferences.c: Save GtkOptionMenu properties properly
18999         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19001 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19002         
19003         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19004         Fixed libiconv issue
19005         * NEWS: Updated
19007 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19008         
19009         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19010         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19011         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19012         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19013         src/sharedlib_gui.c:
19014         Debugger speed-up, replaced deprecated GtkCList
19016 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19018         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19020 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19022         * configure.in: Added "sq" to ALL_LINGUAS.
19024 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19026         * configure.in: Added "ko" to ALL_LINGUAS.
19028 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19030         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19031         src/search_incremental.c, src/search_incremental.h: 
19032         Search_incremental code cleanup
19034 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19036         * scintilla/*/*: Updated scintilla to CVS
19037         * Added: scintilla/Readme.sync
19038         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19039         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19040         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19041         scintilla/ScintillaGTK.cxx,
19042         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19043         scintilla/include/Scintilla.iface: Updated.
19045 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19047         * search-replace_backend.[ch], search_incremental[ch]: Added
19048         
19049         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19050         find_replace.[ch]: Removed.
19051         
19052         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19053         src/search-replace_backend.c, src/search-replace_backend.h,
19054         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19055         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19056         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19057         functionality now replaces the older Find/Replace stuff. The Search/Replace
19058         functionality can be interrupted during a long Search/Replace.
19060 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19062         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19063         selecting ".." and "." from file selector. 
19065 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19067         * anjuta.glade: Fixed wrong "fold.symbols" property
19069 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19070         
19071         * src/project_dbase_gui.c: Alphabetical order ;-)
19072         * src/compiler_options.c: Fixed bug #867539
19073         * src/launcher.c: Workaround for bugs #864922, #849928,
19074         #846386 and #845782: The launcher no longer hangs but does
19075         not get the exit status correctly sometimes.
19076         * Changes suggested by Bosik are obviously already in without
19077         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19078         * NEWS, README, anjuta.prj, configure.in: 
19079         Changed version to 1.2.1
19080         
19081         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19082         * anjuta_dialogs_strings.c, anjuta.glade: 
19083         Fixed bugs #860906, #859329
19084         
19085         Patch from grzegol@pld-linux.org
19086         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19087         freedesktop.org standard)
19089 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19090         
19091         Patch from Stefano Vallarino <stevalla@libero.it>:
19092         * src/source.[c/h]: Fixes cpp sample file to conform to 
19093         ISO/IEC 14882, C++-Standard 
19095 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19097         Review by Johannes Schmid <jhs@cvs.gnome.org>
19098         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19099         command using sh -c.
19100         * src/compile.c: Use build_execute_shell_command when compiling single
19101         files.
19103 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19104         
19105         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19106         * src/breakpoints.c: Code cleanup, workaroud for possible 
19107         launcher bug
19108         * src/src_paths.c: Update debugger dirs on directory change
19110 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19112         Review by Johannes Schmid <jhs@cvs.gnome.org>
19113         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19114         sortable headers, process tree, removal of path and process params
19115         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19116         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19117         code cleanup
19119 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19120         
19121         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19122         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19123         Add a dialog for "New file" which lets the user set the 
19124         filename and to add copyright/header templates to the file
19125         * Review: Changed function names to contain modules name (file_)
19127 2003-12-09  Naba Kumar  <naba@gnome.org>
19129         * setup-gettext: Fixed a typo.
19130         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19132 ---- Released version 1.2.0 ---
19134 2003-12-08  Naba Kumar  <naba@gnome.org>
19136         * src/preferences.c: Fixed compiler error.
19137         * global_tags/create_global_tags.sh: Fixed to install properly
19138         even when system.tags could not be generated.
19139         * NEWS: Updated.
19141 2003-12-06  Naba Kumar  <naba@gnome.org>
19143         * setup-gettext: Fixed to not generate intl directory with gettextize.
19145         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19146         * src/anjuta.c: Filters out unnecessary files from find in files
19147         command.
19148         
19149         * NEWS: Updated.
19150         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19151         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19152         
19153 2003-12-04  Naba Kumar  <naba@gnome.org>
19154         
19155         * src/gnome_project.c: Enables debug and optimization flags for
19156         new projects.
19157         
19158         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19159         
19160         * src/project_dbase_gui.c: combined header and c files for
19161         file selector.
19162         
19163         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19164         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19166 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19168         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19170 2003-11-29  Naba Kumar  <naba@gnome.org>
19172         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19173         * NEWS: Updated.
19175 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19176         
19177         * src/main_menubar.c: Now files cannot be opened twice in recently
19178         file menu
19180 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19182         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19184 2003-11-28  Naba Kumar  <naba@gnome.org>
19186         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19187         
19188 2003-11-27  Naba Kumar  <naba@gnome.org>
19190         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19191         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19192         
19193         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19194         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19195         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19196         checkbox in project wizard (project options page) to enable/disable
19197         source code generation with glade(mm).
19198         
19199         * NEWS: Updated
19200         
19201 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19203         * src/dnd.c: Opening files with special characters in the name.
19205 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19207         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19208         a long time.
19210 2003-11-18  Naba Kumar  <naba@gnome.org>
19212         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19213         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19214         src/project_import.c, plugins/patch/patch-plugin.c:
19215         Fixed g_signal_diconnect calls to pass correct data.
19216         (Fixed possible crash in project imports).
19217         
19218         * NEWS: Updated.
19219         
19220 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19222         Reviewed by Naba Kumar  <naba@gnome.org>
19223         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19224         and debugger. Sets default settings for pty in launcher.
19225         * data/gdb.init: Removed charset work around (now works with user's
19226         native charset)
19227         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19229 2003-11-18  Naba Kumar  <naba@gnome.org>
19231         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19232         names of 'index' to 'idx'.
19233         
19234 2003-11-17  Naba Kumar  <naba@gnome.org>
19236         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19237         * src/project_dbase.c: Prompts user for unsaved project files
19238         when project is closed.
19239         
19240 2003-11-16  Naba Kumar  <naba@gnome.org>
19242         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19243         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19244         older gcc.
19245         
19246 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19247         
19248         * src/anjuta.c: Fixed crash related to tag == NULL while 
19249         anjuta is exiting
19251 2003-11-11  Naba Kumar  <naba@gnome.org>
19253         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19254         found. It simply doesn't generate the c/c++ codes and continues with
19255         just a warning.
19256         * NEWS: Updated.
19257         
19258 2003-11-10  Naba Kumar  <naba@gnome.org>
19260         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19261         'Start with dialog'.
19263         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19264         German translation of anjuta-tutorial.
19265         
19266         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19267         * NEWS: Updated.
19269 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19271         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19272         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19273         the syntax highlighting in Preferences, the automatic syntax
19274         highlighting is now selected. When the debugger is stopped and the
19275         breakpoints window not closed, the gtk_tree_view in this window is
19276         now made unsensitive.
19278 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19280         * src/preferences.h, src/preferences.c, anjuta.glade:
19281         Fixed translation bug in preferences by using GtkOptionMenu
19282         * anjuta.prj: Project version 1.1.98
19284 ---------------- Released version 1.1.98 ----------------
19286 2003-11-07  Naba Kumar  <naba@gnome.org>
19288         * anjuta.spec.in: Revived docs package and combined all docs into
19289         one package.
19290         * configure.in: Bumped version to 1.1.98 rc2
19291         * NEWS: Updated.
19292         * anjuta.spec.in: Fixed scrollkeepr-update command.
19293         * anjuta.spce.in: Fixed file permissions.
19295 2003-11-06  Naba Kumar  <naba@gnome.org>
19297         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19298         menus to activate anjuta helps.
19299         
19300         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19301         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19302         manuals/C/anjuta-faqs/legal.xml (added),
19303         manuals/C/anjuta-faqs/Makefile.am,
19304         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19305         manuals/C/anjuta-faqs/.cvsignore,
19306         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19307         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19308         manuals/C/anjuta-tutorial/legal.xml (added),
19309         manuals/C/anjuta-tutorial/Makefile.am,
19310         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19311         manuals/C/anjuta-tutorial/.cvsignore,
19312         manuals/C/anjuta-manual/*.sgml (removed),
19313         manuals/C/anjuta-manual/*.xml (added),
19314         manuals/C/anjuta-manual/Makefile.am,
19315         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19316         manuals/C/anjuta-manual/.cvsignore,
19317         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19318         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19319         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19320         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19321         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19322         manuals/ja/anjuta-faqs/legal.xml (added),
19323         manuals/ja/anjuta-faqs/Makefile.am,
19324         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19325         manuals/ja/anjuta-faqs/.cvsignore,
19326         manuals/ja/anjuta-manual/*.sgml (removed),
19327         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19328         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19329         manuals/ja/anjuta-manual/*.xml (added),
19330         manuals/ja/anjuta-manual/Makefile.am,
19331         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19332         manuals/ja/anjuta-manual/.cvsignore,
19333         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19334         manuals/sgmldocs.make (removed),
19335         manuals/xmldocs.make (added), manuals/omf.make (added),
19336         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19337         documentations to newer docbook xml documentations. Converted 
19338         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19339         Enabled manulas installations.
19340         
19341         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19343 2003-11-05  Naba Kumar  <naba@gnome.org>
19345         * data/gdb.init: Sets host's charset to ascii to solve debugger
19346         freeze up due to uninitialized strings in target program.
19348         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19349         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19350         
19351         * NEWS: Updated.
19352         
19353         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19354         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19356 2003-11-04  Naba Kumar  <naba@gnome.org>
19358         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19359         problems.
19360         
19361         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19362         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19363         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19364         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19365         in file headers.
19366         
19367         * src/search-replace.c: Fixed infinite loop bug.
19368         * start-with.c: Fixed a crash bug with "Open last project".
19369         
19370         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19371         * scintilla/Makefile.am: Fixed compiler option.
19372         
19373 2003-10-16  Naba Kumar  <naba@gnome.org>
19375         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19376         * src/text_editor.c: Fixed autoformat.
19377         
19378 2003-10-15  Naba Kumar  <naba@gnome.org>
19380         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19381         of CTRL+number.
19382         
19383 2003-10-09  Naba Kumar  <naba@gnome.org>
19385         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19386         
19387 2003-10-08  Naba Kumar  <naba@gnome.org>
19389         * src/source.c: Fixed a GETTEXT typo error.
19390         * anjuta.glade: Made 'Sorted in order you open them' default option
19391         for editor tabs.
19393         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19394         * anjuta.glade, data/properties/anjuta.properties:
19395         Fixed the freeze of the "Preferences" combos at the first Anjuta
19396         init is generated by:
19397                 - a not complete translation of preferences.c file
19398                 - a difference between 2 names in anjuta.glade and
19399                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19400                 - the same name given to 3 combos (anjuta.glade).
19401                 
19402         * src/find_text.c: If the "whole document" mode is selected,
19403         a new search will select the next occurrence (Bug #764954).
19404         It is now possible to use the shortcuts to search next or previous
19405         occurrence even if the search dialog has the focus.     Bug #790318
19406         
19407         * src/main_menubar_def.h: "Select code block" shortcut; the new
19408         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19409         (Bug #811016).
19411         Patch from: Richard Lee  <r.h.lee@comcast.net>
19412         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19413         tagmanager/tm_workspace.c: The following is a patch to fix a
19414         seemingly random occurence where Anjuta would crash when a
19415         certain key was pressed.
19417 2003-09-29  Naba Kumar  <naba@gnome.org>
19419         * src/find_in_files.c: Ignores binary by default. Disabled the option
19420         of NOCVS search, because launcher does not use sh and hence can not
19421         pipe.
19422         
19423         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19424         "clean before build" state in project session and not in account session,
19425         otherwise the state gets reflected to other projects causing annoyance.
19426         
19427         * src/compiler_options.c: Fixed a bug where compiler options were always
19428         claimed 'modified'.
19430         * src/build_project.c, data/properties/anjuta.properties,
19431         src/commands.[h]: Fixed a bad bug where clean-before-build
19432         doesn't work.
19433         
19434         * scintilla/patches/research-cvs-nolog.diff,
19435         scintilla/patches/scintilla-ac-gtk2-port.diff,
19436         scintilla/patches/scintilla-ac-sort-fix.diff,
19437         scintilla-optimization.diff: Removed, because they are already in
19438         scintilla CVS.
19439         
19440         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19441         2003-09-29).
19443         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19444         scintilla/LexYAML.cxx: Added new scintilla lexers.
19445         
19446         * TODO, NEWS: Updated.
19448         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19449         * src/utilities.c: Fixed typo bugs.
19451 2003-09-26  Naba Kumar  <naba@gnome.org>
19453         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19454         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19455         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19456         text_editor_find() and Fixed I-Search wrapping.
19457         * src/debugger.c: Fixed to pass a newline after a debugger
19458         command (which was broken since the launcher was refactored.
19459         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19461 2003-09-25  Naba Kumar  <naba@gnome.org>
19463         * src/toolbar_callbacks.c: Fixed start of incremental search.
19464         
19465         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19466         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19467         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19468         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19469         menu and implementation.
19471 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19473         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19474         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19475         variables in Locals window.
19477 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19479         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19480         * src/utilities.[ch] : Fix a tooltip bug in 
19481         anjuta_util_toolbar_append_stock(), the label appeared instead of
19482         the tooltip text. Remove label from arguments of the function
19483         because label is included in the stock icon data.
19484         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19485         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19486         * FIXME: translation file should be updated because of label text removal.
19488 2003-09-24  Naba Kumar  <naba@gnome.org>
19490         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19491         
19492         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19493         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19494         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19495         stdout and stderr. Also buffered output and check-for-password
19496         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19497         with password prompts. Checkes for password prompts from all outputs.
19498         
19499         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19500         which takes a string (which could be utf8 also) and converts into
19501         utf8 string.
19502         
19503         * src/main.c: Connects kernel signals after gnome_program_init().
19504         
19505         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19506         * src/message-manager.c: Fixed bug #787026 by converting the strings
19507         to proper UTF8.
19508         
19509 2003-09-22  Naba Kumar  <naba@gnome.org>
19511         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19512         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19513         GtkCList and using GtkTreeView instead. Added the patch.
19514         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19515         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19516         
19517 2003-09-19  Naba Kumar  <naba@gnome.org>
19519         * printing/print.c: Proper UTF8 printing support.
19520         * src/main.c: moved kernel signal connects at the
19521         end of application initialization.
19522         
19523 2003-09-18  Naba Kumar  <naba@gnome.org>
19525         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19526         (new) lexers.make, (new) lexers: Update scintilla to latest
19527         scintilla CVS (2003-09-18), added new lexers, automated
19528         lexers makefiles sections and scintilla update. Added
19529         patches. Optimized pango rendering. Fixed a crash bug
19530         in scintilla.
19531         
19532         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19533         patch to remove cvs log command from RESearch.cxx file.
19534         * scintilla/patches/scintilla-pango-always.diff:
19535         Fixed file name.
19536         * scintilla/RESearch.cxx: Removed spurious cvs log command
19537         and logs.
19538         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19539         
19540         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19541         * src/dnd.c: Fixed a crash bug with DND.
19542         
19543 2003-09-15  Naba Kumar  <naba@gnome.org>
19545         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19546         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19547         src/toolbar_callbacks.c: Added an additional parameter to
19548         text_editor_goto_line() funtion which decides if the line should
19549         be made visible (if it's under fold).
19550         
19551         * src/style-editor.c: Fixed a compiler warning.
19552         * src/message-manager.cc: Calls parent method correctly.
19554         * src/preferences.h: Fixed prent class.
19555         
19556         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19557         * src/project_dbase.c: Fixed bug #713210.
19558         
19559 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19560                                                                                 
19561         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19563 2003-09-11  Naba Kumar  <naba@gnome.org>
19565         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19566         * src/style-editor.c: Fixed bug #769130 (Crash on font
19567         selection dialog).
19568         
19569         * src/message-manger.[h,cc]: Made AnMessageManager
19570         derived from GtkFrame and removed deprecated code.
19571         
19572         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19573         compiler warnings.
19574         
19575 2003-09-09  Naba Kumar  <naba@gnome.org>
19577         * src/Makefile.am: Addded rules for built sources.
19578         
19579 2003-09-08  Naba Kumar  <naba@gnome.org>
19581         * (new) src/anjuta-marshalers.list: Added marshalers definition
19582         file.
19583         
19584         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19585         and CXXFLAGS are not overwriten by automake's default.
19586         * src/style-editor.c: Added 'operators' in the style editor.
19587         
19588         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19589         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19590         * src/message-manager-private.cc, src/message-manager.cc:
19591         Converts message going into message into UTF-8 endoding.
19592         * src/main.c: Uses UTF-8 codeset for localization.
19593         
19594 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19596         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19597         
19598 2003-09-08  Naba Kumar  <naba@gnome.org>
19600         * TODO: Updated.
19601         
19602         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19603         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19604         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19605         The combo entries were updated if the same data with a different
19606         case exist in the combo list. The combo entries are now case sensitive. 
19607         Search&Replace bug; First search ,max actions = 0 ==> now max
19608         actions = 100.
19609         
19610 2003-09-08  Naba Kumar  <naba@gnome.org>
19612         * TODO: Updated.
19613         * src/utilities.[c,h]: a function takes contant args.
19614         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19615         Now the child terminated signal is emitted properly.
19616         * src/Makefile.am: Used $(top_srcdir) for referring to 
19617         scintilla objects.
19618         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19619         definitions file which will generate anjuta-marshalers.[c,h] files.
19620         * src/.cvsignore: Updated.
19621         * src/build_project.c: Changed su command to preserve quotes.
19622         * src/anjuta-tools.c, tagmanager/tm_project.c,
19623         tagmanager/tm_workspace.c: Use standard tmp file.
19624         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19625         so that users could report bugs easily.
19626         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19627         
19628         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19629         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19630         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19631         src/attach_process.c, src/breakpoints.c, src/commands.c,
19632         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19633         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19634         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19635         src/memory.c, src/message-manager-private.c, src/preferences.c,
19636         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19637         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19638         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19639         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19640         Fixed compile warnings and cleanup.
19641         
19642         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19643         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19644         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19645         Removed libzvt usage and implemented child spawing differently. Launcher is
19646         now proper GObject, which can be created multiple times (and can be
19647         operated in parallel).
19649         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19650         * src/project_import_gui.c, src/project_import_cbs.c,
19651         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19652         (crash on project import). Removed deprecared codes.
19653         
19654 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19655         
19656         * src/cvs.c: Fixed cvs output bug.
19658 2003-09-03  Naba Kumar  <naba@gnome.org>
19660         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19661         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19662         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19663         src/text_editor_cbs.c: Implements --
19664                 If the debugger is started
19665                         A double click in the margin add or remove a breakpoint
19666                         A single click activate or deactivate the breakpoint
19667                 else
19668                         A double click in the margin add or remove a bookmark
19670 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19671         
19672         Reviewed by Naba Kumar  <naba@gnome.org>
19673         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19674         User is now able to choose a branch on cvs update for project.
19675         Cleaned up variable names.
19677 2003-09-03  Naba Kumar  <naba@gnome.org>
19679         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19680         src/Makefile.am: Added lexers.
19681         * scintilla/*/*: Updated...
19682         * src/an_symbol_view.c: Fixed a crash bug.
19683         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19684         and build bugs.
19685         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19686         * src/source.c: Fixed project generation bug with gettext code.
19687         * tagmanager/tm_project.c: Fixed a crash bug.
19688         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19689         bug when there is no project open. Bug #____.
19690         * src/source.c: Fixed a bug with build failure with non-gnome
19691         project with glade-generated source (eg. gtk2). Bug #____.
19692         * NEWS: Updated...
19694 2003-08-22  Naba Kumar  <naba@gnome.org>
19696         Patch from: Rob Bradford  <rob@debianplanet.org>
19697         * data/Makefile.am: Fixed to install properly during
19698         package building.
19699         
19700         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19701         * src/debug-tree.c: Fixed a crash bug.
19702         * src/compiler_options.c: Takes care of linking the missing pieces;
19703         C flags, libs, optimization options, debug and profile.
19705         Patch from: Enver ALTIN  <ealtin@casdb.com>
19706         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19707         
19708 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19710         Reviewed by Naba Kumar  <naba@gnome.org>
19711         * src/project_dbase.c: Fixed bugs #778263 and #778413
19712           Adding multiple files to project should work now.
19714 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19716         Reviewed by Naba Kumar  <naba@gnome.org>
19717         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19718         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19719         for Locals window.
19721 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19723         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19725 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19727         * src/text_editor.c: Fix translatable string (#113934).
19729 2003-07-04  Naba Kumar  <naba@gnome.org>
19731         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19732         bug when there is no project open. Bug #____.
19733         
19734         * src/source.c: Fixed a bug with build failure with non-gnome
19735         project with glade-generated source (eg. gtk2). Bug #____.
19737 2003-06-26  Naba Kumar  <naba@gnome.org>
19739         * src/anjuta.h: Removed reference to windows-dialog.h.
19740         * src/message-manager-private.[cc,h]: Fixed doulbe click
19741         activation of messages to properly jump at the destination.
19742         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19743         * src/toolbar.c: Code clean-ups.
19744         
19745         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19746         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19747         
19748         * src/message-manager-private.[cc,h]: Removed dead codes.
19749         
19750         * (new) data/properties/css.properties,
19751         data/properties/anjuta.properties, data/properties/Makefile.am:
19752         Added CSS syntax hiliting properties.
19753         
19754         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19755         * src/debugger.c: Clean ups.
19756         * src/lexer.h: Added CSS lexer definition.
19757         
19758         * Makefile.am: Installs destop file properly.
19759         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19760         * NEWS: Updated for 1.1.97 release.
19761         * src/main_menubar_def.h: Changed some non working shortcuts.
19762         
19763 2003-06-24  Naba Kumar  <naba@gnome.org>
19765         * src/search-replace.c: Shows the dialog properly, even when it is
19766         hidden behind another window.
19767         
19768         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19769         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19770         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19771         and code clean up.
19772         
19773         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19774         setup wizard dialogs.
19775         
19776         * src/debugger.c: Removed a redundant call to
19777         debugger_update_controls().
19778         * src/compiler_options.c, src/launcher.c: code cleanup.
19779         * src/executer.c: Fixed execution bug with 'Set Program params...".
19780         
19781 2003-06-23  Naba Kumar  <naba@gnome.org>
19783         * widgets/e-splash.c: Removed border around the splash image.
19784         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19785         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19786         * src/cvs.c: Added a frame around commit log text widget.
19787         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
19788         crash bug associated with translated combo box list in preferences
19789         dialog (in different locale other than en_US). Used widget names
19790         to pass the combo list items.
19791         * po/POTFILES.in: Updated.
19792         * src/launcher.c: Creates the zvt terminal at startup (and not
19793         every time a build is done) -- speeds up buld operations.
19794         * src/file_history.c: Should be if() conditional instead of
19795         assertion check.
19796         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
19797         Disabled useless warnings.
19798         * src/project_dbase.c: Fixed bonobo 2 project name.
19799         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
19800         and uses correct glade-2 for file generation.
19801         
19802 2003-06-21  Naba Kumar  <naba@gnome.org>
19804         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
19805         And disables autocomple show for numbers (very annoying).
19806         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
19807         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
19808         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
19809         from view menu and adjust the controls accordingly.
19810         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
19811         only OK button.
19812         * src/project_dbase.[c,h]: Removed show_local flag processing.
19813         * src/message-manager.[c,h]: Reorganized messages tabs in more
19814         sensible order.
19815         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
19816         Also added PCRE dependency.
19817         
19818 2003-06-20  Naba Kumar  <naba@gnome.org>
19820         * pixmaps/anjuta_splash.png: New splash.
19821         from Jean Schurger  <yshartk@schurger.org>
19822         
19823         * src/controls.c: De-sensitize run-to-cursor when debugger
19824         is not running.
19825         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
19826         
19827         * src/message-manager-private.cc: Fixed to properly jump at
19828         the right file:line.
19829         
19830         * src/appwiz_page1.c: Fixed to correctly determine the project
19831         trpe from the wizard.
19832         
19833 2003-06-20  Naba Kumar  <naba@gnome.org>
19835         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
19836         * src/watch_gui.c: Code cleanups.
19837         * src/debugger.[c,h], src/stack_trace.[c,h],
19838         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
19839         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
19840         Removed direct access to stack_trace private data, Increased debugger
19841         command size from 256 to 1024 (to be on safer side). Also implemented
19842         row-activated signle for seting frame and viewing the source.
19843         * src/debugger.c: Avoids starting program and stopping debugger
19844         when starting debugger and stopping program, respectively.
19845         
19846         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
19847         Reverted codes to start debugger automatically
19848         The file is brought to the state just after the branching 
19849         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
19850         some code clean ups.
19851         
19852         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
19853         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
19854         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
19855         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
19856         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
19857         src/project_dbase.c: Code clean ups.
19858         
19859         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
19860         (Projects dir) so that correct $HOME/Projects path is set when
19861         anjuta is run for the first time.
19862         
19863 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
19865         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
19867 2003-06-13  Naba Kumar  <naba@gnome.org>
19869         * src/stack_trace_cbs.c: Moved variable declaration at the
19870         top of the block (bug #737867)
19871         
19872         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
19873         just CFLAGS and CXXFLAGS (bug #743617).
19874         
19875         * src/create_global_tags.sh: Fixed shell script to properly
19876         detect installed *-config files.
19877         
19878 2003-06-12  Naba Kumar  <naba@gnome.org>
19880         * src/preferences.[c,h]: Added methods for custom widgets in
19881         preferences: using custom set/get methods for them.
19882         
19883         * src/anjuta-encoding.c: Implemented up/down of the encodings
19884         in the list and property saves correctly.
19885         
19886         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19887         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
19888         the beginning of a file.
19890         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19891         * src/aneditor.cxx, src/aneditor.h,
19892         src/controls.c, src/main_menubar.c, src/main_menubar.h,
19893         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19894         src/mainmenu_callbacks.h: Allows the operator to select the current
19895         word or the current line (Request: 680801). It puts also
19896         sensitive/unsensitive several select/comment menu items.
19898         * src/breakpoints.c: Presets by default the current line for a
19899         defined breakpoint.
19901 2003-06-11  Naba Kumar  <naba@gnome.org>
19903         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
19904         color (red highlight) now cosistent for inactive tabs also.
19905         
19906         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
19907         'Advanced search and replace' in Edit->Search submenu.
19908         
19909         * data/properties/tcltk.properties: Fixed bug #731851. Added line
19910         wrappings '\' where     they were missing.
19911         
19912         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
19913         message is now more descriptive and details the correct thing to do
19914         for GNOME2 desktop.
19915         
19916 2003-06-10  Naba Kumar  <naba@gnome.org>
19918         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
19919         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
19920         Removed any reference to particular version of automake/autoconf
19921         so that they could work with newer versions (Bug #659394).
19923         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
19924         src/anjuta.c: Added coded to add/remove supported encodings.
19925         
19926         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
19927         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
19928         src/project_import.c, src/project_type.c, src/project_type.h,
19929         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
19930         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
19931         from the project wizard.
19933 2003-06-06  Naba Kumar  <naba@gnome.org>
19935         Patch from Etay Meiri  <etay-m@bezeqint.net>
19936         * src/compiler_options.c: Fixed bugs related to clean before
19937         build patch.
19938         
19939         * anjuta.desktop.in.in: Added commandline options.
19940         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
19941         -dP and -A flags of CVS update into different options.
19942         
19943 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19945         * configure.in: Removed "ta" from ALL_LINGUAS.
19947 2003-06-02  Naba Kumar  <naba@gnome.org>
19949         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
19950         return NULL for undefined properties and "" for defined but empty
19951         strings. It was creating many problems where both are assumed to be
19952         same. And besides, it doesn't matter to differentiate the two (the
19953         problem with preferences was due to a different bug).
19955         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
19956         correctly. Also, s/props_build_in/props_built_in/g.
19957         
19958         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
19959         list.
19960         
19961         * src/an_file_view.c: Unrefed pixbufs when done with them.
19963         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
19964         (removed) file_text.png: Added and removed pixmaps.
19965         
19966 2003-05-30  Naba Kumar  <naba@gnome.org>
19968         * anjuta.glade: Fixed encodings preferences dialog
19969         
19970 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
19971         
19972         Reviewed by Naba Kumar  <naba@gnome.org>
19973         
19974         * src/build_project.c src/clean_project/c: perform a clean before
19975         build, if required. Show the message manager on clean.
19976         * src/compiler_options.c: save the new options when window is closed
19977         and flag project to be cleaned before the next build.
19978         * src/project_dbase.c: added a 'clean before build' flag to project
19980 2003-05-29  Naba Kumar  <naba@gnome.org>
19982         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
19983         dialog.
19984         
19985         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
19986         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
19987         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
19988         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
19989         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
19990         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
19991         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
19992         print_color.xpm, print_landscape.xpm, print_layout.xpm,
19993         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
19995         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
19996         Removed unused icons references.
19998 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20000         Reviewed by Naba Kumar  <naba@gnome.org>
20001         
20002         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20003           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20004           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20005           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20006           src/toolbar_callbacks.c: HIG compliant dialogs.
20008         * src/utilities.c: anjuta_button_new_with_stock_image() and
20009           anjuta_dialog_add_button() stolen from gedit.
20011         * src/main_menubar_def.h: Fixed mnemonics.
20013 2003-05-26  Naba Kumar  <naba@gnome.org>
20015         * src/project_dbase_gui.c: Added header files filter for add file
20016         dialog box. Disabled project window to be transient window.
20017         
20018         * src/message-manager.cc: Disabled message manager window to be
20019         transient window.
20020         
20021         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20022         a file could not be loaded.
20023         
20024         * src/project_dbase.c: Fixed a bug with GUI editor command
20025         where empty string is returned.
20026         
20027         * src/Makefile.am, src/preferences.h, src/text_editor.c
20028         src/text_editor.h, (new) src/anjuta-encodings.h,
20029         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20030         Added encoding support and to handle characters encoding correctly
20031         by auto detecting it during load. Added preferences for selecting
20032         the encoding during save.
20034         * src/preferences.c, src/resources.c: Removed debug messages.
20036         Patch from: Alexander Nedotsukov <bland@mail.ru>
20037         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20039 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20040         * src/anjuta.c: Try to sow the splash image more often.
20042 2003-05-20  Naba Kumar  <naba@gnome.org>
20044         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20045         * src/debug_tree.c: Colorize the modified locals during
20046         debugging and call memory analyze from the debugger.
20047         * src/breakpoints.c: The color is now different for the enabled
20048         and disabled breakpoints. Anjuta now can erase several
20049         breakpoints defined at the same line. The markers are updated
20050         according to the enable/disable action.
20051         
20052         Patch from Etay Meiri  <etay-m@bezeqint.net>
20053         * src/launcher.c: Fixes launcher freeze up bug during build.
20055 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20057         Reviewed by Naba Kumar  <naba@gnome.org>
20058         * scintilla/PropSet.h: Change member variables from private to protected.
20059         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20060         to PropSetFile class, which return a gchar * (and can therefore indicate
20061         whether properties are empty or do not exist) and make prop_get and
20062         prop_get_expanded use them.
20063         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20064         that the result of of prop_get cannot be an empty string.
20066 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20068         Reviewed by Naba Kumar  <naba@gnome.org>
20069         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20070         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20071         src/text_editor_cbs.c: When saving all the files in the project, the
20072         text editors are now only rehighlighted once instead of once for each
20073         file saved.
20075 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20076         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20077         * src/anjuta.desktop.in.in: Support startup notification.
20078 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20079         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20080         * src/anjuta.desktop.in.in: Support startup notification.
20083 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20085         Reviewed by Naba Kumar  <naba@gnome.org>
20086         
20087         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20088         memory leak from glade_xml_new call. Removed gxml field from Executer
20089         struct as only used in create_executer_dialog and then destroyed.
20090         
20091         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20092         
20093         * src/configurer.c: Fix warning trying to connect signal to non-existent
20094         environment entry in configure dialog and fix crash when closing the
20095         window.
20096         
20097         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20098         gnome_date_edit_get_time instead.
20099         
20100         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20101         in view menu required renumbering elsewhere.
20103 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20105         Reviewed by Naba Kumar  <naba@gnome.org>
20106         
20107         * src/breakpoints.c: fixed an error when removing breakpoint
20108         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20109         * src/debugger.c: changes to the way the debugger is activated
20110         * src/debugger.h: clean ups
20112 2003-05-13  Naba Kumar  <naba@gnome.org>
20114         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20115         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20116         src/memory.h: A new version of memory and the interface
20117         is now integrated in anjuta.glade
20119 2003-05-09  Naba Kumar  <naba@gnome.org>
20121         * configure.in: Bumped required gtk version to 2.0.8.
20122         
20123 2003-05-06  Naba Kumar  <naba@gnome.org>
20125         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20127 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20128         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20130 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20131         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20132         , tagmanager/c.c: Support for ProC and RDB files.
20134 2003-05-06  Naba Kumar  <naba@gnome.org>
20136         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20137         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20138         Uncomment (Box & Stream), Select the current function,
20139         authorize the "Quit" button of the GotoLine window
20141 2003-05-05  Naba Kumar  <naba@gnome.org>
20143         * src/watch_gui.h: CVS added new file.
20145         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20147         Patch from Etay Meiri <etay-m@bezeqint.net>
20148         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20149         src/mainmenu_callbacks.c, src/message-manager.cc,
20150         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20151         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20152         Ported stack trace to GNOME2 and added it in the message manager
20153         pane.
20155 2003-05-02  Naba Kumar  <naba@gnome.org>
20157         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20158         
20159         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20160         preferences property.
20161         
20162         * anjuta.prj: Fixed multiple preferences saved data.
20163         
20164         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20165         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20166         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20167         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20168         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20169         Upgraded scitilla from CVS with faster window repaint
20170         and more bugfixes.
20171         
20172         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20173         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20174         and code cleanups
20175         
20176 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20178         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20179         the window if messages are appended to the end and the scrollbar is
20180         at the end.
20182 2003-04-29  Naba Kumar  <naba@gnome.org>
20184         * configure.in: Removed omf-install from Makefiles list.
20186 2003-04-28  Naba Kumar  <naba@gnome.org>
20188         * po/POTFILES.in: Remvoded deleted files.
20189         
20190         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20191         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20193         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20194         is executed as detached) is not set properly.
20195         
20196 2003-04-25  Naba Kumar  <naba@gnome.org>
20197         
20198         * anjuta.prj: Updated.
20199         * src/anjuta_info.c: Fixed text wrapping and column view.
20200         * data/welcome.txt.in: Removed unaligned characters.
20201         
20202 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20203         * src/main_menubar.c: Disable setup dialog.
20205 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20206         * src/breakpoints.c; Fixed compilation with older GCC
20207         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20208         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20210 2003-04-18  Naba Kumar  <naba@gnome.org>
20212         * anjuta.prj: Updated (includes compiler options).
20213         
20214         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20215         function from anjuta.c (it was already available in anjuta-tools.c).
20216         
20217 2003-04-18  Naba Kumar  <naba@gnome.org>
20219         * src/about.c, THANKS: Updated
20220         
20221         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20222         
20223         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20224         properly from the project session before updating the file
20225         view.
20226         
20227         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20228         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20229         dialog settings (as it will not be required once GDL is in place) and
20230         added file view filters in the settings sub-menu.
20232 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20233         * HACKING: Updated
20234         * configure.in: Disable cast checks on final build.
20236 2003-04-17  Naba Kumar  <naba@gnome.org>
20238         * src/build_project.c: Fixed a compilation error.
20240         * src/launcher.c: Removed commnets.
20241         
20242         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20243         properties from editor tab to indentation tab and fixed a property
20244         label for proper i18n translation. Fixed typos in project config
20245         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20246         sorting and reordering in compiler options dialog.
20247         
20248         * src/compiler_options.c: Implemented _save() function to save the
20249         options (which was pending).
20250         
20251         * src/build_project.c: Destroys install-as-root dialog when it is done.
20252         
20253         * src/an_symbol_view.c: Change "event" event to "event-after" so
20254         that symbol row is selected first before the popup is shown.
20255         
20256 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20258         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20259         file in CVS/Entries. (Reviewed and applied by Biswa)
20261 2003-04-16  Naba Kumar  <naba@gnome.org>
20263         * aneditor.cxx: use unicode everytime (fixed unicode related
20264         bugs).
20266         * anjuta.prj: Fixed UI editor name (blank to use default) and
20267         anjuta version.
20268         
20269         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20270         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20271         Editor preferences page.
20273 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20274         * src/anjuta.[ch], src/print.c: Fixed warnings
20275         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20276         * configure.in: Profiling support with gprof
20278 2003-04-16  Naba Kumar  <naba@gnome.org>
20280         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20281         * src/launcher.c: Fixed cvs dialog.
20282         
20283 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20284         
20285         * src/message-manager-private.cc: Fixed double-click on first line of 
20286         output to properly select a line.
20287         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20288         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20290 2003-04-15  Naba Kumar  <naba@gnome.org>
20292         * src/message-manager-private.cc: Fixed the glade filename typo.
20294 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20295         * scintilla/*, data/properties/*: Scintilla CVS merge
20296         * anjuta.prj: Removed unnecessary files.
20297         * scintilla/PlatGTK.cxx: Force Pango fonts always
20298         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20299         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20300         for preferences.
20301         * configure.in: Change version no. for 1.1.1 (alpha release)
20302         * configure.in: Added '--with-pref-suffix' option.
20303         * config.guess, config.sub: Removed from CVS.
20305 2003-04-15  Naba Kumar  <naba@gnome.org>
20307         Patch from Timothee Besset  <ttimo@idsoftware.com>
20308         * Makefile.am: Fixed a shell script error during intallation.
20309         
20310 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20312         Reviewed by Naba Kumar  <naba@gnome.org>
20313         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20314         set_wm_class to use "anjuta" instead of "an.
20315         * src/message-manager-private.cc: Headers are hidden again.
20317 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20318         * src/project_dbase_gui.c: Memory corruption fix.
20319         * anjuta.prj: Updated project file
20321 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20322         * an_file_view.c: Connect to event-after signal rather than event so that
20323         selection is updated first and thus context menu is for the right file.
20324         Reviewed and applied by Biswa.
20326 2003-04-14  Naba Kumar  <naba@gnome.org>
20328         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20329         
20330         * src/auncher.c: More child exit fixes
20331         from Timothee Besset  <ttimo@idsoftware.com>
20333 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20334         
20335         Reviewed by Naba Kumar  <naba@gnome.org>
20336         
20337         * src/message-manager.[c/h], src/message-manager-private[c/h],
20338                 anjuta.[c/h]: Ported message-manager to Gtk2
20339         
20340         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20341         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20342         src/clean_project.c, src/compile.c, src/configurer.c,
20343         src/controls.c, src/cvs.c, src/debugger.c,
20344         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20345         src/project_import.c, src/search-replace.c: Changed name from
20346         AnjutaMessageManager to AnMessageManager to avoid too long type
20347         and funtion names.
20349 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20350         * src/launcher.c: Fix build won't stop problem - TTimo
20351         * TODO: Updated
20352         * pixmaps/anjuta_splash.c: New splash screen prototype.
20353         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20354         * src/compiler_options.c: Mute pkgconfig errors.
20355         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20357 2003-04-10  Naba Kumar  <naba@gnome.org>
20359         * configurer.[c,h]: Fixed dialog to close properly.
20360         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20361         debugging asserts.
20362         
20363 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20364         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20365         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20366         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20367         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20368         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20369         src/makefile.am: Move gdl to it's own directory.
20370         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20372 2003-04-09  Naba Kumar  <naba@gnome.org>
20374         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20375         branch.
20377 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20378         * src/anjuta-tools.c: Use CDATA for saving tools data.
20379         * anjuta.glade, src/search-replace.c: Port from branch.
20380         * widgets/e-splash.*, src/main.c: Better splash screen.
20381         * configure.in, widgets/gdl*: Import GDL widgets.
20382         * ROADMAP: Updated roadmap.
20383         * src/an_file_view.c: Use GDL icons for file tree.
20385 2003-04-09  Naba Kumar  <naba@gnome.org>
20387         * anjuta.glade: Added (hidden) initial setup-wizard window.
20388         
20389         Patch from: Vitaly  <vvv@rfniias.ru>
20390         * src/preferences.c: Fixes a bug with libglace widget access with
20391         translated strings.
20393         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20394         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20395         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20396         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20397         src/toolbar_callbacks.[c,h],
20398         src/memory.c, src/message-manager-private.cc,
20399         src/message-manager-private.h, src/message-manager.cc,
20400         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20401         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20402         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20403         watch window to a subwindow in the notebook
20405 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20406         * ROADMAP: Updated roadmap.
20408 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20410         * configure.in: Added Belarusian to ALL_LINGUAS.
20412 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20413         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20414         Henry Jia
20415         * ROADMAP: Added roadmap for HEAD.
20417 2003-03-29  Naba Kumar  <naba@gnome.org>
20419         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20420         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20421         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20422         (new) pixmaps/start-with-wizard.png,
20423         (new) pixmaps/start-with-import.png,
20424         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20425         up on anjuta start-up to give quick access to opening file/project or
20426         creation wizards.
20428         * src/main.c: Sets proper data directory for the gnome
20429         program.
20431 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20432         * src/text_editor.c: Fixed error/warning indicators.
20434 2003-03-24  Naba Kumar  <naba@gnome.org>
20436         * README: Correct version.
20437         
20438 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20440         * configure.in: Added checks to see if were building on FreeBSD
20441         systems.  Sets -DFREEBSD if we are, and also attempts to find
20442         gmake if the host system is FreeBSD.
20444         * src/getline.c: New file used to provide the getline function,
20445         which isnt available on a FreeBSD system.  The function is only
20446         defined if FREEBSD is defined.
20448         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20450         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20451         configure.in sets this to gmake on FreeBSD systems, and make
20452         on everything else.
20454 2003-03-23  Naba Kumar  <naba@gnome.org>
20456         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20457         
20458         * anjuta.spec.in: Fixed spec file for correct file paths and
20459         corrected rpmbuild.
20461         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20462         the rpm build command separately now.
20463         
20464         * src/anjuta.c, windows-dialog.c: Added some more window management
20465         stuffs (not still fully working, though).
20467         * TODO: Updated.
20469 2003-03-22  Naba Kumar  <naba@gnome.org>
20471         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20473 2003-03-21  Naba Kumar  <naba@gnome.org>
20475         * README: Removed Andy Piper's name from the active maintainers
20476         list on his request.
20477         
20478         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20479         preferences.
20480         
20481         * src/anjuta-tools.c: Fixed compiler errors.
20483         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20484         show bugs.
20485         
20486         * src/commands.c, src/src_paths.c, src/style-editor.c,
20487         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20488         becuase they are now hidden by default (from glade editing).
20489         
20490         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20491         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20492         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20493         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20494         basic windows managements.
20495         
20496 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20497         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20498         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20499         Enver ALTIN (a.k.a. skyblue)
20501 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20502         * tagmanager/*: Added ignore-list for symbols. This will make
20503         parsing more accurate for projects. Doc updates needed.
20505 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20506         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20507         * launcher/Makefile.am: Link to correct libraries
20508         * src/launcher.c: Do not allow NULL shell
20510 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20511         * src/debug_tree.c: Improve debug tree view.
20513 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20515         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20516         'Run Configure Script' and 'Execute Program'. Increase minimum width
20517         of Configure dialog.
20518         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20519         list widget by setting a model and adding a column and renderer.
20520           Actually store the nocvs toggle button in FindInFiles data structure.
20521           Handle selection changes via changed signal rather than row_activated.
20522           Use response signal for handling the close and find buttons.
20523           Close window when escape is pressed.
20524         * find_replace.c: Close window when escape is pressed.
20525         * find_text.c: Close window when escape is pressed in find dialog as
20526         well as wrap search question, where now Yes is the default button.
20528 2003-03-05  Naba Kumar  <naba@gnome.org>
20530         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20532         * src/message-manager-private.cc: Fixed a bug with vte conditional
20533         compilation.
20534         * anjuta.glade: Hides all windows in glade file.
20536 2003-03-05  Naba Kumar  <naba@gnome.org>
20538         * src/an_file_view.c: Fixed a compilation warning.
20539         * src/message-manager-private.cc: Conditional compilation for vte
20540         API.
20541         
20542 2003-02-28  Naba Kumar  <naba@gnome.org>
20544         * configure.in, anjuta.spec.in: Updated dependency packages version.
20545         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20546         * src/preferences.c: Added debug assertions.
20547         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20548         editor to enable/disable bringing the recent editor tabs first.
20549         
20550         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20551         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20552         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20553         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20554         and     bug fixes. Also code clean ups.
20555         
20556         * (new) src/search-replace.[h,c]: New search replace implementation
20557         from ANJUTA_1_0_0 branch.
20558         
20559         * (new) src/windows-dialog.[h,c]: New windows management class
20560         [work in progress].
20562 2003-02-28  Naba Kumar  <naba@gnome.org>
20564         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20565         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20566         src/appwizard.c, src/build_file.c, src/build_project.c,
20567         src/clean_project.c, src/compile.c, src/configurer.c,
20568         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20569         src/message-manager-dock.c, src/message-manager-dock.h,
20570         src/message-manager-private.cc, src/message-manager.cc,
20571         src/preferences-dialog.c, src/preferences-dialog.h,
20572         src/preferences.c, src/preferences.h, src/project_dbase.c,
20573         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20574         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20575         src/utilities.c, src/utilities.h:
20576         
20577         Widgetized Preferences and gave proper function names.
20579         * src/executer.c: Fixed a session loading bug.
20580         
20581 2003-02-27  Naba Kumar  <naba@gnome.org>
20583         * printing/print.c: Fixed printing font bug that failed to load the
20584         proper fonts.
20585         
20586         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20587         
20588         * TODO, anjuta.prj: Updated.
20590 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20592         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20593         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20594         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20595         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20596         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20597         fixed omf errors
20599 2003-02-25  Naba Kumar  <naba@gnome.org>
20601         * Makefile.am: Excluded omf-install from installation as the docs are
20602         not ready.
20603         
20604         TODO: Updated.
20605         
20606         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20607         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20608         property names and added new editor properties and code cleanups.
20609         Also added new project properties.
20610         
20611         * src/compiler_options.[h,c]: Added pkg-config packages supports
20612         and fixed bugs.
20613         
20614         * src/glade_iface.h: Cleanups.
20615         
20616         * src/launcher.c: Used timer instead of idle to scan.
20617         
20618         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20619         src/project_config.[h,c], src/project_import.c: Implemented project
20620         property to define GUI editor and to handle it.
20621         
20622         * src/preferences.c: i18n fixes.
20623         
20624         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20625         unused (and old) pixmaps.
20626         
20627         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20628         
20629 2003-02-25  Naba Kumar  <naba@gnome.org>
20631         * src/message-manager-private.[h,cc], src/preferences.c,
20632         anjuta.glade, anjuta_dialog_strings.c: Implemented
20633         gnome terminal profiles for the terminal preferences and moved the
20634         addition of terminal preferences in the terminal constructor.
20635         
20636         * anjuta.prj: Updated.
20638 2003-02-24  Naba Kumar  <naba@gnome.org>
20640         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20641         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20642         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20643         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20644         preferences dialog.
20646         * TODO: Updated.
20648         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20649         text selection and child re-spawning.
20651         * src/pixmaps.h: Removed unused pixmaps definitions.
20652         
20653 2003-02-23  Naba Kumar  <naba@gnome.org>
20655         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20656         the project tree/window.
20658         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20659         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20660         Correct the use of a variable and implemented session save/load
20661         for tree expansion states.
20662         
20663         * src/main_menubar_def.h: Fixed shortcuts keys.
20664         
20665         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20666         
20667         * anjuta.prj: Updated.
20668         
20669 2003-02-22  Naba Kumar  <naba@gnome.org>
20671         * src/debug_tree.[c,h]: GNOME2 port from 
20672         Etay Meiri <etay-m@bezeqint.net>
20673         
20674         * src/an_file_view.c, src/resources.[h,c],
20675         data/properties/bash.properties,
20676         data/properties/cpp.properties,
20677         data/properties/html.properties,
20678         data/properties/make.properties,
20679         data/properties/others.properties,
20680         data/properties/perl.properties,
20681         data/properties/props.properties,
20682         data/properties/xml.properties: Standarized file icons. Icons are
20683         defined in respective .properties file and are retrieved as resource
20684         data.
20686         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20687         in labels from the commands editor as that would create
20688         problems for translators.
20690 2003-02-21  Naba Kumar  <naba@gnome.org>
20692         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20693         as they should be part of CVS(?).
20695         * Makefile.am: Corrected a typo for glade generated strings file.
20697         * configure.in, po/hi.po: Added new Hindi (hi) translation
20698         in ALL_LINGUS and added initial Hindi translation.
20700         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20701         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20702         sv_unknown.xpm to more proper icon.
20704         * (new)data/properties/php.properties, data/properties/Makefile.am,
20705         data/properties/anjuta.properties, data/properties/html.properties:
20706         Fixed PHP syntax hilighting bug by separating php properties into
20707         different file (because of file size).
20709         * TODO: Updated.
20710         
20711 2003-02-20  Naba Kumar <naba@gnome.org>
20713         * src/breakpoints.c: Fixed breakpoints session saving/loading
20714         crash bug.
20715         
20716         * scintilla/*, scintilla/include/*: Updated to scintilla
20717         release 1.51
20718         
20719 2003-02-19  Naba Kumar <naba@gnome.org>
20721         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20722         * TODO: Updated.
20724         * Makefile.am, src/Makefile.am,
20725         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20726         (removed) src/anjuta_dialog_strings.c,
20727         (removed) src/anjuta_dialogs_strings.c,
20728         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20729         (added) anjuta.glade: Transfered glade files from src/ directory
20730         to the top level directory.
20732         * po/POTFILES.in: Updated.
20733         
20734         * (removed) macrocs2/*: Transfered to data/ directory.
20735         
20736         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20737         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20738         requires to have macros dir, but the projects generated by anjuta
20739         require them.
20740         
20741         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20742         trees.
20743         
20744         * src/defaults.c: Corrected default compiler options.
20745         
20746         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20747         wizard.
20748         
20749         * src/message-manager-private.cc, src/message-manager-private.h,
20750         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20751         
20752         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20753         source code generation for gnome2 projects.
20755 2003-02-11  Naba Kumar <naba@gnome.org>
20757         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20758         restores the expand/collaspe states of the nodes after refresh.
20759         
20760         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20761         
20762 2003-02-11  Naba Kumar <naba@gnome.org>
20764         * src/style-editor.c: Fixed pango font description handling for fonts.
20765         * src/anjuta.glade: Removed font size spin button.
20766         * configure.in, src/anjuta.prj: Corrected version.
20767         * TODO: update.
20768         
20769 2003-02-10  Naba Kumar <naba@gnome.org>
20771         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20772         references of scroll-menu.h and add about.h in Makefile.am.
20773         
20774         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20775         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20776         (removed) widgets/scroll-menu.h: Removed unused files.
20777         
20778         * Makefile.am: Added proper i18n rules and added intl tools for
20779         distributions.
20780         
20781         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20782         to the stable release).
20783         
20784         * anjuta.spec.in: Removed manuals packaging.
20785         
20786         * data/Makefile.am: Removed 'macros' installation (not required for
20787         gnome2 projects).
20789 2003-02-10  Naba Kumar <naba@gnome.org>
20791         * po/POTFILES.in: Updated.
20793         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
20794         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
20795         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
20796         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
20797         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
20798         icons and images.
20800         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
20801         src/toolbar_callbacks.h: Fixed scintilla notification signal name
20802         and fixed to properly handle focus in find entry box.
20804         * Makefile.am: Added code for RH system menu update.
20806         * .cvsignore: Updated.
20808         * NEWS: Updated.
20810 2003-02-03  Naba Kumar <naba@gnome.org>
20812         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
20813         editor preferences. and fixes dialogs.
20815         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
20816         Fixed linenumbers and header margins when they are disabled and
20817         removed unused header files.
20819         * src/attact_process.[h,c], src/debugger.c: Attach to process
20820         now works.
20822         * src/help.c: Fixed dialog response.
20824         * TODO: Updated.
20826         * data/properties/anjuta.properties: Corrected typo.
20828         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
20829         Change the signal to "changed" in entry from "selection-changed" in
20830         list.
20832         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
20833         short-cuts.
20835 2003-01-31  Naba Kumar <naba@gnome.org>
20837         * configure.in: Upgraded to use libgnomeprint-2.2
20838         
20839         * printing/Makefile.am: Updated
20840         
20841         *(removed) printing/print-doc.c, printing/print-doc.h,
20842         printing/print-util.c, printing/print-util.h: Removed because already
20843         merged with print.c.
20844         
20845         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
20846         and libgnomeprintui-2.2 and fixed rendering problems.
20847         
20848         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
20849         uneccessary print properties, as they are separately taken
20850         care in gnomeprint.
20851         
20852         * po/POTFILES.in: Update.
20854 2003-01-30  Naba Kumar <naba@gnome.org>
20856         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
20857         for about dialog box.
20858         
20859         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
20860         src/pixmaps.h: Modified for the above additions for about dialog.
20862 2003-01-29  Naba Kumar <naba@gnome.org>
20864         * src/style_editor.[c,h]: Added missing files.
20865         
20866 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20867         * scintilla/XPM.[cxx|h]: Added missing files
20869 2003-01-29  Naba Kumar <naba@gnome.org>
20870         
20871         * TODO, po/POTFILES.in: Updated.
20872         
20873         * anjuta.prj, src/anjuta.glade,
20874         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
20876 2003-01-28  Naba Kumar <naba@gnome.org>
20877         
20878         * data/properties/anjuta.properties, src/aneditor.cxx,
20879         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
20880         properties into text properties (earlier it was int properties).
20882         * TODO: Updated
20883         
20884         * scintilla/AutoComplete.c,xx,
20885         scintilla/AutoComplete.h,
20886         scintilla/CallTip.c,xx,
20887         scintilla/CallTip.h,
20888         scintilla/Document.c,xx,
20889         scintilla/Document.h,
20890         scintilla/Editor.c,xx,
20891         scintilla/Editor.h,
20892         scintilla/LexAVE.c,xx,
20893         scintilla/LexCSS.c,xx,
20894         scintilla/LexHTML.c,xx,
20895         scintilla/LexOthers.c,xx,
20896         scintilla/LexPython.c,xx,
20897         scintilla/LineMarker.c,xx,
20898         scintilla/LineMarker.h,
20899         scintilla/Makefile.am
20900         scintilla/PlatGTK.c,xx,
20901         scintilla/PropSet.c,xx,
20902         scintilla/ScintillaBase.c,xx,
20903         scintilla/ScintillaBase.h,
20904         scintilla/ScintillaGTK.c,xx,
20905         scintilla/ViewStyle.c,xx,
20906         scintilla/include/Platform.h,
20907         scintilla/include/SciLexer.h,
20908         scintilla/include/Scintilla.h,
20909         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
20910         
20911         
20912         src/Makefile.am,
20913         src/an_file_view.c,
20914         src/an_symbol_view.c,
20915         src/anjuta-tools.c,
20916         src/anjuta.c,
20917         src/anjuta.glade
20918         src/anjuta.h,
20919         src/anjuta_cbs.c,
20920         src/anjuta_dialogs_strings.c,
20921         src/anjuta_info.c,
20922         src/commands.c,
20923         src/compiler_options.c,
20924         src/debugger.c,
20925         src/help.c,
20926         src/main_menubar.c,
20927         src/main_menubar.h,
20928         src/main_menubar_def.h,
20929         src/mainmenu_callbacks.c,
20930         src/mainmenu_callbacks.h,
20931         src/message-manager-private.c,c
20932         src/message-manager-private.h,
20933         src/message-manager.c,c
20934         src/message-manager.h,
20935         src/pixmaps.h,
20936         src/preferences.c,
20937         src/preferences.h,
20938         src/project_config.c,
20939         src/project_dbase.c,
20940         src/project_dbase_gui.c,
20941         src/project_import_gui.c,
20942         src/properties.c,xx,
20943         src/properties.h,
20944         src/resources.c,
20945         src/src_paths.c,
20946         src/text_editor.c,
20947         src/text_editor_gui.c,
20948         src/toolbar.c,
20949         src/utilities.c,
20950         src/utilities.h,
20951         anjuta.prj: GNOME2 porting and fixed many porting bugs.
20952         
20953 2003-01-24  Naba Kumar <naba@gnome.org>
20955         * src/text_editor_gui.c, src/toolbar.c,
20956         src/text_editor.c, src/text_editor_cbs.h:
20957         Used correct notification signal name for scintilla
20958         (gtk2) and fixed UI.
20959         
20960         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
20961         when not required.
20962         
20963         * printing/print-doc.c,
20964         printing/print.c,,
20965         src/anjuta-tools.c,
20966         src/find_replace.c,
20967         src/goto_line.c,
20968         src/launcher.c,
20969         src/mainmenu_callbacks.c,
20970         src/project_dbase.c,
20971         src/project_dbase.h,
20972         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
20973         src/text_editor.c,
20974         src/text_editor_cbs.h:
20977 2003-01-23  Naba Kumar <naba@gnome.org>
20979         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
20980         correct stock icons and organized pixmap macros.
20981         
20982         Makefile.am: Removed non-generated files.
20983         
20984         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
20985         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
20986         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
20987         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
20988         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
20989         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
20990         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
20991         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
20992         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
20993         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
20994         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
20995         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
20996         stop.xpm, undo.xpm}: Removed because no longer used.
20998         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
20999         file_unknown.xpm}: Files renamed from fv_*, as it would
21000         be the right name.
21002         * pixmaps/Makefile.am: Updated for the above changes.
21004 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21006         * pixmaps/autocomplete-16.png,
21007         pixmaps/autocomplete.png,
21008         pixmaps/block-end-16.png,
21009         pixmaps/block-end.png,
21010         pixmaps/block-start-16.png,
21011         pixmaps/block-start.png,
21012         pixmaps/bookmark-first-16.png,
21013         pixmaps/bookmark-first.png,
21014         pixmaps/bookmark-last-16.png,
21015         pixmaps/bookmark-last.png,
21016         pixmaps/bookmark-next-16.png,
21017         pixmaps/bookmark-next.png,
21018         pixmaps/bookmark-prev-16.png,
21019         pixmaps/bookmark-prev.png,
21020         pixmaps/error-next-16.png,
21021         pixmaps/error-next.png,
21022         pixmaps/error-prev-16.png,
21023         pixmaps/error-prev.png: gnome2-styled icons
21026 2003-01-23  Naba Kumar <naba@gnome.org>
21028         * anjuta.prj: Updated compiler options.
21029         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21031         * src/aneditor.cxx,
21032         src/anjuta.c,
21033         src/anjuta.glade,
21034         src/anjuta_dialogs_strings.c,
21035         src/mainmenu_callbacks.c,
21036         src/mainmenu_callbacks.h,
21037         src/text_editor.c,
21038         src/text_editor_cbs.c,
21039         src/text_editor_gui.c: GNOME2 Porting.
21041 2003-01-22  Naba Kumar <naba@gnome.org>
21043         * ChangeLog: Corrected dates.
21044         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21045         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21046         preferences.
21048 2003-01-22  Naba Kumar <naba@gnome.org>
21049         
21050         * plugins/patch/patch-plugin.c: Bug fix.
21051         
21052         * src/anjuta-tools.c,
21053         src/anjuta.c,
21054         src/anjuta.glade,
21055         src/anjuta.h,
21056         src/anjuta_dialogs_strings.c,
21057         src/breakpoints.c,
21058         src/cvs_gui.c,
21059         src/debugger.c,
21060         src/debugger.h,
21061         src/executer.c,
21062         src/glade_iface.c,
21063         src/main.c,
21064         src/mainmenu_callbacks.c,
21065         src/mainmenu_callbacks.h,
21066         src/preferences.c,
21067         src/project_dbase.c,
21068         src/project_dbase_gui.c,
21069         src/registers.c,
21070         src/sharedlib.c,
21071         src/signals.c,
21072         src/signals_cbs.c,
21073         src/source.c,
21074         src/stack_trace.c,
21075         src/toolbar_callbacks.c,
21076         src/utilities.c,
21077         src/utilities.h,
21078         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21079         
21080         * src/Makefile.am,
21081         (removed) src/CORBA-Server.c,
21082         (removed) src/CORBA-Server.h,
21083         (removed) src/Gladen-common.c,
21084         (removed) src/Gladen-stubs.c,
21085         (removed) src/Gladen.h,
21086         (removed) src/Prj-common.c,
21087         (removed) src/Prj-skelimpl.c,
21088         (removed) src/Prj-skels.c,
21089         (removed) src/Prj-stubs.c,
21090         (removed) src/Prj.h,
21091         (removed) src/glades.c,
21092         (removed) src/glades.h,
21093         (removed) src/messagebox.c,
21094         (removed) src/messagebox.h: Removed because no longer used.
21096 2003-01-21  Naba Kumar <naba@gnome.org>
21098         * src/anjuta-tools.c,
21099         src/anjuta.c,
21100         src/anjuta.glade,
21101         src/anjuta_dialogs_strings.c,
21102         src/anjuta_info.c,
21103         src/anjuta_info.h,
21104         src/breakpoints.c,
21105         src/compiler_options.c,
21106         src/debugger.c,
21107         src/find_replace.c,
21108         src/find_replace.h,
21109         src/find_text.c,
21110         src/find_text.h,
21111         src/goto_line.c,
21112         src/launcher.c,
21113         src/text_editor.c,
21114         widgets/gnomefilelist.c: GNOME2 porting.
21116 2003-01-20  Naba Kumar <naba@gnome.org>
21118         * global-tags/create_global_tags.sh: Uses pkg-config to
21119         read the modules.
21120         
21121         * src/anjuta.c,
21122         src/anjuta.glade,
21123         src/anjuta.h,
21124         src/anjuta_cbs.c,
21125         src/anjuta_dialogs_strings.c,
21126         src/breakpoints.c,
21127         src/breakpoints.h,
21128         src/compiler_options.c,
21129         src/compiler_options.h,
21130         src/fileselection.c,
21131         src/fileselection.h,
21132         src/mainmenu_callbacks.c,
21133         src/project_dbase_gui.c,
21134         src/session.c,
21135         src/src_paths.c,
21136         src/src_paths.h,
21137         src/text_editor.c,
21138         src/text_editor_gui.c,
21139         widgets/gnomefilelist.c,
21140         widgets/gnomefilelist.h: GNOME2 porting.
21141         
21142         * widgets/Makefile.am,
21143         (removed) widgets/gnomedirlist.c,
21144         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21145         
21146         * src/Makefile.am,
21147         (removed) src/src_paths_cbs.c,
21148         (removed) src/src_paths_cbs.h,
21149         (removed) src/src_paths_gui.c,
21150         (removed) src/compiler_options_cbs.c,
21151         (removed) src/compiler_options_cbs.h,
21152         (removed) src/breakpoints_cbs.c,
21153         (removed) src/breakpoints_cbs.h: Removed because they are now
21154         combined in singe file
21156 2003-01-16  Naba Kumar <naba@gnome.org>
21158         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21159         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21160         options dialog UI and data handling.
21163 2003-01-15  Naba Kumar <naba@gnome.org>
21165         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21166         Completed command editor porting.
21167         
21168         * src/anjuta.c: Removed the use of commands load function
21169         (not required).
21171         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21172         and unrefs.
21174         * src/anjuta-tools.c: Fixed translatable strings.
21175         
21176         * src/find_text.c: Fixed dialog creation from glade.
21177         
21178         * src/text_editor_gui.c, src/text_editor.c,
21179         src/text_editor_cbs.c: Completed port of detached text editor
21180         to gnome2 plateform.
21181         
21182 2003-01-14  Naba Kumar <naba@gnome.org>
21184         * src/anjuta.glade, src/preferences.[h,c],
21185         src/anjuta_dialogs_strings.c: Added build and editor
21186         preferences pages and other UIs. Fixed preferense loading and saving.
21187         
21188         * src/anjuta.c: Does case-insensitive match for tabs position
21189         preferences and removed preferences loading (done at _new() call).
21190         
21191         * anjuta-tools.c: Debugged tools dialog handling.
21192         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21193         
21194 2003-01-13  Naba Kumar <naba@gnome.org>
21196         * ABOUT-NLS: Update (strange).
21198         * autogen.sh: Removed blocking code.
21200         * configure.in: Fixed an autogen bug.
21201         
21202 2003-01-13  Naba Kumar <naba@gnome.org>
21204         * (new)src/anjuta.gladep
21205         (new)src/messagebox.c
21206         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21207         will be gradually removed (and then the files).
21208         
21209         * Makefile.am,
21210         anjuta.prj,
21211         printing/print-util.c,
21212         printing/print.c,
21213         scintilla/ScintillaGTK.c,xx
21214         src/Makefile.am,
21215         src/an_file_view.c,
21216         src/an_symbol_view.c,
21217         src/anjuta.c,
21218         src/anjuta.glade
21219         src/anjuta.h,
21220         src/anjuta_dialogs_strings.c,
21221         src/anjuta_gui.c,
21222         src/attach_process.c,
21223         src/attach_process.h,
21224         src/breakpoints.c,
21225         src/breakpoints.h,
21226         src/breakpoints_cbs.c,
21227         src/commands.c,
21228         src/commands.h,
21229         src/compiler_options.c,
21230         src/compiler_options.h,
21231         src/compiler_options_cbs.c,
21232         src/configurer.c,
21233         src/configurer.h,
21234         src/controls.c,
21235         src/cvs_cbs.c,
21236         src/debug_tree.c,
21237         src/debug_tree.h,
21238         src/executer.c,
21239         src/executer.h,
21240         src/find_in_files.c,
21241         src/find_in_files.h,
21242         src/find_in_files_cbs.c,
21243         src/find_replace.c,
21244         src/find_replace.h,
21245         src/find_text.c,
21246         src/find_text.h,
21247         src/goto_line.c,
21248         src/help.c,
21249         src/help.h,
21250         src/launcher.c,
21251         src/main.c,
21252         src/main_menubar.c,
21253         src/mainmenu_callbacks.c,
21254         src/message-manager.c,c
21255         src/pixmaps.h,
21256         src/preferences.c,
21257         src/project_config.c,
21258         src/project_config.h,
21259         src/project_dbase.c,
21260         src/project_import_cbs.c,
21261         src/resources.c,
21262         src/resources.h,
21263         src/splash.c,
21264         src/src_paths.c,
21265         src/src_paths.h,
21266         src/src_paths_gui.c,
21267         src/text_editor.c,
21268         src/text_editor_gui.c,
21269         src/toolbar.c,
21270         src/toolbar.h,
21271         src/utilities.c,
21272         src/utilities.h,
21273         src/wizard_gui.c,
21274         widgets/gnomefilelist.c: GNOME2 Port.
21276 2003-01-10  Naba Kumar  <naba@gnome.org>
21278         * src/an_file_view.c,
21279         src/anjuta_gui.c,
21280         src/appwizard_gui.c,
21281         src/compiler_options.c,
21282         src/compiler_options_cbs.c,
21283         src/cvs_cbs.c,
21284         src/executer.c,
21285         src/fileselection.c,
21286         src/find_in_files.c,
21287         src/goto_line.c,
21288         src/main_menubar.c,
21289         src/memory.c,
21290         src/message-manager-dock.c,
21291         src/preferences.c,
21292         src/project_dbase_gui.c,
21293         src/project_import_gui.c,
21294         src/registers_gui.c,
21295         src/sharedlib_gui.c,
21296         src/src_paths_gui.c,
21297         src/text_editor_gui.c,
21298         src/toolbar.c,
21299         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21301 2003-01-09  Naba Kumar <naba@gnome.org>
21303         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21304         problems with some comments.
21306         * anjuta.prj: New project file (updated?)
21308         * src/Makefile.am: Enabled deprecated API and fixed variables.
21310         * src/an_file_view.c,
21311         src/an_symbol_view.c,
21312         src/anjuta-plugins.c,
21313         src/anjuta-tools.c,
21314         src/anjuta.c,
21315         src/anjuta_gui.c,
21316         src/appwizard_cbs.c,
21317         src/attach_process.c,
21318         src/attach_process_cbs.c,
21319         src/compiler_options.c,
21320         src/compiler_options_cbs.c,
21321         src/launcher.c,
21322         src/mainmenu_callbacks.c,
21323         src/message-manager-private.c,c
21324         src/message-manager-private.h,
21325         src/message-manager.c,c
21326         src/message-manager.h,
21327         src/project_dbase.c,
21328         src/project_dbase.h,
21329         src/project_dbase_gui.c,
21330         src/project_import_cbs.c,
21331         src/project_import_gui.c,
21332         src/registers.c,
21333         src/resources.c,
21334         src/resources.h,
21335         src/sharedlib.c,
21336         src/signals.c,
21337         src/signals_cbs.c,
21338         src/signals_gui.c,
21339         src/splash.c,
21340         src/src_paths_cbs.c,
21341         src/src_paths_gui.c,
21342         src/stack_trace.c,
21343         src/text_editor.c,
21344         src/text_editor_gui.c,
21345         src/text_editor_menu.c,
21346         src/toolbar.c,
21347         src/toolbar_callbacks.c,
21348         src/utilities.c,
21349         src/watch.c,
21350         src/watch_cbs.c,
21351         src/wizard_gui.c: GNOME porting.
21353 2002-12-24 Naba Kumar <naba@gnome.org>
21355         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21356         NEWS, README, SEARCH-REPLACE,
21357         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21358         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21359         launcher/Makefile.am,
21360         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21361         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21362         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21363         printing/print-util.c, printing/print.c, printing/print.h,
21364         scintilla/*/*, widgets/e-shell-about-box.c,
21365         src/*, tagmanager/*/*, widgets/Makefile.am,
21366         widgets/gnomefilelist.c:
21367         
21368         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21369         src/*.[c,h] files to gnome2 API.
21371         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21372         strings table.
21374 2002-10-23  Naba Kumar <naba@gnome.org>
21376         * autogen.sh: Prevented Users from building HEAD cvs.
21377         
21378 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21380         * src/anjuta.glade: added the compiler options dialog, hopefully
21381         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21383 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21385         * src/anjuta.glade: fixed a lot of small glitches.
21387         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21388         now.
21390         * src/breakpoints_cbs.c: polished a bit.
21392 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21394         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21396         * src/commands.c: partial gnome 2 port.
21398         * src/utilities.[ch]: changed some bits to be const.
21400 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21402         * src/Makefile.am: removed breakpoints_gui.c and added a check
21403         for gdk-pixbuf deprecated functions, but there shouldn't be much
21404         anyway.
21406         * src/breakpoints_gui.c: killed.
21408         * src/anjuta.glade: added two dialogs for the breakpoints management.
21410         * src/anjuta.h:
21411         * src/anjuta_cbs.c:
21412         * src/appwizard.c:
21413         * src/attach_process.c:
21415         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21416         really huge changes and porting work.
21417         
21418         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21419         (breakpoints_dbase_new): moved the UI init bits here.
21421         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21422         a lot, not using any color anymore (not HIG compliant) and not using
21423         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21424         to be double checked.
21426         * src/build_file.c:
21427         * src/build_project.c: gnome 2 port.
21429 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21431         * src/anjuta.glade:
21432         * src/anjuta.h:
21433         * src/anjuta_cbs.c:
21434         * src/appwizard.c:
21435         * src/breakpoints.c:
21436         * src/breakpoints_cbs.c: cleaned up some bits.
21438 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21440         * src/Makefile.am:
21441         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21443         * src/an_symbol_view.[ch]:
21444         * src/attach_process_cbs.h: polished a bit.
21446         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21448 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21450         * configure.in:
21451         * src/Makefile.am: added libglade-2 to the build.
21453         * src/anjuta.[ch]: added support for libglade.
21455         * src/anjuta.glade: added. There could be a file per top-level widget,
21456         as some other gnome projects, though.
21458         * src/attach_process_gui.c: removed.
21459         * src/attach_process.[ch]: gnome 2 port.
21460         (attach_process_new): Added the treeview init and the widget references
21461         here.
21463 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21465         * src/an_file_view.c: fixed some compilation issues.
21467         * src/an_symbol_view.c: gnome 2 port.
21469 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21471         * src/an_file_view.c: finished gnome 2 port.
21472         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21473         directory pixmap depending on the event.
21475         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21476         (project_file_data_new): use a GtkTreePath.
21478 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21480         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21481         driving me nuts but they need to be ported, heh ?
21483         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21484         work since it's quite a total rewrite again.
21486 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21488         * src/an_file_view.c:
21489         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21491 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21493         * src/anjuta_info.c:
21494         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21496 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21498         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21499         nuts ATM.
21500        
21501         * src/an_file_view.c:
21502         * src/aneditor.cxx:
21503         * src/anjuta_cbs.c:
21504         * src/compiler_options.h:
21505         * src/messagebox.c:
21506         * src/messagebox.h:
21507         * src/pixmaps.h:
21508         * src/project_dbase.h:
21509         * src/resources.h: gnome 2 port.
21511 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21513         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21515         * data/properties/sql.properties: added the DATETIME data type.
21517         * data/properties/html.properties: added the foreach php keyword.
21519 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21521         * widgets/Makefile.am: removed blank line after the last backslash
21522         for avoiding a warning from automake.
21524         * configure.in:
21525         * src/Makefile.am: added the ORBit-2 dep.
21527 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21529         * AUTHORS: added Biswa, because I wonder why noone already have
21530         written his name in the Anjuta's hall of fame :)
21532 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21534         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21535         widgets/e-shell-about-box.c: Made to compile for gnome2.
21536         
21537 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21539         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21540         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21541         
21542         * configure.in, printing/print.h, printing/print.c,
21543         printing/print-doc.c: Made to compile for gnome2.
21544         
21545 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21547         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21548         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21549         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21550         widgets/Makefile.am:
21551         
21552         Upgraded the build system to gnome2 platform.
21553         
21554 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21555         * manuals/*: Added capability to generate PDF and PS.
21556         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21557         * TODO, TODO.biswa: Intergated TODO list.
21558         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21559         , bug #574470
21560         * src/dnd.c: Fix typo
21561         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21562         * src/anjuta.c: Bug #568895, Bug #575419
21564 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21566         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21567         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21569 2002-12-17  Naba Kumar <naba@gnome.org>
21571         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21572         bugs.
21573         
21574 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21575         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21576         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21577         * anjuta.prj: Added tools.sgml
21578         * data/properties/cpp.properties: Bug # 646974
21580 2002-12-16  Naba Kumar <naba@gnome.org>
21582         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21583         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21584         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21585         on 'Enter' and adds proper focus mechanism.
21586         * src/anjuta.c: Fixed a memory corruption bug.
21587         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21588         'Enter' and can also be Canceled. Sets proper default and focus policies
21589         for tools dialogs.
21590         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21591         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21592         translatable strings in dialogs and fixed some dialog properties.
21593         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21594         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21595         * src/message_manager_private.cc: Fixed some debug messages.
21596         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21597         widgets/gnomefilelist.c: Fixed a memory leaks.
21598         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21599         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21600         src/main_menubar_def.h: Implemented incremental search.
21601         * TODO: Updated.
21603 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21604         * tagmanager/*: Minor cleanups and warning fixes.
21605         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21606         GUI during long updates.
21607         * src/text_editor.c: Remove debug message.
21609 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21610         * tagmanager/tm_project.c: Fix a memory access problem.
21612 2002-12-13  Naba Kumar <naba@gnome.org>
21614         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21615         tools list to show "Enabled" flag of the tool. Fixed a bug where
21616         tool list is not cleared when creating a new tool.
21617         
21618 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21619         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21621 2002-12-12  Naba Kumar <naba@gnome.org>
21623         * anjuta-tools.[h,c], commands.c: Used the tools help of
21624         anjuta variables list in commands editor and fixed a typos
21625         buy in anjuta-tools.c.
21626         
21627 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21628         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21629         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21630         * TODO.biswa: Added to help me track things better.
21632 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21634         * configure.in, anjuta.spec.in: Added libglade dependency.
21635         * Makefile.am: Added anjuta.glade file.
21636         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21637         , src/mainmenu_callbacks.[ch], src/message-manager.h
21638         , src/widget-registry.c: Tools editor GUI + other additions.
21640 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21642         * src/project_dbase.[ch], tagmanager/tm_project.c,
21643         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21644         Implement syncing tags image with the project database.
21645         * src/anjuta-tools.c: Implemented variable substitution and
21646         working directory in tools.
21648 2002-12-09  Naba Kumar <naba@gnome.org>
21649         
21650         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21651         command configuration language list from properties.
21652         
21653         * data/properties/asm.properties, data/properties/ruby.properties:
21654         Fixed typos.
21656 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21658         * src/an_symbol_view.c: Remember current selected entry and select
21659         it automatically after refresh.
21661 2002-11-26  Murray Cumming  <murrayc@usa.net>
21663         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21664           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21665         and gnomemm 1.2 projects so that people know they are really
21666         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21667         But I did correct these to sue lowercase names.
21669 2002-12-01  Naba Kumar <naba@gnome.org>
21671         * data/anjuta.properties: Fixed caching problem on 
21672         indicators.
21673         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21674         indicators prefs.
21675         
21676 2002-12-01  Naba Kumar <naba@gnome.org>
21678         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21679         property name.
21680         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21681         property and uses it.
21682         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21683         current cursor.
21684         
21685 2002-11-30  Naba Kumar <naba@gnome.org>
21687         * src/debugger.c: Fixed a typo.
21688         * data/properties/*: Updated properties files and added
21689         new ones.
21690         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21691         Added comment submenu and cleaned up ref and unref of menus.
21692         * src/aneditor.h: Added definition of comment commands.
21693         * src/aneditor.c: Upgrade from latest SciTE source code.
21694         * src/text_editor.[hc], src/text_editor_cbs.c, 
21695         src/message_manager_private.cc, src/message_manager.[cc,h],
21696         src/anjuta.[c,h]: Added indicators support for errors/warnings
21697         highlight in the editor.
21698         * NEWS, TODO: Update.
21699         * scintilla/include/PropSet.h: Removed deprecrated function.
21700         
21701 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21703         * src/anjuta-tools.[ch]: Tools implementation (basic)
21704         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21705           , src/main_menubar_def.h: PLugins cleanup and segregation
21706         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21707           registry
21708         * anjuta.prj: Added new files
21709         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21710         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21711         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21712         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21713         * src/Makefile.am: Added new files
21714         * src/message-manager.[cc/h]: Added standard output and error windows
21716 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21718         * project_type.c: Fixed Gnomemm2 project type
21720 2002-11-25  Naba Kumar <naba@gnome.org>
21722         * printing/print.c: Fixed a compile warning.
21723         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21724         * src/utilities.c: Fixed a compile warning in sparc, hides the
21725         terminal check error output from the user.
21726         * project_config.[ch], project_dbase.[ch], source.c: Added project
21727         version, exclude modules configuration and reordered other config
21728         properties. Changed some strings to more descriptive text.
21729         * src/compiler_opitions.c: Removed extra newlines from .prj file
21730         save.
21731         * anjuta.prj: Converted to new format (only reorganised properties
21732         and removed extra newlines ... nothing else).
21733         * NEWS: updated
21734         
21735 2002-11-21  Naba Kumar <naba@gnome.org>
21737         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21738         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21739         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21740         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21741         Updated to the CVS version.
21743 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21745         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21746           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21747           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21748           images in completion lists. 
21749         * src/resources.h: Make C++ friendly.
21750         * scintilla/PropSet.cxx: Fix memory leak.
21752 2002-11-20  Naba Kumar <naba@gnome.org>
21754         * scintilla/*/*: Synced to latest scintilla 1.49
21755         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21756         New lexers added.
21758         * scintilla/RESearch.cxx: The automatic cvs log in the
21759         file really broke things trying to interprete the changelog
21760         entry incorrectly as end-of-comment. Removed the $cvs line
21761         and committed again.
21762         
21763 2002-11-19  Naba Kumar <naba@gnome.org>
21765         Patch from Timothee Besset <ttimo@idsoftware.com>
21766         
21767         * src/message-manager-private.cc: Interpretes absolute
21768         file paths properly in zvt terminal.
21770 2002-11-19  Naba Kumar <naba@gnome.org>
21772         Patch from Timothee Besset <ttimo@idsoftware.com>
21773         
21774         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21775         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
21776         (important) editor preferences in project (if there is one
21777         open).
21778         
21779         * TODO: Updated
21780         
21781 2002-11-18  Naba Kumar <naba@gnome.org>
21782         
21783         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21784         
21785         * src/debug_tree.c, src/find_in_files_gui.c,
21786         src/find_replace.c, src/find_text.c, 
21787         src/project_import.c, src/project_import_gui.c,
21788         src/wizard_gui.c: i18n Fixes.
21790 2002-11-15  Naba Kumar <naba@gnome.org>
21792         * plugins/class-gen/clsGen.c: Fixed to use project function
21793         to import files. Create non-existent directories before the
21794         sources are written.
21795         
21796         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
21797         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
21798         src/glade_iface.c,
21799         src/glades.c: Excluded gladen files from build. This
21800         will fix the unnecessary dependency on libssl.
21801         
21802         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
21803         file import funtion.
21804         
21805         * src/message_manager_private.cc: Fixed a compiler warning with
21806         DEBUG preprocessor macro.
21807         
21808         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
21809         wrong (undocked) editor window was closed on clicking close on an
21810         undocked editor window.
21811         
21812         * src/debugger.c: Fixed a bad bug where debugger terminal won't
21813         start correctly if the executable was run before with 'F3'.
21814         
21815         * src/toolbar_callbacks.c: Wrap around find next.
21816         * src/toolbar.c: Disable combo activate.
21817         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
21818         button positions to get 'yes' as default.
21820         * anjuta.spec.in: Updated.
21821         
21822         * src/anjuta_info.c, src/appwizard_gui.c,
21823         src/attach_process_gui.c, src/breakpoints_gui.c,
21824         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
21825         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
21826         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
21827         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
21828         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
21829         src/preferences.c, src/preferences_gui.c, src/project_config.c,
21830         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
21831         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
21832         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
21833         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
21834         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
21835         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
21836         plugins/patch/patch-plugin.c, printing/print-util.c:
21837         Set all windows and dialogs transient
21838         to their parents so that they remain floated above their parents.
21839         
21840 2002-11-13  Naba Kumar <naba@gnome.org>
21842         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
21843         take default editor font).
21844         
21845         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
21846         Corrected email address.
21847         
21848         * src/mainmenu_callbacks.c: Used spaces instead of tabs
21849         for changelog entry.
21851         * NEWS: Updated.
21852         
21853 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21854         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
21856 2002-11-06  Naba Kumar <naba@gnome.org>
21858         * README: Updated
21859         * anjuta.spec.in: Ships the .omf files with the
21860         documents instead of the base package.
21861         
21862 2002-11-04  Naba Kumar <naba@gnome.org>
21864         * data/properties/latex.properties: Fixed a bug.
21865         * ChangeLog: Released 1.0.0 stable.
21867 2002-11-04  Naba Kumar <naba@gnome.org>
21869         * src/commands.c: Added command with shell redirection capability.
21870         * data/properties/anjuta.properties: Changed default execution
21871         command.
21872         * src/project_dbase.c: Set project top dir in properties.
21873         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
21874         * data/Makefile.am: More diskcheck error fixes.
21875         
21876         * README, anjuta.spec.in, THANKS, AUTHORS,
21877         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
21878         manuals/C/anjuta-manual/authers,sgml,
21879         manuals/C/anjuta-manual/anjuta-manual.sgml,
21880         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21881         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
21882         : Changed anjuta home to
21883         new URL and my email address.
21884         
21885         * manuals/C/anjuta-manual/interfaces.sgml,
21886         manuals/C/anjuta-manual/prefereces.sgml,
21887         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
21888         
21889         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
21890         : removed reference to the help menu as the menu is modified
21891         when no help is found (which is very likely when we are
21892         shiping the documents separately).
21893         
21894 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21895         * anjuta.spec.in: Update specfile to make multiple RPMs.
21896         * data/Makefile.am: make dist fix.
21897         * src/text_editor_menu.c: Fix compile warnings (casts).
21899 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21900         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
21901         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
21903 2002-11-01  Naba Kumar <naba@gnome.org>
21905         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
21906         Added gnome2 macros to be used by gnome2 project wizard.
21907         
21908         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
21909         from gnome-common.
21910         
21911         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
21912         as it was conflicting with generated projects and is not
21913         useful for us.
21914         
21915         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
21916         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
21917         project generation, removed qt project as it's not complete and
21918         added gnome2 bonobo wizard.
21920 2002-10-29  Naba Kumar <naba@gnome.org>
21922         * po/POTFILES.in: Updated.
21923         * po/POTFILES.skip: Added.
21924         * preferences.h: Fixed print paper size property name.
21926 2002-10-28  Naba Kumar <naba@gnome.org>
21927         
21928         * data/user.properties, data/Makefile.am: Added user properties file
21929         which will be copied in user's ~/.anjuta/user.properties.
21930         
21931         * data/anjuta.properties: Changed a comment.
21932         
21933         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
21934         
21935         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
21936         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
21937         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
21938         item.
21940         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
21941         instead of user properties file.
21942   
21943         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
21944         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
21945         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
21946         * README, TODO: Updated.
21947         
21948 2002-10-28  Naba Kumar <naba@gnome.org>
21950     * manuals/C/anjuta-manual/figures/editor_guides.png,
21951     manuals/C/anjuta-manual/figures/editor_margins.png,
21952     manuals/C/anjuta-manual/figures/editor_markers.png,
21953     manuals/C/anjuta-manual/figures/local_variables.png,
21954     manuals/C/anjuta-manual/figures/open_file_multiple.png,
21955     manuals/C/anjuta-manual/figures/prefs_print.png,
21956     manuals/C/anjuta-manual/figures/print_dlg.png,
21957     manuals/C/anjuta-manual/figures/print_preview.png,
21958     manuals/C/anjuta-manual/figures/symbol_browser.png,
21959     manuals/C/anjuta-manual/figures/variable_tip.png: New png
21960     files for manual documentation.
21961     
21962     * manuals/sgmldocs.make,
21963     manuals/C/anjuta-manual/Makefile.am,
21964     manuals/C/anjuta-manual/authors.sgml,
21965     manuals/C/anjuta-manual/build.sgml,
21966     manuals/C/anjuta-manual/compileopts.sgml,
21967     manuals/C/anjuta-manual/debugger.sgml,
21968     manuals/C/anjuta-manual/execute.sgml,
21969     manuals/C/anjuta-manual/fileoperations.sgml,
21970     manuals/C/anjuta-manual/interface.sgml,
21971     manuals/C/anjuta-manual/preferences.sgml,
21972     manuals/C/anjuta-manual/projects.sgml,
21973     manuals/C/anjuta-manual/figures/arguments.png,
21974     manuals/C/anjuta-manual/figures/open_file.png,
21975     manuals/C/anjuta-manual/figures/other_opts.png,
21976     manuals/C/anjuta-manual/figures/scrshot.png,
21977     manuals/C/anjuta-manual/figures/toolbar_browser.png,
21978     manuals/C/anjuta-manual/figures/toolbar_tags.png:
21979     
21980     Updated anjuta manual documentation.
21982     
21983 2002-10-27  Naba Kumar <naba@gnome.org>
21985     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
21986     check and modifies debugger terminal command accordingly
21987     to function properly.
21988     
21989 2002-10-25  Naba Kumar <naba@gnome.org>
21991         * manuals/sgmldocs.make: Fixed a couple of bugs.
21992         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
21994 2002-10-24  Naba Kumar <naba@gnome.org>
21996         * src/debug_tree.c: Fixed a crash bug from Etay.
21998         * global_tags/create_global_tags: Added messages.
21999         Fixed infinite looping within files.
22000         
22001         * macro/autogen.sh: Removed debug and warning flags for defaults.
22002         
22003         Patch from Vadim Berezniker <vadim@berezniker.com>
22004         
22005         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22006         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22007         generation.
22009         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22010         temporarily just copy it
22012 2002-10-24  Naba Kumar <naba@gnome.org>
22014         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22015         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22016         manuals/C/anjuta-manual/compileopts.sgml,
22017         manuals/C/anjuta-manual/debugger.sgml,
22018         manuals/C/anjuta-manual/execute.sgml,
22019         manuals/C/anjuta-manual/fileoperations.sgml,
22020         manuals/C/anjuta-manual/interface.sgml,
22021         manuals/C/anjuta-manual/introduction.sgml,
22022         manuals/C/anjuta-manual/projects.sgml,
22023         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22024         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22025         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22026         manuals/ja/anjuta-manual/compileopts.sgml,
22027         manuals/ja/anjuta-manual/debugger.sgml,
22028         manuals/ja/anjuta-manual/execute.sgml,
22029         manuals/ja/anjuta-manual/fileoperations.sgml,
22030         manuals/ja/anjuta-manual/interface.sgml,
22031         manuals/ja/anjuta-manual/introduction.sgml,
22032         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22034 2002-10-24  Naba Kumar <naba@gnome.org>
22036         * src/project_type.c: added autogen for qt projects.
22037         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22038         Fixed a bug that retrieves wrong terminal command.
22039         * src/commnads.c: Added more terminal commands.
22040         * configure.in: Checks for scrollkeeper version.
22041         
22042 2002-10-22  Naba Kumar <naba@gnome.org>
22044         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22045         instead of AM_GNOME_GETTEXT.
22046         
22047         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22048         for setup-gettext for the wizard generated projects.
22050         * src/source.c: Fixed a bug where glade file wasn't generated.
22051         
22052         * src/gnome_project.c: Excluded project version from project dir
22053         name.
22054         
22055 2002-10-22  Naba Kumar <naba@gnome.org>
22057         * acinclude.m4: New file with dummy funtion for gettext
22058         cross compatibility fix.
22059         
22060         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22061         * configure.in: Fixed cflags to avoid useless warnings.
22062         * Makefile.am: EXTRA_DIST += setup-gettext.
22063         * src/toolbars.c: Added space paddings around tags label.
22065 2002-10-21  Naba Kumar <naba@gnome.org>
22067         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22068         
22069         * setup-gettext: New script to maintain gettext cross version
22070         compatibility.
22071         * configure.in, macros/autogen.sh: Fix for gettext cross version
22072         compatibility.
22073         
22074 2002-10-21  Naba Kumar <naba@gnome.org>
22076         * debug_tree.c: Fixed incorrect use of debug assertion.
22077         
22078 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22079             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22080         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22081         src/memory.c, src/memory.h, src/message-manager-private.cc:
22082         
22083         New parsing algorithm; adapted from kdevelop.
22084         Middle button menu for changing the value's display type
22086 2002-10-07  Naba Kumar <naba@gnome.org>
22088         * src/main_menubar_def.h: Changed status bar message for Help->
22089         Browse info pages. Bug #603308
22091         * src/executer.c: Made "User terminal" default for creating
22092         projects (User can always disable it later). Bug #114222
22093         
22094 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22096         * macros/autogen.sh: Require gettext 0.10.x for autogen
22097         * src/text_editor.c: Fixes Bug #595303
22098         * src/source.c: Fixes Bug #595970
22099         * src/anjuta.c: Fixes Bug #598366
22100         * scingtilla/LexCPP.cxx: Bug #602296
22101         * src/main_menubar_def.h: Bug #604363
22102         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22103         
22104 2002-10-07  Jens Georg <mail@jensgeorg.de>
22106         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22107         * gnomefilelist.c: This patch fixes the bug #611542
22108         
22109 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22111         * data/properties/Makefile.am: Added tcltk.properties file.
22112         
22113 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22115         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22116         
22117         * README: Updated README
22118         * plugins/class-gen/clsGen.c, src/message_manager.cc
22119           , src/mainmeu_callbacks.c, src/memory.c
22120           , src/project_dbase_gui.c, src/text_editor_gui.c
22121           , widgets/gnomefilelist.c: Set window icons
22122         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22123           Enabled release build (stripped + optimized binaries, etc.)
22124         * data/properties/anjuta.properties, src/commands.c,
22125           src/defaults.cFixed bug #595489 (stdin on executables)
22126         * src/appwizard.c, src/main.c, src/message-manager.cc
22127           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22128           , src/debug_tree.c: Memory related (valgrind) fixes.
22129         * src/message-manager-private.[cc,h], src/pixpams.h
22130           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22131         * anjuta.prj: Added debug_tree.c to SOURCES
22132         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22133           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22134           Compacted code and cleaned up unnecessary functions.
22135         * tagmanager/*.[ch]: Code fixes.
22136         
22137 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22138         
22139         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22140         
22141         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22142         Debug tree now detects changes of displayed variables
22143         and changes their color to red
22145 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22147         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22148         
22149         * mainmenu_callbacks.c: Set's the current file name in
22150         file save as dialog.
22151         
22152 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22154         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22156         * data/properties/tcltk.properties: New file for tcl/tk
22157         properties.
22159 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22161         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22162         Fixed a fatal bug which doesn't let building gnome2 related
22163         projects. They use different autogen.sh script. Defined new
22164         type field "gnome_macro_support".
22165         
22166         * data/autogen.sh.gnome2: New file.
22167         
22168         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22169         bug with quotes escaping in quotes.
22170         
22171         * src/message-manager-private.cc: Used event box instead
22172         of frame for local message pane, so that the borders appear
22173         properly and nicely.
22174         
22175         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22176         if there is a project open and all the files are un-docked.
22178         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22180 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22182         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22183         * THANKS: updated for new contributions
22184         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22186 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22188         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22189         src/project_dbase.h, src/project_type.c, src/source.c, 
22190         src/wizard_gui.c: new Qt project type
22191         *** NB not fully tested, may need some work, icon required...
22193 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22195         * src/memory.c, src/memory.h: new memory patch
22197 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22199         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22201 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22203         * lancher/anjuta_launcher.c: Determine pty from function
22204         call instead of running 'tty' externally.
22205         
22206         * data/properties/cs.properties: Added compile/build commands.
22207         Fixed execution properties.
22208         
22209         * src/commands.c: Added c# options.
22211         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22212         
22213         * src/debug_tree.[c,h], src/debugger.[c,h],
22214         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22215         
22216         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22217         1. Misaligned structs when they are members of other structs.
22218         2. '{' sometimes appears as a variable.
22219         3. Wrong processing of some arrays.
22220         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22221         that displays the tree in two columns (variable and value).
22223 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22225         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22227         * data/properties/sql.properties: added the DATETIME data type.
22229         * data/properties/html.properties: added the foreach php keyword.
22231 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22233         * NEWS: Updated with new features.
22234         
22235         * data/.cvsignore, doc/.cvsignore: Updated.
22236         
22237         Patch from: Etay Meiri <etay-m@bezeqint.net>
22238         
22239         * src/debug_tree.h, src/debug_tree.c: New files.
22240         
22241         * src/Makefile.am, src/message-manger-private.[h,cc],
22242         src/message-manger.cc: Added Tree view for debugger
22243         locals view.
22244         
22245 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22247         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22248         
22249         * src/memory.c, src/memory.h: New files.
22250         
22251         * src/Makefile.am, src/appwizard.c, src/controls.c,
22252         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22253         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22254         
22255         Memory view implemetation that would enable viewing raw memory
22256         during debugging.
22258 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22260         * AUTHORS: added Biswa, because I wonder why noone already have
22261         written his name in the Anjuta's hall of fame :)
22263 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22265         * src/appwizard_gui.c: Removed an ambiguous prototype.
22266         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22267         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22268         * THANKS: Updated M. Ali Vardar's email.
22269         
22270 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22272         * src/anjuta_gui.c: implemented feature request to stop main and browser
22273           toolbars having exclusive use of space
22275 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22277         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22278         left over from the previous work to fix bugs :-)
22279         
22280         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22281         src/controls.c, src/mainmenu_callbacks.h, 
22282         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22283         reviewed
22284         
22285         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22286         src/project_import_gui.c, src/sharedlib_gui.c, 
22287         src/signals_gui.c: set window icon correctly
22288         
22289         * NEWS: more updates for the release
22290         
22291         * HACKING: updated for window icons and insert menu information
22292         
22293         * src/cvs_gui.c, src/build_project.c, 
22294         src/project_import_cbs.c: message strings reviewed
22295         
22296         * src/controls.c: context help button should be disabled if 
22297         DevHelp is not installed
22298         
22300 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22302         * src/debugger.c: Fixed the signalling screw up because of string
22303         update in gdb used to report the child process PID. Also, no
22304         error dialog will be popped up for "no such file or directory"
22305         error (very annoying and useless error). This error will still
22306         be shown on the debug message window. Avoided terminating the
22307         program when the terminal is terminated -- doesn't hurt, otherwise
22308         we get crappy egg-and-hen problem.
22309         
22310         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22311         dimensions loading.
22312         
22313         * src/anjuta.c: Limited the default size of main window to sane
22314         values.
22316         * src/preferences.c: Fixed some deadly memory corruption bugs in
22317         the recent patches. Return from getenv() should NEVER be freed,
22318         because they are static strings.
22319         
22320         * src/preferences_gui.c: Removed the fix for crash bug with font
22321         selection and applied the real fix.
22322         
22323 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22325         * NEWS: updated for release
22327 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22329         * src/launcher.c: Added a fix a memory leak and a possible
22330         fix for zvt-crash bug.
22331         
22332         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22333         
22334         * data/properties/latex.properties,
22335         data/properties/ada.properties: Added file.is.source property.
22336         
22337         * src/an_file_view.c: Set auto column size of the file
22338         revision column.
22339         
22340         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22341         The user is now prompted to confirm the closing of the file
22342         if it is being used by CVS. If yes, the editor is closed and
22343         the CVS operation stops.
22344         
22345 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22347         * anjuta.prj: bump project version for release
22348         * BUGS: removed unnecessary file
22350 2002-06-07      Philip Van Hoof <freax@pandora.be>
22352         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22353         during the life of the file list widget
22354         * src/preferences_gui.c: sticking-plaster fix to font selection
22355         causes segfault bug
22357         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22359 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22361         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22362         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22363         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22364         added options for symbol and file browsers.
22365         * data/properties/cpp.properties: linker flags should come after
22366         the name of the file to compile.
22367         * scintilla/Editor.cxx: fixed gcc compilation warning.
22368         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22369         be executed from bindir only.
22370         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22371         tagmanager/include/tm_file_entry.h: CVS version information in file 
22372         browser.
22373         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22374         window.
22375         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22376         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22377         crashes during file import.
22378         * src/project_import.c: disable project menu items during project 
22379         import.
22380         
22381         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22383 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22385         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22386         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22387         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22388         modified Insert menu, added C functions template, header C 
22389         template, modified header_template HEADER_H ==> NAMEFILE_H
22390         
22391         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22393 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22395         * data/properties/html.properties: changed some file 
22396         associations
22398 2002-06-05 Philip Van Hoof <freax@pandora.be>
22400         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22401         
22402         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22404 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22406         * data/properties/anjuta.properties, src/defaults.c: Make windows
22407         docked by default, fix the big fonts bug.
22408         
22409         * src/an_file_view.c, src/main_menubar_def.h, 
22410         src/project_dbase_gui.c: sanitized the Edit/View mess.
22411         
22412         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22413         for customizing shortcuts.
22414         
22415         * src/mainmenu_callbacks.c: Search for selected word if present.
22416         
22417         * src/text_editor_menu.c: Added context menu options for docking
22418         and undocking editor windows.
22419         
22420         * src/main_menubar.h, src/main_menubar.c: more support for the 
22421         shortcuts menu item.
22422         
22423         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22425 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22427         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22428         all commit messages being written to top of the file
22429         
22430         * src/main_menubar_def.h: message strings reviewed
22431         
22432         * src/project_import.c: message strings reviewed
22433         
22434         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22435         some bugs around reading the project properties for creating 
22436         .glade and .desktop files in the Application Wizard. There were
22437         typos in the property names being retrieved
22438         
22439         * widgets/gnomefilelist.c: changed build_full_path to make 
22440         the file widget support ~
22441         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22442         
22443         * THANKS, widgets/e-shell-about-box.c, 
22444         manuals/anjuta-manual/C/authors.sgml: updated for new
22445         patch
22447 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22449         * src/project_dbase.c: Fixed the file-path-corruption bug
22450         and the cannot-import-file-in-project bug. (follow-up with
22451         the last commit from Stef).
22452         
22453         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22454         with unsaved-project.
22455         
22456 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22458         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22459         misplaced g_free.
22461 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22463         * data/properties/{xml,html,other}.properties: changed some file 
22464         associations
22465         
22466         * data/anjuta.mime: oops! cvs added
22467         
22468         * scintilla/RESearch.cxx: fixed up a problem with comments
22469         
22470         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22471         to avoid messages about missing libs
22472         
22473         * NEWS: started the release notes
22475 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22477         * HACKING: updated with new information on printing, patch naming
22478         
22479         * TODO: removed completed tasks
22480         
22481         * THANKS: updated a few contributions
22482         
22483         * anjuta.prj: updated the icon file
22484         
22485         * anjuta.desktop.in.in: updated to add Categories
22486         
22487         * data/anjuta.mime: created a mime type for Anjuta project files
22488         (NB needs to be added to the install in /usr/share/mime/)
22489         
22490         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22491         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22492         to PNG for websites.
22493         
22494         * plugins/patch/patch-plugin.c: clarified some messages and 
22495         made it easier to see different patching sessions
22496         
22497         * src/toolbar.c: changed some message text for consistency
22498         
22499         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22500         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22501         in preferences. 
22502         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22503                  
22504         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22505         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22506         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22507         Added XLib Project and a Dockapp Project types.
22508         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22509         projects
22510         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22511         * src/source.c: Fixed memory leak in existing projects. 
22512         (filename was not freed)
22513         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22515 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22517         * src/anjuta.h, src/anjuta.c: Added error display funtions
22518         with parent windows.
22519         
22520         * src/appwizard_cbs.c: Changed error display function to use
22521         parented version.
22522         
22523 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22525         * printing/print.h, printing/printing.c: Taken care of document
22526         zoom factor and fixed a font loading bug. Dynamically calculated
22527         text widths to work with zooms properly. Re-organized code for
22528         dynamic text width calulations to work in general with utf8 chars.
22529          Determined font height and width automatically from the font info.
22530         
22531         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22532         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22533         Converted text.zoom.factor property to use #defined value. Removed
22534         margin header and margin numbers preferences, as they  now
22535         calculated dynamically.
22536         
22537 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22539         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22540         printing/print-util.h, printing/print.c, printing/print.h:
22541         Rewritten printing support for style based printing. Syntax highlighted
22542         printing, monochromatic printing, setup using preferences etc.
22544         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22545         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22546         language and the styled text buffer.
22547         
22548         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22549         the print setup preferences page and added printer preferences. Added functions
22550         to retrieve preferences with default values.
22551         
22552         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22553         the printing.
22555         * data/properties/anjuta.properties: Added default printer preferences.
22557         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22558         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22559         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22561         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22562         
22563 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22565         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22567         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22568         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22569         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22570         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22572         printing/Makefile.am: Reduced compiler optimizations.
22574         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22575         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22576         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22577         tagmanager/tm_workspace.c: TagManager fixes.
22579 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22581         * printing/*: CVS added. :)
22582         
22583 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22585         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22587         * printing*: CVS added.
22588         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22589           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22590           src/main_menubar_def.h: Gnome Print support
22591         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22592         * configure.in: Enable debugging flag option
22593         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22594           Print properties defined.
22595         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22596         
22597 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22599         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22600         
22601         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22602         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22603           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22604           and cleanups
22605         * src/text_editor.c: Minor cleanups.
22606         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22607         * src/project_dbase.c: Fixes to add/remove files from project.
22608         * src/help.c: Fix minor memory leak.
22609         * src/project_dbase_gui.c: Remove debugging messages.
22610         * src/utilities.[ch]: Cleanups and minor fixes.
22611         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22613 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22615         * src/anjuta.c [anjuta_apply_preferences()]:
22616         Fixed a crash bug when tab pos is not defined for the editors.
22617         
22618         * data/properties/cpp.properties: Set default identifier property to normal.
22619         This fixes the bug in which the fore color gets hidden with dark background.
22621 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22623         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22624         scintilla 1.46
22625         
22626         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22627         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22628         src/anjuta.c, data/properties/anjuta.properties:
22629         Implemented line wrapping.
22630         
22631         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22632         
22633         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22634         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22635         tags. Code was reviewed from GNOME Bonsai view.
22636         
22637         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22638         it seems to have been removed by scintilla people.
22639         
22640         * data/properties/anjuta.properties: Set default line wrap to false, as
22641         is noticably slow with big files.
22642         
22643 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22645         * src/project_import_gui.c: disallow the selection of files in
22646           the browse dialog.
22647         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22648           preferences code.
22649         
22650 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22652         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22653           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22654         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22655         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22656           now works properly.
22657         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22658         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22659         * src/utilities.[ch]: Added some utility functions.
22660         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22661         
22662         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22664 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22666         * HACKING: info on FIXME statements and removed ccview references
22667         * Makefile.am: added rule to make RPM package
22669 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22671         * THANKS, widgets/e-shell-about-box.c, 
22672         manuals/anjuta-manual/C/authors.sgml: updated for new
22673         patch
22674         * src/anjuta.c: removed unnecessary warning code since CVS 
22675         support is now implemented :-)
22676         * manuals/sgmldocs.make: implemented a fix for bug #553969
22677         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22678         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22679         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22680         
22681 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22682         
22683         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22684           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22685           src/main_menubar_def.h, src/preferences_gui.c,
22686           preferences.c, preferences.h: setup Username and Email 
22687           preferences, Insert ChangeLog and Username editor functions
22688           
22689           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22691 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22692         
22693         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22694           src/src_paths_cbs.c, src/src_paths_gui.c
22695           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22697           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22699 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22701         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22702           and goto tag menu items to main menu.
22704 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22706         * THANKS, widgets/e-shell-about-box.c, 
22707         manuals/anjuta-manual/C/authors.sgml: added new contributors
22708         * HACKING: updated with info on files to change for credits
22710 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22712     * src/aneditor.cxx: extended extension list which fixes segfault
22713     on selecting lisp, ruby or matlab as highlight style.
22715 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22717         * src/main_menubar_def.h: fixed an array initialiser and fixed
22718         the lexer settings for the new entries on the Format menu
22720 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22722         * Synced with Scintilla 1.45
22724 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22726         * anjuta.prj: added another missing file
22727         * ChangeLog: fixed some incorrect change dates I caused by 
22728         sloppy cut-and-pasting :-/
22730 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22731         
22732         * src/mainmenu_callbacks.c: fixed title of new About box
22734 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22736         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22738 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22740         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22741         * anjuta.prj: updated for new files
22743 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22745         * widgets/e-shell-about-box.c: Added version display.
22746         
22747 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22749         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22750         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22751         from Philip Van Hoof)
22753 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22755         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22756         dependency
22757         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22758         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22759         that produced build errors (needs checking on a machine with the
22760         ja locale!)
22761         * data/properties/lisp.properties: updated to match format of other
22762         lexer property files supplied with Anjuta
22764 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22766         * anjuta.prj: added new files
22767         * HACKING: added information from the mailing list on 
22768         adding new project types to the wizard (thanks to Johannes)
22770 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22772         * src/utilities.h, src/launcher.c, src/gnome_project.c,
22773           src/appwiz_page2.c: Fix for 547038.
22775 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22777     * attach_process.c, attach_process_cbs.c: Fixed a dialog
22778     hide bug.
22779     
22780     * about.h: cvs removed.
22781     
22782 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22784         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22786         Fix for #539574.
22788         * src/anjuta.c (anjuta_system_error): checks for the error number to
22789         know whether the error description is needed or not.
22791 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22793         * pixmaps/anjuta_logo.png: New about logo.
22794     
22795         * pixmaps/anjuta_icon.png: New icon from Misha. The
22796         old one had trouble with some gtk themes.
22797     
22798         * about.c: Removed. No longer needed.
22800         * mainmenu_callbacks.c: Removed reference of about.h
22801     
22802 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22804         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22806         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
22807           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
22808         About Dialog (thanks to the Evolution team for the cool widget!)
22810 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22812         Patch from lbell <lbell@tsc4.com>
22813     
22814         * src/find_in_files.c, src/find_in_files.h,
22815           src/anjuta.c: Added save_yourself, load_yourself routines.
22816     
22817         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
22818         Added "Append messages" toggle button. This will enable
22819         the search results to be appended to the already existing
22820         results.
22821     
22822         * src/debugger.c: Fixed a typo.
22823     
22824         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
22825           src/session.c, src/session.h: Improved session management.
22827 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22829         * THANKS, FUTURE, AUTHORS: Changed my email and
22830         avoided yahoo.com.
22832 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22834         Impl. feature request #525271 (add Lisp support).
22836         * data/properties/lisp.properties: added.
22838         * data/properties/Makefile.am, data/properties/anjuta.properties: added
22839           the lisp properties.
22841         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
22842           src/utilities.[ch]: added support for the Lisp highlight style.
22844 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22846         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22847           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22848           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
22849           option preferences to have a persistent setting. Plus it's not used
22850           often, so it's better here than flooding the menus.
22852         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
22853           preferences pages a lot more consistent and sweeter: tabs direction
22854           radiobuttons are directed against the meaning, all pages have an
22855           outter frame, a lot of padding, removed all expand attributes for
22856           vertical boxes, ...
22858           That's not a total revamp, but it's really looking better now, even
22859           if there's still work to be done.
22861 2002-05-01  Andy Piper <andy.piper@freeuk.com>
22863         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
22864         * TODO: added task to be completed before next release (update all credits)
22866 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22868         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
22869         Benke László.
22871 2002-05-01  Benke László  <decike@freemail.hu>
22873         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22875         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22876           src/main_menubar_def.h, src/mainmenu_callback.[ch],
22877           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
22878           to the format menu in order to reorder the notebook tabs in
22879           alphabetical order everytime a file is created/opened/saved.
22881 2002-05-01  Philip Van Hoof <freax@pandora.be>
22883         * widgets/gnomefilelist.[ch] (history_combo_go),
22884         (history_combo_clicked): impl.
22886         (gnome_filelist_new_with_path): use this new impl.
22888 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22890         * src/project_dbase_gui.c (add_file): added the xpm file type.
22892 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22894         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
22895         tag manager fixes.
22897         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
22898           of tag types.
22900         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
22901           src/text_editor_menu.c: Added context sensitive search in symbol
22902           browser and editor.
22904         * configure.in: Changed version number to 0.1.9.99.
22906         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
22907           src/project_import.c: Minor changes to project import facility.
22909         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
22910           (Forced to use specific brace format)
22912         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
22913           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
22914           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
22916 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
22918         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
22919         replaced the spinbutton with an hscale, and made the UI less "blocky".
22921         * src/cvs_gui.c: When diffing a project you can choose date and
22922         release now.
22924         * src/project_dbase.c: Import_file activated again
22926         * configure.in, plugins/Makefile.am: Added patch plugin
22928         * plugins/patch/*: The new patch plugin
22930 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22932         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22934         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
22935         dropdown list shown by autocompletion are now removed.
22937 2002-04-28  Philip Van Hoof <freax@pandora.be>
22939         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
22940         a bunch of filetypes from the older version.
22942         * src/project_dbase_gui.c (add_file): changed the import
22943         dialog's filetypes combo contents depending on the
22944         type of data to be imported.
22946 2002-04-28  Stephane Demurget  <demurgets@free.fr>
22948         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
22949         the amount parameter as Philip stated and reformated to follow the
22950         Gnome convention.
22952         * src/project_dbase.c (project_dbase_make_default_filetype_list):
22953         changed accordingly.
22955 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22957         Fix for #531293.
22959         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
22960         Shift-F6, to be more consistent with other Gnome apps.
22961         Moved the "Search next" entry under the "Search" one, and swapped the
22962         order of the "Find in files" and "Find and Replace" ones.
22964         Some additional fixes ands cleanups on the edit menu.
22966         * src/main_menubar.h: replaced all occurences of repeat_find by
22967         find_again for the code to be more consistent.
22969         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
22970         sensitiveness depending on the existence of an active text buffer.
22972         * TODO: added some bits about improving the usability of the
22973         search/search again couple.
22975 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22977         * src/preferences_gui.c: made the tab labels text more consistent
22978         (s/misc/Misc/).
22980 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22982         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
22984         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
22985         filename.
22987         * src/main.c (main): simplified some code and cleanups.
22989         Fix a part of #499366:
22991         * src/commands.[ch] (sync_from_props), (command_editor_save),
22992         (on_apply_clicked), (create_command_editor_gui): added the gui
22993         corresponding to the command.terminal preference.
22995 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22997         Fix for #465180.
22999         * anjuta.spec.in: added build requirements for the source rpm.
23001 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23003         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23004         
23005         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23006           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23007           src/project_type.c, source.c, wizard_gui.c:
23008           Added new GNOME 2 project types and changed glade behaviour to
23009           produce GTK code if project type GTK was selected and GTKmm code
23010           if project type GTKmm was selected (and not depending on the 
23011           selected language. Disabled glade for GNOME 2 projects because
23012           we will need glade2 there.
23013           
23014         * src/project_dbase.c: Fixed a memory lack.
23015         
23016         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23017         
23018         * src/cvs.c: Added an error message if jobs are running
23020 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23022         * tagmanager/tm_work_object.c: Fixed a chrash
23023         bug which occurs when it tries to stat an empty
23024         file name.
23025         
23026 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23028         * src/controls.c: CVS menu items now becomes
23029         insensitive when the launcher is busy.
23030         
23031         * src/anjuta.c, cvs.h, cvs.c: Created a function
23032         to update the cvs preferences when preferences are
23033         applied in preferences dialog and called it from
23034         anjuta_update_preferences().
23035         
23036 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23038         * src/cvs.c: Added a space in the cvs command
23039         before the revision part. This fixes the cvs
23040         error we get when cvs-diffing with revisions.
23041         
23042         * src/cvs.c: Fixed a compiler warning.
23043         
23044         * src/find_replace.c: The dialog now remembers
23045         the settings including the "prompt on replace"
23046         which seems to have broken somewhere line the
23047         changes.
23048         
23049 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23051         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23052         Added a new property in cvs class to hold a boolean
23053         for enabling date in cvs diff. This fixed the bizzare
23054         diff output due to the date that goes with the cvs
23055         command. Also, set the default value of compression
23056         to 3 and unified diff option to 1.
23057         
23058 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23060         * src/cvs.c: The diff editor is set to hilite as
23061         diff syntax hiliting.
23062         
23063         * configure.in, manual/Makefile.am:
23064         Added a new manual module for ja language.
23065         
23066         * manual/ja/*/*/*: New module and files for the
23067         ja translation for the anjuta documentation
23068         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23069         
23070 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23072         * src/launcher.c: Made a very messy work around
23073         for the launcher authentication to work properly.
23074         
23075         * src/find_replace.c: Applied the missing patch
23076         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23077         
23078 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23080         * src/cvs.c, src/main_menubar_def.h: made message strings
23081         consistent with existing standards from our own documentation 
23082         (such as uppercase P in Project, corrected spelling of 
23083         repository, etc.)
23085 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23087         * src/cvs_gui.c: Cleaned up gui and aligned various
23088         widgets to give a clean look.
23089         
23090 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23092         * src/launcher.c: Added work around to retrieve
23093         the child exit code. It works. :)
23094         
23095         * src/find_in_files.c, src/gnome_project.c,
23096         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23097         src/clean.c, src/clean_project.c, src/build_project.c,
23098         src/build_file.c: Modified to handle the new
23099         child exit code.
23100         
23101 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23103         * src/find_replace.c: Changed signal to call
23104         on_replace_text_close on from delete_event
23105         to close => the replace history is now updated.
23107 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23109         * src/cvs.c: escaped the cvs import message before
23110         passing it to cvs.
23111         
23112 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23114         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23115         
23116         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23117         
23118         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23119         Added cvs import
23120         
23121         * src/preferences_gui.c: GUI improvements
23122         
23123         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23125 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23127         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23128         Removed static qualifier from tm_tag_type_name() and
23129         availed it's prototype for use in outside code. also
23130         created reverse map function tm_tag_type_name();
23131         
23132         * src/anjuta.c: Implemented qualified tags names for
23133         the tag list (on the toolbar pulldown list) to avoid
23134         ambiguty in tags with similar names (like prototype
23135         and definition). Patch modified and improved.
23136         
23137         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23138         
23139 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23141         * src/utilities.[c,h]: Added a utility funtion
23142         that escapes the single and double quotes in a
23143         given string. Useful for passing command line
23144         args with quotes.
23145         
23146         * src/cvs.c: Escaped the cvs log message before
23147         passing it to cvs command line to avoid ambiguties
23148         with quotes in the message.
23149         
23150         * pixmaps/anjuta_icon.png: Changed to the new icon.
23151         from Todd Goyen <goyen@mbi-berlin.de>
23152         
23153         * src/message-manager-private.cc: Added regex to 
23154         recognize (underline hilite) the parsable outputs
23155         from the zvt terminal.
23156         
23157 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23159         Patch from: Tina Hirsch <tehirsch@arcor.de>
23160         
23161         * src/project_type.c:
23162         Fixed a bug in the wxproject type and modified the erroroutput when
23163         configure doesn't find wx-config
23164         
23165         Patch from: Timothee Besset <ttimo@idsoftware.com>
23166         
23167         * src/anjuta.c, src/message-manager-private.cc,
23168           src/message-manager-private.h
23169         Catches double clicks in the zvt terminal, and calls goto_error_line
23170         to jump to the appropriate location in the source. This will recognize
23171         grep -n output
23172         
23173 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23174         
23175         * src/build_project.c: Taken care of memory leak
23176           by freeing cmd variable properly.
23178         * src/main_menubar_def.h: Fixed wrong signal connection
23179           for cvs project commit.
23180           
23181         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23182         
23183         * src/preferences_gui.c: Added some border and adjusted
23184           expandsion, filling in box adds to make the cvs preferences
23185           more nicer.
23186         
23187 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23189         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23190         
23191         * src/cvs*, src/main_menubar*, src/preferences*: 
23192         Moved CVS settings to preferences, added a nice login dialog.
23193         
23194         * src/controls.c, src/project_dbase.c:
23195         CVS project options are only shown if a project is open
23196         
23197         * src/build_project.c:
23198         User is now asked if he wants to install as root 
23199         
23200         * src/launcher.c:
23201         Fixed a warning
23203         * anjuta.prj: Updated with cvs files
23204         
23205         * TODO: Remove task which are done
23206         
23207 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23209         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23210         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23211         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23213         Modified launcher to use controlling terminal to detect and
23214         take care of password authentications (for example, for cvs
23215         and root installs).
23216         
23217         * pixmaps/password.png: New file.
23218         
23219 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23221         Anjuta kick start tutorial wirtten by:
23222           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23224         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23225           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23226           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23227           manuals/C/anjuta-tutorial/figures/*.png:
23228           
23229           Added files
23230         
23231         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23232           
23233           Modified files.
23234         
23235 2002-03-28 Roel Vanhout <roel@stack.be>
23237         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23239         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23240           src/preferences_gui.c:
23241         Added option to wrap around to beginning/end of file when on last bookmark
23242         and next/previous bookmark is pressed
23243         
23244 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23246         Patch from Philip Van Hoof <freax@pandora.be>
23247         
23248         * src/gnomefilelist.c:
23249         Added gimp like feature that changes the file extension of
23250         the filename entered in the selections when the file
23251         filter is changed.
23252         
23253 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23254         
23255         Patch from Roy Wood <roy.wood@filogix.com>
23256         
23257         * src/controls.c, src/find_text.c, src/find_text.h,
23258           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23259           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23260           
23261           Menuitem for entering currently selected text as find target,
23262           added key accel for "find next" and changed some key accels for
23263           other key for consistency.
23264           
23265         * src/utilities.c:
23266           Cleaned up code.
23267         
23268 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23270         * src/watch.c, src/watch.h, src/watch_cbs.c,
23271           src/watch_cbs.h, src/watch_gui.c:
23272         
23273           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23274         
23275           Added change watch entries feature
23276           and Watch entries modify on double click fixed.
23278 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23280         * src/mainmenu_callbacks.c:
23281         
23282           Project commit should not bypass dialog as
23283           we need to get the cvs log from the user.
23284           
23285 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23287         * src/project_dbase.c:
23288         
23289           Patch from Roy Wood <roy.wood@filogix.com>
23290           
23291           Fixed docking bug with the new docking patch
23292           to fix copy/paste bug.
23293           
23294 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23296         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23297           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23298           src/main_menubar.h, src/main_menubar_def.h,
23299           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23301           Added cvs project support. Featured bypass cvs dialog for
23302           cases where we don't need dialog (such as project and right
23303           click selection from file browser). Cleaned up cvs code to
23304           make them generic cvs operations instead of separate file
23305           and project operations. Added cvs log action. Increased
23306           file entry box width and enabled "unified diff" by default.
23307           Used Editor buffer for status and log and set hilite for
23308           these buffers including diff buffer (DIFF hilite).
23309           
23310 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23312         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23314         * data: Added file autogen.sh.wxwin 
23315         * data/Makefile.am: Added entry for autogen.sh.wxwin
23316         * pixmaps: Added project image appwiz_wxwin.png
23317         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23318         * src/appwizard_cbs
23319           src/compiler_options.c
23320           src/pixmaps.h
23321           src/project_dbase.c
23322           src/project_dbase.h
23323           src/project_import_cbs.c
23324           src/project_type.c
23325           src/source.c
23326           src/source.h
23327           src/wizard_gui.c: Added everything necessary for new
23328                             project type 'wxWindows (wxGTK)
23329         * src/project_dbase.c: Fixed a bug that caused every project
23330                                to be a glade project in dialog
23331                                                    'Project information'.
23333 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23335         Patch submitted by Roy Wood <roy.wood@filogix.com>
23336         
23337         * src/anjuta_gui.c, src/message-manager-dock.c,
23338           src/project_dbase.c:
23339           
23340           fixed the copy/paste bug by rewriting dock/undock
23341           code.
23343 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23345         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23346         
23347         * src/cvs*, src/Makefile.am:
23348           New file for CVS support. File operations currently work
23349           cvs login needs to be done. Project support is not yet
23350           started.
23352         * src/main_menubar*, src/mainmenu_callbacks,
23353           src/anjuta.c, src/anjuta.h:
23354           Added menus and functions for cvs commands.
23355           
23356         * src/text_editor_menu.h: 
23357           Added #include <gtk/gtk.h>
23358           
23359         * src/gotoline.h:
23360           Removed a warning (and this time it works ;-)
23362         * src/utilities.c, src/utilities.h:
23363           Added a utility function to retrieve directory
23364           name out of full path.
23366 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23368         * src/executer.c: (create_executer_dialog): changed the default
23369           focus on the entry.
23371 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23373         * widgets/gnomefilelist.c:
23374         Fixed duplicate history entries for the same directory.
23375           
23376 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23378         Fix for #520092.
23380         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23381           it's already used by scintilla to delete the whole current line.
23383 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23385         Fix for #525107.
23387         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23388           calls to fileselection_hide_widget,
23389           (on_open_filesel_cancel_clicked): removed.
23391         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23392           (on_add_prjfilesel_cancel_clicked):
23394         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23395           impl.
23397         * src/fileselection.c: Made some functions static.
23398           (fileselection_hide_widget): rewritten using the new
23399           gnome_filelist_set_multiple_selection function.
23401         * src/fileselection.c: (on_file_selection_delete_event): removed
23402           unuseful widget hides. Some cleanups,
23403           (on_file_selection_cancel_clicked): impl,
23404           (create_fileselection_gui): changed the cancel button clicked's
23405           callback to use this new function.
23407         * src/anjuta.c: (anjuta_new):
23408         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23409           callbacks, because this the gnome filelist widget's job.
23411         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23412           clist selection mode duplicates set,
23413           (gnome_filelist_key_press): use the new impl. function.
23415 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23417         Fix for #441233.
23419         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23420           fixed some bogus code using an array cell out of
23421           range, removed unecessary gettext usages.
23423         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23424           some cleanups and now transform minus characters to
23425           underscores.
23427         * src/source.c:
23428           (source_write_configure_in),
23429           (source_write_toplevel_makefile_am),
23430           (source_write_desktop_entry),
23431           (source_write_glade_file):
23432         * src/project_dbase.c: (project_dbase_summon_glade),
23433           (project_dbase_generate_source_code):
23434         * src/glades.c: (gladen_write_glade_write):
23435           replaced some occurences of the target name by the
23436           project filename, using project_dbase_get_proj_name,
23437           to fix the name of some files.
23438           Fixed a lot of mem leaks.
23439           Various code cleanups.
23441 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23443         Merged with latest (1.44) scintilla.
23445         Added: - The calltip.<lexer>.end.definition property to display help
23446                  text on a second line of calltip.
23447                - The calltip.<lexer>.word.characters property to correctly find
23448                  calltips for functions that include characters like '$' which
23449                  is not normally considered a word character.
23450                - The use.monospaced property to determine initial state of
23451                  Use Monospaced Font setting.
23453         Bugs fixed: Too many to mention; please see :
23454                     http://www.scintilla.org/ScintillaHistory.html for the
23455                     full changes list.
23457         * scintilla/*/*: updated nearly all files.
23459         * TODO: removed the need of a scintilla merge.
23461         Merged with latest (1.44) SciTE properties.
23463         * data/properties/anjuta.properties: added the wrap, use.monospaced
23464           properties.
23466         * data/properties/html.properties: added a missing php extension, and
23467           updated php keywords to the latest reference.
23469         * data/properties/pascal.properties: added commands to compile, build
23470           and execute pascal applications.
23472         * data/properties/lua.properties: added styles for statements.
23474         * data/properties/bash.properties: added the declare keyword.
23476         Fixed distchecking.
23478         * global-tags/Makefile.am,
23479           global-tags/create-global-tags.sh: used some kind of ugly hack to
23480           make distchek work, since noone has proposed some better way.
23482         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23483           and Ctrl-N replace Alt-N for new file according to the Gnome design
23484           reference.
23486 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23488         * widgets/gnomedirlist.c
23489         widgets/gnomedirlist.h
23490         widgets/gnomefilelist.c
23491         widgets/gnomefilelist.h:
23493         Added GPL headings in the file.
23495 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23497         * src/attach_process.c
23498         src/attach_process_cbs.c
23499         src/attach_process_cbs.h
23500         src/attach_process_gui.c
23501         src/breakpoints.c
23502         src/breakpoints_cbs.c
23503         src/breakpoints_cbs.h
23504         src/breakpoints_gui.c
23505         src/commands.c
23506         src/compiler_options.c
23507         src/compiler_options_cbs.c
23508         src/compiler_options_cbs.h
23509         src/compiler_options_gui.c
23510         src/find_in_files.c
23511         src/find_in_files_cbs.c
23512         src/find_in_files_cbs.h
23513         src/find_in_files_gui.c
23514         src/find_replace.c
23515         src/find_text.c
23516         src/help.c
23517         src/preferences.c
23518         src/preferences_gui.c
23519         src/project_config.c
23520         src/src_paths.c
23521         src/src_paths_cbs.c
23522         src/src_paths_cbs.h
23523         src/src_paths_gui.c:
23524         
23525         Bugs #521629 and #522427 fixed. The problem was, that the
23526         escape-key was not catched and the dialog was hidden, but
23527         the flag was not set correctly.
23529         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23530         using the gnome_dialog_close_hides()-setting present in most dialogs.
23531         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23532         emits "close" and set the flag in the close-callback.
23534         Patch from: Jens Georg <mail@jensgeorg.de>
23536 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23538         * src/*.{c,cpp}: s/string_free/g_free/
23540         * src/utilities.[ch]: (string_free): removed.
23542 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23544         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23546         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23547         src/mainmenu_callbacks.[ch]:
23548         Removed Project menu options: README, TODO, ChangeLog and NEWS
23549         Moved Save Build Messages to Build menu and only highlight it
23550         when there are build messages.
23551         Corrected a spelling: "mojority" -> "majority"
23552         Fixed initialisation of edit.edit_app_gui so now Edit menu
23553         can be shown when no project is loaded.
23555         * src/project_dbase.h: Removed prototype for static function
23557 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23559         * src/text_editor.c: Editor is marked changed after
23560         autoformat. 
23561         
23562         Patch from: Jens Georg <mail@jensgeorg.de>
23564 2002-03-04 Roel Vanhout <roel@stack.be>
23566         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23568         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23569         Added option to ignore binary files on 'Find in files' (grep -I option)
23571 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23573         * src/main.c:
23574         session restoration and commandline load in 
23575         gtk idle loop.
23576         
23577         * src/anjuta.[h,c], src/anjuta_cbs.c:
23578         Removed "clear windows menu" and prevented runtime 
23579         warnings.
23580         
23581         * src/compile.c, src/build_file.c, src/build_project.c,
23582         src/clean.c:
23583         Takes into account the preference setting for 
23584         show dialog when job completes. Dialogs are
23585         shown when it is enabled otherwise not.
23586         
23587 2002-03-03 Roel Vanhout <roel@stack.be>
23589         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23590         
23591         * src/find_text.c
23592         Store 'Find...' search string on search so that 'Find Next' will search for
23593         that string, even if the dialog hasn't been closed yet.
23595 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23597         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23598         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23599         src/main_menubar_def.h:
23600         
23601         Organized menus, removed "Windows" and "Utilities" menus from the
23602         menubar [they are no longer needed]. Also removed some extragenous
23603         separators.
23604           
23605 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23607         * src/message-manager-private.cc:
23608         Set message clist selection mode to BROWSE.
23609         
23610         * src/message-manager.cc, src/an_symbol_view.c,
23611         src/an_file_view.c:
23612         Added Key navigation for the CTree and CList. Arrow left for
23613         node collapse, right for node expand, space (or enter) for
23614         activation (same as double click).
23615         
23616 2002-03-03 Roel Vanhout <roel@stack.be>
23617         
23618         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23619         
23620         * plugins/class-gen/clsGen.c
23621         Added functionality to semi-intelligently prefill filename
23622         boxes with names deduced from class name
23624 2002-02-26 lbell <lbell@tsc4.com>
23626         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23627         * src/preferences_gui.c:
23628         Removed an incorrect use of gtk_misc_set_alignment().
23629         
23630         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23631         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23632         src/preferences.h, src/preferences_gui.c:
23633         
23634         Added the option to reload last open project at the startup.
23635         Added the possibility to open a new project without close
23636         an existing one
23637         
23638         * src/properties.cxx:
23639         Corrected a spelling mistake in message string.
23640         
23641         * src/session.c:
23642         Updated session functions.
23643            
23644 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23646         * widgets/gnomefilelist.c: Bug fixes.
23647         
23648         Patch from Philip Van Hoof <freax@pandora.be>
23649         
23650 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23652         * src/an_file_view.c:
23653         anjuta was unable to open some files becuase they were not being
23654         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23655         Removed mime checking when opening with anjuta, becuase it doesn't
23656         hurt to open binary files in anjuta (some even may want to do so).
23657         
23658         Added a warning when mime type is not set when "view with default
23659         viewer" is activated.
23660         
23661         * src/an_file_view.c, an_symbol_view.c:
23662         Converted N_() to _() where ever appropriate in the strings.
23663         
23664 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23665         
23666         * src/appwizard_gui.c, src/appwizard_cbs.c
23667           src/wizard_gui.c/h, src/appwiz_page3.c,
23668           src/project_import_gui.c:
23669           
23670         Moved target type radiobuttons to appwiz. page 2
23671         
23672         * src/message-manager-private.cc
23673         Fixed a bug which caused a crash if next message function was used
23675         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23677 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23679         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23680         Modifies the behaviour of Alt-TAB in Anjuta. This
23681         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23682         edited files in the first items of the notebook.
23684         Patch from: Timothee Besset <timo@qeradiant.com>
23685         
23686 2002-02-24  Philip Van Hoof <freax@pandora.be>
23688         * widgets/gnomefilelist.c, gnomefilelist.h:
23689           Added filecompletion
23690           
23691         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23693 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23695         * configure.in: Added "sk" to ALL_LINGUAS.
23697 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23698   
23699         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23700           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23701           src/wizard_gui.c: Added support for static and dynamic libs
23702         
23703 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23705         * widgets/gnomefilelist.c:
23706           Fixed gnome_filelist_get_lastfilename so it no longer returns
23707           a corrupted path.
23709 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23711         * src/resources.h, resources.c:
23712         Added url handler.
23714         * src/main_menubar_def.h, mainmenu_callbacks.c:
23715         Changed to use gnome configed url handler.
23717 2002-02-19  Philip Van Hoof <freax@pandora.be>
23719         * widgets/gnomefilelist.c
23720         Added PHP filetype.
23722 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23724         * plugins/class-gen/clsGen.c:
23725         Added c++ support.
23726         
23727         * widgets/gnomefilelist.c:
23728         Gives the maximum space to the files section of the open file dialog.
23729         
23730         Patches from: lbell <lbell@tsc4.com>
23731         
23732 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23734         * src/anjuta.c, main.c:
23735         Used tm_get_real_path in anjuta_get_full_filename();
23736         
23737 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23738         
23739         * anjuta.prj: update version
23741 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23743         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23744           removed the amount arg and replaced with a NULL-ending list.
23745           (gnome_filelisttype_makedefaultlist): use the new prototype.
23747 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23749         * src/about.c, THANKS: updated for new contributors
23750         
23751         * anjuta.prj: added new files
23752         
23753         * README: corrected some documentation, ctags no longer needed,
23754           pkgconfig now required
23755           
23756         * data/properties/others.properties: add .cvsdiff extension
23757         
23758         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23759           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23760           file import
23761           
23762         * doc/anjuta.1: added initial man page thanks to 
23763           Rob Bradford <rob@debianplanet.org> (NB build and install 
23764           needs work)
23765         
23766 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23768         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23769           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23770           warning flags. 
23771   
23772         * configure.in: Changed version to 0.1.10-pre
23773   
23774 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23776         * src/fileselection.c: (create_fileselection_gui): always display
23777           the directory creation button as we cannot rely on the dialog
23778           titlebar.
23780         * widgets/gnomefilelist.[ch]: fixed includes.
23782         * pixmaps/new_folder.xpm: resized, added a + sign.
23784 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23786         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
23787           changed all extensions to begin with a dot.
23789 2002-02-16  Philip Van Hoof  <freax@pandora.be>
23791         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23793         * THANKS: added Philip.
23795         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
23797         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
23798         * src/file_selection.[ch],
23799         * widgets/gnomefilelist.[ch]: added a filetype
23800           combobox to the Anjuta file dialog widget.
23802 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
23804         * anjuta.spec.in: eep! the import script was not being installed by
23805           RPM - fixed for the release.
23807 2002-02-13  Stephane Demurget  <demurgets@free.fr>
23809         Various cleanups and fixes for the next release to be able to make
23810         distcheck.
23812         * plugins/*/*.c: added missing prototypes causing gcc to speak to
23813           much and make some tweaks plus cleanups.
23815         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
23816           args to remove some warnings.
23818         * global-tags/Makefile.am,
23819           data/Makefile.am,
23820           src/Makefile.am: link against Anjuta static libs using the
23821           $(top_builddir) dir, not anymore on $(top_srcdir) to make
23822           distcheck happy.
23824         * src/Makefile.am: ditto with all the Anjuta static libs.
23826         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
23827           include, as we already include the whole directory for the build.
23829         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
23830           
23831 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
23833         * pixmaps/Makefile.am: icon for libglade project now installed
23834         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
23835         * manuals/C/Makefile.am: removed ChangeLog reference which was 
23836           breaking some build stuff
23837         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
23838           include reference problems that showed up on make distcheck
23839         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
23841 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
23842         
23843         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
23845 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
23847         * src/message-manager-private.cc:
23848           The horizontal scrollbar now shows properly on demand.
23849         
23850 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
23852         * src/dnd.c fixed some warnings
23853         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
23854           and works. It is shown always at the moment but before it was
23855           shown on demand and did never work. 
23857 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
23859         * src/anjuta.c: Fixed a crash bug.
23860           patch from: Jens Georg <mail@jensgeorg.de>
23862 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
23864         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
23865           reports a problem with missing end tags on <graphic>
23867 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23869         * manuals/C/ChangeLog: removed since it was never used
23870         * manuals/C/anjuta-manual/*: more updates, new screenshots
23871         * anjuta.prj: updated for new manuals/ structure
23873 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
23875         * source.c, compiler_options.[c/h]:
23876           Fixed bug #460321 "Problem with optimization options" 
23877           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
23878         
23879 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23881         * NEWS: prepared for release, need to fill in date
23882         * data/welcome.txt: version number updated
23884 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23886         * src/text_editor_menu.c, src/an_file_view.c, 
23887           src/an_symbol_view.c: marked strings for translation
23888         
23889         * src/defaults.c, data/properties/xml.properties:
23890           *.omf and *.xsl files should use XML highlighting
23891           
23892         * manuals/C/anjuta-manual/*:
23893           - restructured so that files have more meaningful names
23894             and are easier to edit (see anjuta-manual.sgml for the
23895                 ordering)
23896           - updated some screenshots
23897           - continued rewrite
23899 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
23901         * main.c: Made a workaround to remove the old
23902         anjuta gnome config file (older than 9 Feb 2002). This
23903         will fix the bug which never lets the brower toolbar shown.
23904         
23905         * main.c: In fact, the above solution wouldn't work in all
23906         cases. Therefore, here is the better fix, which works by
23907         detecting the version of the old config file and deleting
23908         ~/.gnome/Anjuta if it is lesser than 0.1.9.
23909         
23910 2002-02-01  Andy Piper <andy.piper@freeuk.com>
23912         * HACKING: added info on submitting patches
23914 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
23916         * src/project_import_gui.c, src/project_import.c:
23917           - If Project Import Wizard is canceled everything is 
23918                 cleaned up now.
23919           - Back button is now insensitive on page 3 (some problems: 
23920                 see TODO in project_import_qui.c:284
23921           - Menu frame is insensitive if project type != GNOME(mm)
23923 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23925         * src/main.c: Fixed bug #  (Unable to open files on
23926         double click in project window from second trial onwards when
23927         the project is opened from command line).
23928         
23929         * po/POTFILES.in: Removed tags_manager.[h,c]
23930         
23931 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23933         * src/preferences.c:
23934           A quick hack to fix the 'invisible' browser toolbar when
23935           upgrading from 0.1.8 to 0.1.9
23936           
23937         * src/anjuta.c:
23938           Fixed toolbar names which were causing confusions in the toolbar
23939           show/hide.
23940           
23941         * src/main.c:
23942           Substituted "anjuta" with PACKAGE
23943           
23944         * src/project_import_gui.c: 
23945           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
23946           
23947         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
23948           Added new files and removed obsolete ones.
23949           
23950 2002-01-30  Andy Piper <andy.piper@freeuk.com>
23952         * src/appwizard_cbs.c, project_import_cbs.c, 
23953           main_menubar_def.h, project_import_gui.c: 
23954           updates to message strings and layout for the 
23955           import wizard.
23956           
23957         * text_editor_cbs.c: fix for the tab menu entries for 
23958           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
23960 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
23962         * src/toolbars.c,
23963           src/toolbars.h,
23964           src/anjuta_gui.c,
23965           src/controls.c:
23966           
23967           Tag dropdown exclusive (takes
23968           all space in the toolbar) and never vertical and
23969           increased the width of the tag combo to 256 pixs.
23970           Toolbar separator before the combo and button.
23971           Added tags label before the tag button.
23972           Reorganized the dock bands for the toolbars.
23973           
23974         * src/project_import_gui.c
23975           src/project_import.c:
23976           Fixed an error and removed an unused variable.
23977           
23978         * data/properties/anjuta.properties:
23979           Removed the property for the old toolbar and set
23980           browser toolbar show to default.
23981           
23982         * src/project_dbase.c: excluded modules were not
23983           loaded. Fixed.
23984           
23985         * src/source.c:
23986           No build files will be written if the project is blocked.
23987           
23988         * src/project_import.c,
23989           src/project_import_cbs.c,
23990           src/project_gui.c,
23991           src/wizard_gui.c:
23992           
23993           Manually applied Johannes patch to fix some memory
23994           issues and gui clean up.
23995           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
23996         
23997         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
23998           Fixed a bad bug with remove file from project because of
23999           files were never removed properly from the project and
24000           from the tagmanager.
24001           
24002         * src/appwiz_page3.c: Disabled unused codes to clear
24003           compiler warnings.
24004           
24005 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24007         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24008         
24009         * data/Makefile.am
24010           pixmaps/Makefile.am
24011           src/Makefile.am
24012           src/an_file_view.c
24013           src/an_symbol_view.c
24014           src/anjuta.c
24015           src/anjuta.h
24016           src/anjuta_cbs.c
24017           src/anjuta_gui.c
24018           src/controls.c
24019           src/main_menubar.c
24020           src/main_menubar.h
24021           src/main_menubar_def.h
24022           src/mainmenu_callbacks.c
24023           src/mainmenu_callbacks.h
24024           src/pixmaps.h
24025           src/project_dbase.c
24026           src/project_dbase.h
24027           src/text_editor.c
24028           src/text_editor_menu.c
24029           src/text_editor_menu.h
24030           src/toolbar.c
24031           src/toolbar.h
24032           src/toolbar_callbacks.c
24033           src/toolbar_callbacks.h :
24034           
24035           Patch submitted by:
24036           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24037           
24038           Removes the Tags toolbar and substituted it with
24039           tags combo dropdown list. Fixes a couple of bugs.
24040           
24041           Moved the tag combo to browser toolbar because
24042           main toolbar was becoming too long.
24043           Made a new icon of tag toolbar.
24044           
24045         * po/zh_TW.po: Fixed bug.
24046           
24047         * pixmaps/an_tag.xpm: Added new file.
24049 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24051         * src/project_import_gui.c: Reorganized project
24052         import gui page 2.
24053         
24054 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24056         * HACKING: added info on creating windows and dialogs
24058 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24060         * src/tm_file_view.c:
24062           Sorts the file list at the end instead of doing sort-insert
24063           to improve performance.
24064           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24066         * src/project_dbase.c: Resolved a conflict from
24067           Johannes's patch.
24068           
24069         * src/project_import.c:
24070         
24071           Fixed to use anjuta_import.sh for the bin dir and
24072           not from the data dir.
24073         
24074           Used anjuta_is_installed() function to verify a the command's
24075           executability.
24076         
24077           Fixed import command to use sh (which is more general and is
24078           gauranteed to be found in any unix system :-)). Also, added
24079           double quotes around the import directory.
24080         
24081           Changed some strings for better translations (like avoiding
24082           duplicates).
24083           
24084           Fixed the reading of wrong target type.
24085           
24086         * src/control.c: Insensitive "import project" when there is
24087           a project open.
24088           
24089         * src/project_import_cbs.c:
24090           
24091           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24092           Fixed selection of gettext checkbox.
24093           Sets the menu entries.
24094           
24095 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24096         
24097         * src/appwiz_page[1-4].c
24098         * src/appwiz_gui.c
24099         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24100         be able to reuse it.
24101         
24102         * src/mainmenubar.[c/h]
24103         * src/mainmenubar_def.h
24104         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24105         menu item
24106         
24107         * src/message-manager.c: Fixed bug 509192
24108         * src/message-manager-dock.c: Added accel_group if window is undocked
24109         
24110         * src/project_dbase.[c/h]: Splitted opening code to be able
24111         to use it without an open file dialog
24112         (Maybe I broke Naba's changes, please take a look)
24113                         
24114         * src/project_import.[c/h]
24115         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24116         
24117         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24118         import wizard
24120 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24122         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24123           string cleanups
24124           
24125         * manuals/C/anjuta_manual/*: started rewrite of the 
24126           manual, updated some screenshots
24128 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24130         * src/gnomefilelist.h, src/gnomefilelist.c:
24131         
24132           Fixed multiple selection bug (#497085). The OK button is
24133           sensitive when in multiple mode, if the no. of
24134           selection is one or more.
24135           
24136           Toggle between single and multiple selection mode
24137           and multiple mode display.
24138           
24139           Fixed strings to translable strings.
24140           
24141           Fixed some compiler warnings by commenting out
24142           unused functions.
24143           
24144 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24146         * src/project_dbase.c: App status bar now updates
24147           with the project name when the project is loaded.
24148         
24149         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24150           
24151           Puts the directories at the top. They're also sorted now.
24152           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24153         
24154 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24156         * scripts/anjuta_import.sh.in: Added file.
24157         * scripts/anjuta_import.sh: Removed file.
24159         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24160           Updated files.
24161           
24162         * src/main_menubar_def.h:
24163         
24164           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24165           reflect the opposite of Find (CTRL+F) and also to leave
24166           CTRL+R or Redo.
24167           
24168           Changed Glade summon with ALT+G, which frees the ATL+E
24169           for poping up the edit menu.
24170           
24171         * src/Makefile.am: Debugging link flags by Biswa, removed.
24173 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24175         * HACKING: added information on best practices for writing
24176           application messages and GUI labels
24177           
24178         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24179           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24180           src/clean_project.c, src/compile.c, 
24181           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24182           src/configurer.c, src/debugger.c, src/executer.c, 
24183           src/find_in_files.c, src/find_in_files_cbs.c, 
24184           src/find_replace.c, src/find_text.c, src/glades.c, 
24185           src/gnome_project.c, src/goto_line.c, src/main.c, 
24186           src/main_menubar.c, src/main_menubar_def.h, 
24187           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24188           src/project_config.c, src/project_dbase.c, 
24189           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24190           src/support.c, src/tags_manager.c, src/text_editor.c, 
24191           src/text_editor_gui.c, src/text_editor_menu.c, 
24192           src/toolbar_callbacks.c, src/utilities.c: 
24193           lots of minor message updates to make them more user-friendly 
24194           and consistent
24196 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24198         * src/executer.c:
24199         
24200           Because of the spaces escaping, the command could not be
24201           executed when run without terminal. Now fixed.
24202           
24203         * anjuta.prj, Makefile.am:
24204         
24205           Added anjuta project file.
24206         
24207 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24209         * src/message-manager-private.h, message-manager-private.cc,
24210           message-manger.cc:
24211           
24212           Added freeze() and thaw() for the message window class to
24213           speed up the message manager update.
24214         
24215         * src/project_config.h, project_config.c,
24216           src/project_dbase.h, project_dbase.h
24217           scripts/anjuta_project.template:
24218           
24219           Added two new prject attributes: project.config.blocked and
24220           project.excluded.modules. The former will make sure that users
24221           are not given any previlidge in enabling the 'overwrite build
24222           files' flags and the later issues a list of modules in the project
24223           to be skipped for symbol browsing and project listing.
24224         
24225         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24226         
24227           Modified script to read the template from the anjuta data dir
24228           rather than from the directory in which the script exist. Otherwise,
24229           Being transfered to the bin dir, the script will not be able to
24230           find the template when it is run.
24231           
24232           The script is also create with configure.in to set in the anjuta
24233           data dir path inside the script.
24234           
24235 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24237         * po/fr.po: updated to the latest sources.
24239 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24241         * scripts/Makefile.am:
24242           anjuta_import.sh goes with distribution.
24243           
24244         * po/*.po: They seem to have updated (merged with
24245           anjuta.pot) automatically when I did "make dist".
24246           
24247 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24249         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24250           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24251           the compiler options dialog.
24252         
24253         * ChangeLog:
24254           Correct todays date. :)
24255           
24256         * scripts/Makefile.am:
24257           Installs anjuta_import.sh in $(prefix)/bin dir and
24258           is treated as an executable.
24259           
24260 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24262         * Fix for bug #499373
24263         
24264         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24265           java, properties, latex.properties, lua.properties, others.properties,
24266           perl.properties:
24267           
24268           Added double-quotes around file arguments so that
24269           filenames with spaces could also work.
24271         * launcher/anjuta-launcher.c, executer.c:
24272           Escaped quotes in the cammand and it's arguments before executing
24273           so that args with spaces can also work.
24274           
24275           Commented #DEBUG switch.
24276           
24277 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24279         * scripts/*: Added files which I forgot previously.
24280         
24281         * src/aneditor.h: Lined up commands definition for better look.
24282         
24283         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24284           main_menubar.h, control.c:
24285           Added three more convert EOL chars submenu items in transform.
24286           Reformatted some some.
24287         
24288         * data/anjuta.properties:
24289           Reformatted a line.
24290         
24291         * src/aneditor.h, aneditor.c:
24292           Added three commands (with definitions) for EOL conversions.
24293           
24294         * src/text_editor.c:
24295           Editor detects file mode from the file content and
24296           set the editing mode to CR/LF/CRLF automatically.
24297           Refined Dos mode extrageneous chars filter
24298           This will make sure that filter works only in Dos mode and not
24299           in other modes.
24300           
24301         * src/anjuta.c: Editor mode display in status bar.
24302         
24303         * src/preferences_gui.c: Changed the string for dos mode
24304           filter to more sensible string.
24305         
24306         * src/aneditor.c: Default editor mode sets during widget creation
24307           and not everty time the properties are loaded. This makes sure
24308           that the auto-detected mode is not overridden by the default mode.
24309           
24310         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24311         
24312         * src/anjuta.c: Fixed bug #476028.
24313           Now anjuta also searches for file relative to top project dir,
24314           when the project is open.
24315         
24316         * src/anjuta_cbs.c: Fixed bug #499536.
24317           File is not closed if it is not able to save the file properly.
24318           
24319         * src/mainmenu_callbacks.c: Fixed bug #499536.
24320           Newfiles (which are not modified) are also closed on "close all files".
24321         
24322 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24324         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24325         
24326         * tagmanager/tm_source_file.c, regex.c, parse.c:
24327           defined and delimited g_messages within #debug.
24328           
24329         * src/preferences.c, data/anjuta.properties:
24330           saved/defied message-manager tag position in string.
24331           Message tag possition is saved between sessions. And
24332           and tag position bottom as default.
24333           
24334 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24336         Patch submitted by:
24337         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24339         * Makefile.am
24340           configure.in
24341           data/Makefile.am
24342           data/properties/Makefile.am
24343           global-tags/Makefile.am
24344           pixmaps/Makefile.am
24345           src/Makefile.am
24346           src/an_file_view.c
24347           src/an_file_view.h
24348           src/an_symbol_view.c
24349           src/an_symbol_view.h
24350           src/anjuta.c
24351           src/anjuta_cbs.c
24352           src/file_history.c
24353           src/file_history.h
24354           src/message-manager-private.cc
24355           src/pixmaps.h
24356           src/project_dbase.c
24357           src/project_dbase_gui.c
24358           src/tags_manager.c
24359           src/text_editor.c
24360           src/utilities.c
24361           src/utilities.h
24362           src/watch_gui.c:
24363         
24364           Modified files.
24365         
24366         * scripts/*
24367           pixmaps/sv_class.xpm
24368           pixmaps/sv_function.xpm
24369           pixmaps/sv_macro.xpm
24370           pixmaps/sv_private_fun.xpm
24371           pixmaps/sv_private_var.xpm
24372           pixmaps/sv_protected_fun.xpm
24373           pixmaps/sv_protected_var.xpm
24374           pixmaps/sv_public_fun.xpm
24375           pixmaps/sv_public_var.xpm
24376           pixmaps/sv_static_fun.xpm
24377           pixmaps/sv_static_var.xpm
24378           pixmaps/sv_struct.xpm
24379           pixmaps/sv_unknown.xpm
24380           pixmaps/sv_variable.xpm
24381           pixmaps/fv_core.xpm
24382           pixmaps/fv_text.xpm
24383           pixmaps/filestoremove.txt:
24384         
24385           New files.
24386         
24387         * pixmaps/class.xpm
24388           pixmaps/function.xpm
24389           pixmaps/fv_autofile.xpm
24390           pixmaps/fv_doc.xpm
24391           pixmaps/fv_i18n.xpm
24392           pixmaps/fv_source.xpm
24393           pixmaps/private_func.xpm
24394           pixmaps/private_var.xpm
24395           pixmaps/protected_func.xpm
24396           pixmaps/protected_var.xpm
24397           pixmaps/public_func.xpm
24398           pixmaps/public_var.xpm
24399           pixmaps/struct.xpm
24400           pixmaps/variable.xpm
24401         
24402           Removed files.
24403         
24404         * tagmanager/*/*:
24405         
24406           Upgraded to tagmanager-0.7
24408 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24409         * src/anjuta_cbs.c: Fixed bug #506441
24410         * src/watch_gui.c: Changed layout of eval dialog so that
24411         it fits on a 800x600 desktop with German translation. 
24413 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24415         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24416         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24417           icon for new project type (thanks to Misha)
24418         * configure.in: build and install Danish translation
24419         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24420           credits to cover new patches and translations
24422 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24423         
24424         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24425           src/appwiz_page1.c:
24426         
24427       - Font preferences are restored properly now (\n was missing)
24428           - Dock menu label of message-manager is "Dock/Undock" instead
24429           of "Dock|Undock" to match with the rest of anjuta.
24430           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24431           changed it in anjuta, too 
24433 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24435         * tagmanager/tm_source_file.c,
24436           tagmanager/parse.c,
24437           tagmanager/tm_project.c,
24438           src/an_symbol_view.c,
24439           src/anjuta.c:
24440           
24441           Disabled debug warnings.
24443 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24445         * src/appwiz_page1.c
24446           src/compiler_options.c
24447           src/project_dbase.c
24448           src/project_dbase.h
24449           src/project_type.c
24450           src/source.c
24451           src/source.h:
24452           
24453           New project type named LibGlade.
24454           
24455           Patch submitted by:
24456           Dick Knol <dknol@gmx.net>
24458         * src/gnome_prj.c:
24459           Commented out unused pixmap creation. May be it
24460           will fix the crash in project creation.
24461           
24462 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24464         * src/registers.c
24465           src/registers.h
24466           src/registers_cbs.c
24467           src/registers_cbs.h
24468           src/registers_gui.c
24469           src/sharedlib.c
24470           src/sharedlib.h
24471           src/sharedlib_cbs.c
24472           src/sharedlib_cbs.h
24473           src/sharedlib_gui.c
24474           src/signals.c
24475           src/signals.h
24476           src/signals_cbs.c
24477           src/signals_cbs.h
24478           src/signals_gui.c
24479           src/stack_trace.c
24480           src/stack_trace.h
24481           src/stack_trace_cbs.c
24482           src/stack_trace_cbs.h
24483           src/stack_trace_gui.c
24484           src/text_editor.c
24485           src/watch.c
24486           src/watch.h
24487           src/watch_cbs.c
24488           src/watch_cbs.h
24489           src/watch_gui.c
24490           
24491           Fixed bug #496290: Attach/detach removed from these
24492           windows as they are never implemented.
24493           
24494           Patch submitted by:
24495           Johannes Schmid <johannes.schmid@gmx.de>
24496           
24497 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24499         * src/anjuta.c,
24500           src/anjuta_cbs.c:
24501           
24502           Fixed bug:
24503           when you right click on the tabs, a list of filenames are given
24504           out, but now it gives a list of "page 1", "page 2", etc...
24505           
24506           Patch submitted by: 
24507           Jens Georg <mail@jensgeorg.de>
24509         * anjuta.in.in: Removed c|c++ because, it was not necessary
24510           and was causing translation problem.
24511           
24512         * plugins/class-gen/clsGen.c:
24513           removed "'" for the same reason.
24514           
24515 attached the fix for the menu
24518 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24520         * src/preferences.h,
24521           src/preferences.c,
24522           src/preferences_gui.c:
24523           
24524           Adds the functionality to Anjuta to auto save your unsaved
24525           files before you build a project.
24527           Patch submitted by: 
24528           jason <jason_williams@suth.com>
24529           
24530         * src/anjuta.[h,c]:
24531           Added function for save all files.
24532         
24533         * src/mainmenu_callbacks.c:
24534           Modified to use the above function.
24535         
24536         * src/build_project.c:
24537           Save all files before build if it is set in the
24538           preferences.
24540 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24542         * src/message-manager-private.cc
24543           src/message-manager-private.h
24544           src/message-manager.cc:
24545           
24546           Message-manager now restores the tabs which were shown on startup.
24547           The terminal is now created on demand (as requested by Biswa)
24548           and I have removed some debug messages.
24549           
24550           Patch submitted by: 
24551           Johannes Schmid <johannes.schmid@gmx.de>
24553 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24555         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24556           proper tabs keyboard navigation.
24558         * src/an_symbol_view.c,
24559           src/anjuta_cbs.c,
24560           src/gnome_project.c,
24561           src/project_dbase.c,
24562           src/tags_manager.c: removed some debugging display.
24564 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24566         * src/message-manager-dock.c
24567           src/message-manager-private.cc
24568           src/message-manager-private.h
24569           src/message-manager.cc
24570           src/preferences.c
24571           src/preferences.h
24572           src/preferences_gui.c:
24573           
24574           Patch submitted by: 
24575           Johannes Schmid <johannes.schmid@gmx.de>
24576           
24577           This patch adds a tab to the notebook of the preferences-dialog
24578           where you can change the colors, the tab position of the new
24579           message manager. Also the truncate messages stuff has moved
24580           from misc tab to messages tab.
24582           Also improved the remembering position stuff of message manager.
24583           
24584         * data/internal.properties,
24585           Added definitions for messages colors and tag position.
24586           
24587         * src/message_manager.cc:
24588           Fixed a bug that never lets the messages panes to get cleared.
24589           Added wmclass setting for the message window. Fixed a bug in
24590           which the message window was not being shown.
24591         
24592         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24593           output and disabled it.
24595         * src/anjuta.c: Preferences created and loaded before anything else.
24596           anjuta now recognizes messages colors on startup and initializes
24597           them.
24598         
24599 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24601         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24603 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24605         * pixmaps/file_c.xpm,
24606           pixmaps/file_cpp.xpm,
24607           pixmaps/file_file.xpm,
24608           pixmaps/file_h.xpm,
24609           pixmaps/file_html.xpm,
24610           pixmaps/file_i18n.xpm,
24611           pixmaps/file_icon.xpm,
24612           pixmaps/file_pix.xpm,
24613           pixmaps/fv_doc.xpm,
24614           pixmaps/fv_i18n.xpm,
24615           pixmaps/fv_image.xpm,
24616           pixmaps/fv_source.xpm,
24617           pixmaps/fv_unknown.xpm: made these icons transparent.
24619 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24621         * launcher/anjuta_launcher.c: updated message strings
24622         * src/message-manager-dock.c: added newline at end to avoid compile warning
24623         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24624         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24625           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24626           entries for username and Python-style GPL notice
24627         * HACKING: added info on files to change to update Insert menu
24629 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24631         * src/project_dbase.c,
24632           src/an_file_view.c,
24633           src/an_symbol_view.c:
24634           Changed the CTree expander style to square and
24635           line style to Dotted line.
24636           
24637         * po/POTFILES.in: Removed and Added translable files.
24639 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24641         * ccview/.cvsignore: Removed.
24642         
24643 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24645         * ccview/
24646                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24647                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24648                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24649                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24650                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24651                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24652         
24653         Removed ccview module because it is no longer needed.
24655 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24657         * src/project_dbase.c:
24658           Shifted structure initialization in project_dbase_new()
24659           before anything else, otherwise it was crashing due to
24660           uninitialized values.
24661         
24662         * src/an_symbol_view.c:
24663           Disabled high volume debug output.
24665 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24666         
24667         Applied a very heavy patch from:
24668         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24670         * Makefile.am
24671         configure.in
24672         pixmaps/Makefile.am
24673         src/Makefile.am
24674         src/aneditor.cxx
24675         src/aneditor.h
24676         src/anjuta.c
24677         src/anjuta.h
24678         src/commands.c
24679         src/commands.h
24680         src/compile.c
24681         src/compile.h
24682         src/controls.c
24683         src/defaults.c
24684         src/fileselection.c
24685         src/main_menubar.c
24686         src/main_menubar.h
24687         src/main_menubar_def.h
24688         src/mainmenu_callbacks.c
24689         src/mainmenu_callbacks.h
24690         src/project_dbase.c
24691         src/project_dbase.h
24692         src/project_dbase_gui.c
24693         src/tags_manager.c
24694         src/text_editor_menu.c
24695         src/toolbar_callbacks.c
24696         tagmanager/Makefile.am
24697         tagmanager/ctags.c
24698         tagmanager/include/Makefile.am
24699         tagmanager/include/tm_project.h
24700         tagmanager/include/tm_symbol.h
24701         tagmanager/include/tm_tag.h
24702         tagmanager/include/tm_tagmanager.h
24703         tagmanager/include/tm_workspace.h
24704         tagmanager/tm_project.c
24705         tagmanager/tm_source_file.c
24706         tagmanager/tm_symbol.c
24707         tagmanager/tm_tag.c
24708         tagmanager/tm_workspace.c
24709         widgets/Makefile.am: Modified.
24710         
24711         * src/an_file_view.[c,h],
24712           src/an_symbol_view.[c,h],
24713           src/file_history.[c,h],
24714           src/support.[c,h],
24715           widgets/scroll-menu.[c,h],
24716           tagmanager/tm_file_entry.c
24717           tagmanager/include/tm_file_entry.h: Added new files.
24718           
24719         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24720         private_func.xpm, public_func.xpm,
24721         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24722         private_var.xpm, public_var.xpm,
24723         function.xpm, fv_i18n.xpm, macro.xpm,
24724         protected_func.xpm, struct.xpm,
24725         fv_autofile.xpm, fv_image.xpm,
24726         ofolder.xpm, protected_var.xpm, variable.xpm:
24727           Updated and Added pixmap files.
24729         Features:
24730         ---------
24731         a) Removes CCView dependency.
24732         b) Improves the terminal.
24733         c) Adds tag navigation context menus.
24734         d) Upgrades tagmanager to latest version.
24735         e) Miscellaneous small additions.
24737 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24739         * src/project_dbase_gui.c: Fixed crash of anjuta
24740         when project first created.
24741         
24742         * src/gnome_project.c: It now updates the tags manager
24743         when new projects are created.
24744         
24745 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24747         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24748           for this big patch.
24749         
24750         * src/messages.[c,h]: Removed files.
24752         * src/message-manager.[cc,h],
24753           src/message-manager-dock.[c,h],
24754           src/message-manager-private.[cc,h]
24755           New files.
24757         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24758           src/build_project.c, src/clean_project.c, src/compile.c
24759           src/configurer.c, src/debugger.c, src/find_in_files.c
24760           src/mainmenu_callbacks.c, src/preferences.h
24761           src/preferences_gui.c, src/properties.h
24762           src/utilities.c, src/utilities.h:
24763           The new messages widget.
24764           New features:
24765             - Use of GtkNotebook instead of ToggleButtons
24766               and show/hide
24767             - Popupmenu to show and hide message types and
24768               to dock/undock in detach mode
24770           All other things should work as they did with the
24771           old message window. Currently the keyboard short-cuts
24772           do not work in detached mode.
24773           
24774           Some functions in utitlities.[c,h] changed.
24775           so that they take const arguments where this is possible
24776           
24777         * src/Makefile.am, po/POTFILES.in:
24778           Removed messages.[c,h] and
24779           added message-manager.[cc,h], message-manager-dock.[c,h],
24780           message-manager-private.[cc,h]
24781           
24782         * src/message-manager.h: Removed "include <bonobo.h>"
24783           and added a newline at the end of the file.
24784           
24785         * src/message-manager-private.cc:
24786           Set clist's width setting to Automatic.
24787           Set scroll window's scroll bars to Automatic.
24788           
24789 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
24791         * text_editor_menu.c:
24792           Fixed misalignment of the function sub menu
24793           in the text editor pop up menu.
24794           
24795 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24796         
24797         * src/text_editor.c: Fixed a compiler warning.
24798         
24799 2002-01-04  Andy Piper <andy.piper@freeuk.com>
24801         * THANKS, manuals/*/authors.sgml: updated for new translations
24802         * plugins/class-gen/clsGen.c: converted messages to English
24803         * src/about.c, src/main_menubar_def.h: string updates
24805 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24807         * src/anjuta.c
24808           src/anjuta_cbs.c
24809           src/text_editor.c
24810           src/mainmenu_callbacks.c
24811           src/text_editor.h
24812           src/text_editor.c
24813           src/text_editor_cbs.c
24814           src/text_editor-gui.c:
24815           
24816           Earlier code for adding 'cross' button
24817           for closing pages were too error prone and unorganized.
24818           Cleaned up the code and shifted the 'extra' widgets
24819           creation (eg. close button, close_pixmap and lable)
24820           from anjuta to text_editor. This takes care of proper
24821           widgets creation and destruction. Otherwise, anjuta
24822           was crashing at too many points, especially related
24823           to docking and undocking.
24824           
24825 2002-01-04  Stephane Demurget  <demurgets@free.fr>
24827         * src/aneditor.cxx: removed debugging code.
24829         * data/properties/.cvsignore: added swap files.
24831 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24833         * src/anjuta.c
24834           src/anjuta_cbs.c:
24835           Fixed Crashing of anjuta when a new file is saved as
24836           different file.
24837           
24838 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24840         * src/aneditor.c: Some debug codes around.
24841         
24842         * data/internal.properties, data/anjuta.properties: Removed.
24843           data/properties/Makefile.am:
24844           data/properties/ada
24845           data/properties/cs
24846           data/properties/make
24847           data/properties/rc
24848           data/properties/html
24849           data/properties/ruby
24850           data/properties/baan
24851           data/properties/idl
24852           data/properties/pascal
24853           data/properties/sample
24854           data/properties/bash
24855           data/properties/java
24856           data/properties/perl
24857           data/properties/sql
24858           data/properties/conf
24859           data/properties/latex
24860           data/properties/props
24861           data/properties/vb
24862           data/properties/cpp
24863           data/properties/lua
24864           data/properties/python
24865           data/properties/xml
24866           data/properties/others
24867           data/properties/.cvsignore:
24868             Added files. Properties now splitted into small files
24869             for each language.
24871         * data/Makefile.am
24872           configure.in: Update the removal and added properties module.
24874         * src/preferences.c: preferences_new(): Updated to reflect the
24875           new properties files organization.
24876           
24877         * src/Makefile.am: Added Baan Lexer.
24879 2002-01-01  Stephane Demurget  <demurgets@free.fr>
24881         * src/aneditor.cxx: readded the baan lexer. 
24883         * src/preferences.c: fixed translated messages and a typo.
24885         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
24886           confusing the regexp usage in xml-i18-merge.
24888 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
24890         * src/project_dbase.c: tidied some messages, and spotted a typo in
24891           the reading of properties which prevented the project version from
24892           ever being reported in the Project Information window - fixed :)
24894         * po/POTFILES.in: removed syntax.h
24896 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24898         * data/internal.properties: fixed baan properties.
24899           Added all ada properties.
24901         * src/main_menubar_def.h,
24902           src/lexer.h,
24903           src/aneditor.cxx,
24904           src/utilities.[ch]: added support for the Ada highlight style.
24906 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24908         * plugins/*/.cvsignore: updated.
24910 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24912         * src/syntax.h,
24913           src/text_editor.c,
24914           src/Makefile.am: removed the empty header syntax.h.
24916 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
24918         * main_menubar.c:
24919         Stef's observation on the 'superfluous' hseparators in the recent
24920         files and projects is fully justified -- removed.
24921         
24922         * main_menubar_def.h:
24923         Changed "Plug Ins" to "Plugins" in the menu label.
24924         
24925         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
24926         Added class-gen in the configure output and class-gen module.
24927         
24928         * data/internal.properties:
24929         Correct mis-spelled "jave" to "java".
24930         Added file.is.source for *.h, *.c, *.cpp properties.
24931         
24932         * global-tags/Makefile.am:
24933         "chmod +x create_global_tags.sh" before it is executed, because
24934         there is very high chance that it will be found "-x" and resulting
24935         in error
24937 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24939         Fixed a crash on Solaris reported by Holder Burde, thanks to him
24940         for the backtrace.
24942         * src/gnome_project.c: (create_new_project): if the user doesn't
24943           select any icon, it doesn't have any extension and thus we can't
24944           use it in printf on Solaris, since the %s modifier use strlen to
24945           know the string length and then crash. On Linux, gcc checks the value
24946           of the pointer to be NULL and write "(null)" if necessary. We can't
24947           rely on that.
24949         * src/source.c: (source_write_desktop_entry): if there's no icon, we
24950           don't need to have the directory icon but the generic one.
24952 2001-12-30  Stephane Demurget  <demurgets@free.fr>
24954         Merged with latest (1.42) scintilla.
24956         Added: Support for the {load,save}.on.(de)activate properties.
24957                The PHP lexer to match keywords case insensitively.
24958                Baan lexer.
24959                Experimental supports for changeable style attribute & line
24960                wrapping.
24961                
24962         Updated: Both the C++ and HTML lexers.
24963                  More shell keywords added.
24964                  Horizontal scrolling and diplay of long lines optimised.
24965                  Cursor setting optimised.
24967         Bugs fixed: Caret movement over folded lines.
24968                     Selection tracking in 2ndary views when doing modifications.
24970         * scintilla/CallTip.{cxx.h},
24971           scintilla/ContractionState.{cxx,h},
24972           scintilla/Document.{cxx,h},
24973           scintilla/Editor.{cxx,h},
24974           scintilla/KeyWords.cxx,
24975           scintilla/LexHTML.cxx,
24976           scintilla/PlatGTK.cxx,
24977           scintilla/RESearch.cxx,
24978           scintilla/ScintillaBase.cxx,
24979           scintilla/ScintillaGTK.cxx,
24980           scintilla/Style.{cxx,h},
24981           scintilla/StyleContext.h,
24982           scintilla/ViewStyle.cxx,
24983           scintilla/include/*.h: updated.
24985         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
24987         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
24988           should have been told to the scintilla team. We're lucky I read the
24989           ChangeLog and the modifications of the lexer (thanks to the Gnome
24990           bonsai for this ;)
24992         * data/internal.properties: added Baan definitions.
24993           Fixed some issues for C such as *_cast directive, that are only
24994           available with C++.
24995           Updated C++, HTML and shell scripts definitions.
24996           Updated Ada and Bullant, that have been forgotten.
24998         * src/main_menubar_def.h,
24999           src/lexer.h,
25000           src/aneditor.cxx,
25001           src/utilities.[ch]: added support for the Baan highlight style.
25003 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25005         Polished the plugins menu behaviour and added a tearoff
25006         menuitem to the recent entries submenu.
25008         Note: The recent entries list seems to be too height
25009               with all these superfluous hseparators.
25011         * src/main_menubar.c: Polished, making some
25012           functions declarations static and cleaning some code.
25014           (create_submenu_plugin): removed the extra
25015           plugins entry and the horizontal separators.
25017           (on_plugins_menu_realize): the plugins menu is only
25018           shown if there's at least one available.
25020           (create_submenu*): added a tearoff menuitem to have
25021           a more homogeneous menu style. For now, it doesn't
25022           take care of user settings (but it was even worse
25023           before :).
25025 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25027         * configure.in: added the packageplugindir variable to avoid
25028           installing the plugins in $(prefix). It's not the same path as
25029           anjuta 2 to allow parallel installation.
25031 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25032         Fix a reopened part of bug #440676: keyboard navigation between the
25033         different text buffers. Changed to a more global approch. 
25035         * src/notebook.[ch]: removed.
25037         * src/Makefile.am: removed notebook.[ch]
25039         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25040           (on_anjuta_window_key_press_event): added to fulfill the global
25041           shorcuts handling.
25043         * HACKING: updated according to the new global shortcuts handling.
25045 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25047         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25048           Shifted plugin menu from Edit submenu to main menu.
25049         
25050         * po/POTFILES.in:
25051           Added plugins/sample1/plugin-sample1.c
25052           
25053         * plugins/sample1/plugin-sample1.c:
25054           Added localization and used anjuta_info, instead of anjuta_error.
25055           
25056         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25057           Added cvs ignores.
25058           
25059 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25061         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25062           for plugin dir.
25063         
25064         * Makefile.am: Added module plugins.
25065         
25066         * plugins, plugins/Makefile.am, plugins/sample1/*:
25067           Created plugins modules.
25068           
25069         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25070           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25071           to load plugins of *.so only and not *.so* (which results
25072           in duplicates).
25073         
25074         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25075           plugins during packaging.
25077 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25079         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25081 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25083         * configure.in: Added portuguese to ALL_LINGUAS
25085 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25087         * global-tags/.cvsignore
25088         tagmanager/.cvsignore
25089         tagmanager/include/.cvsignore:
25090         Added cvs ignore files.
25092         * data/.cvsignore
25093         Updated cvs ignore file.
25094         
25095 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25097         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25098           data/anjuta.properties, data/internal.properties: clean up some 
25099           message strings (me)
25101 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25103         * src/about.c, THANKS: added Jens to the credits
25104         
25105 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25107         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25108           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25109           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25110           Georg <mail@jensgeorg.de> to add close button to file tabs.
25112 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25114         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25115           (debugger now catches correct signal from process)
25117 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25119         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25120         * src/pixmaps.h: switch appwizard project icons to new designs
25121         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25123 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25125         * pixmaps/Makefile.am: stop redundant images from being installed.
25126           The next step will be to remove them completely.
25127         * src/appwiz*: further updates (more to come)
25128         * src/pixmaps.h: cleaned up, commented
25129         * src/splash.c: should use the pixmaps macro defined
25130         * HACKING: more on the graphics stuff and use of pixmaps.h
25132 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25134         * src/defaults.c: fix bug #494864
25136 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25138         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25139           graphics from Misha
25140         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25141           redundant graphics, no longer used
25142         * src/appwiz*: revamped application wizard by Andy and Misha for
25143           a more usable and professional look-and-feel
25144         * HACKING: updates to cover patching, graphics, and some additions
25145           post-0.1.8
25146         * TODO: removed some implemented features
25148 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25150         * data/anjuta.properties, data/internal.properties: cleanup
25151         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25152           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25153           to edit styles colors for keywords and add Goto Tag menu option
25154           in the editor
25156 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25158         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25159         
25160         Fixed bug #460335
25161         fixes the Forget of the cursor position when tab is brought active
25162         from project manager.
25163         
25164 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25166         * src/messages.c
25167           Exported "TERM=xterm" to get a color terminal when
25168           anjuta is not started from within a terminal.
25169           
25170 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25172         * src/messages.c
25173           src/messages.h
25174           Added a frame around zvt terminal.
25175           
25176         * src/preferences_gui.c
25177           Modified to say "Use glade component (experimental)"
25178           instead of "Use Component".
25179           
25180 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25182         * Patch from 
25183         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25184         
25185         * src/anjuta.c
25186         src/fileselection.c
25187         src/messages.c
25188         src/messages.h
25189         src/preferences.c
25190         src/preferences.h
25191         src/project_dbase.c
25193         a) Extra scrollbar in terminal no longer appears.
25194         b) Character set preference should be preserved (untested).
25195         c) File selection widget now remembers last directory.
25196         d) On creation of generic project, the glade 'file not found' error no
25197                 longer occurs.
25198         e) First terminal window is created 'on demand', so it should always to
25199                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25200                 environment is now passed to the terminal.
25201         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25202                 with getcwd()).
25203         g) Fixed some compilation warnings.
25205 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25207         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25208           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25209         * src/*: cleanups (me)
25210         * pixmaps/mini_term.xpm: added new file for terminal button
25211           (me, based on existing artwork)
25213 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25215         * configure.in: bumped version to 0.1.9-pre
25216         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25217           translation
25218         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25220 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25222         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25223           files are free of that char)
25224         * configure.in: added "az" to ALL_LINGUAS
25226 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25228         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25229           crash bug fix from Biswa.
25230         * FUTURE: added Anjuta/gIDE merger information to provide 
25231           details on future direction and status of 1.x stuff
25232         * NEWS: prepared for release
25233         * po/de.po: update from Jens Georg <mail@jensgeorg>
25235 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25237         * multiple minor updates pre-0.1.8
25238         * patch from Biswa to fix syntax highlighting and packaging
25239         * po/fr.po: update from Stef
25241 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25243         * global-tags/Makefile.am
25244         global-tags/create_global_tags.sh
25245         global-tags/tm_global_tags.c
25246         scintilla/LexCPP.cxx
25247         scintilla/include/SciLexer.h
25248         src/aneditor.cxx
25249         src/project_dbase.c
25250         tagmanager/Makefile.am
25251         tagmanager/include/Makefile.am
25252         tagmanager/include/tm_project.h
25253         tagmanager/include/tm_tag.h
25254         tagmanager/include/tm_tagmanager.h
25255         tagmanager/tm_project.c
25256         tagmanager/tm_source_file.c
25257         tagmanager/tm_tag.c
25258         tagmanager/tm_workspace.c:
25259         
25260         Includes the syntax highliting patch to scintilla).
25261         and more stable code.
25262         
25263         *tagmanager/include/tm_symbol.h: New file.
25264         *tagmanager/tm_symbol.c: New file.
25265         
25266         Add symbol tree building functionality at project level
25267         
25268         Patch from:
25269         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25270         
25271 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25273         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25274           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25275           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25276           : New and improved pixmaps from Misha <misha@phreaker.net>
25277           Thanks to him.
25279 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25280         
25281         * Big patch submitted by
25282           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25283           Many thanks to him.
25284         
25285         * src/Makefile.am, src/aneditor.cxx
25286           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25287           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25288           Use of tagmanager lib for advanced calltips.
25290         * global-tags/*: Created new directory and added files to 
25291           generate system.tags.
25293         * tagmanager/*: Created new directory and added tagmanager lib
25294           files.
25296         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25297           the above additions.
25299         * data/Makefile.am: Modified to accomodate generated system.tags file.
25301 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25303         * scintilla/: updated to 1.41
25304         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25305         * src/about.c: updated list of authors
25306         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25307         * HACKING: updated to cover Scintilla usage
25308         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25309           translation
25311 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25313         * src/aneditor.cxx: Fixed compilation errors with it.
25314           by add include to gtk+ headers and typedefining a mysteriously
25315           vanished class Colour.
25317 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25319         * configure.in: Added pt_BR in the languages.
25320         
25321 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25323         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25324           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25325         * THANKS: updated
25326         * manuals/C/anjuta-manual/*: new format to match
25327           the rest of the GNOME docs chapter layout. Added the many
25328           new contributors. Moved Authors and License information into new
25329           chapters of their own - should make expansion easier too
25330         * src/compiler_options.c: changed the profiler option to -pg to 
25331           work with GNU tools (gprof)
25332         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25333           and text labels
25334         
25335 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25337         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25338           compiler_options_gui.c:
25339           Added a new entry for linker flags and renamed c_options to c_flags
25340           and l_options to l_libs. Also, added a new function:
25341           compiler_options_set_prjlflags_in_file();
25342         
25343         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25344         
25345         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25346           
25347 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25349         * THANKS, src/about.c: corrections and additions following 
25350         Naba's big update
25351         * src/main_menubar.c: patch from Rikul to fix the problem with 
25352         menu accelerators not being loaded
25354 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25356         * THANKS: Added all contributors and translators names and emails.
25357         * AUTHORS: Updated
25358         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25359         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25360               Added new file (earlier logo with border).
25361         * src/about.c: Added all contributors names and emails
25362               and used macro definition for logo pixmap file.
25363         * src/pixmaps.h: Added entry for anjuta splash screen.
25365 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25367         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25368         to new PNG version (thanks to Misha) and removed the old
25369         pixmap.
25371 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25373         * THANKS: added Conner Mo for simplified Chinese translation.
25374         * configure.in: added zh_CN in ALL_LINGUAS
25376 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25378         * THANKS: added Joe Man for his traditional Chinese translation.
25379         * configure.in: added zh_TW in ALL_LINGUAS.
25381 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25383         * src/main_menubar_def.h: Changed the link of lidn to
25384         http://lidn.sourceforge.net.
25385         
25386 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25388         * Applied patch from Rikul
25389         * Applied patch from Luca
25390         * Fixed a cvs conflict. :)
25392 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25394         * THANKS: added Marc Botermans for his Dutch translation.
25396         * configure.in: added nl in ALL_LINGUAS.
25398         * po/nl.po: added.
25400 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25402         * anjuta.c: Fixed luca's typo.
25403         * resources.c, resources.h: Changed gchar* return to void, to
25404                 avoid a compiler warning.
25405         * scintilla/Makefile.am: Reorganized file entries.
25406         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25408 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25410         * Upgraded scintilla to 1.4.
25411         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25412                 LexLisp.cxx StyleContext.cxx StyleContext.h
25413         * src/Makefile.am: Added 4 lexers and separated lexer objects
25414                 from the main link variable.
25416 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25418         * THANKS: added Luca, even if it shouldn't be my role to write
25419           this sort of thing :)
25421         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25422           the latest Luca patch.
25424 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25426         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25427         This is not documented yet; plugins to come later.
25428         * src/find*.c: find dialogs now persistent 
25429         (Rick <rikul@bellsouth.net>)
25430         * widgets/gnomefilelist.c: fixed multiple file open issue 
25431         (Rick <rikul@bellsouth.net>)
25432         * changes to recent file and project lists handling 
25433         (lbell <lbell@tsc4.com>)
25434         * more minor UI updates (me)
25436 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25438         * src/Makefile.am: removed warnings for traditional C syntax
25439         * pixmaps: added new icons for mini_locals, mini_cvs and
25440         the splash screen - thanks to Misha <misha@phreaker.net>
25442 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25444         * src/toolbar.c: fix typo in tooltip text
25445         * ccview/cccmd.cc: alter Func to Function in menu text
25447 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25449         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25450         issue with find dialog reporting an error when Scintilla finds text
25451         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25452         DOS files (i.e. CR/LF translation)
25454 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25456         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25457         #452436
25458         * data/internal.properties: default fold style now set to 3 :-)
25459         * applied patch from rikul <null@acm.org> to turn notebook tab 
25460         headings red when file has been edited.
25462 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25464         * configure.in: Added "no" to ALL_LINGUAS.
25465         
25466 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25468     * Patch from lbell <lbell@tsc4.com>
25469     src/controls.c
25470     src/debugger.c
25471     src/main_menubar.c
25472     src/main_menubar.h
25473     src/main_menubar_def.h
25474     src/mainmenu_callbacks.c
25475     src/mainmenu_callbacks.h
25476     src/project_dbase.c
25477     src/project_dbase.h
25478     
25479     Implemented a check menu item to handle the 'show locals' flag
25480     for the current project.
25482     * data/internal.properties: Removed the redundant command
25483     for gnome-terminal.
25484     
25485 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25487         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25489 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25491         * configure.in: Added "ta" to the languages list.
25493 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25495         * data/internal.properties:
25496           added fold.symbols property to control appearance of folds
25497           in the Scintilla editor (thanks to rikul <null@acm.org>)
25499 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25501         * src/message.c:
25502           one extra button for message win is being created -- Fixed.
25503         
25504           The frame should be hidden and not only the pix_lab when
25505           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25506           -- Fixed.
25507         
25508         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25509           for the time being it is same as mini_cvs.xpm.
25510         
25511 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25513         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25515         Patch from rikul <null@acm.org>
25516         
25517         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25518         glades.h, messages.c, messages.h, pixmaps.h,
25519         project_dbase.c, project_dbase.h, session.c,
25520         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25521         
25522         inserted 'add to watch' option in inspect window, so you can add easily
25523         a variable in watch window .
25524         
25525         Added a new message pane for the gdb local variables inspection. Changed
25526         the code in messages.c to better account for future new panes insertion.
25527         Defined a new pixmap for the new tab button in pixmaps.h
25528         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25529         install script.
25530         
25531         Changed the debugger module to have a single function for asking to gdb
25532         to send program info. The idea is to ask the debugger about only the
25533         info needed to open windows( watch, registers, etc ) to speedup the step
25534         command. I plan to ask informations to the debugger based on the user
25535         interface status.
25536         The request for local variables is enabled by default, but the
25537         projectDBase has a variable to control it, to allow disabling that
25538         feature,  there is also the code to save and to reload the state. If you
25539         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25540         in project_dbase.c
25542         This big patch is from:  lbell <lbell@tsc4.com>
25543         
25544 2001-09-20  Stephane Demurget <demurgets@free.fr>
25546         Patch from rikul <null@acm.org> :
25548         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25549           problem and added folding support for php/hmtl.
25551 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25553         * Fixed dnd of files within scintilla.
25554         patch from:  rikul <null@acm.org>
25555         
25556 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25558         * Applied patch from Luca.
25559         
25560         * src/source.c: source_write_build_files(): Fixed the project generation
25561           failure. The fist return statement and the free_project_type were 
25562           misplaced.
25564 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25565         
25566         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25567         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25568         
25569         1) Restore the error color to red (waiting for a configurable one )
25570         2) Saving projects settings if you exit anjuta without closing an open
25571         saved project
25572         3) New Menu 'repaeat search' to search with a keystroke without pressing
25573         the toolbar button
25574         4) some define in the menus to better handle menu item update
25575         
25576         Patch from: lbell <lbell@tsc4.com>
25577         
25578         * main_menubar_def.h, main_menubar.c: Change the position of
25579         "Repeat find" menu position.
25581 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25583          project_type.h, project_type.c, source.c: Applied patch.
25584          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25585          
25586 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25588         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25589         
25590 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25591         
25592         * Fixed bug #445752
25593   
25594 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25595         
25596         * Fixed bugs in Gtk-- and Gnome-- project type
25598 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25600         * dnd.c: Support for multiple files drag-n-drop.
25601         
25602           Patch from: rikul <null@acm.org>
25603         
25604         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25605           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25606           saving from menu.
25607         
25608           Patch from: rikul <null@acm.org>
25610         * Applied patch for widgetizing goto dialog box.
25611           Patch from: ???
25612         
25613         * Applied patch for having new project type handling.
25614           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25615           
25616 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25618         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25619           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25620           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25621           find_replace.c, find_replace.h, find_text.c, find_text.h,
25622           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25623           project_dbase.h, source.c, text_editor.c, text_editor.h,
25624           text_editor_cbs.c, utilities.c, utilities.h:
25625         
25626           Applied a huge patch (after slight preview). I would like Luca
25627           to have his feature additions mentioned here.
25628         
25629           Patch from: lbell <lbell@tsc4.com>
25631 2001-09-09  Stephane Demurget <demurgets@free.fr>
25633         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25635         * po/fr.po: updated to the latest sources.
25638 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25639         
25640         * Fixed bug #445752
25641   
25642 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25644         * dnd.h, dnd.c: New files for drag n drop support.
25645                 
25646         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25647            Added drag and drop support for opening files.
25648         
25649         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25650         Archit Baweja <bighead@crosswinds.net> for this idea.
25651         
25652         * TODO: Added some more todos. :-(
25654 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25656         * Fixed the goto line activate bug.
25657         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25659 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25660         
25661         * Fixed bugs in Gtk-- and Gnome-- project type
25663 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25665         * widgets/gonmefilelist.c, gnomefilelist.c:
25666         Modified multiple selection on pressing control.
25667           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25668         
25669         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25670         Modified multiple selection on pressing control.
25671           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25672         
25673 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25675         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25676           This is useless; but just in case...
25678 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25680         * data/internal.properties: modified a bit of perl properties.
25681         
25682 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25684         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25685           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25686           Added support for multiple file imports. Changed the standrd C++
25687           convention of #include <file> to #include <file.h>, because I had given
25688           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25689           now support the #include <file> convention. That is something to be fixed :). 
25690           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25692 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25694         * src/anjuta.c: Added function static greetings_text(), to solve the non
25695                 translation of the greetings text in the wizard.
25696                 
25697 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25699         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25700           dialogs, with OK the default (fix bug #453482)
25702 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25704         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25705         
25706         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25707         
25708 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25710         * src/aneditor.cxx
25711           src/aneditor.h
25712           src/anjuta_cbs.c
25713           src/controls.c
25714           src/main_menubar.c
25715           src/main_menubar.h
25716           src/main_menubar_def.h
25717           src/mainmenu_callbacks.c
25718           src/mainmenu_callbacks.h:
25719                 Applied the patch that addes menu items which allow users to
25720                 insert GPL notice and date time in current document.
25721                 patch from: Rick Patel <rikul@shreve.net>       
25722                 
25723         * src/main_menu.c: Fixed a compilation error.
25724         
25725         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25726         
25727         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25728           about the unterminated strings.
25729           
25730         * scintilla/*: Updated scintilla to 1.3.9 version.
25731         
25732 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25733         
25734         * widgets/gnomefileselection.c:
25735           Applied the patch for fixing multiple selection of file open funcion,
25736           which will deselect the files selected.
25737           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25739 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25741         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25742           src/fileselection.c, src/anjuta_cbs.c:
25743           Applied the patch     for multiple selection of file open.
25744           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25745           
25746 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25748         * Removed "-f" option in call to devhelp, because devhelp no longer
25749           supports that.
25750         
25751 2001-08-26  Stephane Demurget <demurgets@free.fr>
25753         All these modifications have been pointed out by
25754         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25756         * data/internal.properties: two fixes for the PHP lexer.
25757           this out.
25759         * fr.po: minor fixes.
25761         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25763 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25764         
25765         * main_menubar.c,
25766           main_menubar.h,
25767           main_menubar_def.h,
25768           main_menubar_callbacks.c,
25769           controls.c:
25770                 Added new menu item for "close all fils".
25771                 (Patch from Rikul <rikul@shreve.net>, after revision)
25772         
25773         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25774         
25775         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25776                 (Patch from Rikul <rikul@shreve.net>)
25777         
25778         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25779                 (Patch from Rikul <rikul@shreve.net>)
25781 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25782         
25783         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25784            project name in application widzard.
25785            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
25787         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
25788           of the 'OK' button there is an 'Execute' one.
25789           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
25790         
25791         * executer.c: Changed cancel button to close button. That was more appropriate.
25792           
25793 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25795         * HACKING: corrected >>>>>> Config management.
25796         
25797         * HACKING: Added many things.
25798         
25799         * src/launcher.h: Added some comments.
25801 2001-08-21  Stephane Demurget <demurgets@free.fr>
25803         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
25805         * HACKING,
25806           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
25807           src/appwizard_cbs.c,
25808           src/appwizard_gui.c: Applied UI/docs cleanup patch from
25809           Andy Piper <andy.piper@freeuk.com>
25811         * po/fr.po: updated to latest sources.
25813         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
25816 2001-08-18  Andy Piper <andy.piper@freeuk.com>
25818         * Fixed bugs #450280 and #448845
25820         * src/about.c: corrected Naba's e-mail address (.net, not .com)
25821         
25822         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
25823           named dialogs
25824         
25825         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
25826           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
25827           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
25828           names to remove "Anjuta: " prefix
25829           
25830         * src/main_menubar_def.c: altered a message
25831         
25832         * launcher/anjuta_launcher.c: cleaned up some messages
25834         * src/debugger.c: edited messages to improve clarity
25835         
25836         * src/app_wiz*.c: tidied wizard interface
25839 2001-08-15  Stephane Demurget <demurgets@free.fr>
25841         Synced Naba's fix and mine about the wizards not working and removed
25842         anjuta.prj to avoid a nasty checkin.
25844         * Makefile.am: removed the install-data-local rule.
25846         * data/Makefile.am: changed the list of files.
25848         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
25850         * .cvsignore: added anjuta.prj for the same reason.
25853 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
25855         * src/source.c: Fixed a bug that fails new gnome projects to get
25856           created.
25858         * src/project_manager.c: Fixed a bug that disables storing recent
25859           project history.
25861         * Makefile.am: Added stuffs to install the macro files in the
25862           anjuta share file.
25865 2001-08-14  Stephane Demurget <demurgets@free.fr>
25867         * data/Makefile.am: added some rules to support the gnome/ macros
25868           dir in order to make the wizards work again.
25870         * anjuta.spec.in: upped the release number.
25873 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
25875         * configure.in (ALL_LINGUAS): Added pl.
25878 2001-08-09  Stephane Demurget <demurgets@free.fr>
25880         * anjuta.spec.in: fixed the doc files list.
25883 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
25885         * src/about.c: corrected my email address. :-)
25886         
25887         * TODO: Updated.
25888         
25889         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
25890          (patch from Andy Piper <squiggle@ukgateway.net>)
25892 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
25894         * debugger.c: Fixed a bug associated with debugging threaded
25895           application.
25896         
25897         * text_editor_menu.c: Fixed broken ui in text editor
25898           pop up menu.
25899           
25900         * text_editor_menu.c: Now the option sub menu in text editor pop up
25901           works.
25902         
25903         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
25904                 (suggested by lord sibn <sibn@utspl.cjb.net> )
25905         
25906 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25908         * src/text_editor_menu.c: Added menu item for context help
25909           (patch from Andy Piper <squiggle@ukgateway.net>)
25910         
25911 2001-08-06  Stephane Demurget <demurgets@free.fr>
25913         * ccview/cccproj.cc: added missing i18n strings.
25915         * data/welcome.txt: bumped version to 0.1.6.
25917         * src/anjuta.c: fixed a compilation error due to devhelp integration.
25919 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25920         
25921         * help.c, help.h: Added support for DevHelp context sensitive help
25922                 and gnome api browsing.
25923         * Fixed toolbars and editor views "not save" bug.
25924         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
25925           (patch from Andy Piper <squiggle@ukgateway.net>)
25926         * Updated THANKS and chapter15.sgml for uk and ru translators.
25928 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
25930         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
25931         * Updated configure.in to include these changes
25932         
25933 2001-08-03  Stephane Demurget <demurgets@free.fr>
25935         * src/project_dbase_gui.c: fixed bug #446963
25936           (on_project_dbase_ccview_update_start),
25937           (on_project_dbase_ccview_update_end): added.
25938           These two respectively disable and enable close file/project
25939           menu entries and toolbar items, while the ccview part updates
25940           its tag database.  
25943 2001-08-03  Stephane Demurget <demurgets@free.fr>
25945         * configure.in: added sv to the ALL_LINGUAS list.
25946         
25948 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
25950         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
25951                 file to work: merge translations and distribute it.
25953         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
25955         * NEWS, README, THANKS & TODO: Spelling fixes.
25957 2001-08-01  Stephane Demurget <demurgets@free.fr>
25959         * README: updated requirements.
25961         * scintilla/Makefile.am,
25962           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
25963           target can't be realized (custom build path).
25965         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
25966           Removed install-data-local.
25968         * src/compiler_options.c: changed the include paths of the pixmaps.
25969           we hadn't any warning because of the include paths passed to the
25970           compiler. Thanks to make distcheck for reporting this.
25973 2001-07-31  Stephane Demurget <demurgets@free.fr>
25975         * NEWS, THANKS: updated.
25977         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
25978           fixed to show the correct kernel signal number and its description.
25980         * widgets/gnomefilelist.c: fixed bug #445756
25981           (goto_last): renamed to goto_prev and changed according to goto_next.
25982           (goto_next): added.
25983           (goto_directory): removed.
25984           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
25985           returned value is now the position in the list.
25986           (check_ok_button_cb): changed the back check and added one for next.
25987           (gnome_filelist_set_dir): the check in history make it wouldn't be
25988           a "true" history. polished the whole thing, using set_dir_internal.
25989           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
25990           there's no check in the history when using back or next.
25992         * manuals/*: added missing .cvsignore files.
25995 2001-07-30  Stephane Demurget <demurgets@free.fr>
25997         * po/fr.po: updated to latest sources.
25999         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26000           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26001           to put off their sensitive attributes.
26003 2001-07-29  Stephane Demurget <demurgets@free.fr>
26004         
26005         * po/fr.po: fixed some grammar things.
26006           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26007           this out.
26008         
26009         * src/utilities.c: (file_is_link): use lstat instead of stat.
26011 2001-07-27  Naba Kumar <kh_naba@123india.com>
26012         
26013         * Remove help dir from cvs, because it is no longer
26014           needed.
26015         
26016         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26017           needed.
26019 2001-07-24  Naba Kumar <kh_naba@123india.com>
26021         * debugger.c: (debugger_update_prog_status): Fixed
26022                 the bug with gdb version 5. Debugger starts, when
26023                 step in/out/over etc are clicked.
26024         
26025         * debugger.c: All functions: added debugging codes.
26026         
26027         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26028         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26029           Modified to recognize non project files also.
26030           
26031         * source.c: (source_write_configure_in):
26032           Added source for 'prefix' counterparts for
26033           no-prefix AC_SUBST.
26034         
26035 2001-07-23  Naba Kumar <kh_naba@123india.com>
26036         
26037         * anjuta.c: added function anjuta_remove_text_editor();
26038           and suitably modified anjuta_remove_current_text_editor().
26039           
26040         * project_dbase.c: project_dbase_close(), Added code to
26041           close all opened files that belong to the project when
26042           the project is closed.
26043          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26044         
26045         * Updated the manuals/anjuta-manual subdir for GDP standards.
26046            (patch from Andy Piper <squiggle@ukgateway.net>)
26047         
26048         * main_menubar.h, main_menubar.def: Added Menu items to handle
26049           urls for library references, bugs, patches and feature request
26050           submission.
26051         
26052 2001-07-20  Naba Kumar <kh_naba@123india.com>
26053         
26054         * Set wmclass names in all windows.
26055           (patch from Andy Piper <squiggle@ukgateway.net>)
26056         * New splash logo from "Misha" <misha@phreaker.net>);
26058 2001-07-19  Naba Kumar <kh_naba@123india.com>
26059         
26060         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26061           set caret color, calltip back color and selection fore/back
26062           color.
26064 2001-07-18  Naba Kumar <kh_naba@123india.com>
26065         
26066         * project_dbase.c: Closes all files when project is closed.
26067          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26068          -- We still need to refine this as it closes all sort of files.
26069         
26070         * compiler_options.c: Fixed seg-fault bug when last item in
26071           compiler option lists is removed.
26072         
26073         * Fixed missing newline warnings during compilation.
26074           (patch from Andy Piper <squiggle@ukgateway.net>)
26076 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26078         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26079                 autogenerated no need to store'em in CVS.
26081         * ccview/.cvsignore: Addition of cvsignore.
26083 2001-07-17  Naba Kumar <kh_naba@123india.com>
26084         
26085         *GUI fixes and spell corrections
26086         (patch from Andy Piper <squiggle@ukgateway.net>)
26088 2001-07-15  Naba Kumar <kh_naba@123india.com>
26089         
26090         *Fixed double error message for file not found.
26091         
26092         *Put white backgrounds for png images.
26093         
26094         *Converted '-' to '_' in sgml files.
26096 2001-07-14  Naba Kumar <kh_naba@123india.com>
26097         
26098         * project_dbase.c: Short-cut for expand/collasp project tree
26099         
26100         * project_dbase_gui.c:
26101          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26103 2001-07-13  Naba Kumar <kh_naba@123india.com>
26104         
26105         * notebook.[h,c]: Added
26106          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26107         Project/message window now toggles on control and
26108         and notebook switch short-cut
26110 2001-07-7  Naba Kumar <kh_naba@123india.com>
26111         
26112         * Changed a new icon set which looks more gnomish.
26113         
26114         * Changed a new anjuta splash logo.
26115         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26117 2001-07-6  Naba Kumar <kh_naba@123india.com>
26118         
26119         * ccview/*: Integrated ccview for class view and file view
26120                 in the project Manager.
26121         
26122         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26124 2001-07-1  Naba Kumar <kh_naba@123india.com>
26125         
26126         * scintilla/*: Upgraded Scintilla to version 1.3.7
26127         
26128         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26129         
26130 2001-06-28  Naba Kumar <kh_naba@123india.com>
26131         
26132         * src/debugger.c: Correct step-over and step-out swapping.
26133         
26134         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26135           chapters and added more stuffs.
26137 2001-06-13  Naba Kumar <kh_naba@123india.com>
26138         
26139         * data/autogen.sh.gtkmm: Added
26140         
26141         * data/autogen.sh.gnomemm: Added
26142         
26143         * src/appwiz.c: Added two more application wizard templetes
26144         
26145         * src/project: for gtk-- and gnome-- and proper support
26146         
26147         * src/source.c: for c++ in the project configuration.
26148         
26149         * src/source.h:
26151 2001-05-05  Naba Kumar <kh_naba@123india.com>
26153         * Merged my pre-cvs modifications with 
26154           the current cvs copy.
26156         * (lot of files change).
26158         * Implemented session management.
26160         * Local installation possible by
26161           manageing our own pixmaps paths
26162           manupulations.
26163         
26164         * resources.h: Added.
26165         * resources.c: Added.
26167         * Fixed some bugs.
26168         
26169 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26171         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26172                 Corrected/extended ignores.
26174 2001-05-04  Naba Kumar <kh_naba@123india.com>
26176         * manuals/: dir tree added.
26177           Sgml documentation started in this dir.
26178           
26179         * omf-install/: dir tree added.
26180         
26181         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26182           Created initial document structure.
26183           
26184         * configure.in: Added test for scrollkeeper.
26185           Added some Makefile entries in AC_OUTPUT.
26186         
26187         * Makefile.am: Added subdir manuals/
26188         
26189         * HACKING: Wrote something stupid.
26191 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26193         * Makefile.am: Added ChangeLog in local data list, becaused it's
26194           needed to create a new project.
26195           
26196         * po/fr.po: minor fixes.
26198         * src/build_file.c, src/configurer.c, src/debugger.c,
26199           src/executer.c, src/find_replace.c, src/gnome_project.c,
26200           src/goto_line.c, src/launcher.c, src/messages.c, 
26201           src/preferences.c src/project_dbase.c: functions declared static.
26202           
26203         * widgets/gnomefilelist.c: Fixed a project creation bug,
26204           introduced with latest changes.
26206 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26208         * widgets/gnomefilelist.c,
26209           BUGS: Fixed an annoying bug preventing from loading files/project
26210           given on the command line. Polished the whole gnome_filelist widget.
26212 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26214         * src/main.c,
26215           src/anjuta.c,
26216           src/anjuta.h: Polished the command line parsing.
26218         * BUGS: Need to clean that damn gnome_filelist widget.
26220 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26222         * src/registers.c,
26223           src/sharedlib.c,
26224           src/signals.c: Removed duplicated includes.
26226         * po/fr.po: minor fixes.
26228         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26229           create_compiler_options_page? () declared static.
26230         * src/main.c,
26231           src/anjuta.c: Put a command line option for disabling
26232           the splashscreen.
26234         * src/preferences_gui.c: Fixed an internationalization issue,
26235           other functions declared static.
26237         * src/gnome_project.c: Fixed some memory leaks,
26238           new_prj_terminated () declared static. 
26240 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26242         * configure.in: Sort ALL_LINGUAS alphabetically.
26244 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26246         * Emptied that ugly old Changelog.
26248 == Anjuta 0.1.5 ===
26249 == Anjuta 0.1.4 ==
26251 2001-03-10 Naba kumar  <naba@gnome.org>
26253         * src/gnome_project.c: Fixed project dir creation bug.
26255         * src/text_editor.c: Fixed double accelerators bug.
26256         
26257         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26259         * src/stack_trace.c, * src/compiler_options.c,
26260         data/internals.properties, src/defaults.c:
26261         Fixed pixmap creation with NULL window.
26263         * src/commands.c, src/preferences_gui.c, src/build_project.c
26264         src/clean_project.c: Bug fix.
26265         
26266         * src/main_menubar_def.h: i18n bug fix.
26267         
26268         * src/executer.h, src/executer.c: Bug fix.
26269         
26270         * src/controls.c: Bug fix.
26271         
26272         * src/debugger.c: Debugger now takes program args.
26273         
26274         * po/ja.po: Added japanese translation file.
26275         
26276         Upgraded to ver 0.1.4
26277         ... Fixed other minor bugs.
26279 == Anjuta 0.1.3 ===
26281 2001-XX-XX Naba kumar  <naba@gnome.org>
26283         * Lots of unaccountable changes. Integrated scintilla.
26284         Redesigned Project managemet. Added supports for other languages.
26285         Java style properties managements. .... blah blah
26286         
26287 2000-11-11 Naba kumar  <naba@gnome.org>
26289         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26290         Upgraded to version 0.1.3.
26292         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26293         Fixed to activate Debug->add watch properly.
26295 === Anjuta 0.1.2 beta_2 ===
26296 === Anjuta 0.1.2 ===
26298 2000-11-05 Naba kumar  <naba@gnome.org>
26300         * src/compiler_options.c, src/compiler_options_cbs.c
26301         src/compiler_options_cbs.h, src/compiler_options_gui.c
26302         src/anjuta2.c, extra/stock_libs.anj (new),
26303         extra/README.stock_libs (new), htmls/page13.html,
26304         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26305         added libraries. Stock libs provided for ease of entry. Modified
26306         help html file accordingly.
26308 2000-11-03 Naba kumar  <naba@gnome.org>
26310         * README: Minor fixes in Doc files.
26312         * src/gnome_prj.c, src/appwidzard_cbs.c:
26313         Fixed to ignore non-existant dir for blank prj.
26314         More checking in project creation, especially to confirm
26315         that the prj file already does not exist.
26317         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26319         * src/controls.c: Now Menu item "Format/Detach current document"
26320         is inactive when there is no document opened.
26322 === Anjuta 0.1.1 ===
26324 2000-11-01 Naba kumar  <naba@gnome.org>
26326         Completed and Release of first version (Beta) with lots of bugs.
26328 1999-12-27 Naba kumar  <naba@gnome.org>
26330         Anjuta project started.