* plugins/symbol-db/symbol-db-engine-iterator-node.c:
[anjuta-git-plugin.git] / ChangeLog
blob71d6fc01aa9f279e8116e42b2fcb17d4eba4e3af
1 2008-02-05  Massimo Cora'  <maxcvs@email.it>
3         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4         Fix a compile error added in the previous patch
5  
6 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
8         * plugins/profiler/gprof-view.c,
9         plugins/class-inheritance/class-callbacks.c,
10         plugins/class-inheritance/class-inherit.c,
11         plugins/symbol-browser/an_symbol.c,
12         plugins/symbol-db/symbol-db-engine-iterator-node.c,
13         libanjuta/interfaces/libanjuta.idl:
14         Change ianjuta_symbol_file function to ianjuta_symbol_uri
16 2008-02-04  Johannes Schmid <jhs@gnome.org>
18         * plugins/search/anjuta-search.glade: Fixed typo
20 2008-02-03  Johannes Schmid <jhs@gnome.org>
22         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
23         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
24         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
25         .glade:
26         * plugins/build-basic-autotools/build-basic-autotools.c:
27         (build_get_context), (build_configure_project):
28         * plugins/class-gen/anjuta-class-gen-plugin.glade:
29         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
30         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
31         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
32         * plugins/devhelp/plugin.c: (devhelp_activate):
33         * plugins/editor/Makefile.am:
34         * plugins/editor/anjuta-editor-scintilla.glade:
35         * plugins/editor/text_editor.c:
36         * plugins/editor/text_editor.h:
37         * plugins/editor/text_editor_menu.c (removed):
38         * plugins/editor/text_editor_menu.h (removed):
39         * plugins/file-wizard/anjuta-file-wizard.glade:
40         * plugins/gtodo/notification.c: (create_notification_window):
41         * plugins/gtodo/preferences.c: (preferences_widget):
42         * plugins/language-support-cpp-java/plugin.c:
43         (cpp_java_plugin_activate_plugin):
44         * plugins/message-view/anjuta-message-manager-plugin.glade:
45         * plugins/message-view/plugin.c: (activate_plugin):
46         * plugins/project-manager/plugin.c: (confirm_removal):
47         * plugins/search/anjuta-search.glade:
48         * plugins/search/plugin.c:
49         * plugins/search/search-replace.c: (nb_results_alert):
50         * plugins/subversion/subversion-commit-dialog.c:
51         (on_subversion_commit_response):
52         * plugins/symbol-browser/plugin.c: (activate_plugin):
53         * plugins/valgrind/plugin.c: (on_menu_run_activate):
54         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
55         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
56         * src/anjuta.glade:
57         
58         Fixed translation bugs from #507921.
59         Removed unused files in scintilla plugin
61 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
63         * manuals/anjuta-manual/C/debugger.xml:
64         Fix bug #514124 and bug #514138: Wrong menu item name
66 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
68         * plugins/profiler/gprof-view.c,
69         plugins/symbol-browser/plugin.c,
70         plugins/class-inheritance/class-callbacks.c,
71         plugins/debug-manager/plugin.c,
72         plugins/tools/editor.c,
73         plugins/search/search-replace.c,
74         plugins/search/search-replace_backend.c,
75         plugins/search/search-replace_backend.h,
76         plugins/build-basic-autotools/build-basic-autotools.c,
77         plugins/document-manager/plugin.c,
78         plugins/document-manager/file_history.c,
79         plugins/document-manager/anjuta-docman.c,
80         plugins/document-manager/anjuta-docman.h,
81         plugins/document-manager/action-callbacks.c,
82         libanjuta/interfaces/libanjuta.idl:
83         Rename IAnjutaDocumentManager functions:
84         find_document_with_path, goto_file_line, goto_file_line_mark
85         and get_full_filename into
86         find_document_with_uri, goto_uri_line, goto_uri_line_mark
87         and get_uri
88         Fix search plugin to use an URI instead of a file path
89         Fix anjuta_docman_get_uri to always return an URI
91 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
93         * plugins/debug-manager/breakpoints.c:
94         Fix bug #514118: Rename Clear All Breakpoints to Remove
95         All Breakpoints
97 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
99         * manuals/anjuta-manual/C/debugger.xml:
100         Update debugger documentation
102 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
104         * plugins/debug-manager/sharedlib.c,
105         plugins/debug-manager/anjuta-debug-manager.glade,
106         plugins/debug-manager/queue.c,
107         plugins/tools/execute.c,
108         plugins/tools/anjuta-tools.glade,
109         plugins/tools/editor.c,
110         plugins/project-wizard/templates/terminal.wiz,
111         plugins/project-wizard/templates/xlib-dock.wiz,
112         plugins/project-wizard/templates/wxwin.wiz,
113         plugins/project-wizard/templates/java.wiz,
114         plugins/project-wizard/templates/gnome.wiz,
115         plugins/project-wizard/templates/anjuta-plugin.wiz,
116         plugins/project-wizard/templates/gtkmm.wiz,
117         plugins/project-wizard/templates/python.wiz,
118         plugins/project-wizard/templates/cpp.wiz,
119         plugins/project-wizard/templates/sdl.wiz,
120         plugins/project-wizard/templates/gtk.wiz,
121         plugins/project-wizard/templates/minimal.wiz,
122         plugins/project-wizard/templates/xlib.wiz,
123         plugins/project-wizard/templates/gcj.wiz,
124         plugins/gdb/plugin.c,
125         plugins/gdb/debugger.c,
126         libanjuta/anjuta-plugin-manager.c:
127         Partial fix of #507921: translation issues in debug-manager, tools,
128         project-wizard, gdb and anjuta-plugin-manager.
130 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
132         * plugins/debug-manager/queue.c:
133         Debugger Local, Stack and Thread windows were missing due to
134         the previous change.
136 2008-02-02  Johannes Schmid <jhs@gnome.org>
138         * manuals/anjuta-manual/Makefile.am:
139         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
140         causes make install to fail
142 2008-02-02  Johannes Schmid <jhs@gnome.org>
144         * plugins/macro/macros.xml:
145         #495511 – Header_h macro correction
147 2008-02-02  Johannes Schmid <jhs@gnome.org>
149         * plugins/patch/patch-plugin.glade:
150         gtk-apply is not translatable...
152 2008-02-02  Johannes Schmid <jhs@gnome.org>
154         * plugins/build-basic-autotools/build-basic-autotools.c:
155         (on_build_mesg_format):
156         
157         Also check for untranslated messages from make. Should fix 
158         #511981 – Error parsing make output
160 2008-02-02  Johannes Schmid <jhs@gnome.org>
162         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
163         .glade:
164         
165         Fixed #511010 – [UI] Execute program utility window
167 2008-02-02  Johannes Schmid <jhs@gnome.org>
169         * src/anjuta.glade:
170         Fixed #509908 – [UI] Problems with the General settings tab
172 2008-02-02  Johannes Schmid <jhs@gnome.org>
174         * manuals/anjuta-manual/C/fileoperations.xml:
175         Fixed #513730 – Option not present in the GUI po file
177 2008-02-02  Johannes Schmid <jhs@gnome.org>
179         * plugins/sourceview/anjuta-editor-sourceview.glade:
180         Adjust preferences default values
182 2008-02-02  Johannes Schmid <jhs@gnome.org>
184         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
185   Fixed #512535 – Open files tabs' position is correctly remembered 
186   but not applied at startup
188 2008-02-02  Johannes Schmid <jhs@gnome.org>
190         * plugins/search/search-replace.c: (on_message_clicked):
191         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
192         fix clicking on search result messages
194 2008-02-01  James Liggett <jrliggett@cox.net>
196   * plugins/subversion/svn-command.c: (on_svn_notify):
197   Fixed wrong status message output when resolving conflicts.
199 2008-02-02  Johannes Schmid <jhs@gnome.org>
201         * configure.in: Require GtkSourceView 2.1.2
202         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
203         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
204         (imark_is_marker_set), (imark_delete_all_markers),
205         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
206         
207         Adapted to API changes in GtkSourceView
209 2008-02-01  Johannes Schmid <jhs@gnome.org>
211         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
212         Fixed tabsize preference
214 2008-02-01  Johannes Schmid <jhs@gnome.org>
216         * manuals/anjuta-manual/C/fileoperations.xml:
217         * manuals/anjuta-manual/C/interface.xml:
218         Updated manual
219         
220         * manuals/anjuta-manual/Makefile.am:
221         * manuals/anjuta-manual/C/figures/*:
222         
223         Updated figures to be in clearlooks theme, removed old figures
225 2008-02-01  Johannes Schmid <jhs@gnome.org>
227         * plugins/patch/patch-plugin.glade:
228         * plugins/patch/plugin.c: (patch_plugin_activate):
229         Another UI issue with the patch plugin and silenced a compiler
230         warning
231         
232         Patch from James Liggett:
233         * plugins/profiler/gprof-call-graph-view.c:
234         (gprof_call_graph_view_create_columns):
235         * plugins/profiler/gprof-flat-profile-view.c:
236         (gprof_flat_profile_view_create_columns):
237         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
238         * plugins/profiler/gprof-view.h:
239         
240         Use two decimal places for float values in profiler views (#507831)
242 2008-02-01  Johannes Schmid <jhs@gnome.org>
244         * configure.in:
245         * plugins/editor/Makefile.am:
246         
247         Fixed #512751 – libgnomeprint unnecessary without scintilla
249 2008-01-31  Johannes Schmid <jhs@gnome.org>
251         * plugins/language-manager/languages.xml:
252         Added a pretty ugly string for C++ headers. Maybe we should rely
253         on mime-types instead...
255 2008-01-31  Johannes Schmid <jhs@gnome.org>
257         * plugins/language-support-cpp-java/cpp-java-assist.c:
258         (get_iter_column), (cpp_java_assist_get_calltip_context),
259         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
260         (on_assist_chosen), (cpp_java_assist_install):
261         * plugins/language-support-cpp-java/plugin.c:
262         (on_editor_char_inserted_cpp):
263         Removed annoying DEBUG_PRINTs
264         
265         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
266         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
267         * plugins/sourceview/sourceview.c: (iassist_show_tips):
268         
269         Fixed "jumping" tooltips, fixed indentation of brances
271 2008-01-31  Johannes Schmid <jhs@gnome.org>
273         * plugins/document-manager/plugin.c: (on_document_changed):
274         Fixed crash when closing anjuta after all document tabs have been closed
276 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
278         * plugins/debug-manager/anjuta-debug-manager.glade:
279         Fix #513485: wrong strings maked as translatable
281 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
283         * plugins/debug-manager/threads.c,
284         plugins/debug-manager/stack_trace.c:
285         Avoid crash when getting relative path from debugger (same fix
286         than for #510028)
288         * plugins/debug-manager/queue.c:
289         Emit all state changes notification
291         * plugins/debug-manager/start.c:
292         Fix #511586: Project path with "+" not working in debugger
294 2008-01-31  Johannes Schmid <jhs@gnome.org>
296         * plugins/patch/patch-plugin.glade:
297         Fixed button ui problem...
298         
299         Patch from James Liggett:
300         * plugins/profiler/gprof-call-graph-block-entry.c:
301         (gprof_call_graph_block_primary_entry_new),
302         (gprof_call_graph_block_secondary_entry_new):
303         * plugins/profiler/gprof-flat-profile-entry.c:
304         (gprof_flat_profile_entry_new):
305         
306         Fix #507831 - Wrong Profiler values for some locales
308 2008-01-31  Johannes Schmid <jhs@gnome.org>
310         * plugins/sourceview/anjuta-editor-sourceview.glade:
311         * plugins/sourceview/sourceview-prefs.c:
312         * plugins/sourceview/sourceview.c: (sourceview_finalize):
313   
314   Fixed Editor->View popup menu for those entries that are appropriate for
315   sourceview    
317 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
319         * plugins/debug-manager/breakpoints.c:
320         Fix #512901: Crash when adding a breakpoint
322         * plugins/debug-manager/queue.c:
323         Remove a possible memory leak
325 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
327         * plugins/debug-manager/data_view.c,
328         plugins/debug-manager/sparse_view.c,
329         manuals/anjuta-manual/C/debugger.xml:
330         Fix #513130, #513131 #513135: Wrong menu item names and errors
331         in the documentation
333 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
335         * plugins/tools/editor.c:
336         ianjuta_document_manager_find_document_with_path expect an uri not
337         a path
339 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
341         * manuals/reference/libanjuta/libanjuta-docs.sgml,
342         manuals/reference/libanjuta/libanjuta-sections.txt,
343         libanjuta/interfaces/libanjuta.idl:
344         Documentation fixes for IAnjutaDebugger* interfaces
346 === anjuta 2.3.3 ===
348 2008-01-27  Naba Kumar  <naba@gnome.org>
350         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
351         rpm spec file.
353         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
354         (value_added_current_editor), (value_removed_current_editor):
355         Removed dead code.
357         * TODO.tasks: Updated.
359         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
360         scrollwindow shadow in.
362         * plugins/editor/anjuta-editor-scintilla.glade:
363         * plugins/editor/style-editor.c: (create_style_editor_gui):
364         Set style window transient and cetered for preferences window.
365         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
367         * plugins/editor/anjuta-editor-scintilla.glade:
368         Fixes Bug #427108 - Scintilla plugin configuration folding-style
369         setting not working
371         * configure.in, NEWS: Updated for release 2.3.3
373 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
375         * plugins/debug-manager/anjuta-debug-manager.glade:
376         Fix #512224: Use a string in english
378 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
380         * plugins/build-basic-autotools/build-basic-autotools.c:
381         ianjuta_document_manager_goto_file_line_mark needs an uri and
382         not a file path
384 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
386         * plugins/symbol-browser/plugin.c,
387         plugins/symbol-browser/an_symbol_view.c:
388         use gnome_vfs_get_uri_from_local_path to get local path from uri
389         This takes care of escaping some characters
391 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
393         * plugins/debug-manager/stack_trace.c:
394         Probably fix #510028: crash debugger when having a relative filename
395         in stack trace
397 2008-01-25 Tom <tpgww@onepost.net>
399         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
401         * plugins/document-manager/plugin.c,
402         plugins/document-manager/file_history.c,
403         plugins/document-manager/file_history.h,
404         plugins/document-manager/anjuta-docman.c,
405         plugins/document-manager/anjuta-docman.h:
406         Rename filename argument to uri when an uri is expected
407         anjuta_docman_get_document_for_uri will remove symlinks 
409 2008-01-25  Naba Kumar  <naba@gnome.org>
411         * plugins/terminal/terminal.c: (terminal_execute),
412         (activate_plugin):
413         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
415 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
417         * plugins/debug-manager/anjuta-debug-manager.glade,
418         plugins/debug-manager/start.c:
419         Fix #511049: Change UI of add source directories dialog
421 2008-01-24  Naba Kumar  <naba@gnome.org>
423         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
424         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
425         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
426         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
427         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
428         should work now.
430 2008-01-24  Johannes Schmid <jhs@gnome.org>
432         Patch from: Luca Ferretti <ella.uca@libero.it>:
434         * plugins/document-manager/anjuta-docman.c:
435         (anjuta_docman_page_init), (anjuta_docman_class_init):
436         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
437         
438         Fix #511757 – Close icon in tabs cut off (Patch was only for
439         document-manager, also adapted it for message-manager)
441 2008-01-24  Johannes Schmid <jhs@gnome.org>
443         * plugins/Makefile.am:
444         * plugins/sourceview/anjuta-document.c:
445         * plugins/sourceview/anjuta-marshal.list:
446         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
447         (anjuta_view_key_press_event):
448         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
449         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
450         (iiter_diff), (iiter_iface_init):
451         * plugins/sourceview/sourceview.c: (on_document_char_added),
452         (ieditor_goto_position), (ieditor_get_text),
453         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
454         (ieditor_erase), (ieditor_get_line_from_position),
455         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
456         (ieditor_get_position_from_offset), (ieditor_get_start_position),
457         (ieditor_get_end_position), (ieditor_goto_start),
458         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
459         (iconvert_to_lower), (iindic_set), (iassist_suggest),
460         (iassist_show_tips):
461         
462         Implemented new iterators interface in sourceview editor and
463         re-enabled it.
465 2008-01-23  Naba Kumar  <naba@gnome.org>
467         * libanjuta/interfaces/libanjuta.idl:
468         * manuals/reference/libanjuta/libanjuta-sections.txt:
469         * plugins/build-basic-autotools/build-basic-autotools.c:
470         (build_indicator_location_set), (on_editor_changed):
471         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
472         * plugins/debug-manager/variable.c: (get_hovered_word):
473         * plugins/document-manager/action-callbacks.c:
474         (on_editor_command_upper_case_activate),
475         (on_editor_command_lower_case_activate):
476         * plugins/document-manager/search-box.c: (on_incremental_search),
477         (on_search_activated):
478         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
479         (iiter_last), (iiter_set_position), (iiter_get_position),
480         (iiter_get_length), (iiter_compare), (iiter_diff),
481         (iiter_iface_init):
482         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
483         (text_editor_goto_point), (itext_editor_goto_start),
484         (itext_editor_goto_end), (itext_editor_goto_position),
485         (itext_editor_get_text_all), (itext_editor_get_text),
486         (itext_editor_get_position), (itext_editor_get_offset),
487         (itext_editor_get_length), (itext_editor_insert),
488         (itext_editor_erase), (itext_editor_erase_all),
489         (itext_editor_get_column), (itext_editor_get_overwrite),
490         (itext_editor_set_popup_menu),
491         (itext_editor_get_line_from_position),
492         (itext_editor_get_line_begin_position),
493         (itext_editor_get_line_end_position),
494         (itext_editor_get_position_from_offset),
495         (itext_editor_get_start_position), (itext_editor_get_end_position),
496         (itext_editor_iface_init), (iconvert_to_upper),
497         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
498         (iindicable_set):
499         * plugins/editor/text_editor.h:
500         * plugins/editor/text_editor_cbs.c:
501         (on_text_editor_scintilla_notify):
502         * plugins/indent/plugin.c: (on_indent_action_activate):
503         * plugins/language-support-cpp-java/cpp-java-assist.c:
504         (cpp_java_assist_get_scope_context),
505         (cpp_java_assist_get_pre_word),
506         (cpp_java_assist_show_autocomplete),
507         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
508         (on_editor_char_added), (on_assist_chosen):
509         * plugins/language-support-cpp-java/plugin.c:
510         (get_line_indentation), (skip_iter_to_previous_logical_line),
511         (skip_preprocessor_lines), (initialize_indentation_params),
512         (set_line_indentation), (get_line_indentation_base),
513         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
514         (on_editor_char_inserted_java), (on_auto_indent):
515         * plugins/macro/macro-actions.c: (match_shortcut):
516         * plugins/macro/macro-dialog.c: (on_ok_clicked):
517         * plugins/macro/plugin.c: (match_keyword):
518         * plugins/search/plugin.c: (find_incremental):
519         * plugins/search/search-replace.c: (search_and_replace),
520         (search_start_over):
521         * plugins/search/search-replace_backend.c:
522         (file_buffer_new_from_te), (file_buffer_line_from_pos),
523         (create_search_entries):
524         * plugins/symbol-browser/plugin.c:
525         (on_editor_buffer_symbols_update_timeout), (on_char_added),
526         (isymbol_manager_iface_init):
527         * plugins/symbol-db/plugin.c:
528         (on_editor_buffer_symbols_update_timeout), (on_char_added),
529         (isymbol_manager_iface_init):
530         * plugins/tools/execute.c: (atp_output_context_construct),
531         (atp_output_context_destroy), (atp_user_tool_execute):
533         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
534         iterators instead of integer offsets.
535         - Renamed original ianjuta_editor_get_position(int) to 
536         ianjuta_editor_get_offset(). It is deprecated.
537         - Renamed original ianjuta_editor_get_position_iter() to
538         ianjuta_editor_get_position().
539         - Renamed ianjuta_editor_get_cell_iter() to
540         ianjuta_editor_get_position_from_offset()
541         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
542         - Added new methods:
543         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
544         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
545         ianjuta_editor_goto_end().
546         - All relevent signals and methods converted to use iterators.
547         - All relevent plugins fixed to use new API.
548         - Removed ianjuta_editor_cell_get_line() because it is provided by
549         ianjuta_editor_get_line_from_position().
550         - Removed ianjuta_symbol_manager_get_completions_at_position()
551         because it not used anywhere and is not right to be there.
552         - Updated IAnjutaEditable documentation.
554         Updated IAnjutaIterable interface:
555         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
556         - Introduced 'end-iter' to point at the end of the list.
557         - Updated IAnjutaIterable documentation.
559         * plugins/Makefile.am:
560         (Disabled sourceview plugin for now. Jhs is coming up with a patch
561         for it soon).
563 2008-01-22  Johannes Schmid <jhs@gnome.org>
565         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
566         * plugins/project-import/anjuta-project-import.glade:
567         * plugins/project-import/anjuta-project-import.plugin.in:
568         * plugins/project-wizard/anjuta-project-wizard.glade:
569         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
570         * plugins/project-wizard/druid.c: (npw_druid_new):
571         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
572         
573         Fixed #465084 – wizard instead of assistant (only string changes...)
575 2008-01-20  Rob Bradford  <rob@openedhand.com>
577         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
578         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
579         coming up with the solution. (Bug: #510390.)
581 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
583         * plugins/build-basic-autotools/executer.c:
584         Fix #502508, use anjuta_launcher to keep program output
586         * plugins/terminal/terminal.c:
587         Remove unused child_initizlized member
588         Start the shell on plugin activation
590 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
592         * plugins/debug-manager/sparse_buffer.c:
593         Fix a crash when scrolling in the diassembly window
595         * plugins/debug-manager/sparse_view.c:
596         Small limit change using the same "unit" for both number
598 2008-01-19  Naba Kumar  <naba@gnome.org>
600         * plugins/language-support-cpp-java/cpp-java-assist.c:
601         (cpp_java_assist_get_scope_context),
602         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
603         instead.
605 2008-01-19  Johannes Schmid <jhs@gnome.org>
607         * plugins/sourceview/anjuta-editor-sourceview.glade:
608         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
609         
610         And even more strings...
612 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
614         * plugins/project-wizard/templates/cpp/src/main.cc:
615         Fix #498734, typing error in c++ project template
617 2008-01-19  Johannes Schmid <jhs@gnome.org>
619         * plugins/editor/text_editor.c: (text_editor_save_file):
620         * plugins/macro/anjuta-macro.glade:
621         * plugins/subversion/anjuta-subversion.glade:
623         Fixed even more strings
625 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
627         * plugins/language-support-cpp-java/cpp-java-assist.c:
628         Fix bug #488519, remove critical warning (completion_cache == NULL
629         is valid)
631 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
633         * plugins/gdb/debugger.c:
634         Enable logging of gdb communication with an environment variable
636 2008-01-19  Naba Kumar  <naba@gnome.org>
638         * plugins/editor/text-editor-iterable.c: (iiter_next),
639         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
640         editor native funtions to avoid round trips.
642 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
644         * plugins/editor/text_editor.c:
645         Fix a bug due to the previous patch: Unable to save new file in 
646         Scintilla
648 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
650         * plugins/debug-manager/disassemble.c,
651         plugins/debug-manager/disassemble.h,
652         plugins/debug-manager/registers.c,
653         plugins/debug-manager/registers.h,
654         plugins/debug-manager/memory.c,
655         plugins/debug-manager/memory.h,
656         plugins/debug-manager/command.c,
657         plugins/debug-manager/command.h,
658         plugins/debug-manager/queue.c,
659         plugins/debug-manager/queue.h,
660         plugins/debug-manager/breakpoints.c,
661         plugins/debug-manager/stack_trace.c,
662         plugins/debug-manager/threads.c,
663         plugins/debug-manager/plugin.c,
664         plugins/gdb/plugin.c,
665         plugins/gdb/debugger.c,
666         plugins/gdb/debugger.h,
667         manuals/reference/libanjuta/libanjuta-sections.txt,
668         manuals/reference/libanjuta/libanjuta.types,
669         libanjuta/interfaces/libanjuta.idl:
670         Use gulong instead of guint for addresses
671         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
672         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
674         * plugins/gdb/anjuta-gdb.plugin.in:
675         Remove reference to IAnjutaCpuDebugger (useless)
677 2008-01-18  Johannes Schmid <jhs@gnome.org>
679         * AUTHORS: Added Alexander
681 2008-01-18  Johannes Schmid <jhs@gnome.org>
683   Patch from: Alexander Korolyov <kilork@yandex.ru>
685         * plugins/editor/text_editor.c: (load_from_file),
686         (text_editor_save_file):
687         
688         Fixed symlinks (#510238) and file permission (#405321)
689         handling for scintilla editor. 
690   
691 2008-01-17  Johannes Schmid <jhs@gnome.org>
693         * plugins/document-manager/action-callbacks.c:
694         (on_editor_command_select_all_activate),
695         (on_editor_command_cut_activate),
696         (on_editor_command_paste_activate),
697         (on_editor_command_copy_activate),
698         (on_editor_command_clear_activate):
699   Resupport cut/copy/paste/clear on GtkEditables when those
700   have focus. (Important for shortcuts to work).
702         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
703         * plugins/document-manager/search-box.c: (on_search_activated):
704         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
705         * plugins/patch/patch-plugin.c: (on_ok_clicked):
706         * plugins/profiler/plugin.c: (profiler_get_data):
707         * plugins/project-wizard/druid.c: (npw_druid_new):
708         * plugins/project-wizard/install.c: (on_install_end_install_file):
709         * plugins/sourceview/anjuta-editor-sourceview.glade:
710         * plugins/subversion/anjuta-subversion.glade:
711         * plugins/tools/anjuta-tools.glade:
712         Various string fixes
714 2008-01-17  Naba Kumar  <naba@gnome.org>
716         Patch from James Liggett:
718         * plugins/subversion/subversion-add-dialog.c:
719         (on_subversion_add_response):
720         * plugins/subversion/subversion-copy-dialog.c:
721         (on_subversion_copy_response):
722         * plugins/subversion/subversion-diff-dialog.c:
723         (on_subversion_diff_response):
724         * plugins/subversion/subversion-merge-dialog.c:
725         (on_subversion_merge_response):
726         * plugins/subversion/subversion-remove-dialog.c:
727         (on_subversion_remove_response):
728         * plugins/subversion/subversion-switch-dialog.c:
729         (on_subversion_switch_response):
730         * plugins/subversion/subversion-ui-utils.c: (check_input):
731         * plugins/subversion/subversion-ui-utils.h:
732         * plugins/subversion/subversion-update-dialog.c:
733         (on_subversion_update_response):
735         If the user doesn't enter any data for path or revision fields in
736         certain SVN plugin dialogs, libsvn throws assertion failures and
737         kills Anjuta. To avoid this, the validity of path and revision
738         input data are checked before the command gets executed.
740         Fixes Bug #509510 - Check input of some dialogs to avoid termination
741         if user gives bad or no input
743 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
745         * plugins/document-manager/anjuta-docman.c:
746         Fix #507627 memory tab stay active on debugger stop
747         Remove two unused variables due to the previous patch
749 2008-01-16  Johannes Schmid <jhs@gnome.org>
751         * libanjuta/anjuta-plugin-manager.c:
752         Fixed #508399 – When you enable a plugin, preferences don't show up
754 2008-01-16  Rob Bradford  <rob@openedhand.com>
756         Reviewed by: Johannes Schmid <jhs@gnome.org>
758         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
759         (get_property_value_as_string), (set_property_value_as_string),
760         (register_callbacks):
761         * libanjuta/anjuta-preferences.h:
762         Add support for both file and folder preferences (originally only
763         folder choosers were supported. (Fixes bug: #508805.)
765         * plugins/file-manager/file-manager.glade:
766         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
767         type of property.
769 2008-01-16  Johannes Schmid <jhs@gnome.org>
771         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
772         .glade:
773         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
774         * src/anjuta.glade:
775         
776         Fixed #509875 – The "Update globale tags" button wording is incorrect
777         Fixed #509873 – Build Autotools Preferences has excessive padding
778         Fixed #509872 – General Information labels are incorrectly aligned
779         Fixed #509871 – General preferences has incorrect use of colons
780         
781 2008-01-16  Johannes Schmid <jhs@gnome.org>
783         * plugins/document-manager/anjuta-document-manager.glade:
784         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
786         Fixed #509865 – Incorrect padding in the Documents settings tabs
787         Fixed #509867 – Create button contents is mis-aligned
788         Fixed #509869 – "Add Directory" button is not HIG complient
790 2008-01-16  Johannes Schmid <jhs@gnome.org>
792         * libanjuta/anjuta-preferences-dialog.c:
793         (anjuta_preferences_dialog_add_page):
794         
795         Fix #509864 – No initial section selected when opening the Preferences dialog
797 2008-01-16  Johannes Schmid <jhs@gnome.org>
799         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
800         Removed unused gconf_notifications
801         
802         * plugins/search/anjuta-search.glade:
803         * plugins/subversion/anjuta-subversion.glade:
804         * plugins/tools/anjuta-tools.glade:
805         * src/anjuta-app.c: (anjuta_app_instance_init):
806         
807         Fixed various strings
809 2008-01-15  Naba Kumar  <naba@gnome.org>
811         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
812         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
813         file saved
815         * plugins/symbol-browser/an_symbol_view.c:
816         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
817         new file saved.
819 2008-01-15  Johannes Schmid <jhs@gnome.org>
821         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
822         (anjuta_profile_add_plugins_from_xml):
823         * plugins/file-manager/file-manager.glade:
824         Some string fixes
825         
826         * libanjuta/interfaces/libanjuta.idl:
827         Fixed docs
828                 
829         * plugins/sourceview/Makefile.am:
830         * plugins/sourceview/anjuta-editor-sourceview.glade:
831         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
832         (end_print), (print_setup), (sourceview_print),
833         (sourceview_print_preview):
834         * plugins/sourceview/sourceview.c: (iprint_print),
835         (iprint_print_preview):
836         
837         Added printing support to GtkSourceView editor
839 2007-01-14 Tom <tpgww@onepost.net>
841         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
843         * plugins/document-manager/anjuta-docman.c:
844         Fix two memory leaks added by the previous patch
846 2008-01-14  Johannes Schmid <jhs@gnome.org>
848         * plugins/sourceview/assist-tip.c: (assist_tip_move):
849         * plugins/sourceview/assist-window.c: (assist_window_move):
850         
851         Do not use opacity
853 2008-01-14  Rob Bradford  <rob@openedhand.com>
855         * global-tags/Makefile.am:
856         * global-tags/create_global_tags.sh.in:
857         Install anjuta-tags binary into FHS policy compliant directory and
858         update references. (Fixes bug: 509346.)
860 2008-01-13  Naba Kumar  <naba@gnome.org>
862         Patch from: Ritesh Khadgaray
863         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
864         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
865         Adds export-dynamic option to LDFLAGS to project template for libglade
866         to work for autoconnect signals.
868 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
870         * libanjuta/anjuta-utils.c:
871         anjuta_util_get_real_path return a string that need to be freed
872         with g_free even if PATH_MAX is not defined
874 2008-01-13  Andre Klapper  <a9016009@gmx.de>
876         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
877         to DOC_LINGUAS.
879 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
881         * plugins/document-manager/anjuta-docman.c:
882         Do not reopen file having escaped character (+,...) in path name
884 2008-01-13  Naba Kumar  <naba@gnome.org>
886         * libanjuta/interfaces/libanjuta.idl:
887         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
888         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
889         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
890         IAnjutaProjectManager::add_sources().
892         * plugins/glade/plugin.c: (on_glade_resource_removed),
893         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
894         stubs for handing resources in glade file.
896 2008-01-13  Naba Kumar  <naba@gnome.org>
898         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
900         * plugins/glade/plugin.c: (ifile_open): Select the first window
901         in the glade project when it is first opened. Avoids empty glade
902         document the first time.
904 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
906   Reviewed by: Johannes Schmid <jhs@gnome.org>
908         * plugins/gtodo/callback.c: (remove_todo_item):
909         Fix #507304 – crash in Anjuta IDE while removing done tasks
911 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
913         * plugins/debug-manager/anjuta-debug-manager.ui,
914         plugins/debug-manager/plugin.c,
915         plugins/debug-manager/start.h,
916         plugins/debug-manager/start.c:
917         New menu item to add extra source directories for debugger
919 === anjuta 2.3.2 ===
921 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
923         * plugins/gtodo/callback.c: (remove_todo_item):
924         Fix #507304 – crash in Anjuta IDE while removing done tasks
926 2008-01-11  Naba Kumar  <naba@gnome.org>
928         * configure.in: Bumped version to 2.3.2
929         * NEWS: Updated for anjuta 2.3.2 release
930         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
931         not 'make tarball'
933 2008-01-11  Johannes Schmid <jhs@gnome.org>
935         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
936         .glade:
937         Reverted accidently commited change
938         
939         * plugins/document-manager/anjuta-document-manager.glade:
940         Fix Gtk-Critical because of broken glade file
942 2008-01-11  Naba Kumar  <naba@gnome.org>
944         * plugins/glade/plugin.c: (on_document_destroy),
945         (glade_plugin_add_project): Fixed a bug where when more than one
946         glade document is open and one is closed, it closes all the glade
947         documents. Also it might have fixed the bug where sometimes closing
948         the glade document leaves glade widget tree unclosed.
950 2008-01-11  Naba Kumar  <naba@gnome.org>
952         * libanjuta/Makefile.am: Install glade3 files in own prefix to
953         prevent install errors when not installed as root (then the files
954         are only useful when glade-3 is installed in the same prefix, but it
955         doesn't harm anjuta runtime).
957         * plugins/sourceview/sourceview.c: Commented use of a file
958         not currently distributed.
960 2008-01-10  Naba Kumar  <naba@gnome.org>
962         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
963         nothing to translate in it.
965 2008-01-10  Johannes Schmid <jhs@gnome.org>
967         * plugins/project-wizard/templates/gnome.wiz:
968         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
969         * plugins/project-wizard/templates/gnome/src/main.c:
970         * plugins/project-wizard/templates/translatable-strings.h:
971         
972         Fixed #508497 and added a new chooser to select whether to use
973         libglade or not.
975 2008-01-10  Johannes Schmid <jhs@gnome.org>
977         Patch from Tom <tpgww@onepost.net>:
979         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
980         (anjuta_util_glist_path_dedup):
981         * libanjuta/anjuta-utils.h:
982         
983         Give the method a proper prefixed name
984         
985         * plugins/document-manager/action-callbacks.c:
986         (get_current_popup_active),
987         (on_editor_command_select_all_activate),
988         (on_editor_command_cut_activate),
989         (on_editor_command_paste_activate),
990         (on_editor_command_copy_activate),
991         (on_editor_command_clear_activate), (on_show_search),
992         (on_repeat_quicksearch):        
993         * plugins/document-manager/action-callbacks.h:
994         * plugins/document-manager/anjuta-docman.c:
995         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
996         (anjuta_docman_goto_file_line_mark),
997         (anjuta_docman_get_full_filename):
998         * plugins/document-manager/anjuta-docman.h:
999         * plugins/document-manager/anjuta-document-manager.ui:
1000         * plugins/document-manager/plugin.c:
1001         (update_document_ui_interface_items):
1002         
1003         Better way to fix the popup-menu items (Cut/Copy/Paste)
1004         and various clean-ups.
1005         
1006         * plugins/document-manager/search-box.c: (on_document_changed),
1007         (search_box_fill_search_focus):
1008         * plugins/document-manager/search-box.h:
1009         * plugins/search/plugin.c:
1010         
1011         Add a menu item to repeat the quick search
1013 2008-01-10  Johannes Schmid <jhs@gnome.org>
1015         * plugins/language-support-cpp-java/cpp-java-assist.c:
1016         (on_assist_chosen):
1017         
1018         Fixed #508424 – Auto complete: previous char was removed when 
1019         pre TAB to auto complete.
1021 2008-01-10  Johannes Schmid <jhs@gnome.org>
1023         Patch from: James Ligett:
1025         * plugins/profiler/gprof-call-graph-view.c:
1026         (gprof_call_graph_view_create_columns):
1027         * plugins/profiler/gprof-flat-profile-view.c:
1028         (gprof_flat_profile_view_create_columns):
1029         
1030         Fixed translation issues (#496833)
1032 2008-01-10 Johannes Schmid <jhs@gnome.org>
1034         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1036         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1037         Fix #460390 – Changing categories while edinting something
1039 2008-01-09  Naba Kumar  <naba@gnome.org>
1041         * libanjuta/anjuta-plugin-manager.c:
1042         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1043         fixed a leak.
1045         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1046         corruption reported in bug #507491. Potentially fixes too.
1048 2008-01-09  Johannes Schmid <jhs@gnome.org>
1050         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1052         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1053         Fix bug #505205 completely
1054         
1055         * AUTHORS: Added Bolesław
1057 2008-01-08  Johannes Schmid <jhs@gnome.org>
1059         * plugins/document-manager/action-callbacks.c:
1060         (on_editor_command_cut_activate),
1061         (on_editor_command_paste_activate),
1062         (on_editor_command_copy_activate),
1063         (on_editor_command_clear_activate):
1064         
1065         Fixed editor popup menu (Cut, Copy, Paste)
1067 2008-01-08  Johannes Schmid <jhs@gnome.org>
1069         * plugins/sourceview/sourceview.c: (autodetect_language):
1070         Fixed a crash when creating a new file
1072 2008-01-08  Johannes Schmid <jhs@gnome.org>
1074         Patch by <bolekk@gmail.com> (GHOP Student)
1076         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1077         Fix bug #505205
1079 2008-01-08  Naba Kumar  <naba@gnome.org>
1081         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1082         * libanjuta/anjuta-plugin-manager.c:
1083         (anjuta_plugin_manager_select),
1084         (anjuta_plugin_manager_activate_plugins):
1085         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1086         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1087         (on_create_submenu), (create_open_with_submenu):
1088         * src/about.c: (on_about_plugin_activate),
1089         (about_create_plugins_submenu): Use translated version of get_string()
1090         API in AnjutaDescription for translatable properties. Fixes bug #496833
1091         comment #18.
1093 2008-01-07  Johannes Schmid <jhs@gnome.org>
1095         * plugins/build-basic-autotools/executer.c: (execute_program):
1096         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1097         * plugins/debug-manager/anjuta-debug-manager.glade:
1098         * plugins/debug-manager/locals.c: (create_locals_gui):
1099         * plugins/file-loader/plugin.c: (on_create_submenu):
1100         * plugins/gtodo/main.h:
1101         * plugins/gtodo/preferences.c: (preferences_widget):
1102         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1103         * plugins/tools/anjuta-tools.glade:
1104         * plugins/tools/execute.c: (atp_output_context_print):
1105         * src/main.c:
1106         
1107                 Another bunch of i18n fixes (#496833)
1109 2008-01-07  Johannes Schmid <jhs@gnome.org>
1111         * plugins/build-basic-autotools/build-basic-autotools.c:
1112         (on_build_terminated):
1113         * plugins/gtodo/interface.c: (set_read_only):
1114         * plugins/project-manager/plugin.c: (confirm_removal),
1115         (on_popup_add_to_project):
1116         * plugins/subversion/anjuta-subversion.glade:
1117         * plugins/tools/execute.c: (atp_output_context_print_result):
1118         
1119         Fixed some strings from #496833
1121 2008-01-07  Johannes Schmid <jhs@gnome.org>
1123         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1124         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1125         .in:
1126         * plugins/language-support-cpp-java/plugin.c: (install_support),
1127         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1128         Added basic Vala support
1129         
1130         * plugins/sourceview/sourceview.c: (autodetect_language):
1131         Fixed mime-type detection
1133 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1135   Reviewed by: Johannes Schmid <jhs@gnome.org>
1137         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1138         (value_removed_current_editor), (symbol_db_activate),
1139         (symbol_db_deactivate):
1140         * plugins/symbol-db/symbol-db-engine.c:
1141         (symbol_db_engine_get_global_members_filtered):
1142         * plugins/symbol-db/symbol-db-view.c:
1143         (do_add_child_symbol_to_view), (prepare_for_adding),
1144         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1145         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1146         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1147         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1148         (sdb_view_init), (sdb_view_finalize),
1149         (sdb_view_build_and_display_base_tree):
1150         * plugins/symbol-db/symbol-db-view.h:
1151         added controls to expand Global tab nodes in a non-freezing way.
1152         Fixed also some little bugs always on global-tab.
1154 2008-01-06  Naba Kumar  <naba@gnome.org>
1156         Patches from James Liggett:
1157         * plugins/profiler/gprof-call-graph-view.c:
1158         (gprof_call_graph_view_create_columns):
1159         * plugins/profiler/gprof-flat-profile-view.c:
1160         (gprof_flat_profile_view_create_columns):
1161         * plugins/profiler/gprof-function-call-tree-view.c:
1162         (gprof_function_call_tree_view_create_columns): Made all
1163         of the columns resizable and reorderable.
1165 2008-01-06  Johannes Schmid <jhs@gnome.org>
1167         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1168         (anjuta_launcher_check_password_real),
1169         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1170         (anjuta_launcher_scan_pty),
1171         (anjuta_launcher_disable_password_check):
1172         * libanjuta/anjuta-launcher.h:
1173         Added disable_password_check for stream where it does not make sense 
1174         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1175         that sometimes occur in symbol-db plugin
1176         
1177         * plugins/file-manager/file-model.c:
1178         (file_model_cancel_expand_idle):
1179         Fixed removing of idle source
1180         
1181         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1182         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1183         
1184         Fixed #348854 – invisible cursor in certain themes
1186 2008-01-06  Naba Kumar  <naba@gnome.org>
1188         * libanjuta/anjuta-preferences.c:
1189         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1190         closing preferences dialog due to patch in bug #507300
1192 2008-01-06  Naba Kumar  <naba@gnome.org>
1194         * plugins/language-support-cpp-java/cpp-java-assist.c:
1195         (on_assist_chosen):
1196         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1197         * plugins/search/search-replace_backend.c: (create_search_entries):
1198         Added missing unrefs.
1200 2008-01-06  Johannes Schmid <jhs@gnome.org>
1202         * plugins/debug-manager/variable.c: (get_hovered_word):
1203   Add a g_object_unref()  
1204         
1205         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1206         (on_sourceview_hover_leave):
1207         Fixed hover and editor interface to make hover in debugger work
1209 2008-01-06  Naba Kumar  <naba@gnome.org>
1211         * plugins/editor/text-editor.c: Whitespaces fixes.
1212         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1213         DEBUG_PRINT instead of g_message.
1215 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1217         * plugins/debug-manager/breakpoints.c:
1218         Fix #507441: Disable all breakpoints doesn't work
1219         Fix #507444: Enable Breakpoint menu item doesn't change name
1221 2008-01-05  Naba Kumar  <naba@gnome.org>
1223         * manuals/reference/libanjuta/libanjuta.types: Renamed
1224         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1226 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1228         * plugins/debug-manager/variable.c:
1229         Update variable display to use IAnjutaIterable instead of position
1231         * plugins/editor/text_editor_cbs.c,
1232         plugins/editor/text_editor.c:
1233         Fix Gtk critical warnings when a hover signal is emitted
1234         Fix get_text_iter in Scintilla (range should include last character)
1235         
1236 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1238         * plugins/debug-manager/debug_tree.c,
1239         plugins/debug-manager/debug_tree.h,
1240         plugins/debug-manager/watch.c,
1241         plugins/debug-manager/command.c,
1242         plugins/debug-manager/queue.c,
1243         plugins/gdb/plugin.c,
1244         plugins/gdb/debugger.c,
1245         plugins/gdb/debugger.h,
1246         libanjuta/interfaces/libanjuta.idl:
1247         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1249 2008-01-05  Naba Kumar  <naba@gnome.org>
1251         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1252         menus to avoid conflict with file open/save. Fixes bug #507455
1254 2008-01-05  Johannes Schmid <jhs@gnome.org>
1256         * configure.in:
1257         Conditionally depend on gtksourceview2 >= 2.1.0
1258         
1259         * libanjuta/interfaces/libanjuta.idl:
1260         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1261         iterators instead of positions
1262         
1263         * plugins/debug-manager/threads.c:
1264         Fixed a warnings by including gnome-vfs properly
1265         
1266         * plugins/debug-manager/variable.c: (get_hovered_word),
1267         (on_hover_over):
1268         Updated to changes in IAnjutaEditorHover/Selection
1269         
1270         * plugins/document-manager/action-callbacks.c:
1271         (on_editor_command_upper_case_activate),
1272         (on_editor_command_lower_case_activate):
1273         * plugins/document-manager/search-box.c: (on_incremental_search),
1274         (on_search_activated):
1275         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1276         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1277         (iselection_get_start), (iselection_get_end),
1278         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1279         * plugins/editor/text_editor_cbs.c:
1280         (on_text_editor_scintilla_notify):
1281         
1282         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1283         interface of scintilla editor.
1284         
1285         * plugins/language-manager/languages.xml:
1286         * plugins/language-manager/plugin.c:
1287         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1288         Added chdr to C language files and some DEBUG_PRINTs
1289         
1290         * plugins/language-support-cpp-java/cpp-java-assist.c:
1291         (on_assist_chosen):
1292         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1293         * plugins/search/plugin.c: (find_incremental):
1294         * plugins/search/search-replace.c: (search_and_replace):
1295         * plugins/search/search-replace_backend.c: (create_search_entries):
1296                 Adapted to changed interfaces
1298         * plugins/sourceview/Makefile.am:
1299         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1300         (set_uri), (anjuta_document_save):
1301         * plugins/sourceview/anjuta-editor-sourceview.glade:
1302         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1303         (anjuta_view_key_press_event):
1304         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1305         * plugins/sourceview/sourceview-cell.c:
1306         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1307         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1308         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1309         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1310         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1311         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1312         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1313         * plugins/sourceview/sourceview-private.h:
1314         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1315         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1316         (on_document_loaded), (sourceview_instance_init),
1317         (sourceview_dispose), (sourceview_finalize),
1318         (sourceview_create_markers), (sourceview_new),
1319         (ifile_savable_save), (ieditor_get_tab_size),
1320         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1321         (ieditor_set_auto_indent), (ieditor_goto_line),
1322         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1323         (iselect_block), (iselect_set), (iselect_get_start),
1324         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1325         (imark_unmark), (imark_is_marker_set),
1326         (imark_location_from_handle), (imark_delete_all_markers),
1327         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1328         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1329         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1330         (ilanguage_get_supported_languages), (autodetect_language),
1331         (ilanguage_set_language), (iassist_show_tips),
1332         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1333         (ihover_display), (ihover_iface_init):
1334         
1335         Use GtkSourceView 2.1.x:
1336         * New mark interface
1337         * Fixed #486724 and #488615
1338         * Implemented hover interface
1339         * Adapted to changed interfaces
1341 2008-01-04  Rob Bradford  <rob@o-hand.com>
1343         Reviewed by Naba Kumar  <naba@gnome.org>:
1344         * libanjuta/anjuta-preferences.c:
1345         (anjuta_preferences_register_property_custom):
1346         Unregister preferences for custom preferences when the widget is
1347         destroyed.
1349 2008-01-03  Johannes Schmid <jhs@gnome.org>
1351         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1352         (file_model_row_collapsed):
1353   Fixed the too method to take a correct data argument
1355 2008-01-02  Johannes Schmid <jhs@gnome.org>
1357         * plugins/document-manager/anjuta-docman.c:
1358         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1359         ref and unref correctly to silence a Gtk+ critical
1361 2008-01-01  Johannes Schmid <jhs@gnome.org>
1363         * plugins/editor/text_editor.c: (itext_editor_get_text):
1364         Fixed #506740 – ianjuta_editor_get_text crash if request 
1365         text past the buffer length
1367 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1369         * plugins/debug-manager/utilities.c,
1370         plugins/debug-manager/utilities.h,
1371         plugins/debug-manager/breakpoints.c:
1372         Move get_current_editor function in utilities.c
1374         * plugins/debug-manager/plugin.c,
1375         plugins/debug-manager/debug_tree.c,
1376         plugins/debug-manager/debug_tree.h,
1377         plugins/debug-manager/watch.c,
1378         plugins/debug-manager/watch.h,
1379         plugins/debug-manager/locals.c,
1380         plugins/debug-manager/locals.h,
1381         (added) plugins/debug-manager/variable.c,
1382         (added) plugins/debug-manager/variable.h,
1383         plugins/debug-manager/Makefile.am:
1384         Use hover interface to display variable value
1386 2007-12-31  Johannes Schmid <jhs@gnome.org>
1388         * libanjuta/Makefile.am:
1389         Only install glade catalog files if glade-3 is available
1390         (Fixes #506269 and #500296)
1392 2007-12-30  Johannes Schmid <jhs@gnome.org>
1394         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1395         (set_property_value_as_string), (register_callbacks):
1397   Fixed GtkFileChooserButton preferences to also work when only the combo
1398   changes without a dialog being open.
1400 2007-12-29  Johannes Schmid <jhs@gnome.org>
1402         * plugins/editor/Makefile.am:
1403         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1405 2007-12-29  Johannes Schmid <jhs@gnome.org>
1407         * plugins/devhelp/plugin.c: (devhelp_activate):
1408         Fixed #498986 - Anjuta-2.3.0 fails to build
1410 2007-12-29  Johannes Schmid <jhs@gnome.org>
1412         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1413         * plugins/debug-manager/plugin.c:
1414         (on_run_to_cursor_action_activate):
1415         * plugins/document-manager/anjuta-docman.c:
1416         (anjuta_docman_goto_file_line_mark):
1417         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1418         (value_removed_current_editor):
1419         
1420         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1421         all those to value_added_current_document...
1423         * plugins/editor/anjuta-editor-scintilla.glade:
1424         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1425         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1427 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1429   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1430   (symbol_db_activate), (symbol_db_deactivate),
1431   (symbol_db_instance_init), (isymbol_manager_get_parents):
1432   * plugins/symbol-db/plugin.h:
1433   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1434   * plugins/symbol-db/symbol-db-engine.c:
1435   (symbol_db_engine_get_global_members_filtered):
1436   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1437   (on_symbol_inserted):
1438   Filtered out static functions on global-tab. E.g. when flag
1439   is_file_scope = 1 we won't add entries there.
1440   Fixed a little bug on 'Global'->'Vars/Others' node too.
1442 2007-12-28  Johannes Schmid <jhs@gnome.org>
1444   * libanjuta/anjuta-launcher.c:
1445   Fixed a silly (and completely useless) memory corruption that probably 
1446   only occured at a few race conditions though I wonder why it did not 
1447         happen more often
1449 2007-12-28  Johannes Schmid <jhs@gnome.org>
1450         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1451         * plugins/debug-manager/plugin.c: (set_program_counter):
1452         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1453         * plugins/debug-manager/start.c: (get_source_directories):
1454         * plugins/debug-manager/threads.c: (on_info_thread),
1455         (on_list_thread):
1456         * plugins/file-manager/file-model.c: (file_model_set_property):
1457         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1458         * plugins/tools/editor.c: (on_editor_response):
1459         
1460         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1461         
1462         * plugins/document-manager/plugin.c: (update_title),
1463         (value_added_project_root_uri):
1464         * plugins/document-manager/plugin.h:
1465         Shorten down the title bar if the current path is inside the opened project
1467 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1469         reviewed by: Johannes Schmid <jhs@gnome.org>
1471         * plugins/project-wizard/templates/java/project.anjuta:
1472         * plugins/project-wizard/templates/mkfile/project.anjuta:
1473         * plugins/project-wizard/templates/python/project.anjuta:
1474         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1475         let new projects use new SymbolDB plugin.
1476         
1477         * plugins/symbol-browser/images/Makefile.am:
1478         added some images taken from MonoDevelop project.
1479         
1480         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1481         (goto_file_line), (on_importing_project_end), (project_root_added),
1482         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1483         (isymbol_manager_search):
1484         Added project-updating feature when opening a project with some files
1485   modified externally [e.g. a svn up].
1486         
1487         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1488         (sdb_engine_iterator_node_instance_init),
1489         (sdb_engine_iterator_node_finalize),
1490         (symbol_db_engine_iterator_node_set_conversion_hash):
1491         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1492         * plugins/symbol-db/symbol-db-engine-iterator.c:
1493         (symbol_db_engine_iterator_new):
1494         * plugins/symbol-db/symbol-db-engine-iterator.h:
1495          Moved Hash table initialization into the engine. This proxies and
1496   speeds up the process of creation and iteration of a GdaDataModel.
1497         
1498         * plugins/symbol-db/symbol-db-engine.c:
1499         (sdb_engine_ctags_output_thread),
1500         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1501         (sdb_engine_scan_files_1), (sdb_engine_init),
1502         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1503         (symbol_db_engine_add_new_workspace),
1504         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1505         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1506         (symbol_db_engine_get_sym_type_conversion_hash),
1507         (symbol_db_engine_update_files_symbols),
1508         (symbol_db_engine_update_project_symbols),
1509         (symbol_db_engine_update_buffer_symbols),
1510         (symbol_db_engine_get_class_parents),
1511         (symbol_db_engine_get_global_members_filtered),
1512         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1513         (symbol_db_engine_get_scope_members_by_symbol_id),
1514         (symbol_db_engine_get_scope_members),
1515         (symbol_db_engine_get_current_scope),
1516         (symbol_db_engine_get_file_symbols),
1517         (symbol_db_engine_get_symbol_info_by_id),
1518         (symbol_db_engine_find_symbol_by_name_pattern),
1519         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1520         * plugins/symbol-db/symbol-db-engine.h:
1521         * plugins/symbol-db/symbol-db-view-locals.c:
1522         (sdb_view_locals_get_iter_from_row_ref),
1523         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1524         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1525         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1526         Changes on some queries fuctions and some fixes. Added *_filtered
1527   functions.
1528         
1529         * plugins/symbol-db/symbol-db-view.c:
1530         (do_add_child_symbol_to_view), (add_new_waiting_for),
1531         (prepare_for_adding), (on_symbol_inserted),
1532         (do_recurse_subtree_and_remove), (on_symbol_removed),
1533         (sdb_view_do_add_hidden_dummy_child),
1534         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1535         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1536         (sdb_view_locals_create_new_store), (sdb_view_init),
1537         (sdb_view_finalize), (sdb_view_class_init),
1538         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1539         (symbol_db_view_get_pixbuf),
1540         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1541         New display for global tags. This is the definitive version, bugs apart.
1542         
1543         * plugins/symbol-db/tables.sql:
1544         fixed typo.
1546 2007-12-27  Naba Kumar  <naba@gnome.org>
1548         * libanjuta/interfaces/libanjuta.idl:
1549         * plugins/editor/aneditor-priv.h:
1550         * plugins/editor/aneditor.cxx:
1551         * plugins/editor/text_editor.c: (text_editor_instance_init),
1552         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1553         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1554         * plugins/editor/text_editor.h:
1555         * plugins/editor/text_editor_cbs.c:
1556         (on_text_editor_scintilla_notify):
1558         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1559         related code in AnEditor. Fixed some compilation warnings.
1561 2007-12-26  Naba Kumar  <naba@gnome.org>
1563         * Changelog: Fixed indentation.
1565 2007-12-25  Naba Kumar  <naba@gnome.org>
1567         * plugins/editor/Makefile.am:
1568         * plugins/editor/editor.glade:
1569         * plugins/editor/plugin.c:
1570         * plugins/editor/style-editor.c:
1571         * plugins/sourceview/Makefile.am:
1572         * plugins/sourceview/plugin.c:
1573         * plugins/sourceview/sourceview.glade:
1574         * plugins/valgrind/Makefile.am:
1576         Renamed glade files to anjuta-editor-* to give name space for the
1577         schema files (because they are installed in system directory).
1579         * scripts/build-schemas.mk: Install the schemas files also (need for
1580         binary package installation/uninstallation).
1582 2007-12-25  Johannes Schmid <jhs@gnome.org>
1584         * plugins/language-support-cpp-java/plugin.c:
1585         (set_indentation_param_vim):
1586         
1587         Support some more vim modeline commands and shortcuts (#504331)
1589 2007-12-25  Johannes Schmid <jhs@gnome.org>
1591         Patches from James Liggett:
1592         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1593         (anjuta_vcs_status_tree_view_init):
1594         * plugins/subversion/subversion-commit-dialog.c:
1595         (subversion_commit_dialog):
1596         * plugins/subversion/subversion-diff-dialog.c:
1597         (on_subversion_diff_response):
1598         * plugins/subversion/subversion-log-dialog.c:
1599         (on_log_view_selected_button_clicked),
1600         (on_log_diff_selected_button_clicked),
1601         (on_log_diff_previous_button_clicked):
1602         * plugins/subversion/subversion-resolve-dialog.c:
1603         (subversion_resolve_dialog):
1604         * plugins/subversion/subversion-revert-dialog.c:
1605         (subversion_revert_dialog):
1606         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1607         (pulse_progress_bar), (hide_pulse_progress_bar),
1608         (disconnect_data_arrived_signals),
1609         (cancel_data_arrived_signal_disconnect):
1610         * plugins/subversion/subversion-ui-utils.h:
1611         
1612         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1613         #505237 – Sort list of modified files
1615 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1617         * plugins/gdb/debugger.c:
1618         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1620 2007-12-23  Johannes Schmid <jhs@gnome.org>
1622         * plugins/language-support-cpp-java/plugin.c:
1623         (set_indentation_param_emacs), (set_indentation_param_vim),
1624         (parse_mode_line_emacs), (parse_mode_line_vim),
1625         (extract_mode_line), (initialize_indentation_params):
1627         Added (basic) support for vim modelines (#504331)
1629         * plugins/message-view/message-view.c: (message_view_next),
1630         (message_view_previous):
1631         
1632         Fixed next/previous message
1634 2007-12-23  Johannes Schmid <jhs@gnome.org>
1636         * libanjuta/anjuta-ui.h:
1637         Check for != NULL before unref'ing pixbuf (related to #497878)
1638         
1639         * plugins/devhelp/plugin.c: (register_stock_icons):
1640         * plugins/document-manager/anjuta-docman.c:
1641         (anjuta_docman_add_document):
1642         * plugins/glade/plugin.c: (on_close_activated),
1643         (register_stock_icons), (on_session_save),
1644         (glade_plugin_add_project):
1645         
1646         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1647         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1648         
1649         * plugins/language-support-cpp-java/plugin.c:
1650         (register_stock_icons):
1651         Fixed stock icon registration macros
1653 2007-12-23  Johannes Schmid <jhs@gnome.org>
1655         * global-tags/Makefile.am:
1656         * launcher/Makefile.am:
1657         * libanjuta/Makefile.am:
1658         * libegg/Makefile.am:
1659         * manuals/anjuta-faqs/Makefile.am:
1660         * manuals/anjuta-manual/Makefile.am:
1661         * manuals/reference/libanjuta/Makefile.am:
1662         * plugins/build-basic-autotools/Makefile.am:
1663         * plugins/class-gen/Makefile.am:
1664         * plugins/class-inheritance/Makefile.am:
1665         * plugins/cvs-plugin/Makefile.am:
1666         * plugins/debug-manager/Makefile.am:
1667         * plugins/devhelp/Makefile.am:
1668         * plugins/document-manager/Makefile.am:
1669         * plugins/editor/Makefile.am:
1670         * plugins/editor/scintilla/Makefile.am:
1671         * plugins/editor/scintilla/include/Makefile.am:
1672         * plugins/file-loader/Makefile.am:
1673         * plugins/file-manager/Makefile.am:
1674         * plugins/file-wizard/Makefile.am:
1675         * plugins/gdb/Makefile.am:
1676         * plugins/glade/Makefile.am:
1677         * plugins/gtodo/Makefile.am:
1678         * plugins/gvim/Makefile.am:
1679         * plugins/indent/Makefile.am:
1680         * plugins/language-manager/Makefile.am:
1681         * plugins/language-support-cpp-java/Makefile.am:
1682         * plugins/macro/Makefile.am:
1683         * plugins/message-view/Makefile.am:
1684         * plugins/patch/Makefile.am:
1685         * plugins/profiler/Makefile.am:
1686         * plugins/project-import/Makefile.am:
1687         * plugins/project-manager/Makefile.am:
1688         * plugins/project-wizard/Makefile.am:
1689         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
1690         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
1691         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1692         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1693         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
1694         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
1695         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
1696         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
1697         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
1698         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
1699         * plugins/sample1/Makefile.am:
1700         * plugins/search/Makefile.am:
1701         * plugins/sourceview/Makefile.am:
1702         * plugins/subversion/Makefile.am:
1703         * plugins/symbol-browser/Makefile.am:
1704         * plugins/symbol-db/Makefile.am:
1705         * plugins/symbol-db/test/Makefile.am:
1706         * plugins/terminal/Makefile.am:
1707         * plugins/tools/Makefile.am:
1708         * plugins/valgrind/Makefile.am:
1709         * src/Makefile.am:
1710         * tagmanager/Makefile.am:
1711         
1712         Replaces the deprecated "INCLUDES" in all Makefile.am's with
1713         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
1714         warnings from illigel C++ compiler flags.
1716 2007-12-23  Johannes Schmid <jhs@gnome.org>
1718         Patch from Tom <tpgww@onepost.net>:
1719   
1720         * plugins/document-manager/anjuta-docman.c:
1721         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
1722         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
1723         (anjuta_docman_instance_init), (on_notebook_switch_page),
1724         (anjuta_docman_grab_text_focus):
1725         * plugins/document-manager/plugin.c: (on_document_added),
1726         (on_window_key_press_event), (on_window_key_release_event):
1727         
1728         Some more document-manager code cleanups and fixes.
1730 2007-12-23  Massimo Cora'  <maxcvs@email.it>
1732         * plugins/symbol-db/plugin.c: (register_stock_icons),
1733         (value_added_current_editor), (value_removed_current_editor),
1734         (on_importing_project_end), (project_root_removed):
1735         added controls to clean/populate GtkTreeView(s) on projects unload/load.
1737         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
1738         (symbol_db_engine_get_file_db_path):
1739         fixed a useless warning.
1741         * plugins/symbol-db/symbol-db-view-locals.c:
1742         (traverse_free_waiting_for), (file_view_status_destroy),
1743         (sdb_view_locals_create_new_store), (traverse_files_view_status),
1744         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
1745         (sdb_view_locals_finalize), (on_symbol_inserted),
1746         (symbol_db_view_locals_recv_signals_from_engine),
1747         (symbol_db_view_locals_update_list):
1748         more speed on editors switching. GtkTreeStore caching method implemented.
1749         Fixed compiler warnings and a little memory leak.
1751         * plugins/symbol-db/symbol-db-view-locals.h:
1752         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
1753         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
1754         (on_scan_end), (on_symbol_inserted),
1755         (sdb_view_locals_create_new_store), (sdb_view_init),
1756         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
1757         * plugins/symbol-db/symbol-db-view.h:
1758         fixed some crashers. Now project loading/populating should be quite quick.
1760 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1762         * plugins/debug-manager/command.c,
1763         plugins/debug-manager/queue.c:
1764         Take care of command return value (FALSE is an error)
1766 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
1768         * plugins/debug-manager/anjuta-debug-manager.glade,
1769         plugins/debug-manager/breakpoints.c:
1770         Remove address, condition and pass breakpoint column if not supported
1771         Fix clear all remove_all to avoid an endless loop if a breakpoint
1772         cannot be removed
1774 2007-12-17  Johannes Schmid <jhs@gnome.org>
1776         Patch from Tom <tpgww@onepost.net> (with some changes):
1778         * plugins/document-manager/action-callbacks.c: (on_open_activate),
1779         (on_save_as_activate), (on_save_all_activate),
1780         (on_close_file_activate), (on_close_all_file_activate),
1781         (on_reload_file_activate), (on_editor_command_clear_activate),
1782         (on_transform_eolchars1_activate), (on_comment_block),
1783         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
1784         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1785         (on_editor_linenos1_activate), (on_editor_markers1_activate),
1786         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
1787         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
1788         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
1789         (on_zoom_out_text_activate):
1790         * plugins/document-manager/action-callbacks.h:
1791         * plugins/document-manager/anjuta-docman.c:
1792         (on_notebook_page_close_button_click),
1793         (on_notebook_page_close_button_enter),
1794         (on_notebook_page_close_button_leave),
1795         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
1796         (anjuta_docman_page_init), (anjuta_docman_page_new),
1797         (on_open_filesel_response), (create_file_open_dialog_gui),
1798         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
1799         (anjuta_docman_instance_init), (on_notebook_switch_page),
1800         (on_document_destroy), (anjuta_docman_add_editor),
1801         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1802         (anjuta_docman_set_current_document),
1803         (anjuta_docman_goto_file_line_mark), (get_real_path),
1804         (anjuta_docman_get_full_filename),
1805         (anjuta_docman_delete_all_markers),
1806         (anjuta_docman_delete_all_indicators),
1807         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1808         (anjuta_docman_order_tabs):
1809         * plugins/document-manager/anjuta-docman.h:
1810         * plugins/document-manager/file_history.c: (an_hist_file_new),
1811         (an_file_history_push), (an_file_history_dump):
1812         * plugins/document-manager/file_history.h:
1813         * plugins/document-manager/plugin.c: (update_title),
1814         (value_removed_project_root_uri),
1815         (update_document_ui_interface_items), (menu_name_compare),
1816         (on_document_added), (on_document_changed),
1817         (on_window_key_press_event), (on_window_key_release_event),
1818         (on_session_save):
1819         * plugins/document-manager/search-box.c: (on_document_changed),
1820         (on_goto_activated), (search_box_init), (search_box_new):
1821         * plugins/document-manager/search-box.h:
1823         Yet more code cleanups
1824         Save glade files correctly in session
1825         Use new tooltip API if available
1826         Sort notebook pages when session is restored (needs work)
1828 2007-12-16  Johannes Schmid <jhs@gnome.org>
1830         * plugins/document-manager/anjuta-docman.c:
1831         (anjuta_docman_add_document):
1832         
1833         Present correct widget with anjuta_shell_present_widget(). This got wrong when
1834         the new search bar was introduced.
1836 2007-12-12  Johannes Schmid <jhs@gnome.org>
1837   
1838         Patch from  Tom <tpgww@onepost.net>:
1839         (#485233 – another bunch of docman cleanups)
1840   
1841         * libanjuta/interfaces/libanjuta.idl:
1842         * plugins/document-manager/action-callbacks.c:
1843         (get_current_document), (get_current_focus_widget),
1844         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
1845         (on_close_file_activate), (on_close_all_file_activate),
1846         (on_reload_file_activate), (on_print_activate),
1847         (on_print_preview_activate),
1848         (on_editor_command_upper_case_activate),
1849         (on_editor_command_lower_case_activate),
1850         (on_editor_command_eol_crlf_activate),
1851         (on_editor_command_eol_lf_activate),
1852         (on_editor_command_eol_cr_activate),
1853         (on_editor_command_select_all_activate),
1854         (on_editor_command_select_to_brace_activate),
1855         (on_editor_command_select_block_activate),
1856         (on_editor_command_match_brace_activate),
1857         (on_editor_command_undo_activate),
1858         (on_editor_command_redo_activate),
1859         (on_editor_command_cut_activate),
1860         (on_editor_command_paste_activate),
1861         (on_editor_command_copy_activate),
1862         (on_editor_command_clear_activate),
1863         (on_editor_command_close_folds_all_activate),
1864         (on_editor_command_open_folds_all_activate),
1865         (on_editor_command_toggle_fold_activate),
1866         (on_editor_command_bookmark_toggle_activate),
1867         (on_editor_command_bookmark_first_activate),
1868         (on_editor_command_bookmark_next_activate),
1869         (on_editor_command_bookmark_prev_activate),
1870         (on_editor_command_bookmark_last_activate),
1871         (on_editor_command_bookmark_clear_activate),
1872         (on_transform_eolchars1_activate), (on_comment_block),
1873         (on_comment_box), (on_comment_stream),
1874         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
1875         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
1876         (on_force_hilite_activate), (on_swap_activate),
1877         (on_editor_add_view_activate), (on_editor_remove_view_activate):
1878         * plugins/document-manager/action-callbacks.h:
1879         * plugins/document-manager/anjuta-docman.c:
1880         (on_notebook_page_close_button_click),
1881         (on_notebook_page_close_button_enter),
1882         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
1883         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
1884         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
1885         (on_open_filesel_response), (anjuta_docman_open_file),
1886         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
1887         (anjuta_docman_dispose), (anjuta_docman_instance_init),
1888         (anjuta_docman_class_init), (anjuta_docman_new),
1889         (on_notebook_switch_page), (on_document_save_point),
1890         (on_document_destroy), (anjuta_docman_add_editor),
1891         (anjuta_docman_add_document), (anjuta_docman_remove_document),
1892         (anjuta_docman_set_popup_menu),
1893         (anjuta_docman_get_current_focus_widget),
1894         (anjuta_docman_get_page_for_document),
1895         (anjuta_docman_get_current_document),
1896         (anjuta_docman_set_current_document),
1897         (anjuta_docman_goto_file_line),
1898         (anjuta_docman_goto_file_line_mark),
1899         (anjuta_docman_get_full_filename),
1900         (anjuta_docman_present_notebook_page),
1901         (anjuta_docman_update_page_label),
1902         (anjuta_docman_delete_all_markers),
1903         (anjuta_docman_delete_all_indicators),
1904         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
1905         (do_ordertab1), (anjuta_docman_order_tabs),
1906         (anjuta_docman_set_editor_properties),
1907         (anjuta_docman_get_document_for_path),
1908         (anjuta_docman_get_all_doc_widgets):
1909         * plugins/document-manager/anjuta-docman.h:
1910         * plugins/document-manager/editor-tooltips.c:
1911         * plugins/document-manager/plugin.c: (update_title),
1912         (update_document_ui_enable_all), (update_document_ui_disable_all),
1913         (update_document_ui_save_items),
1914         (update_document_ui_interface_items), (update_document_ui),
1915         (on_document_update_save_ui), (update_status),
1916         (on_document_update_ui), (on_document_added),
1917         (on_document_changed), (on_session_save), (on_save_prompt),
1918         (on_docman_auto_save), (on_gconf_notify_timer):
1919         * plugins/document-manager/search-box.c: (on_document_changed),
1920         (search_box_new), (search_box_grab_line_focus):
1921         * plugins/glade/plugin.c: (ifile_open):
1922         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
1923         * plugins/search/search-replace_backend.c: (create_search_entries):
1924         * plugins/sourceview/anjuta-document.c: (set_uri),
1925         (anjuta_document_save):
1926         * plugins/sourceview/sourceview.c: (ifile_savable_save):
1927         * plugins/tools/editor.c: (on_editor_response):
1929         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
1930         It fixes some issues with session handling and several memory lacks.
1931         Gtk 2.12 Tooltip API is used if available.
1933 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
1935         * plugins/debug-manager/disassemble.c,
1936         plugins/debug-manager/disassemble.h,
1937         plugins/debug-manager/command.c,
1938         plugins/debug-manager/command.h,
1939         plugins/debug-manager/plugin.c
1940         plugins/debug-manager/sparse_view.c,
1941         plugins/debug-manager/sparse_view.h,
1942         plugins/gdb/plugin.c,
1943         plugins/gdb/debugger.c,
1944         plugins/gdb/debugger.h,
1945         libanjuta/interfaces/libanjuta.idl:
1946         Fix bug #502533: Implement assembler step
1948         * plugins/debug-manager/breakpoints.c:
1949         Do not save temporary breakpoints
1951         * plugins/debug-manager/stack_trace.c:
1952         Fix a crash when a stack command is cancelled
1954 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
1956         * plugins/debug-manager/plugin.c,
1957         plugins/debug-manager/breakpoints.c,
1958         plugins/debug-manager/breakpoints.h:
1959         Fix bug #488732: Breakpoint on delete lines
1960         Breakpoints are now linked to their position in editor
1962         * plugins/gdb/debugger.c:
1963         Fix removing condition on breakpoint 
1965 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
1967         * plugins/debug-manager/anjuta-debug-manager.glade,
1968         plugins/debug-manager/start.c,
1969         plugins/gdb/plugin.c,
1970         plugins/gdb/debugger.c,
1971         plugins/gdb/debugger.h,
1972         libanjuta/interfaces/libanjuta.idl:
1973         Fix bug #481366: Do not stop at the beginning of the program
1975         * plugins/debug-manager/command.c,
1976         plugins/debug-manager/command.h,
1977         plugins/debug-manager/breakpoints.c,
1978         plugins/debug-manager/queue.c,
1979         plugins/debug-manager/queue.h:
1980         Fix a bug remove all breakpoints was not working due to latest changes
1981         Setting breakpoints is disabled when program is running
1983 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
1985         * plugins/debug-manager/queue.c,
1986         plugins/gdb/plugin.c:
1987         Fix bug #501469: Crash if mime_type is unknown
1989 2007-12-01  Massimo Cora'  <maxcvs@email.it>
1991         * plugins/symbol-db/plugin.c: (on_editor_destroy),
1992         (on_editor_update_ui), (on_single_file_scan_end),
1993         (on_importing_project_end), (project_root_added),
1994         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
1995         * plugins/symbol-db/plugin.h:
1996         show on status bar files being scanned.
1998         * plugins/symbol-db/symbol-db-engine.c:
1999         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2000         (sdb_engine_ctags_output_thread),
2001         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2002         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2003         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2004         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2005         (sdb_engine_get_table_id_by_unique_name2),
2006         (symbol_db_engine_open_project),
2007         (sdb_engine_prepare_executing_commands),
2008         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2009         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2010         (sdb_engine_detects_removed_ids),
2011         (symbol_db_engine_get_class_parents),
2012         (symbol_db_engine_get_global_members),
2013         (symbol_db_engine_get_scope_members_by_symbol_id),
2014         (symbol_db_engine_get_scope_members),
2015         (symbol_db_engine_get_current_scope),
2016         (symbol_db_engine_get_file_symbols),
2017         (symbol_db_engine_get_symbol_info_by_id),
2018         (symbol_db_engine_get_full_local_path),
2019         (symbol_db_engine_find_symbol_by_name_pattern),
2020         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2021         * plugins/symbol-db/symbol-db-engine.h:
2022         * plugins/symbol-db/symbol-db-view-locals.c:
2023         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2024         (symbol_db_view_locals_recv_signals_from_engine),
2025         (symbol_db_view_locals_update_list):
2026         * plugins/symbol-db/symbol-db-view-locals.h:
2027         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2028         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2029         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2030         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2031         * plugins/symbol-db/symbol-db-view.h:
2032         Added g_thread architecture to scan in background. With this you
2033         can use Anjuta's GUI without freezing.
2034         Improved insertion speed by using a paradigm like 'insert' and 'check'
2035         replacing a 'check' and 'insert' one. This has been done for tables 
2036         like symbol, scope, sym_type.
2037         Fixed two crashers. 
2039         * plugins/symbol-db/tables.sql:
2040         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2041         (thread), (print_message), (bastard_thread), (idle_signals):
2042         fixed a typo on tables that broke sql triggers.
2044 === anjuta 2.3.1 ===
2046 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2048         * NEWS, AUTHORS: Updated.
2049         * src/Makefile.am: Fixed make distcheck
2051         Patch from Yang Hong:
2052         * plugins/file-manager/file-manager.glade: Fixed file chooser
2053         size in file-manager preferences.
2055 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2057         * NEWS: Updated for 2.3.1 development release
2058         * configure.in: Bumped version to 2.3.1
2060 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2062         * plugins/debug-manager/threads.c,
2063         plugins/debug-manager/disassemble.c,
2064         plugins/debug-manager/watch.c,
2065         plugins/debug-manager/registers.c,
2066         plugins/debug-manager/locals.c,
2067         plugins/debug-manager/breakpoints.c,
2068         plugins/debug-manager/stack_trace.c,
2069         plugins/debug-manager/command.c,
2070         plugins/debug-manager/command.h,
2071         plugins/debug-manager/queue.c,
2072         libanjuta/interfaces/libanjuta.idl:
2073         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2074         Document IAnjutaDebugManager signals
2075         Generate new signals in queue.c
2076         Use new signals in other files
2078 2007-11-30  <genbell@tiscali.it>
2080         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2082         * plugins/gdb/Makefile.am:
2083         Fix bug #500376
2085 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2087         * plugins/tools/variable.c:
2088         Fix a bug added in the previous patch (it is not a leak)
2090 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2092         * plugins/project-wizard/druid.c,
2093         plugins/project-wizard/templates/terminal.wiz,
2094         plugins/project-wizard/templates/xlib-dock.wiz,
2095         plugins/project-wizard/templates/wxwin.wiz,
2096         plugins/project-wizard/templates/java.wiz,
2097         plugins/project-wizard/templates/gnome.wiz,
2098         plugins/project-wizard/templates/anjuta-plugin.wiz,
2099         plugins/project-wizard/templates/gtkmm.wiz,
2100         plugins/project-wizard/templates/python.wiz,
2101         plugins/project-wizard/templates/cpp.wiz,
2102         plugins/project-wizard/templates/sdl.wiz,
2103         plugins/project-wizard/templates/gtk.wiz,
2104         plugins/project-wizard/templates/minimal.wiz,
2105         plugins/project-wizard/templates/xlib.wiz,
2106         plugins/project-wizard/templates/gcj.wiz,
2107         plugins/project-wizard/templates/translatable-strings.h,
2108         plugins/project-import/project-import.c:
2109         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2111 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2113         * plugins/debug-manager/threads.c,
2114         plugins/debug-manager/disassemble.c,
2115         plugins/debug-manager/watch.c,
2116         plugins/debug-manager/registers.c,
2117         plugins/debug-manager/memory.c,
2118         plugins/debug-manager/locals.c,
2119         plugins/debug-manager/stack_trace.c,
2120         plugins/debug-manager/queue.c,
2121         plugins/debug-manager/queue.h:
2122         Connect debugger signal only when program is loaded
2123         Rename get_feature in is_supported
2125         * plugins/debug-manager/plugin.c:
2126         Remove editor watch when plugin is deactivated
2128         * plugins/debug-manager/anjuta-debug-manager.glade,
2129         plugins/debug-manager/breakpoints.c,
2130         plugins/debug-manager/breakpoints.h:
2131         Rewrite almost completely the breakpoint code
2132         Improve breakpoint dialog
2133         Reorganize function
2134         Implement condition, hit count, ignore and temporary attribute
2136         * plugins/debug-manager/command.c,
2137         plugins/debug-manager/command.h:
2138         Add a breakpoint list command
2140         * plugins/gdb/debugger.c,
2141         plugins/gdb/debugger.h:
2142         Add new breakpoint list command
2143         Fix parsing of breakpoint data
2145         * libanjuta/interfaces/libanjuta.idl,
2146         plugins/gdb/plugin.c:
2147         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2149 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2151         * plugins/document-manager/plugin.c:
2152         Use Ctrl+Shift+s as shortcut for Save As
2154 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2156         * plugins/subversion/plugin.c: (activate_plugin):
2157         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2158         * src/layout.xml: Fixed dockitem positions.
2160 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2162         Icons from tpgww@onepost.net:
2163         * plugins/project-wizard/applogo.png:
2164         Icons from patch in bug #480093 comment #23. Also renamed icons.
2166         * plugins/message-view/Makefile.am:
2167         * plugins/message-view/plugin.c: (register_stock_icons),
2168         (ipreferences_merge): Removed redundant icon.
2170         * plugins/document-manager/plugin.c:
2171         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2172         Do not insensitize New action when there is no document.
2173         Indentation fixes.
2175 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2177         Icons from tpgww@onepost.net:
2178         * plugins/symbol-browser/an_symbol_prefs.c:
2179         * pixmaps/Makefile.am:
2180         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2182         Icons from patch in bug #480093 comment #23. Also renamed icons.
2183         To be continued..
2185 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2187         Patch from James Liggett:
2188         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2189         revert and dialogs resizable.
2191 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2193         Patch from James Liggett:
2194         * plugins/subversion/anjuta-subversion.glade:
2195         * plugins/subversion/subversion-diff-dialog.c:
2196         (on_subversion_diff_response), (subversion_diff_dialog):
2197         * plugins/subversion/subversion-diff-dialog.h:
2199         The diff dialog should have a checkbox, enabled by default, that
2200         allows the user to make sure that all open files are saved before
2201         diffing.
2203 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2205         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2207         Icons from tpgww@onepost.net:
2208         * pixmaps/Makefile.am:
2209         * src/Makefile.am:
2210         * src/anjuta-app.c:
2211         * src/anjuta-preferences-general.svg:
2213         Icons from patch in bug #480093 comment #23. Also renamed icons.
2214         To be continued..
2216 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2218         Icons from tpgww@onepost.net:
2219         * plugins/debug-manager/images/Makefile.am:
2220         * plugins/debug-manager/images/anjuta-watch.svg:
2221         * plugins/debug-manager/plugin.c: (register_stock_icons):
2222         * plugins/gdb/images/Makefile.am:
2223         * plugins/gtodo/Makefile.am:
2224         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2225         * plugins/gtodo/anjuta-gtodo.plugin.in:
2226         * plugins/gtodo/interface.c: (stock_icons):
2227         * plugins/gtodo/main.h:
2228         * plugins/gtodo/plugin.c: (ipreferences_merge):
2229         * plugins/terminal/Makefile.am:
2230         * plugins/terminal/anjuta-terminal-plugin.svg:
2231         * plugins/terminal/anjuta-terminal.plugin.in:
2232         * plugins/terminal/terminal.c:
2233         * plugins/tools/Makefile.am:
2234         * plugins/tools/anjuta-tools-plugin.svg:
2235         * plugins/tools/anjuta-tools.plugin.in:
2236         * plugins/tools/plugin.c:
2237         * plugins/valgrind/Makefile.am:
2238         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2239         * plugins/valgrind/anjuta-valgrind.plugin.in:
2240         * plugins/valgrind/plugin.c: (register_stock_icons),
2241         (ipreferences_merge):
2243         Icons from patch in bug #480093 comment #23. Also renamed icons.
2244         To be continued..
2246 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2248         reviewed by: Johannes Schmid <jhs@gnome.org>
2250         * configure.in:
2251         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2252         due to bug #493360. Still present anyway bug #495843
2254         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2255         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2256         (on_local_treeview_row_activated),
2257         (on_global_treeview_row_activated),
2258         (on_global_treeview_row_expanded), (on_project_element_added),
2259         (on_project_element_removed), (project_root_added),
2260         (symbol_db_activate), (isymbol_manager_search),
2261         (isymbol_manager_get_members),
2262         (isymbol_manager_get_completions_at_position):
2263         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2264         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2265         * plugins/symbol-db/symbol-db-engine.c:
2266         (sdb_engine_execute_non_select_sql),
2267         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2268         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2269         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2270         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2271         (symbol_db_engine_add_new_workspace),
2272         (symbol_db_engine_add_new_project),
2273         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2274         (sdb_engine_detects_removed_ids),
2275         (sdb_engine_walk_down_scope_path),
2276         (symbol_db_engine_get_class_parents),
2277         (symbol_db_engine_get_global_members),
2278         (symbol_db_engine_get_scope_members_by_symbol_id),
2279         (symbol_db_engine_get_scope_members),
2280         (symbol_db_engine_get_current_scope),
2281         (symbol_db_engine_get_file_symbols),
2282         (symbol_db_engine_get_symbol_info_by_id),
2283         (symbol_db_engine_find_symbol_by_name_pattern):
2284         * plugins/symbol-db/symbol-db-engine.h:
2285         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2286         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2287         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2288         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2289         (on_scan_end), (do_add_root_symbol_to_view),
2290         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2291         (trigger_on_symbol_inserted), (add_new_waiting_for),
2292         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2293         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2294         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2295         (symbol_db_view_row_expanded), (sdb_view_init),
2296         (gtree_compare_func), (sdb_view_finalize),
2297         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2298         (sdb_view_populate_base_root),
2299         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2300         * plugins/symbol-db/symbol-db-view.h:
2301         * plugins/symbol-db/tables.sql:
2302         * plugins/symbol-db/test/Makefile.am:
2303         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2304         (get_scope_members), (get_current_scope), (get_global_members),
2305         (get_file_symbols), (get_info_by_id), (main):
2307         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2308         Started using LIMIT keyword to speed up things.
2309         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2310         make providers use prepared statements.
2312 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2314         Patch from James Liggett:
2315         * plugins/subversion/plugin.c: (subversion_instance_init):
2316         * plugins/subversion/plugin.h:
2317         * plugins/subversion/subversion-diff-dialog.c:
2318         (on_subversion_diff_response), (subversion_diff_dialog),
2319         (on_menu_subversion_diff):
2320         * plugins/subversion/subversion-log-dialog.c:
2321         (on_log_view_selected_button_clicked),
2322         (on_log_diff_selected_button_clicked),
2323         (on_log_diff_previous_button_clicked),
2324         (subversion_log_window_create):
2325         * plugins/subversion/subversion-ui-utils.c:
2326         (get_filename_from_full_path), (init_whole_project),
2327         (on_whole_project_toggled):
2328         * plugins/subversion/subversion-ui-utils.h:
2329         * plugins/subversion/subversion-update-dialog.c:
2330         (subversion_update_dialog), (on_menu_subversion_update):
2332         Whole Project checkbox enabled by default in diff and update dialogs.
2333         changes the editor names for diff editors to something much more
2334         descriptive. For example, working copy/head diffs would have an editor
2335         with a name like "[Working Copy/Head] some-file.diff," where some-file
2336         is the name of the file/directory that was diffed. For diffs against
2337         arbitrary diffs the name would look like "[Revisions 2832/3200]
2338         some-file.diff" for a diff of some-file between revisions 2832 and
2339         3200.
2341 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2343         Icons from tpgww@onepost.net:
2344         * plugins/subversion/Makefile.am:
2345         * plugins/subversion/anjuta-subversion-plugin.svg:
2346         * plugins/subversion/anjuta-subversion.plugin.in:
2347         * plugins/subversion/plugin.h:
2348         * plugins/symbol-browser/Makefile.am:
2349         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2350         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2351         * plugins/symbol-browser/plugin.c:
2352         * plugins/symbol-db/Makefile.am:
2353         * plugins/symbol-db/plugin.c:
2354         * plugins/symbol-db/symbol-db.plugin.in:
2356         Icons from patch in bug #480093 comment #23. Also renamed icons.
2357         To be continued..
2359 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2361         Icons from tpgww@onepost.net:
2362         * plugins/project-manager/Makefile.am:
2363         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2364         * plugins/project-manager/anjuta-project-manager.plugin.in:
2365         * plugins/project-manager/plugin.c:
2366         * plugins/project-wizard/Makefile.am:
2367         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2368         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2369         * plugins/project-wizard/druid.h:
2370         * plugins/search/Makefile.am:
2371         * plugins/search/anjuta-search-plugin.svg:
2372         * plugins/search/anjuta-search.plugin.in:
2373         * plugins/search/plugin.c:
2375         Icons from patch in bug #480093 comment #23. Also renamed icons.
2376         To be continued..
2378 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2380         * TODO.tasks: updated.
2382         Icons from tpgww@onepost.net:
2383         * plugins/file-loader/Makefile.am:
2384         * plugins/file-loader/anjuta-loader-plugin.svg:
2385         * plugins/file-loader/anjuta-loader.plugin.in:
2386         * plugins/file-manager/Makefile.am:
2387         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2388         * plugins/file-manager/file-manager.plugin.in:
2389         * plugins/file-manager/plugin.c:
2390         * plugins/glade/Makefile.am:
2391         * plugins/glade/anjuta-glade-plugin.svg:
2392         * plugins/glade/anjuta-glade.plugin.in:
2393         * plugins/glade/plugin.c: (register_stock_icons):
2394         * plugins/language-manager/Makefile.am:
2395         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2396         * plugins/language-manager/language-manager.plugin.in:
2397         * plugins/message-view/Makefile.am:
2398         * plugins/message-view/anjuta-message-manager.plugin.in:
2399         * plugins/message-view/anjuta-messages-plugin.svg:
2400         * plugins/message-view/plugin.c:
2401         * plugins/patch/Makefile.am:
2402         * plugins/patch/anjuta-patch-plugin.svg:
2403         * plugins/patch/anjuta-patch.plugin.in:
2404         * plugins/patch/plugin.c:
2405         * plugins/profiler/Makefile.am:
2406         * plugins/profiler/anjuta-profiler-plugin.svg:
2407         * plugins/profiler/plugin.c: (register_stock_icons):
2408         * plugins/profiler/profiler.plugin.in:
2409         * plugins/project-import/Makefile.am:
2410         * plugins/project-import/anjuta-project-import-plugin.svg:
2411         * plugins/project-import/anjuta-project-import.plugin.in:
2412         * plugins/project-import/plugin.c:
2414         Icons from patch in bug #480093 comment #23. Also renamed icons.
2415         To be continued..
2417 2007-11-18  Johannes Schmid <jhs@gnome.org>
2419         * plugins/build-basic-autotools/build-basic-autotools.c:
2420         (build_regex_init):
2421         * plugins/debug-manager/anjuta-debug-manager.glade:
2422         * plugins/debug-manager/breakpoints.c:
2423         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2424         * plugins/file-wizard/file.c:
2425         * plugins/gdb/anjuta-gdb.glade:
2426         * plugins/glade/plugin.c: (ifile_open):
2427         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2428         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2429         * plugins/gtodo/tray-icon.c:
2430         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2431         * plugins/macro/macros.xml:
2432         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2433         Fixed translation bugs (#496833, #488211 and #497758)
2434         
2435         * plugins/document-manager/plugin.c: (on_editor_changed):
2436         Removed unused code
2438 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2440         Icons from tpgww@onepost.net:
2441         * plugins/devhelp/Makefile.am:
2442         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2443         * plugins/devhelp/anjuta-devhelp.plugin.in:
2444         * plugins/devhelp/plugin.c:
2445         * plugins/document-manager/anjuta-document-manager.plugin.in:
2446         * plugins/document-manager/images/Makefile.am:
2447         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2448         * plugins/document-manager/plugin.c:
2449         * plugins/editor/Makefile.am:
2450         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2451         * plugins/editor/anjuta-editor.plugin.in:
2452         * plugins/editor/plugin.c:
2453         * plugins/sample1/Makefile.am:
2454         * plugins/sample1/anjuta-sample-plugin.svg:
2455         * plugins/sample1/anjuta-sample.plugin.in:
2456         * plugins/sourceview/Makefile.am:
2457         * plugins/sourceview/plugin.c:
2458         * plugins/sourceview/sourceview.plugin.in:
2460         Icons from patch in bug #480093 comment #23. Also renamed icons.
2461         To be continued..
2463 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2465         * TODO.tasks: Updated.
2467         Icons from tpgww@onepost.net:
2468         * plugins/build-basic-autotools/Makefile.am:
2469         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2470         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2471         * plugins/build-basic-autotools/build-basic-autotools.c:
2472         * plugins/class-inheritance/Makefile.am:
2473         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2474         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2475         * plugins/class-inheritance/plugin.c:
2476         * plugins/cvs-plugin/Makefile.am:
2477         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2478         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2479         * plugins/cvs-plugin/plugin.c:
2480         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2481         * plugins/debug-manager/images/Makefile.am:
2482         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2483         * plugins/debug-manager/plugin.c: 
2485         Icons from patch in bug #480093 comment #23. Also renamed icons.
2486         To be continued..
2488 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2490         * (removed) libanjuta/anjuta-children.c,
2491         (removed) libanjuta/anjuta-children.h,
2492         libanjuta/anjuta-launcher.c,
2493         libanjuta/libanjuta.h,
2494         libanjuta/Makefile.am,
2495         plugins/gdb/debugger.c,
2496         plugins/terminal/terminal.c,
2497         manuals/reference/libanjuta/libanjuta-sections.txt,
2498         manuals/reference/libanjuta/libanjuta-docs.sgml:
2499         Replace anjuta_children_register by g_child_watch_add
2501 2007-11-13  Johannes Schmid <jhs@gnome.org>
2503         * plugins/subversion/anjuta-subversion.glade:
2504         * plugins/subversion/subversion-commit-dialog.c:
2505         (subversion_commit_dialog):
2506         * plugins/subversion/subversion-resolve-dialog.c:
2507         (subversion_resolve_dialog):
2508         * plugins/subversion/subversion-revert-dialog.c:
2509         (subversion_revert_dialog):
2510         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2511         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2512         (hide_pulse_progress_bar):
2513         * plugins/subversion/subversion-ui-utils.h:
2515         Yet another patch from #457477:
2516         Add a pulsing progress bar to all dialogs receiving status
2518 2007-11-12  Johannes Schmid <jhs@gnome.org>
2520         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2521         Bug 493583 – crash in Anjuta IDE: trying to open a file
2522         
2523         * plugins/subversion/subversion-commit-dialog.c:
2524         (select_all_files), (subversion_commit_dialog):
2525         Patch from jrligget - see #457477
2527 2007-11-12  Johannes Schmid <jhs@gnome.org>
2529         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2530         * libanjuta/anjuta-plugin-handle.c:
2531         (anjuta_plugin_handle_get_about):
2532         Bug 495536 – Plugins localization improvement
2533         
2534         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2535         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2536         * plugins/indent/indent.glade:
2537         * plugins/subversion/anjuta-subversion.glade:
2538         Bug 495245 – Strings bug
2540 2007-11-08  James Liggett  <jrliggett@cox.net>
2542         reviewed by: Johannes Schmid <jhs@gnome.org>
2544         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2545         (anjuta_async_command_finalize),
2546         (anjuta_async_command_notification_poll),
2547         (anjuta_async_command_thread), (start_command),
2548         (notify_data_arrived), (notify_complete),
2549         (anjuta_async_command_class_init),
2550         (anjuta_async_command_set_error_message),
2551         (anjuta_async_command_get_error_message),
2552         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2553         * libanjuta/anjuta-async-command.h:
2554         * libanjuta/anjuta-command.c: (anjuta_command_init),
2555         (anjuta_command_finalize), (anjuta_command_class_init),
2556         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2557         (anjuta_command_notify_complete),
2558         (anjuta_command_set_error_message),
2559         (anjuta_command_get_error_message):
2560         * libanjuta/anjuta-command.h:
2561         * libanjuta/anjuta-glade-catalog.c:
2562         * libanjuta/anjuta-glade.xml:
2563         * libanjuta/anjuta-vcs-status-tree-view.c:
2564         (on_selected_column_toggled),
2565         (anjuta_vcs_status_tree_view_create_columns),
2566         (anjuta_vcs_status_tree_view_init),
2567         (anjuta_vcs_status_tree_view_finalize),
2568         (anjuta_vcs_status_tree_view_set_property),
2569         (anjuta_vcs_status_tree_view_get_property),
2570         (anjuta_vcs_status_tree_view_class_init),
2571         (anjuta_vcs_status_tree_view_new),
2572         (anjuta_vcs_status_tree_view_destroy),
2573         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2574         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2575         (anjuta_vcs_status_tree_view_unselect_all),
2576         (create_selected_paths_list),
2577         (anjuta_vcs_status_tree_view_get_selected):
2578         * libanjuta/anjuta-vcs-status-tree-view.h:
2579         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2580         * libanjuta/anjuta-widgets.h:
2581         * plugins/subversion/subversion-add-dialog.c:
2582         (on_add_command_finished), (on_subversion_add_response),
2583         (subversion_add_dialog), (on_menu_subversion_add),
2584         (on_fm_subversion_add):
2585         * plugins/subversion/subversion-add-dialog.h:
2586         * plugins/subversion/subversion-commit-dialog.c:
2587         (on_commit_command_finished), (on_subversion_commit_response),
2588         (subversion_commit_dialog), (on_menu_subversion_commit),
2589         (on_fm_subversion_commit):
2590         * plugins/subversion/subversion-commit-dialog.h:
2591         * plugins/subversion/subversion-copy-dialog.c:
2592         (on_copy_other_revision_radio_toggled),
2593         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2594         (on_copy_command_finished), (on_subversion_copy_response),
2595         (subversion_copy_dialog), (on_menu_subversion_copy),
2596         (on_fm_subversion_copy):
2597         * plugins/subversion/subversion-copy-dialog.h:
2598         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2599         (on_subversion_diff_response), (subversion_diff_dialog),
2600         (on_menu_subversion_diff), (on_fm_subversion_diff):
2601         * plugins/subversion/subversion-diff-dialog.h:
2602         * plugins/subversion/subversion-log-dialog.c:
2603         (on_diff_selected_column_toggled), (create_columns),
2604         (on_log_command_finished), (on_log_view_button_clicked),
2605         (on_cat_command_data_arrived), (on_cat_command_finished),
2606         (on_log_view_selected_button_clicked), (get_selected_revisions),
2607         (on_log_diff_selected_button_clicked),
2608         (on_log_diff_previous_button_clicked),
2609         (on_subversion_log_vbox_destroy),
2610         (on_log_changes_view_row_selected), (subversion_log_window_create),
2611         (on_menu_subversion_log), (on_fm_subversion_log),
2612         (subversion_log_set_whole_project_sensitive):
2613         * plugins/subversion/subversion-log-dialog.h:
2614         * plugins/subversion/subversion-merge-dialog.c:
2615         (on_merge_command_finished), (on_subversion_merge_response),
2616         (on_merge_first_path_browse_button_clicked),
2617         (on_merge_second_path_browse_button_clicked),
2618         (on_merge_use_first_path_check_toggled),
2619         (on_merge_start_revision_radio_toggled),
2620         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2621         (on_menu_subversion_merge):
2622         * plugins/subversion/subversion-merge-dialog.h:
2623         * plugins/subversion/subversion-remove-dialog.c:
2624         (on_remove_command_finished),
2625         (on_remove_path_browse_button_clicked),
2626         (on_subversion_remove_response), (subversion_remove_dialog),
2627         (on_menu_subversion_remove), (on_fm_subversion_remove):
2628         * plugins/subversion/subversion-remove-dialog.h:
2629         * plugins/subversion/subversion-resolve-dialog.c:
2630         (on_resolve_command_finished), (on_subversion_resolve_response),
2631         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2632         * plugins/subversion/subversion-resolve-dialog.h:
2633         * plugins/subversion/subversion-revert-dialog.c:
2634         (on_revert_command_finished), (on_subversion_revert_response),
2635         (subversion_revert_dialog), (on_menu_subversion_revert):
2636         * plugins/subversion/subversion-revert-dialog.h:
2637         * plugins/subversion/subversion-switch-dialog.c:
2638         (on_switch_other_revision_radio_toggled),
2639         (on_switch_command_finished), (on_subversion_switch_response),
2640         (subversion_switch_dialog), (on_menu_subversion_switch):
2641         * plugins/subversion/subversion-switch-dialog.h:
2642         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2643         (subversion_data_free), (on_mesg_view_destroy),
2644         (create_message_view), (check_filename), (get_log_from_textview),
2645         (pulse_timer), (on_pulse_timer_destroyed),
2646         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2647         (report_errors), (on_status_command_finished),
2648         (on_status_command_data_arrived), (on_command_info_arrived),
2649         (select_all_status_items), (clear_all_status_selections),
2650         (init_whole_project), (on_whole_project_toggled),
2651         (send_diff_command_output_to_editor), (on_diff_command_finished),
2652         (stop_status_bar_progress_pulse):
2653         * plugins/subversion/subversion-ui-utils.h:
2654         * plugins/subversion/subversion-update-dialog.c:
2655         (on_update_command_finished), (on_subversion_update_response),
2656         (subversion_update_dialog), (on_menu_subversion_update),
2657         (on_fm_subversion_update):
2658         * plugins/subversion/subversion-update-dialog.h:
2659         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
2660         (svn_add_command_finalize), (svn_add_command_run),
2661         (svn_add_command_class_init), (svn_add_command_new),
2662         (svn_add_command_destroy):
2663         * plugins/subversion/svn-add-command.h:
2664         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
2665         (svn_cat_command_finalize), (svn_cat_command_run),
2666         (svn_cat_command_class_init), (svn_cat_command_new),
2667         (svn_cat_command_destroy), (svn_cat_command_get_output):
2668         * plugins/subversion/svn-cat-command.h:
2669         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
2670         (svn_command_release_ui_lock), (simple_prompt),
2671         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
2672         (svn_auth_ssl_server_trust_prompt_func_cb),
2673         (svn_auth_ssl_client_cert_prompt_func_cb),
2674         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
2675         (svn_command_init), (svn_command_finalize),
2676         (svn_command_class_init), (svn_command_push_info),
2677         (svn_command_get_info_queue), (svn_command_set_error),
2678         (svn_command_get_client_context), (svn_command_get_pool),
2679         (svn_command_lock_ui), (svn_command_unlock_ui),
2680         (svn_command_get_revision), (svn_command_copy_path_list),
2681         (svn_command_free_path_list):
2682         * plugins/subversion/svn-command.h:
2683         * plugins/subversion/svn-commit-command.c: (on_log_callback),
2684         (svn_commit_command_init), (svn_commit_command_finalize),
2685         (svn_commit_command_run), (svn_commit_command_class_init),
2686         (svn_commit_command_new), (svn_commit_command_destroy):
2687         * plugins/subversion/svn-commit-command.h:
2688         * plugins/subversion/svn-copy-command.c: (on_log_callback),
2689         (svn_copy_command_init), (svn_copy_command_finalize),
2690         (svn_copy_command_run), (svn_copy_command_class_init),
2691         (svn_copy_command_new), (svn_copy_command_destroy):
2692         * plugins/subversion/svn-copy-command.h:
2693         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
2694         (svn_diff_command_finalize), (svn_diff_command_run),
2695         (svn_diff_command_class_init), (svn_diff_command_new),
2696         (svn_diff_command_destroy), (svn_diff_command_get_output):
2697         * plugins/subversion/svn-diff-command.h:
2698         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
2699         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
2700         (svn_log_command_class_init), (svn_log_command_new),
2701         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
2702         * plugins/subversion/svn-log-command.h:
2703         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
2704         (svn_log_entry_finalize), (svn_log_entry_class_init),
2705         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
2706         (svn_log_entry_get_author), (svn_log_entry_get_date),
2707         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
2708         (svn_log_entry_get_full_log):
2709         * plugins/subversion/svn-log-entry.h:
2710         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
2711         (svn_merge_command_finalize), (svn_merge_command_run),
2712         (svn_merge_command_class_init), (svn_merge_command_new),
2713         (svn_merge_command_destroy):
2714         * plugins/subversion/svn-merge-command.h:
2715         * plugins/subversion/svn-remove-command.c: (on_log_callback),
2716         (svn_remove_command_init), (svn_remove_command_finalize),
2717         (svn_remove_command_run), (svn_remove_command_class_init),
2718         (svn_remove_command_new), (svn_remove_command_destroy),
2719         (svn_remove_command_get_path):
2720         * plugins/subversion/svn-remove-command.h:
2721         * plugins/subversion/svn-resolve-command.c:
2722         (svn_resolve_command_init), (svn_resolve_command_finalize),
2723         (svn_resolve_command_run), (svn_resolve_command_class_init),
2724         (svn_resolve_command_new), (svn_resolve_command_destroy):
2725         * plugins/subversion/svn-resolve-command.h:
2726         * plugins/subversion/svn-revert-command.c:
2727         (svn_revert_command_init), (svn_revert_command_finalize),
2728         (svn_revert_command_run), (svn_revert_command_class_init),
2729         (svn_revert_command_new), (svn_revert_command_destroy):
2730         * plugins/subversion/svn-revert-command.h:
2731         * plugins/subversion/svn-status-command.c:
2732         (svn_status_command_init), (svn_status_command_finalize),
2733         (on_svn_status_notify), (svn_status_command_run),
2734         (svn_status_command_class_init), (svn_status_command_new),
2735         (svn_status_command_destroy),
2736         (svn_status_command_get_status_queue):
2737         * plugins/subversion/svn-status-command.h:
2738         * plugins/subversion/svn-status.c: (svn_status_init),
2739         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
2740         (svn_status_destroy), (svn_status_get_path),
2741         (svn_status_get_vcs_status):
2742         * plugins/subversion/svn-status.h:
2743         * plugins/subversion/svn-switch-command.c:
2744         (svn_switch_command_init), (svn_switch_command_finalize),
2745         (svn_switch_command_run), (svn_switch_command_class_init),
2746         (svn_switch_command_new), (svn_switch_command_destroy):
2747         * plugins/subversion/svn-switch-command.h:
2748         * plugins/subversion/svn-update-command.c:
2749         (svn_update_command_init), (svn_update_command_finalize),
2750         (svn_update_command_run), (svn_update_command_class_init),
2751         (svn_update_command_new), (svn_update_command_destroy):
2752         * plugins/subversion/svn-update-command.h:
2754         Now really committed all files from James patch (#457477)
2756 2007-11-08  Johannes Schmid <jhs@gnome.org>
2758         * TODO.tasks: Updated
2760 2007-11-08  James Liggett  <jrliggett@cox.net>
2762         reviewed by: Johannes Schmid <jhs@gnome.org>
2764         * configure.in:
2765         * libanjuta/Makefile.am:
2766         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
2767         * libanjuta/anjuta-status.h:
2768         * libanjuta/libanjuta.h:
2769         * plugins/subversion/Makefile.am:
2770         * plugins/subversion/anjuta-subversion.glade:
2771         * plugins/subversion/anjuta-subversion.ui:
2772         * plugins/subversion/plugin.c: (value_added_project_root_uri),
2773         (value_removed_project_root_uri), (activate_plugin),
2774         (deactivate_plugin), (finalize), (subversion_instance_init):
2775         * plugins/subversion/plugin.h:
2776         * plugins/subversion/subversion-actions.c:
2777         * plugins/subversion/subversion-actions.h:
2778         * plugins/subversion/subversion-callbacks.c:
2779         * plugins/subversion/subversion-callbacks.h:
2780         * plugins/subversion/svn-auth.c:
2781         * plugins/subversion/svn-auth.h:
2782         * plugins/subversion/svn-backend-priv.h:
2783         * plugins/subversion/svn-backend.c:
2784         * plugins/subversion/svn-backend.h:
2785         * plugins/subversion/svn-notify.c:
2786         * plugins/subversion/svn-notify.h:
2787         * plugins/subversion/svn-thread.c:
2788         * plugins/subversion/svn-thread.h:
2789         
2790         Commited alpha2 of the new subversion plugin (#457477)
2792 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2794         * plugins/debug-manager/command.c:
2795         Fix a stupid crash when changing a register value
2797 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2799         * libanjuta/interfaces/libanjuta.idl,
2800         plugins/debug-manager/command.c,
2801         plugins/debug-manager/command.h,
2802         plugins/debug-manager/start.c,
2803         plugins/gdb/plugin.c,
2804         plugins/gdb/debugger.c,
2805         plugins/gdb/debugger.h:
2806         Use anjuta terminal plugin instead of gnome terminal
2807         Select if a terminal is used in the the start_program function
2808         Move terminal code from debugger.c to plugin.c
2809         Partial fix of bug #481366
2811         * plugins/gdb/utilities.c,
2812         plugins/gdb/utilities.h:
2813         Remove gnome terminal check function
2815 2007-11-06  Johannes Schmid <jhs@gnome.org>
2817         * plugins/project-import/anjuta-project-import.glade:
2818         * plugins/project-import/project-import.c: (on_import_next),
2819         (on_import_finish), (project_import_set_directory):
2820         * plugins/project-wizard/property.c: (npw_property_create_widget),
2821         (npw_property_set_value_from_widget):
2822         
2823         Replaced gnome_file_entry with gtk_file_chooser_button
2824         Fixes #422329 – Creating a new directory in program options doesn't work
2825         
2826 2007-11-04  Massimo Cora' <maxcvs@email.it>
2828         * plugins/symbol-db/plugin.c:
2829         add all files at once on project_import.
2830         No need to split them into more languages: ctags
2831         and the engine will take care of that.
2833         * plugins/symbol-db/symbol-db-engine.h,
2834         * plugins/symbol-db/symbol-db-engine.c,
2835         * plugins/symbol-db/tables.sql,
2836         * plugins/symbol-db/test/Makefile.am,
2837         * plugins/symbol-db/test/main.c,
2838         * plugins/symbol-db/symbol-db-view-locals.c:
2839         some memory leaks fixed. Ported the thing to
2840         libgda 3.1.2 [or better svn HEAD].
2841         Thanks to a fresh new algorithm to detect
2842         parent scope we're able to display correcly
2843         a local gtktree, including classes not directly
2844         defined inside that file.
2846 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
2848         * plugins/debug-manager/threads.c,
2849         plugins/debug-manager/stack_trace.c:
2850         Do not display address when not needed
2852         * plugins/debug-manager/plugin.c,
2853         plugins/debug-manager/breakpoints.c:
2854         Breakpoints directly connect to debugger signals
2856         * plugins/debug-manager/watch.c:
2857         program-unload signal does not exist used debugger-stopped
2859         * plugins/debug-manager/queue.c,
2860         libanjuta/interfaces/libanjuta.idl:
2861         Display error message returned by debugger command
2862         Add new error codes
2864 2007-11-04  Johannes Schmid <jhs@gnome.org>
2866         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
2867         Bug 493062 – gcj template needs AC_PROG_CC
2868         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
2870         * src/anjuta-actions.h:
2871         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
2872         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
2874 === anjuta 2.3.0 ===
2876 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
2878         * AUTHORS: Updated
2880 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2882         * ChangeLog: Tagged 2.3.0 release.
2884         * plugins/indent/Makefile.am: Fixed indentation.
2886         * plugins/editor/aneditor-autocomplete.cxx:
2887         * plugins/editor/aneditor-priv.h:
2888         * plugins/editor/aneditor.cxx:
2889         * plugins/editor/aneditor.h: Commented out dead codes.
2891         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
2892         Do not build symbol-db by
2893         default. Added 'unstable' in plugin description to signify it's
2894         developmental state.
2896         * plugins/file-manager/Makefile.am,
2897         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
2899 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
2901         * plugins/debug-manager/utilities.c,
2902         plugins/debug-manager/utilities.h,
2903         plugins/debug-manager/threads.c,
2904         plugins/debug-manager/plugin.c,
2905         plugins/debug-manager/plugin.h,
2906         plugins/debug-manager/disassemble.h,
2907         plugins/debug-manager/watch.c,
2908         plugins/debug-manager/watch.h,
2909         plugins/debug-manager/breakpoints.c,
2910         plugins/debug-manager/stack_trace.c:
2911         Replace few remaining function calls by signal 
2913         * plugins/debug-manager/disassemble.c,
2914         plugins/debug-manager/registers.c,
2915         plugins/debug-manager/memory.c,
2916         plugins/debug-manager/locals.c,
2917         plugins/debug-manager/queue.c,
2918         plugins/debug-manager/queue.h:
2919         Connect signals when debugger is started
2920         Disconnect them when debugger is stopped
2921         Do not display window if debugger doesn't support feature
2923         * plugins/gdb/plugin.c,
2924         libanjuta/interfaces/libanjuta.idl:
2925         Remove unused initialization function
2927 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2929         * configure.in:
2930         * plugins/file-manager/Makefile.am:
2931         * scripts/build-schemas.mk: Fixed 'make distcheck'
2933 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
2935         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2936         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
2937         to latest API additions.
2939         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
2940         to API changes.
2942 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
2944         * ChangeLog: Fixed indentation.
2945         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
2946         branch.
2948 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
2950         * libanjuta/interfaces/libanjuta.idl:
2951         * plugins/build-basic-autotools/build-basic-autotools.c:
2952         (build_compile_file_real), (build_build_project),
2953         (build_install_project), (build_clean_project),
2954         (build_configure_project), (build_autogen_project),
2955         (build_distribution_project), (build_build_module),
2956         (build_install_module), (build_clean_module), (fm_build),
2957         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
2958         (finalize), (basic_autotools_plugin_instance_init),
2959         (ibuildable_set_command), (ibuildable_reset_commands),
2960         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
2961         (ibuildable_install), (ibuildable_configure),
2962         (ibuildable_generate), (ibuildable_iface_init):
2963         * plugins/build-basic-autotools/build-basic-autotools.h:
2965         Added API for commands override in build interface and implemented
2966         them in build plugin. Useful for other plugins override build
2967         commands depending on project environment.
2969 2007-10-28  Naba Kumar  <naba@gnome.org>
2971         * src/anjuta.glade,
2972         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
2973         Fixed widget alignment for dock switcher tab style combo and
2974         scratchbox path entrybox.
2976 2007-10-28  Johannes Schmid <jhs@gnome.org>
2978         * plugins/document-manager/plugin.c: (on_editor_changed):
2979         Fixed a memory leak and simplified code (thanks again Sébastien)
2980         
2981         * configure.in:
2982         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
2983         and OFFSET sql statements)
2985 2007-10-28  Massimo Cora' <maxcvs@email.it>
2987         * plugins/symbol-db/plugin.c,
2988         plugins/symbol-db/symbol-db-engine.h,
2989         plugins/symbol-db/symbol-db-view.c,
2990         plugins/symbol-db/symbol-db-view.c,
2991         plugins/symbol-db/symbol-db-view-locals.c,
2992         plugins/symbol-db/symbol-db-view-locals.h,
2993         plugins/symbol-db/symbol-db-engine.c:
2994         Better end-of-file-scan detection, permitting
2995         an improved scope/inheritance parsing.
2996         Locals tab gtktree now displays correct
2997         namespace->class->children tree, even if
2998         in a C++ file there isn't class declaration.
3000 2007-10-27  Johannes Schmid <jhs@gnome.org>
3002         Patch from Stanislav Brabec <sbrabec@suse.cz>
3003         * configure.in:
3004         Bug 489798 – Do not rely on svn-config
3006         Patch from Michael Wolf <maw@ximian.com>:
3007         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3008         (egg_tree_model_filter_remove_node),
3009         (egg_tree_model_filter_row_deleted):
3010         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3012 2007-10-27  Johannes Schmid <jhs@gnome.org>
3014         * plugins/devhelp/anjuta-devhelp.ui:
3015         * plugins/message-view/anjuta-message-manager.ui:
3017         Added some separators to the toolbar
3018         
3019         * plugins/document-manager/plugin.c:
3020         (on_support_plugin_deactivated), (load_new_support_plugins),
3021         (unload_unused_support_plugins), (on_editor_changed):
3022         
3023         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3024         for pointing out that is was crap.
3026 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3028         * libanjuta/interfaces/libanjuta.idl,
3029         libanjuta/anjuta-plugin-manager.c,
3030         libanjuta/anjuta-plugin-manager.h,
3031         libanjuta/anjuta-c-plugin-factory.c,
3032         libanjuta/anjuta-c-module.h,
3033         libanjuta/anjuta-c-module.c:
3034         Report detailled error message in case of plugin loading failure
3036 2007-10-24  Johannes Schmid <jhs@gnome.org>
3038         * configure.in:
3039         * plugins/Makefile.am:
3040         
3041         Activate build of symbol-db plugin (when libgda is available)
3042         
3043         * plugins/document-manager/plugin.c:
3044         (on_support_plugin_deactivated), (on_editor_changed):
3045         
3046         Properly handle language support plugins even when they are
3047         unloaded by the session.
3048         
3049         * plugins/symbol-db/plugin.c: (register_stock_icons),
3050         Port to new REGISTER_ICONS stuff
3051   
3052 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3054         * plugins/symbol-db/plugin.c,
3055         * plugins/symbol-db/symbol-db-view.c
3056         * plugins/symbol-db/symbol-db-engine.h,
3057         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3058         * plugins/symbol-db/symbol-db-view-locals.c,
3059         * plugins/symbol-db/symbol-db-view-locals.h,
3060         * plugins/symbol-db/symbol-db-engine.c:
3061         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3062         Added a new algorithm for dynamic population of the local symbols' tab.
3063         Now the default view is tree-like.
3064         Some fixes on engine correct some population issues.    
3066 2007-10-23  Naba Kumar  <naba@gnome.org>
3068         * plugins/glade/Makefile.am: Corrected conditional not to install
3069         .plugin file if plugin is disabled.
3070         * plugins/sourceview/Makefile.am: Corrected conditional not to
3071         install schemas if plugin is not built.
3073 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3075         * plugins/debug-manager/queue.c:
3076         Fix #488061: Mutiple crash dialogs
3078         * plugins/gdb/debugger.c,
3079         plugins/gdb/debugger.h:
3080         Remove maximum gdb command length, should fix bug#474811
3082 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3084         * manuals/reference/libanjuta/plugin-description-file.sgml,
3085         manuals/reference/libanjuta/libanjuta-docs.sgml,
3086         manuals/reference/libanjuta/libanjuta-sections.txt,
3087         libanjuta/interfaces/libanjuta.idl,
3088         libanjuta/anjuta-c-module.c,
3089         libanjuta/anjuta-c-plugin-factory.c:
3090         Document last changes in plugin code
3092 2007-10-19  Johannes Schmid <jhs@gnome.org>
3094         * plugins/subversion/subversion-callbacks.c: (check_filename):
3095         
3096         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3098 2007-10-19  Naba Kumar  <naba@gnome.org>
3100         * plugins/file-manager/file-model.c: Fixed a critical runtime
3101         warning.
3103 2007-10-18  Johannes Schmid <jhs@gnome.org>
3105         * libanjuta/anjuta-ui.h:
3106         Small fix on icon macros
3107         
3108         * libanjuta/interfaces/libanjuta.idl:
3109         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3110         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3111         (ilanguage_iface_init):
3112         
3113         Added get_from_editor() and get_name_from_editor() methods
3114         to IAnjutaLanguage
3115         
3116         * plugins/document-manager/plugin.c:
3117         (update_editor_ui_interface_items), (on_editor_changed):
3118         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3119         .in:
3120         * plugins/language-support-cpp-java/plugin.c: (install_support):
3121         
3122         Ported plugins to use the new interface
3124 2007-10-17  Johannes Schmid <jhs@gnome.org>
3126         * libanjuta/anjuta-ui.h:
3127         
3128         Added macros to register stock icons to stop all this copy&paste
3129         which had spread over a lot of files. New macros support to add 
3130         icons with toolbar and menu size (16 and 24)
3131         
3132         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3133         * plugins/debug-manager/images/anjuta-attach.svg:
3134         * plugins/debug-manager/images/anjuta-step-out.svg:
3135         * plugins/debug-manager/images/anjuta-step-over.svg:
3136         * plugins/debug-manager/plugin.c: (register_stock_icons):
3137         * plugins/document-manager/images/Makefile.am:
3138         * plugins/document-manager/images/anjuta-block-end.svg:
3139         * plugins/document-manager/images/anjuta-block-start.svg:
3140         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3141         * plugins/document-manager/images/anjuta-bookmark.svg:
3142         * plugins/document-manager/images/anjuta-go-history-next.svg:
3143         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3144         * plugins/document-manager/plugin.c: (register_stock_icons):
3145         * plugins/glade/plugin.c: (register_stock_icons):
3146         * plugins/language-support-cpp-java/plugin.c:
3147         (register_stock_icons):
3148         * plugins/message-view/Makefile.am:
3149         * plugins/message-view/anjuta-go-message-next.svg:
3150         * plugins/message-view/anjuta-go-message-prev.svg:
3151         * plugins/message-view/anjuta-message-view.svg:
3152         * plugins/message-view/messages.xpm:
3153         * plugins/message-view/plugin.c: (register_stock_icons):
3154         * plugins/patch/plugin.c: (patch_plugin_activate):
3155         * plugins/project-manager/plugin.c: (register_stock_icons):
3156         * plugins/search/Makefile.am:
3157         * plugins/search/anjuta-go-match-next.svg:
3158         * plugins/search/anjuta-go-match-prev.svg:
3159         * plugins/search/plugin.c: (activate_plugin):
3160         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3161         * plugins/terminal/terminal.c: (register_stock_icons):
3162         * plugins/valgrind/plugin.c: (register_stock_icons):
3163         
3164         Updated to use the new icons and added several new and updated 
3165         icons from #480093
3167 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3169         * libanjuta/anjuta-plugin-handle.c,
3170         libanjuta/anjuta-plugin-handle.h:
3171         Add a new path property containing the directory of the .plugin
3172         file, library file (.so or whatever) must be in the same directory
3174         * libanjuta/anjuta-plugin-manager.c,
3175         libanjuta/interfaces/libanjuta.idl,
3176         (removed) libanjuta/anjuta-glue-plugin.c,
3177         (removed) libanjuta/anjuta-glue-plugin.h,
3178         (removed) libanjuta/anjuta-glue-c.c,
3179         (removed) libanjuta/anjuta-glue-c.h,
3180         (removed) libanjuta/anjuta-glue-cpp.c,
3181         (removed) libanjuta/anjuta-glue-cpp.h,
3182         (removed) libanjuta/anjuta-glue-factory.c,
3183         (removed) libanjuta/anjuta-glue-factory.h,
3184         (added) libanjuta/anjuta-c-module.c,
3185         (added) libanjuta/anjuta-c-module.h,
3186         (added) libanjuta/anjuta-c-plugin-factory.c,
3187         (added) libanjuta/anjuta-c-plugin-factory.h,
3188         libanjuta/Makefile.am:
3189         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3190         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3191         implementing IAnjutaPluginFactory
3192         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3194         * libanjuta/libanjuta.h:
3195         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3196         interface)
3198         * libanjuta/anjuta-plugin.h:
3199         Replace AnjutaGluePlugin by GTypeModule
3200         Remove unused anjuta_glue_get_component_type replaced by
3201         g_type_from_name
3203         * plugins/build-basic-autotools/build-basic-autotools.h,
3204         plugins/class-gen/plugin.h,
3205         plugins/class-inheritance/plugin.h,
3206         plugins/cvs-plugin/plugin.h,
3207         plugins/debug-manager/plugin.h,
3208         plugins/devhelp/plugin.h,
3209         plugins/document-manager/plugin.h,
3210         plugins/editor/plugin.h,
3211         plugins/file-loader/plugin.h,
3212         plugins/file-wizard/plugin.h,
3213         plugins/gdb/plugin.h,
3214         plugins/glade/plugin.h,
3215         plugins/gtodo/plugin.h,
3216         plugins/indent/plugin.h,
3217         plugins/language-manager/plugin.h,
3218         plugins/language-support-cpp-java/plugin.h,
3219         plugins/macro/plugin.h,
3220         plugins/message-view/plugin.h,
3221         plugins/patch/plugin.h,
3222         plugins/profiler/plugin.h,
3223         plugins/project-import/plugin.h,
3224         plugins/project-manager/plugin.h,
3225         plugins/project-wizard/plugin.h,
3226         plugins/sample1/plugin.h,
3227         plugins/search/plugin.h,
3228         plugins/sourceview/plugin.h,
3229         plugins/subversion/plugin.h,
3230         plugins/symbol-browser/plugin.h,
3231         plugins/symbol-db/plugin.h,
3232         plugins/terminal/terminal.c,
3233         plugins/tools/plugin.h,
3234         plugins/valgrind/plugin.h:
3235         Replace AnjutaGluePlugin by GTypeModule
3237 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3239         * plugins/debug-manager/breakpoints.c:
3240         Fix bug#487112, crash while removing a breakpoint in a new file
3242 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3244         * plugins/document-manager/search-box.c:
3245         Fix a crash (with an useful comment) focus-out-event handler must
3246         return a gboolean
3248 2007-10-14 Johannes Schmid <jhs@gnome.org>
3250         * plugins/sourceview/sourceview.c:
3251         Hide calltip when "Up" or "Down" key is pressed
3253 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3255         * plugins/document-manager/search-box.c:
3256         Change included file order to avoid a compile error with gnome 2.16
3258 2007-10-13  Johannes Schmid <jhs@gnome.org>
3260         * plugins/debug-manager/plugin.c: (enable_log_view):
3261         
3262         Fixed crash when closing a project and unloading another while
3263         the debugger is enabled
3265 2007-10-13  Johannes Schmid <jhs@gnome.org>
3267         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3268         
3269         Use correct breakpoint icon
3270         
3271         * plugins/devhelp/Makefile.am:
3272         * plugins/devhelp/anjuta-go-help-next.svg:
3273         * plugins/devhelp/anjuta-go-help-prev.svg:
3274         * plugins/devhelp/plugin.c: (register_stock_icons),
3275         (devhelp_activate):
3276         
3277         Added new icons from #480093
3278         
3279         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3280         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3281         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3282         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3283         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3284         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3285         * plugins/message-view/anjuta-go-message-next.svg:
3286         * plugins/message-view/anjuta-go-message-prev.svg:
3287         
3288         Updated icons from #480093
3289                 
3290         * src/anjuta-actions.h:
3291         Use GTK_STOCK_FULLSCREEN
3292         
3293         * src/anjuta-app.c: (on_gdl_style_changed),
3294         (anjuta_app_instance_init):
3295         * src/anjuta.glade:
3296         
3297         Added preference option to set the gdl switcher style
3299 2007-10-13  Johannes Schmid <jhs@gnome.org>
3301         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3302         (get_property_value_as_string), (set_property_value_as_string),
3303         (register_callbacks):
3304         * libanjuta/anjuta-preferences.h:
3305         
3306         Support GtkFileChooserButton as preferences widget
3307         
3308         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3309         
3310         Fixed a Gtk-Critical
3311         
3312         * plugins/file-manager/Makefile.am:
3313         * plugins/file-manager/file-model.c: (file_model_filter_file),
3314         (file_model_add_dummy), (file_model_expand_idle),
3315         (file_model_set_property), (file_model_get_property),
3316         (file_model_class_init):
3317         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3318         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3319         (file_manager_activate), (file_manager_finalize),
3320         (file_manager_instance_init), (ipreferences_merge),
3321         (ipreferences_unmerge), (ipreferences_iface_init):
3322         * plugins/file-manager/plugin.h:
3323         
3324         Added preferences to file-manager
3326         * plugins/glade/plugin.c: (activate_plugin):
3327         
3328         Move Properties widget into center because it is way to big
3329         for the sidebar
3331 2007-10-10  Johannes Schmid <jhs@gnome.org>
3333         * plugins/language-support-cpp-java/Makefile.am:
3334         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3335         * plugins/language-support-cpp-java/anjuta-complete.svg:
3336         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3337         * plugins/language-support-cpp-java/plugin.c:
3338         (register_stock_icons):
3339         
3340         And yet some more icons...
3342 2007-10-10  Johannes Schmid <jhs@gnome.org>
3344         * plugins/debug-manager/breakpoints.c:
3345         * plugins/debug-manager/images/Makefile.am:
3346         * plugins/debug-manager/images/anjuta-bookmark.svg:
3347         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3348         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3349         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3350         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3351         * plugins/debug-manager/images/anjuta-linemark.svg:
3352         * plugins/debug-manager/images/anjuta-pcmark.svg:
3353         * plugins/debug-manager/plugin.c: (register_stock_icons):
3354         * plugins/debug-manager/sparse_view.c:
3355         * plugins/document-manager/images/Makefile.am:
3356         * plugins/document-manager/images/anjuta-block-select.svg:
3357         * plugins/document-manager/images/anjuta-fold-close.svg:
3358         * plugins/document-manager/images/anjuta-fold-open.svg:
3359         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3360         * plugins/document-manager/images/anjuta-indent-less.svg:
3361         * plugins/document-manager/images/anjuta-indent-more.svg:
3362         * plugins/document-manager/images/anjuta-swap.svg:
3363         * plugins/document-manager/images/block_select.xpm:
3364         * plugins/document-manager/images/fold_close.xpm:
3365         * plugins/document-manager/images/fold_open.xpm:
3366         * plugins/document-manager/images/fold_toggle.xpm:
3367         * plugins/document-manager/images/indent.xpm:
3368         * plugins/document-manager/images/indent_dcr.xpm:
3369         * plugins/document-manager/images/indent_inc.xpm:
3370         * plugins/document-manager/plugin.c: (register_stock_icons):    
3371         * plugins/editor/Makefile.am:
3372         * plugins/editor/anjuta-bookmark-16.xpm:
3373         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3374         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3375         * plugins/editor/anjuta-linemark-16.xpm:
3376         * plugins/editor/anjuta-pcmark-16.xpm:
3377         * plugins/editor/bookmark.xpm:
3378         * plugins/editor/breakpoint-disabled.xpm:
3379         * plugins/editor/breakpoint-enabled.xpm:
3380         * plugins/editor/linemarker.xpm:
3381         * plugins/editor/program-counter.xpm:
3382         * plugins/editor/text_editor.c:
3383         * plugins/message-view/Makefile.am:
3384         * plugins/message-view/anjuta-go-message-next.svg:
3385         * plugins/message-view/anjuta-go-message-prev.svg:
3386         * plugins/message-view/anjuta-message-manager.ui:
3387         * plugins/message-view/plugin.c:
3388         * plugins/sourceview/Makefile.am:
3389         * plugins/sourceview/sourceview.c:
3391         Integrated lots of icons from #480093
3392         Thanks to <tpgww@onepost.net>
3394         * plugins/document-manager/plugin.c:
3395         Do not mark the line in ifile_open(), that looks ugly.
3396         
3397         * plugins/document-manager/search-box.c: (on_search_focus_out),
3398         (search_box_init):
3399         Clear the status bar on focus_out.
3400         
3401         * plugins/file-loader/anjuta-loader-plugin.ui:
3402         Fixed a missing "="
3404 2007-10-09  Johannes Schmid <jhs@gnome.org>
3406         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3407         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3409         Some things I missed in the patch for #484419
3410         
3411         * plugins/document-manager/action-callbacks.c:
3412         (on_new_file_activate):
3413         * plugins/document-manager/action-callbacks.h:
3414         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3415         (on_window_key_press_event), (on_gconf_notify_timer):
3416         
3417         484645 – patch to deal with docman FIXME etc
3418         
3419         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3420         * plugins/search/search-replace.c: (search_and_replace),
3421         (write_message_pane), (search_replace_populate),
3422         (translate_dialog_strings), (create_dialog),
3423         (anjuta_search_replace_activate):
3424         * plugins/search/search-replace_backend.c:
3425         (file_buffer_new_from_path), (get_next_match),
3426         (create_search_entries), (regex_backref),
3427         (clear_search_replace_instance):
3428         * plugins/search/search-replace_backend.h:
3429         
3430         #484573 – patch to correct various search-related issues
3431         
3432         Thanks for the above patches to <tpgww@onepost.net>
3433         
3434         * plugins/sourceview/sourceview.c:
3435         (sourceview_create_highligth_indic):
3436         
3437         Use the same marker for important as gedit (yellow background)
3439         * plugins/document-manager/anjuta-document-manager.ui:
3440         * plugins/file-loader/anjuta-file-loader.ui:
3441         * plugins/file-loader/plugin.c:
3442         
3443         Moved FileNew action to document-manager
3445 2007-10-08  Johannes Schmid <jhs@gnome.org>
3447         * plugins/document-manager/search-box.c: (on_search_activated):
3448         Mark messages for translation
3450 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3452         reviewed by: Johannes Schmid <jhs@gnome.org>
3454         * plugins/Makefile.am:
3455         * plugins/build-basic-autotools/build-basic-autotools.c:
3456         (build_compile_file_real):
3457         * plugins/search/search-replace.c:
3458         * plugins/valgrind/preferences.c: (build_general_prefs):
3459         
3460         Fix #484379 – Contents of Makefile.am plugins and
3461         #484419 – Improvement into translation
3463 2007-10-06  Johannes Schmid <jhs@gnome.org>
3465         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3467         Fixed to properly support pointer-to-pointer (**) types
3469         * libanjuta/interfaces/libanjuta.idl:
3470         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3471         * plugins/sourceview/sourceview-cell.h:
3472         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3473         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3474         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3475         (isearch_backward), (isearch_iface_init):
3476         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3477         (itext_editor_iface_init), (iselection_set_iter),
3478         (iselection_get_start_iter), (iselection_get_end_iter),
3479         (iselection_iface_init), (isearch_forward), (isearch_backward),
3480         (isearch_iface_init):
3481         
3482         Added IAnjutaEditorSearch interface and some utility methods to
3483         migrate from positions to iterators for the editor interface.
3484         
3485         * plugins/document-manager/Makefile.am:
3486         * plugins/document-manager/action-callbacks.c:
3487         (on_goto_line_no1_activate), (on_show_search):
3488         * plugins/document-manager/action-callbacks.h:
3489         * plugins/document-manager/anjuta-docman.c:
3490         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3491         (anjuta_docman_grab_text_focus):
3492         * plugins/document-manager/anjuta-document-manager.ui:
3493         * plugins/document-manager/goto_line.c: (removed)
3494         * plugins/document-manager/goto_line.h: (removed)
3495         * plugins/document-manager/search-box.c:
3496         * plugins/document-manager/search-box.h:
3497         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3498         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3499         (update_editor_ui_interface_items), (on_editor_added),
3500         (activate_plugin), (deactivate_plugin):
3501         * plugins/document-manager/plugin.h:
3502         
3503         Created new incremental "Quick Search" bar in the document manager to
3504         replace the crappy EggToolbar entries. Uses the new search interface and
3505         it thus much faster and more reliable.
3506         Fixes: 
3507         Bug 357544 – incremental search should work consistently (or not at all) 
3508         when main toolbar is hidden
3509         Bug 440637 – Search, don't work very well (partly for incremental search)
3510         
3511         * plugins/search/anjuta-search.ui:
3512         * plugins/search/plugin.c: (activate_plugin):
3513         
3514         Removed incremental search stuff
3515         
3516         * plugins/build-basic-autotools/build-basic-autotools.c:
3517         (on_session_save), (on_session_load):
3518         * plugins/build-basic-autotools/executer.c:
3519         (get_program_parameters):
3520         
3521         Scroll to selected executable and remember it across sessions
3522         (followup of #477976)
3523         
3524         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3525         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3526         
3527         * plugins/devhelp/anjuta-devhelp.ui:
3528         Rearraged toolbar items a bit
3530 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3532         * plugins/debug-manager/command.c,
3533         plugins/debug-manager/queue.c,
3534         plugins/gdb/plugin.c,
3535         plugins/gdb/debugger.c:
3536         Fix several crashing bugs (including bug#482985) with the debugger
3537         when closing project, stopping the debugger, restarting the program
3539 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3541         * libanjuta/anjuta-launcher.c:
3542         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3544 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3546         * plugins/debug-manager/command.c,
3547         plugins/debug-manager/queue.c:
3548         Asynchronous command can abort other commands in queue
3549         Resynchronize debugger state when a command is cancelled
3551         * plugins/debug-manager/breakpoints.c:
3552         Free BreakpointItem only when it is not used anymore
3554         * plugins/gdb/plugin.c:
3555         Do not return TRUE if the callback and/or ready signal is not used
3557         * plugins/gdb/debugger.c:
3558         Fix a crash, return correct state when debugger is stopped
3560 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3562         * plugins/project-wizard/autogen.c:
3563         Fix bug#482067, escape project wizard user defined strings
3565 2007-10-01  Johannes Schmid <jhs@gnome.org>
3567         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3568         .glade:
3569         * plugins/build-basic-autotools/build-basic-autotools.c:
3570         (basic_autotools_plugin_instance_init):
3571         * plugins/build-basic-autotools/build-basic-autotools.h:
3572         * plugins/build-basic-autotools/executer.c:
3573         (get_program_parameters):
3574         
3575         Fixed #477976 – Keybinding in run dialog
3577 2007-09-30  Johannes Schmid <jhs@gnome.org>
3579         * plugins/Makefile.am:
3580         Do not build indent plugin (yet)
3581         
3582         * plugins/document-manager/plugin.c: (ipreferences_merge):
3583         Fixed unintentional and wrong change
3585         * plugins/indent/anjuta-indent.ui:
3586         Added missing file
3588 2007-09-28  Johannes Schmid <jhs@gnome.org>
3590         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3591         * libanjuta/anjuta-launcher.h:
3592         Add a method to send EOF to some process. Needed for the indent plugin
3593         and should be useful in general. It does not actually send EOF as this
3594         is not possible with utf-8, but closes the stream instead.
3596         * plugins/devhelp/plugin.c: (value_added_current_editor):
3597         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3598         IAnjutaDocument switch.
3600         * configure.in:
3601         * plugins/Makefile.am:
3602         * plugins/document-manager/Makefile.am:
3603         * plugins/document-manager/action-callbacks.c:
3604         * plugins/document-manager/anjuta-document-manager.glade:
3605         * plugins/document-manager/anjuta-document-manager.ui:
3606         * plugins/document-manager/images/Makefile.am:
3607         * plugins/document-manager/images/indent_auto.xpm:
3608         * plugins/document-manager/images/indent_set.xpm:
3609         * plugins/document-manager/indent-dialog.c:
3610         * plugins/document-manager/indent-dialog.h:
3611         * plugins/document-manager/indent-util.c:
3612         * plugins/document-manager/indent-util.h:
3613         * plugins/document-manager/indent_test.c:
3614         * plugins/document-manager/plugin.c: (register_stock_icons),
3615         (docman_plugin_instance_init), (ipreferences_merge):
3616         * plugins/document-manager/plugin.h:
3617         
3618         Removed indent code from document manager
3619         
3620         * plugins/indent/Makefile.am:
3621         * plugins/indent/indent-dialog.c:
3622         * plugins/indent/indent-util.c: (indent_init_indent_style):
3623         * plugins/indent/indent.glade:
3624         * plugins/indent/indent.plugin.in:
3625         * plugins/indent/plugin.c: (on_indent_finished),
3626         (on_indent_output), (on_indent_action_activate),
3627         (on_edit_editor_indent), (on_style_combo_changed),
3628         (value_added_current_editor), (value_removed_current_editor),
3629         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3630         (indent_plugin_finalize), (indent_plugin_dispose),
3631         (anjuta_indent_plugin_instance_init),
3632         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3633         (ipreferences_unmerge), (ipreferences_iface_init):
3634         * plugins/indent/plugin.h:
3636         Moved indent code to it's own plugin. Also reimplemented indent invocation
3637         using anjuta_launcher and streams. This is not yet completely working, maybe
3638         I got something wrong with the launcher.
3639         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3641 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3643         * plugins/debug-manager/plugin.c:
3644         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3646 2007-09-27  Johannes Schmid <jhs@gnome.org>
3648         * libanjuta/interfaces/libanjuta.idl:
3649         * plugins/Makefile.am:
3650         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
3651         (isymbol_type_str), (isymbol_name), (isymbol_args),
3652         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
3653         (isymbol_impl), (isymbol_iface_init):
3654         * plugins/symbol-browser/an_symbol_info.c:
3655         * plugins/symbol-browser/an_symbol_info.h:
3656         * plugins/symbol-db/Makefile.am:
3657         * plugins/symbol-db/plugin.c:
3658         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
3659         (value_added_current_editor), (on_editor_foreach_clear),
3660         (value_removed_current_editor), (project_root_added),
3661         (symbol_db_activate), (symbol_db_deactivate),
3662         (isymbol_manager_search):
3663         * plugins/symbol-db/readtags.c: (initialize_1):
3664         * plugins/symbol-db/symbol-db-engine-iterator.c:
3665         (sdb_engine_iterator_instance_init),
3666         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
3667         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
3668         (symbol_db_engine_iterator_move_next),
3669         (symbol_db_engine_iterator_move_prev),
3670         (symbol_db_engine_iterator_get_n_items),
3671         (symbol_db_engine_iterator_last),
3672         (symbol_db_engine_iterator_set_position),
3673         (symbol_db_engine_iterator_get_position),
3674         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
3675         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
3676         (isymbol_iter_foreach), (isymbol_iter_set_position),
3677         (isymbol_iter_get_position), (isymbol_iter_get_length),
3678         (isymbol_iter_clone), (isymbol_iter_assign),
3679         (isymbol_iter_iface_init):
3680         * plugins/symbol-db/symbol-db-engine-iterator.h:
3681         * plugins/symbol-db/symbol-db-engine.c:
3682         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
3683         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3684         (sdb_engine_finalize), (sdb_engine_get_type),
3685         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3686         (sdb_engine_get_table_id_by_unique_name2),
3687         (sdb_engine_get_table_id_by_unique_name3),
3688         (symbol_db_engine_add_new_workspace),
3689         (symbol_db_engine_get_opened_project_name),
3690         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
3691         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
3692         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
3693         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
3694         (sdb_engine_add_new_scope_definition),
3695         (sdb_engine_add_new_tmp_heritage_scope),
3696         (sdb_engine_second_pass_update_scope_1),
3697         (sdb_engine_second_pass_update_heritage),
3698         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
3699         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
3700         (symbol_db_engine_update_project_symbols),
3701         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
3702         (symbol_db_engine_update_buffer_symbols),
3703         (sdb_engine_walk_down_scope_path),
3704         (sdb_engine_prepare_symbol_info_sql),
3705         (symbol_db_engine_get_global_members),
3706         (symbol_db_engine_get_scope_members_by_symbol_id),
3707         (symbol_db_engine_get_scope_members),
3708         (symbol_db_engine_get_current_scope),
3709         (symbol_db_engine_get_file_symbols):
3710         * plugins/symbol-db/symbol-db-engine.h:
3711         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3712         (on_symbol_updated), (on_symbol_inserted),
3713         (symbol_db_view_locals_get_line),
3714         (symbol_db_view_locals_update_list):
3715         * plugins/symbol-db/symbol-db-view-search.c:
3716         (sdb_view_search_model_filter), (sdb_view_search_get_type):
3717         * plugins/symbol-db/symbol-db-view-search.h:
3718         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
3719         (do_add_hidden_children), (do_recurse_and_add_new_sym),
3720         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
3721         * plugins/symbol-db/tables.sql:
3722         * plugins/symbol-db/test/Makefile.am:
3723         * plugins/symbol-db/test/main.c: (add_new_files), (main):
3724         Updated patch from Massimo to improve symbol-db plugin
3726         * plugins/document-manager/plugin.c: (on_editor_changed):
3727         Make the code a bit more robust
3728         
3729         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
3730         (anjuta_document_get_property), (anjuta_document_class_init),
3731         (anjuta_document_init), (set_uri), (document_loader_loaded),
3732         (anjuta_document_load), (document_saver_saving):
3733         * plugins/sourceview/anjuta-document.h:
3734         * plugins/sourceview/sourceview.c: (autodetect_language),
3735         (ilanguage_set_language), (ilanguage_get_language):
3736         Fix language detection on startup
3738 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
3740         * plugins/document-manager/action-callbacks.c:
3741         (on_editor_command_upper_case_activate),
3742         (on_editor_command_lower_case_activate): Leftover commit from previous
3743         commit (see last changlog entry by me).
3744         
3745         * plugins/file-manager/plugin.c: (file_manager_activate):
3746         Gave proper widget name so that layout works.
3748 2007-09-26  Johannes Schmid <jhs@gnome.org>
3750         * plugins/document-manager/plugin.c: (on_editor_changed),
3751         (docman_plugin_instance_init):
3752         Only unload/load language-support plugins if necessary.
3753         
3754         * plugins/language-manager/plugin.c: (language_manager_activate):
3755         Removed some debugging code
3757         * plugins/sourceview/sourceview.c: (on_document_saved),
3758         (ilanguage_set_language), (ilanguage_get_language):
3759         Fixed ianjuta_language interface and ensure that highlighting is
3760         activated when a new file is saved.
3761         
3762 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
3764         * libanjuta/interfaces/libanjuta.idl:
3765         * plugins/document-manager/action-callbacks.c:
3766         (on_editor_command_upper_case_activate),
3767         (on_editor_command_lower_case_activate):
3768         * plugins/editor/text_editor.c: (iselection_has_selection),
3769         (iselection_get_start), (iselection_get_end),
3770         (iselection_iface_init):
3771         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3772         * plugins/sourceview/sourceview.c: (iselect_has_selection),
3773         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
3774         method and implemented it for both scintilla and sourceview editors.
3775         Updated document-manager and assist plugins to use the new method.
3777 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
3779         * plugins/file-manager/file-view.c:
3780         Fix typo, allow to compile new file manager with gtk < 2.12
3782 2007-09-25  Johannes Schmid <jhs@gnome.org>
3784         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3785         Support Auto-Indent for single lines (e.g no selection);
3786         
3787         * plugins/macro/plugin.c:
3788         Do not use the same shortcut as auto-indent does
3789         
3790         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
3791         Optimized keyboard navigation - do not emit char_added when only
3792         navigation keys have been pressed.
3794 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3796         * plugins/language-support-cpp-java/cpp-java-assist.c:
3797         (on_assist_chosen), (cpp_java_assist_install),
3798         (cpp_java_assist_uninstall):
3799         * plugins/language-support-cpp-java/plugin.c: (install_support),
3800         (uninstall_support): Install and uninstall support in correct order.
3801         Fixes a bug where it was installed multiple times resulting in
3802         inserting autocomplete text multiple times.
3804 2007-09-25  Johannes Schmid <jhs@gnome.org>
3806         * configure.in:
3807         Add GNOME_WARNING_FLAGS(maximum) and
3808         GNOME_CXX_WARNIGS(yes) to avoid bugs
3809         the compiler can warn you.
3810         
3811         * libegg/test-tree-utils.c: (key_test):
3812         * plugins/file-manager/file-model.c:
3813         (file_model_cancel_expand_idle), (file_model_sort),
3814         (file_model_row_expanded):
3815         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
3816         (file_view_refresh), (file_view_get_selected), (file_view_init),
3817         (file_view_new):
3818         * plugins/file-manager/file-view.h:
3819         * plugins/symbol-db/readtags.c: (initialize_1):
3820         * src/main.c:
3821         
3822         Fixed the more critical warnings
3824 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
3826         Icons from tpgww@onepost.net:
3827         * configure.in:
3828         * plugins/debug-manager/Makefile.am:
3829         * plugins/debug-manager/images/Makefile.am:
3830         * plugins/debug-manager/images/anjuta-attach.svg:
3831         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
3832         * plugins/debug-manager/images/anjuta-step-into.svg:
3833         * plugins/debug-manager/images/anjuta-step-out.svg:
3834         * plugins/debug-manager/images/anjuta-step-over.svg:
3835         * plugins/debug-manager/plugin.c: (register_stock_icons):
3836         * plugins/document-manager/Makefile.am:
3837         * plugins/document-manager/block_select.xpm:
3838         * plugins/document-manager/fold_close.xpm:
3839         * plugins/document-manager/fold_open.xpm:
3840         * plugins/document-manager/fold_toggle.xpm:
3841         * plugins/document-manager/images/Makefile.am:
3842         * plugins/document-manager/images/anjuta-block-end.svg:
3843         * plugins/document-manager/images/anjuta-block-start.svg:
3844         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3845         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3846         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3847         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3848         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3849         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3850         * plugins/document-manager/indent.xpm:
3851         * plugins/document-manager/indent_auto.xpm:
3852         * plugins/document-manager/indent_dcr.xpm:
3853         * plugins/document-manager/indent_inc.xpm:
3854         * plugins/document-manager/indent_set.xpm:
3855         * plugins/document-manager/plugin.c: Added nicer icons for
3856         document manager and debugger. Organized icons in 'images'
3857         directories.
3859 2007-09-24  Johannes Schmid <jhs@gnome.org>
3861         * src/anjuta-app.c: (anjuta_app_add_widget_full):
3862         Fixed a missing NULL in g_object_set.
3864 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3866         * plugins/language-support-cpp-java/cpp-java-assist.c:
3867         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
3868         scope memebers just after scope operator is entered.
3870 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
3872         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3873         * plugins/language-support-cpp-java/cpp-java-assist.c:
3874         (completion_function), (completion_compare),
3875         (cpp_java_assist_tag_destroy), (create_completion),
3876         (cpp_java_assist_destroy_completion_cache),
3877         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
3878         Show '()' for function items in autocomplete list. Allow adding
3879         ' ' and/or '(' after function call autocompletion and have preferences
3880         settings for them.
3882 2007-09-24  Johannes Schmid <jhs@gnome.org>
3884         * sourceview.c: Reverting patch from r3157 because
3885         of side-effects
3887 2007-09-24  Johannes Schmid <jhs@gnome.org>
3889         * plugins/search/search-replace.c: (on_message_clicked):
3891         Fixed #427104 – No "highlight" of lines matching find-result
3893 2007-09-24  Johannes Schmid <jhs@gnome.org>
3895         * src/anjuta.glade:
3897         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
3899 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
3901         reviewed by: Johannes Schmid <jhs@gnome.org>
3903         * plugins/build-basic-autotools/executer.c: (execute_program):
3904         Fix #478238 – set env for execute programe in the terminal
3906 2007-09-24 Tom <tpgww@onepost.net>
3908         reviewed by: Johannes Schmid <jhs@gnome.org>
3910         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3911         Fix memory leak
3912         
3913         * plugins/debug-manager/disassemble.c: (on_disassemble):
3914         Correct a format string in DEBUG_PRINT()
3916 2007-09-23  Johannes Schmid <jhs@gnome.org>
3918         * plugins/sourceview/sourceview.c: (offset_to_position),
3919         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
3920         (ieditor_get_position), (iselect_set), (iselect_get_start),
3921         (iselect_get_end):
3922         
3923         Fixed #Bug 440637 – Search, don't work very well
3925 2007-09-23  Johannes Schmid <jhs@gnome.org>
3927         * plugins/file-manager/file-model.c: (file_model_get_filename):
3928         * plugins/file-manager/file-model.h:
3929         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
3930         (file_view_init), (file_view_class_init):
3931         * plugins/message-view/message-view.c:
3932         (message_view_query_tooltip), (message_view_dispose),
3933         (message_view_instance_init), (message_view_class_init):
3935         Added GTK+ 2.12 style tooltips to file-manager and message view.
3936         Only build if GTK+ 2.12 is availible otherwise for message-view, the
3937         old implementation is used.
3939 2007-09-23  Johannes Schmid <jhs@gnome.org>
3941         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
3942         Fixed typo
3943         
3944         * plugins/language-manager/language-manager.plugin.in:
3945         Marked UserActivatable=FALSE
3946         
3947         * plugins/language-manager/plugin.c: (load_languages),
3948         (language_manager_activate), (language_manager_deactivate),
3949         (language_manager_dispose), (language_manager_instance_init),
3950         (language_manager_find_mime_type), (language_manager_find_string),
3951         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
3952         (ilanguage_get_name), (ilanguage_get_strings):
3953         
3954         Fixed various stupid bugs in language-manager plugin
3955         
3956         * plugins/symbol-db/symbol-db-engine.c:
3957         (sdb_engine_second_pass_update_scope_1):
3958         
3959         Add a g_return_if_fail to avoid a crash though still unsure
3960         what's causing it.
3962 2007-09-23  Johannes Schmid <jhs@gnome.org>
3964         * plugins/symbol-db/plugin.c: (on_project_element_added),
3965         (sources_array_free), (sources_array_add_foreach),
3966         (project_root_added):
3967         * plugins/symbol-db/symbol-db-engine.c:
3968         (symbol_db_engine_add_new_files):
3969         * plugins/symbol-db/symbol-db-engine.h:
3970         
3971         Added support for other languages than "C" to symbol-db. Now
3972         supports all languages listed by the language-manager.
3974 2007-09-23  Tom <tpgww@onepost.net>
3976         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
3978         * configure.in:
3979         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
3980         
3981         * libanjuta/anjuta-glue-factory.c: (load_plugin),
3982         (anjuta_glue_factory_get_object_type):
3983         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
3984         * plugins/build-basic-autotools/build-basic-autotools.c:
3985         (value_added_current_editor):
3986         * plugins/debug-manager/breakpoints.c:
3987         (breakpoints_dbase_edit_breakpoint),
3988         (on_toggle_breakpoint_activate):
3989         * plugins/debug-manager/plugin.c:
3990         (on_run_to_cursor_action_activate):
3991         * plugins/debug-manager/stack_trace.c:
3992         (dma_thread_update_stack_trace):
3993         * plugins/gdb/plugin.c:
3994         * plugins/glade/plugin.c: (ifile_open):
3995         * plugins/profiler/gprof-call-graph-view.c:
3996         * plugins/profiler/gprof-flat-profile-view.c:
3997         * plugins/profiler/gprof-function-call-tree-view.c:
3998         * plugins/profiler/gprof-options.c: (setup_widgets):
3999         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4000         * plugins/search/search-replace_backend.c:
4001         (file_buffer_new_from_te):
4002         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4003         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4004         (assist_window_get_property), (assist_window_move):
4005         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4006         (value_added_current_editor):
4007         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4008         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4009         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4010         
4011         Many small code, warnings and leak fixes
4013 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4015         * (removed) plugins/debug-manager/debugger.c,
4016         (removed) plugins/debug-manager/debugger.h,
4017         (added) plugins/debug-manager/command.c,
4018         (added) plugins/debug-manager/command.h,
4019         (added) plugins/debug-manager/queue.c,
4020         (added) plugins/debug-manager/queue.h,
4021         plugins/debug-manager/breakpoints.c,
4022         plugins/debug-manager/debug_tree.c,
4023         plugins/debug-manager/debug_tree.h,
4024         plugins/debug-manager/disassemble.c,
4025         plugins/debug-manager/disassemble.h,
4026         plugins/debug-manager/locals.c,
4027         plugins/debug-manager/locals.h,
4028         plugins/debug-manager/memory.c,
4029         plugins/debug-manager/memory.h,
4030         plugins/debug-manager/plugin.c,
4031         plugins/debug-manager/plugin.h,
4032         plugins/debug-manager/registers.c,
4033         plugins/debug-manager/registers.h,
4034         plugins/debug-manager/sharedlib.c,
4035         plugins/debug-manager/sharedlib.h,
4036         plugins/debug-manager/signals.c,
4037         plugins/debug-manager/signals.h,
4038         plugins/debug-manager/stack_trace.c,
4039         plugins/debug-manager/stack_trace.h,
4040         plugins/debug-manager/start.h,
4041         plugins/debug-manager/start.c,
4042         plugins/debug-manager/threads.c,
4043         plugins/debug-manager/threads.h,
4044         plugins/debug-manager/watch.c,
4045         plugins/debug-manager/watch.h,
4046         plugins/debug-manager/Makefile.am,
4047         plugins/gdb/debugger.c,
4048         plugins/gdb/debugger.h,
4049         plugins/gdb/plugin.c,
4050         libanjuta/interfaces/libanjuta.idl:
4051         Split debug-manager/debugger.c into command.c and queue.c
4052         Clean up debugger queue
4053         DmaDebuggerQueue object does not implement IAnjutaDebugger
4055 2007-09-23  Johannes Schmid <jhs@gnome.org>
4057         * configure.in:
4058         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4059         set correctly, etc.)
4060         
4061         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4062         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4063         (plugin_set_update):
4064         
4065         Show an error dialog instead of crashing when plugin loading fails
4067         * plugins/language-manager/Makefile.am:
4068         * plugins/language-manager/language-manager.plugin.in:
4069         * plugins/language-manager/languages.xml:
4070         * plugins/language-manager/plugin.c: (language_destroy),
4071         (load_languages), (language_manager_activate),
4072         (language_manager_deactivate), (language_manager_finalize),
4073         (language_manager_dispose), (language_manager_instance_init),
4074         (language_manager_class_init), (language_manager_find_mime_type),
4075         (language_manager_find_string), (ilanguage_get_from_mime_type),
4076         (ilanguage_get_from_string), (ilanguage_get_name),
4077         (ilanguage_get_strings), (ilanguage_iface_init):
4078         * plugins/language-manager/plugin.h:
4079         
4080         Added new language-manager plugin to have a better organisation for
4081         language names. The xml probabaly needs to be extended over time.
4082         
4083         * plugins/Makefile.am:
4084         * plugins/document-manager/plugin.c: (on_editor_changed):
4085         
4086         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4087         because it does not really save memory but makes tab switching slow.
4088         
4089         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4090         .in:
4091         * plugins/language-support-cpp-java/plugin.c: (install_support),
4092         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4093         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4094         unloading
4096         * plugins/language-support-cpp-java/cpp-java-assist.c:
4097         (cpp_java_assist_show_autocomplete):
4098         
4099         Fix autocomplete to only show valid completions
4101         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4102         Calltips always have correct size and position now
4104 2007-09-22  Johannes Schmid <jhs@gnome.org>
4106         * plugins/search/search-replace_backend.c: (get_next_match):
4107         Removed code introduced by accident that causes a crash.
4108         
4109         * plugins/sourceview/sourceview-tags.c:
4110         * plugins/sourceview/sourceview-tags.h:
4111         Removed ununsed files
4113 2007-09-22  Johannes Schmid <jhs@gnome.org>
4115         * plugins/language-support-cpp-java/cpp-java-assist.c:
4116         Fixed build error
4118 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4120         * plugins/language-support-cpp-java/cpp-java-assist.c:
4121         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4122         Increased matching brace search to 500 chars.
4124 2007-09-21  Johannes Schmid <jhs@gnome.org>
4126         * plugins/language-support-cpp-java/cpp-java-assist.c:
4127         (cpp_java_assist_get_pre_word),
4128         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4129         
4130         Added some profiling debug code
4131         
4132         * plugins/language-support-cpp-java/cpp-java-utils.c:
4133         (cpp_java_util_jump_to_matching_brace):
4134         * plugins/language-support-cpp-java/cpp-java-utils.h:
4135         * plugins/language-support-cpp-java/plugin.c:
4136         (get_line_indentation_base), (get_line_auto_indentation):
4137         
4138         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4139         avoid looping over the whole file when using calltips which is too slow and
4140         unneeded.
4141         
4142         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4143         (assist_tip_set_tips), (assist_tip_get_coordinates),
4144         (assist_tip_new):
4145         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4146         
4147         Better calltips appearance (use theme now) and avoid jumping
4148         calltips
4150 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4152         * plugins/document-manager/plugin.c:
4153         (update_editor_ui_interface_items):
4154         * plugins/language-support-cpp-java/plugin.c: (install_support),
4155         (uninstall_support): Moved autocomplete ui update code from
4156         document-manager to language-plugin.
4158 2007-09-21  Johannes Schmid <jhs@gnome.org>
4160         * libanjuta/interfaces/libanjuta.idl:
4161         
4162         Added IAnjutaLanguage interface (might still change...) for
4163         the upcoming language-manager plugin.
4164         
4165         * plugins/file-manager/Makefile.am:
4166         * plugins/file-manager/file-model.c:
4167         (file_model_cancel_expand_idle), (file_model_add_dummy),
4168         (file_model_expand_idle), (file_model_sort),
4169         (file_model_row_expanded), (file_model_row_collapsed),
4170         (file_model_init), (file_model_finalize),
4171         (file_model_set_property), (file_model_get_property),
4172         (file_model_class_init), (file_model_new), (file_model_refresh),
4173         (file_model_get_uri):
4174         * plugins/file-manager/file-model.h:
4175         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4176         (file_view_expand_row_idle), (file_view_refresh),
4177         (file_view_get_selected), (file_view_button_press_event),
4178         (file_view_selection_changed), (file_view_init),
4179         (file_view_get_property), (file_view_set_property),
4180         (file_view_finalize), (file_view_class_init):
4181         
4182         Split up model/view as far as possible and fixed some file-manager
4183         bugs (popup-menu and incorrect project loading).
4184         
4185         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4186         Use monospace font for tips.
4187         
4188         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4189         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4190         (icell_get_attribute), (icell_style_get_font_description),
4191         (icell_style_get_color), (icell_style_get_background_color),
4192         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4193         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4194         (iiter_get_length), (iiter_clone), (iiter_assign):
4196         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4197         interface. This is way faster though it has the drawback to create invalid
4198         iterators if the buffer is changed.
4200 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4202         * libanjuta/interfaces/libanjuta.idl:
4203         * plugins/document-manager/action-callbacks.c:
4204         * plugins/document-manager/anjuta-document-manager.ui:
4205         * plugins/document-manager/plugin.c: (register_stock_icons):
4206         * plugins/editor/text_editor.c:
4207         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4208         * plugins/language-support-cpp-java/cpp-java-assist.c:
4209         (cpp_java_assist_get_calltip_context):
4210         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4211         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4213         Moved autocomplete menu action from document-manager to assist plugin
4214         and got rid of deprecated autocomplete interface.
4216 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4218         * libanjuta/interfaces/libanjuta.idl:
4219         * plugins/editor/text_editor.c: (iassist_iface_init):
4220         * plugins/language-support-cpp-java/cpp-java-assist.c:
4221         (cpp_java_assist_check), (on_assist_chosen):
4222         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4223         Removed react() methods in both editors and assist interface. Assist
4224         plugin itself handles setting the autocomplete. Also fixed
4225         some mem leaks.
4227 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4229         * plugins/file-manager/Makefile.am:
4230         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4231         (file_view_expand_idle), (file_view_init):
4232         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4233         (file_manager_set_default_uri), (project_root_added),
4234         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4235         (file_manager_activate), (file_manager_deactivate),
4236         (file_manager_instance_init), (file_manager_class_init),
4237         (ifile_manager_set_root), (ifile_manager_set_selected),
4238         (ifile_manager_iface_init): Adjusted white spaces to match
4239         anjuta convention.
4241 2007-09-19  Naba Kumar  <naba@gnome.org>
4243         * libanjuta/interfaces/libanjuta.idl:
4244         * plugins/editor/text_editor.c: (text_editor_instance_init),
4245         (iassist_show_tips), (iassist_cancel_tips),
4246         (iassist_hide_suggestions), (iassist_iface_init):
4247         * plugins/editor/text_editor.h:
4248         * plugins/editor/text_editor_cbs.c:
4249         (on_text_editor_scintilla_notify):
4250         * plugins/language-support-cpp-java/cpp-java-assist.c:
4251         (is_scope_context_character), (is_word_character),
4252         (create_completion), (cpp_java_assist_get_scope_context),
4253         (cpp_java_assist_get_pre_word),
4254         (cpp_java_assist_get_scope_operator),
4255         (cpp_java_assist_destroy_completion_cache),
4256         (cpp_java_assist_create_scope_completion_cache),
4257         (cpp_java_assist_create_word_completion_cache),
4258         (cpp_java_assist_show_autocomplete),
4259         (cpp_java_assist_get_calltip_context),
4260         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4261         (on_editor_char_added), (on_assist_chosen),
4262         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4263         (cpp_java_assist_init), (cpp_java_assist_finalize):
4264         * plugins/language-support-cpp-java/cpp-java-assist.h:
4265         * plugins/language-support-cpp-java/plugin.c:
4266         (initialize_indentation_params):
4267         * plugins/sourceview/assist-tip.c:
4268         * plugins/sourceview/assist-tip.h:
4269         * plugins/sourceview/sourceview-private.h:
4270         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4271         (on_assist_tip_destroyed), (on_assist_cancel),
4272         (on_document_char_added), (iassist_get_suggestions),
4273         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4274         
4275         Implement state-less assistance so that assist can be evaluated
4276         any given time at any position. Changed IAnjutaEditorAssist interfance
4277         and implementations and removed any state management in editors.
4279 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4281         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4282         completion items sorting and avoided unnecssary sorts.
4284         * plugins/text-editor.c: Fixed state.
4286 2007-09-17  Johannes Schmid <jhs@gnome.org>
4288         * plugins/language-support-cpp-java/cpp-java-assist.c:
4289         (on_assist_begin):
4290         
4291         Fixed calltips in sourceview
4293 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4295         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4296         completion items preparation time. Fixed a crash bug.
4298         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4299         Set buffer size (From Massimo, required for symbol-db).
4301         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4302         for suggestions.
4304         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4305         change in API.
4307         * plugins/editor/aneditor-autocomplete.cxx,
4308         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4309         Added ANE_GETWORDBEFORECARAT command.
4311         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4312         using assist interface.
4314         * plugins/editor/text_editor.c: (text_editor_instance_init),
4315         (text_editor_get_word_before_carat),
4316         (text_editor_get_current_word), (iassist_add_trigger),
4317         (iassist_remove_trigger), (on_assist_canceled),
4318         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4319         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4320         * plugins/editor/text_editor.h:
4321         * plugins/editor/text_editor_cbs.c: (trigger_size),
4322         (max_trigger_size), (text_editor_check_assist),
4323         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4324         interface.
4326         * plugins/language-support-cpp-java/Makefile.am:
4327         * plugins/language-support-cpp-java/plugin.c:
4328         (get_line_indentation_base), (get_line_auto_indentation),
4329         (install_support), (uninstall_support),
4330         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4331         (cpp_java_plugin_instance_init):
4332         * plugins/language-support-cpp-java/plugin.h:
4333         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4334         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4335         Make assist a separate class.
4337 2007-09-14  Johannes Schmid <jhs@gnome.org>
4339         * plugins/sourceview/sourceview.c: (iassist_suggest):
4340         Fixed changed char_alignment paramter in language-support
4341         plugin
4343 2007-09-14  Naba Kumar  <naba@gnome.org>
4345         * plugins/language-support-cpp-java/plugin.c: Send the right
4346         'char_alignment' paramenter (needs fixing in sourceview).
4348 2007-09-13  Johannes Schmid <jhs@gnome.org>
4350         * anjuta.anjuta:
4351         * plugins/project-wizard/templates/minimal/project.anjuta:
4352         Use IAnjutaSymbolManager instead of loading the plugin directly.
4353         (TODO: Think of a version to do this for older files...)
4355         * configure.in:
4356         * plugins/Makefile.am:
4357         * plugins/symbol-db/Makefile.am:
4358         
4359         Build symbol-db plugin if libgda-3.0 is found
4361 2007-09-13  Johannes Schmid <jhs@gnome.org>
4363         * plugins/sourceview/Makefile.am:
4364         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4365         (set_uri):
4366         * plugins/sourceview/anjuta-document.h:
4367         Removed lots of dead code
4368         
4369         * plugins/sourceview/anjuta-languages-manager.c:
4370         * plugins/sourceview/anjuta-languages-manager.h:
4371         removed completely
4372         
4373         * plugins/sourceview/sourceview.c: (on_document_char_added),
4374         (on_document_loaded), (sourceview_instance_init),
4375         (iselect_get_start), (iselect_get_end),
4376         (ilanguage_get_supported_languages), (ilanguage_set_language):
4377         
4378         Fixed selection handling and make some adaptions for the changes 
4379         mentioned above
4381 2007-09-13  Johannes Schmid <jhs@gnome.org>
4383         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4384         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4385         (on_assist_update):
4386         
4387         Added preferences to language support completion/calltips
4388         
4389         * plugins/sourceview/assist-window.c: (assist_window_update):
4391         Always select first entry
4393         * plugins/sourceview/sourceview.glade:
4394         Removed old completion preferences
4396 2007-09-11  Naba Kumar  <naba@gnome.org>
4398         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4399         and possible crash when pressing ctrl+d in terminal after preferences
4400         window has been shown once (no need for backport).
4402         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4403         implementations to get warnings instead of crashes for unimplemented
4404         interface methods.
4406 2007-09-11   Massimo Cora' <maxcvs@email.it>
4408         Reviewed by: Naba Kumar  <naba@gnome.org>
4410         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4411         * plugins/symbol-db/*:
4412         Added new symbol-database backend based on SQLite 3.
4413         (does not enabled for build currently).
4415 2007-09-10  Johannes Schmid <jhs@gnome.org>
4417         * anjuta.anjuta:
4418         * configure.in:
4419         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4420         (parse_info_init), (parse_info_free), (valid_element),
4421         (start_element_handler), (end_element_handler), (text_handler),
4422         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4423         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4424         (egg_recent_model_monitor), (egg_recent_model_read),
4425         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4426         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4427         (egg_recent_model_set_property), (egg_recent_model_class_init),
4428         (egg_recent_model_init), (egg_recent_model_add_full),
4429         (egg_recent_model_delete), (egg_recent_model_get_list),
4430         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4431         (egg_recent_model_set_filter_mime_types),
4432         (egg_recent_model_clear_group_filter),
4433         (egg_recent_model_set_filter_groups),
4434         (egg_recent_model_clear_scheme_filter),
4435         (egg_recent_model_set_filter_uri_schemes),
4436         (egg_recent_model_remove_expired):
4437         
4438         Update EggRecent (#456465)
4440 2007-09-10  Johannes Schmid <jhs@gnome.org>
4442         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4443         (anjuta_plugin_manager_get_plugin):
4444         * plugins/profiler/gprof-call-graph-view.c:
4445         (gprof_call_graph_view_create_columns):
4446         * plugins/profiler/gprof-flat-profile-view.c:
4447         (gprof_flat_profile_view_create_columns):
4448         * plugins/profiler/gprof-function-call-tree-view.c:
4449         (gprof_function_call_tree_view_create_columns):
4450         
4451         Fixed #466031 – Update of pieces of menus for Localization
4453 2007-09-10  Johannes Schmid <jhs@gnome.org>
4455         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4456         Bug 343522 – anjuta: Unable to execute commands that use options.
4458 2007-09-09  Johannes Schmid <jhs@gnome.org>
4460         * plugins/document-manager/anjuta-docman.c:
4461         (anjuta_docman_update_page_label):
4462         
4463         Fixed #458034 – Method of indicating unsaved changes breaks convention
4464         
4465         * plugins/document-manager/plugin.c: (update_title),
4466         (value_added_project_root_uri), (value_removed_project_root_uri),
4467         (on_editor_changed), (activate_plugin):
4468         * plugins/document-manager/plugin.h:
4469         * plugins/project-manager/plugin.c: (on_profile_scoped),
4470         (on_profile_descoped), (ifile_open):
4471         
4472         Fixed #427390 – Show path of item in currently focused editor window
4474 2007-09-09  Johannes Schmid <jhs@gnome.org>
4476         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4477         (on_toolbar_find_incremental):
4478         Fix incremental search
4479         
4480         * plugins/sourceview/sourceview.c: (on_document_char_added),
4481         (set_select):
4482         Fixed selection management
4484 2007-09-09  Johannes Schmid <jhs@gnome.org>
4486         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4487         Fixed memory leak
4489         * libanjuta/interfaces/libanjuta.idl:
4490         Extended IAnjutaEditorAssist interface
4491         
4492         * plugins/language-support-cpp-java/plugin.c:
4493         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4494         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4495         (context_character), (get_context), (function_parser),
4496         (cpp_member_parser), (install_assist), (uninstall_assist),
4497         (get_line_indentation_base), (get_line_auto_indentation),
4498         (install_support), (uninstall_support),
4499         (on_value_added_current_editor), (on_value_removed_current_editor),
4500         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4501         * plugins/language-support-cpp-java/plugin.h:
4502         
4503         Improved fixed editor assistance and added support for function/method
4504         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4505         
4506         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4507         Removed a FIXME
4508         
4509         * plugins/project-import/project-import.c: (on_import_next):
4510         Added a non-NULL check with could probably fix #474843 but not sure
4511         
4512         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4513         Fixed anjuta-plugin project wizard
4514         
4515         * plugins/sourceview/Makefile.am:
4516         * plguins/sourceview/assist-tip.[ch]:
4517         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4518         (anjuta_view_key_press_event):
4519         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4520         (assist_window_init), (assist_window_update), (assist_window_new):
4521         * plugins/sourceview/sourceview-private.h:
4522         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4523         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4524         (trigger_size), (max_trigger_size), (on_document_char_added),
4525         (sourceview_dispose), (ieditor_get_current_word),
4526         (iassist_add_trigger), (iassist_init_suggestions),
4527         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4528         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4529         
4530         Big update on sourceview assist capabilites. Autocompletion should
4531         now work much better and function tooltips are finally supported!
4533         * plugins/sourceview/anjuta-document.h:
4534         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4535         (anjuta_document_get_current_word):
4536         Fixed get_current_word (inspired by aneditor.cxx implementation)
4538         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4539         (icell_get_attribute):
4540         Fixed get_attribute() to also detect character constants.
4541         Simplified get_char()
4543         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4544         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4545         (isymbol_manager_get_completions_at_position):
4546         
4547         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4549 2007-09-04  Naba Kumar  <naba@gnome.org>
4551         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4552         projects that can not add sources.
4554         * plugins/file-wizard/file.c: Similarly for file wizard,
4555         Do not enable 'Add to project' projects that can not add sources.
4557 2007-09-04  Naba Kumar  <naba@gnome.org>
4559         * configure.in: Bumped gnome-build requirement to 0.2.0
4560         for project capabilities support.
4562         * plugins/project-manager/plugin.c: Enable/disable project
4563         actions based on project capabilities. Fixes bug #433552:
4564         crash in Anjuta IDE: add file test.h in project on generic
4565         Makefile.
4567         * libanjuta/interfaces/libanjuta.idl: Added method to query
4568         project capabilities.
4570 2007-09-03  Naba Kumar  <naba@gnome.org>
4572         * plugins/file-manager/plugin.c: Set shadow type IN.
4573         * plugins/file-manager/file-view.c: Fixed code style.
4574         * plugins/file-manager/file-view.c: Fixed icons column to size
4575         properly.
4577         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4579         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4580         unmonitors project-uri on file-manager deactivation.
4582         * TODO.tasks: Updated
4584 2007-09-02  Johannes Schmid <jhs@gnome.org>
4586         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4587         Fixed memory leak
4588         
4589         * plugins/file-manager/file-view.c: (file_view_get_selected),
4590         (file_view_button_press_event), (file_view_finalize):
4591         * plugins/file-manager/plugin.c: (project_root_removed),
4592         (file_manager_deactivate):
4593         
4594         Fixed some small bugs I missed before
4596 2007-09-02  Johannes Schmid <jhs@gnome.org>
4598         * plugins/file-manager/*:
4599         Added new and file-manager
4601 2007-09-02  Johannes Schmid <jhs@gnome.org>
4603         * plugins/file-manager/*:
4604         Removed old file-manager
4606 2007-08-31  Johannes Schmid <jhs@gnome.org>
4608         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4609         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4610         
4611         Fixed some memory leaks
4612         
4613         * MAINTAINERS: Fixed
4614         
4615 2007-08-31  Johannes Schmid <jhs@gnome.org>
4617         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4618         (get_property_value_as_string), (set_property_value_as_string),
4619         (register_callbacks), (preferences_foreach_callback),
4620         (anjuta_preferences_register_property_raw):
4621         * libanjuta/anjuta-preferences.h:
4622         * plugins/build-basic-autotools/build-basic-autotools.c:
4623         (on_build_mesg_format):
4624         * plugins/document-manager/anjuta-document-manager.glade:
4625         * plugins/message-view/anjuta-message-manager-plugin.glade:
4626         
4627         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4628         broken message view preferences
4629         
4630         * plugins/message-view/message-view.c:
4631         (message_view_instance_init), (pref_change_color), (prefs_init),
4632         (imessage_view_append):
4633         Cleaned up message view (#458041)
4634         
4635         * src/shell.c: (on_preferences_activate),
4636         (anjuta_test_shell_instance_init),
4637         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4638         Fixed test shell to allow better debugging
4639         
4640 2007-08-31  Johannes Schmid <jhs@gnome.org>
4642         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4643         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4644         * plugins/gtodo/main.h:
4645         * plugins/gtodo/plugin.c: (activate_plugin):
4646         
4647         Fixed #423467 (View->Tasks menu items are not 
4648         checked on startup)
4650 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
4652         reviewed by: Johannes Schmid <jhs@gnome.org>
4654         * COPYING:
4655         * data/welcome.txt.in:
4656         * launcher/anjuta_launcher.c:
4657         * libanjuta/anjuta-children.c:
4658         * libanjuta/anjuta-children.h:
4659         * libanjuta/anjuta-debug.h:
4660         * libanjuta/anjuta-encodings.c:
4661         * libanjuta/anjuta-encodings.h:
4662         * libanjuta/anjuta-glue-c.c:
4663         * libanjuta/anjuta-glue-c.h:
4664         * libanjuta/anjuta-plugin-description.c:
4665         * libanjuta/anjuta-plugin-description.h:
4666         * libanjuta/anjuta-plugin-handle.c:
4667         * libanjuta/anjuta-plugin-handle.h:
4668         * libanjuta/anjuta-plugin-manager.c:
4669         * libanjuta/anjuta-plugin-manager.h:
4670         * libanjuta/anjuta-plugin.c:
4671         * libanjuta/anjuta-plugin.h:
4672         * libanjuta/anjuta-preferences.c:
4673         * libanjuta/anjuta-preferences.h:
4674         * libanjuta/anjuta-profile-manager.c:
4675         * libanjuta/anjuta-profile-manager.h:
4676         * libanjuta/anjuta-profile.c:
4677         * libanjuta/anjuta-profile.h:
4678         * libanjuta/anjuta-save-prompt.c:
4679         * libanjuta/anjuta-save-prompt.h:
4680         * libanjuta/anjuta-serializer.c:
4681         * libanjuta/anjuta-serializer.h:
4682         * libanjuta/anjuta-session.c:
4683         * libanjuta/anjuta-session.h:
4684         * libanjuta/anjuta-shell.c:
4685         * libanjuta/anjuta-shell.h:
4686         * libanjuta/anjuta-status.c:
4687         * libanjuta/anjuta-status.h:
4688         * libanjuta/anjuta-ui.c:
4689         * libanjuta/anjuta-ui.h:
4690         * libanjuta/anjuta-utils-priv.h:
4691         * libanjuta/anjuta-utils.c:
4692         * libanjuta/anjuta-utils.h:
4693         * libanjuta/cell-renderer-captioned-image.c:
4694         * libanjuta/cell-renderer-captioned-image.h:
4695         * libanjuta/e-splash.c:
4696         * libanjuta/e-splash.h:
4697         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4698         * libanjuta/interfaces/libanjuta.idl:
4699         * libanjuta/libanjuta.h:
4700         * libanjuta/resources.c:
4701         * libanjuta/resources.h:
4702         * libegg/egg-cell-renderer-text.c:
4703         * libegg/egg-combo-action.c:
4704         * libegg/egg-entry-action.c:
4705         * libegg/egg-recent-action.c:
4706         * libegg/egg-recent-files-module.c:
4707         * libegg/egg-recent-item.c:
4708         * libegg/egg-recent-model.c:
4709         * libegg/egg-recent-view-gtk.c:
4710         * libegg/egg-recent-view.c:
4711         * libegg/egg-submenu-action.c:
4712         * libegg/eggaccelerators.c:
4713         * libegg/eggcellrendererpopup.c:
4714         * libegg/eggcomboselect.c:
4715         * libegg/eggtreemodelfilter.c:
4716         * libegg/eggtreemultidnd.c:
4717         * libegg/gtkcellview.h:
4718         * libegg/treeviewutils/egg-cell-renderer-text.h:
4719         * libegg/treeviewutils/eggaccelerators.h:
4720         * libegg/treeviewutils/eggcellrendererkeys.h:
4721         * libegg/treeviewutils/eggcellrendererpopup.h:
4722         * libegg/treeviewutils/eggtreemodelfilter.h:
4723         * libegg/treeviewutils/eggtreemultidnd.h:
4724         * libegg/treeviewutils/eggtreeviewstate.h:
4725         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
4726         * manuals/anjuta-faqs/Makefile.am:
4727         * manuals/anjuta-manual/C/anjuta-manual.xml:
4728         * manuals/anjuta-manual/C/license.xml:
4729         * manuals/anjuta-manual/es/es.po:
4730         * manuals/anjuta-manual/sv/sv.po:
4731         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
4732         ml:
4733         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
4734         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
4735         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
4736         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
4737         * manuals/old/ja/anjuta-manual/license.xml:
4738         * plugins/build-basic-autotools/build-basic-autotools.c:
4739         * plugins/build-basic-autotools/build-basic-autotools.h:
4740         * plugins/build-basic-autotools/executer.c:
4741         * plugins/build-basic-autotools/executer.h:
4742         * plugins/build/build_file.c:
4743         * plugins/build/build_file.h:
4744         * plugins/build/build_project.c:
4745         * plugins/build/build_project.h:
4746         * plugins/build/clean_project.c:
4747         * plugins/build/clean_project.h:
4748         * plugins/build/commands.c:
4749         * plugins/build/commands.h:
4750         * plugins/build/compile.c:
4751         * plugins/build/compile.h:
4752         * plugins/build/compiler_options.c:
4753         * plugins/build/compiler_options.h:
4754         * plugins/build/configurer.c:
4755         * plugins/build/configurer.h:
4756         * plugins/build/executer.c:
4757         * plugins/build/executer.h:
4758         * plugins/class-gen/cell-renderer-flags.c:
4759         * plugins/class-gen/cell-renderer-flags.h:
4760         * plugins/class-gen/combo-flags.c:
4761         * plugins/class-gen/combo-flags.h:
4762         * plugins/class-gen/element-editor.c:
4763         * plugins/class-gen/element-editor.h:
4764         * plugins/class-gen/generator.c:
4765         * plugins/class-gen/generator.h:
4766         * plugins/class-gen/plugin.c:
4767         * plugins/class-gen/plugin.h:
4768         * plugins/class-gen/transform.c:
4769         * plugins/class-gen/transform.h:
4770         * plugins/class-gen/validator.c:
4771         * plugins/class-gen/validator.h:
4772         * plugins/class-gen/window.c:
4773         * plugins/class-gen/window.h:
4774         * plugins/class-inheritance/class-callbacks.c:
4775         * plugins/class-inheritance/class-callbacks.h:
4776         * plugins/class-inheritance/class-inherit.c:
4777         * plugins/class-inheritance/class-inherit.h:
4778         * plugins/class-inheritance/plugin.c:
4779         * plugins/class-inheritance/plugin.h:
4780         * plugins/cvs-plugin/cvs-actions.c:
4781         * plugins/cvs-plugin/cvs-actions.h:
4782         * plugins/cvs-plugin/cvs-callbacks.c:
4783         * plugins/cvs-plugin/cvs-callbacks.h:
4784         * plugins/cvs-plugin/cvs-execute.c:
4785         * plugins/cvs-plugin/cvs-execute.h:
4786         * plugins/cvs-plugin/cvs-interface.c:
4787         * plugins/cvs-plugin/cvs-interface.h:
4788         * plugins/cvs-plugin/plugin.c:
4789         * plugins/cvs-plugin/plugin.h:
4790         * plugins/debug-manager/breakpoints.c:
4791         * plugins/debug-manager/breakpoints.h:
4792         * plugins/debug-manager/chunk_view.c:
4793         * plugins/debug-manager/chunk_view.h:
4794         * plugins/debug-manager/data_buffer.c:
4795         * plugins/debug-manager/data_buffer.h:
4796         * plugins/debug-manager/data_view.c:
4797         * plugins/debug-manager/data_view.h:
4798         * plugins/debug-manager/debug_tree.c:
4799         * plugins/debug-manager/debug_tree.h:
4800         * plugins/debug-manager/debugger.c:
4801         * plugins/debug-manager/debugger.h:
4802         * plugins/debug-manager/disassemble.c:
4803         * plugins/debug-manager/disassemble.h:
4804         * plugins/debug-manager/info.c:
4805         * plugins/debug-manager/info.h:
4806         * plugins/debug-manager/locals.c:
4807         * plugins/debug-manager/locals.h:
4808         * plugins/debug-manager/memory.c:
4809         * plugins/debug-manager/memory.h:
4810         * plugins/debug-manager/plugin.c:
4811         * plugins/debug-manager/plugin.h:
4812         * plugins/debug-manager/registers.c:
4813         * plugins/debug-manager/registers.h:
4814         * plugins/debug-manager/sexy-icon-entry.c:
4815         * plugins/debug-manager/sexy-icon-entry.h:
4816         * plugins/debug-manager/sharedlib.c:
4817         * plugins/debug-manager/sharedlib.h:
4818         * plugins/debug-manager/signals.c:
4819         * plugins/debug-manager/signals.h:
4820         * plugins/debug-manager/sparse_buffer.c:
4821         * plugins/debug-manager/sparse_buffer.h:
4822         * plugins/debug-manager/sparse_view.c:
4823         * plugins/debug-manager/sparse_view.h:
4824         * plugins/debug-manager/stack_trace.c:
4825         * plugins/debug-manager/stack_trace.h:
4826         * plugins/debug-manager/start.c:
4827         * plugins/debug-manager/start.h:
4828         * plugins/debug-manager/threads.c:
4829         * plugins/debug-manager/threads.h:
4830         * plugins/debug-manager/utilities.c:
4831         * plugins/debug-manager/utilities.h:
4832         * plugins/debug-manager/watch.c:
4833         * plugins/debug-manager/watch.h:
4834         * plugins/devhelp/htmlview.c:
4835         * plugins/devhelp/htmlview.h:
4836         * plugins/document-manager/action-callbacks.c:
4837         * plugins/document-manager/action-callbacks.h:
4838         * plugins/document-manager/anjuta-docman.c:
4839         * plugins/document-manager/anjuta-docman.h:
4840         * plugins/document-manager/editor-tooltips.c:
4841         * plugins/document-manager/editor-tooltips.h:
4842         * plugins/document-manager/file_history.c:
4843         * plugins/document-manager/file_history.h:
4844         * plugins/document-manager/indent-dialog.c:
4845         * plugins/document-manager/indent-dialog.h:
4846         * plugins/document-manager/indent-util.c:
4847         * plugins/document-manager/indent-util.h:
4848         * plugins/document-manager/plugin.c:
4849         * plugins/editor/aneditor-autocomplete.cxx:
4850         * plugins/editor/aneditor-calltip.cxx:
4851         * plugins/editor/aneditor-indent.cxx:
4852         * plugins/editor/aneditor-priv.h:
4853         * plugins/editor/aneditor.cxx:
4854         * plugins/editor/aneditor.h:
4855         * plugins/editor/lexer.h:
4856         * plugins/editor/plugin.c:
4857         * plugins/editor/plugin.h:
4858         * plugins/editor/print.c:
4859         * plugins/editor/print.h:
4860         * plugins/editor/properties.h:
4861         * plugins/editor/properties_cxx.h:
4862         * plugins/editor/style-editor.c:
4863         * plugins/editor/style-editor.h:
4864         * plugins/editor/text-editor-iterable.c:
4865         * plugins/editor/text-editor-iterable.h:
4866         * plugins/editor/text_editor.c:
4867         * plugins/editor/text_editor.h:
4868         * plugins/editor/text_editor_cbs.c:
4869         * plugins/editor/text_editor_cbs.h:
4870         * plugins/editor/text_editor_menu.c:
4871         * plugins/editor/text_editor_menu.h:
4872         * plugins/editor/text_editor_prefs.c:
4873         * plugins/editor/text_editor_prefs.h:
4874         * plugins/file-loader/dnd.c:
4875         * plugins/file-loader/dnd.h:
4876         * plugins/file-loader/plugin.c:
4877         * plugins/file-manager/an_file_view.c:
4878         * plugins/file-manager/plugin.c:
4879         * plugins/file-wizard/file.c:
4880         * plugins/file-wizard/file.h:
4881         * plugins/file-wizard/plugin.c:
4882         * plugins/file-wizard/plugin.h:
4883         * plugins/gdb/debugger.c:
4884         * plugins/gdb/debugger.h:
4885         * plugins/gdb/gdbmi-test.c:
4886         * plugins/gdb/gdbmi.c:
4887         * plugins/gdb/gdbmi.h:
4888         * plugins/gdb/global.h:
4889         * plugins/gdb/parser.c:
4890         * plugins/gdb/parser.h:
4891         * plugins/gdb/plugin.c:
4892         * plugins/gdb/plugin.h:
4893         * plugins/gdb/utilities.c:
4894         * plugins/gdb/utilities.h:
4895         * plugins/glade/plugin.c:
4896         * plugins/glade/plugin.h:
4897         * plugins/gtodo/egg-datetime.c:
4898         * plugins/gtodo/egg-datetime.h:
4899         * plugins/gtodo/eggtrayicon.c:
4900         * plugins/gtodo/eggtrayicon.h:
4901         * plugins/gtodo/plugin.c:
4902         * plugins/gvim/anjuta-vim.c:
4903         * plugins/gvim/anjuta-vim.h:
4904         * plugins/gvim/gtkvim.c:
4905         * plugins/gvim/gtkvim.h:
4906         * plugins/gvim/plugin.c:
4907         * plugins/gvim/plugin.h:
4908         * plugins/language-support-cpp-java/plugin.c:
4909         * plugins/language-support-cpp-java/plugin.h:
4910         * plugins/macro/macro-actions.c:
4911         * plugins/macro/macro-actions.h:
4912         * plugins/macro/macro-db.c:
4913         * plugins/macro/macro-db.h:
4914         * plugins/macro/macro-dialog.c:
4915         * plugins/macro/macro-dialog.h:
4916         * plugins/macro/macro-edit.c:
4917         * plugins/macro/macro-edit.h:
4918         * plugins/macro/macro-util.c:
4919         * plugins/macro/macro-util.h:
4920         * plugins/macro/plugin.c:
4921         * plugins/macro/plugin.h:
4922         * plugins/message-view/anjuta-msgman.c:
4923         * plugins/message-view/anjuta-msgman.h:
4924         * plugins/message-view/message-view.c:
4925         * plugins/message-view/message-view.h:
4926         * plugins/message-view/plugin.c:
4927         * plugins/message-view/plugin.h:
4928         * plugins/patch/patch-plugin.c:
4929         * plugins/patch/patch-plugin.h:
4930         * plugins/patch/plugin.c:
4931         * plugins/patch/plugin.h:
4932         * plugins/profiler/gprof-call-graph-block-entry.c:
4933         * plugins/profiler/gprof-call-graph-block-entry.h:
4934         * plugins/profiler/gprof-call-graph-block.c:
4935         * plugins/profiler/gprof-call-graph-block.h:
4936         * plugins/profiler/gprof-call-graph-view.c:
4937         * plugins/profiler/gprof-call-graph-view.h:
4938         * plugins/profiler/gprof-call-graph.c:
4939         * plugins/profiler/gprof-call-graph.h:
4940         * plugins/profiler/gprof-flat-profile-entry.c:
4941         * plugins/profiler/gprof-flat-profile-entry.h:
4942         * plugins/profiler/gprof-flat-profile-view.c:
4943         * plugins/profiler/gprof-flat-profile-view.h:
4944         * plugins/profiler/gprof-flat-profile.c:
4945         * plugins/profiler/gprof-flat-profile.h:
4946         * plugins/profiler/gprof-function-call-chart-view.c:
4947         * plugins/profiler/gprof-function-call-chart-view.h:
4948         * plugins/profiler/gprof-function-call-tree-view.c:
4949         * plugins/profiler/gprof-function-call-tree-view.h:
4950         * plugins/profiler/gprof-options.c:
4951         * plugins/profiler/gprof-options.h:
4952         * plugins/profiler/gprof-profile-data.c:
4953         * plugins/profiler/gprof-profile-data.h:
4954         * plugins/profiler/gprof-view-manager.c:
4955         * plugins/profiler/gprof-view-manager.h:
4956         * plugins/profiler/gprof-view.c:
4957         * plugins/profiler/gprof-view.h:
4958         * plugins/profiler/plugin.c:
4959         * plugins/profiler/plugin.h:
4960         * plugins/profiler/string-utils.c:
4961         * plugins/profiler/string-utils.h:
4962         * plugins/project-import/plugin.c:
4963         * plugins/project-import/plugin.h:
4964         * plugins/project-import/project-import.c:
4965         * plugins/project-import/project-import.h:
4966         * plugins/project-manager/plugin.c:
4967         * plugins/project-manager/plugin.h:
4968         * plugins/project-wizard/action.c:
4969         * plugins/project-wizard/action.h:
4970         * plugins/project-wizard/autogen.c:
4971         * plugins/project-wizard/autogen.h:
4972         * plugins/project-wizard/druid.c:
4973         * plugins/project-wizard/druid.h:
4974         * plugins/project-wizard/file.c:
4975         * plugins/project-wizard/file.h:
4976         * plugins/project-wizard/header.c:
4977         * plugins/project-wizard/header.h:
4978         * plugins/project-wizard/install.c:
4979         * plugins/project-wizard/install.h:
4980         * plugins/project-wizard/parser.c:
4981         * plugins/project-wizard/parser.h:
4982         * plugins/project-wizard/plugin.c:
4983         * plugins/project-wizard/plugin.h:
4984         * plugins/project-wizard/property.c:
4985         * plugins/project-wizard/property.h:
4986         * plugins/project-wizard/values.c:
4987         * plugins/project-wizard/values.h:
4988         * plugins/sample1/plugin.c:
4989         * plugins/search/plugin.c:
4990         * plugins/search/plugin.h:
4991         * plugins/search/search-replace_backend.c:
4992         * plugins/search/search-replace_backend.h:
4993         * plugins/search/search_preferences.c:
4994         * plugins/sourceview/anjuta-convert.c:
4995         * plugins/sourceview/anjuta-convert.h:
4996         * plugins/sourceview/anjuta-document-loader.c:
4997         * plugins/sourceview/anjuta-document-loader.h:
4998         * plugins/sourceview/anjuta-document-saver.c:
4999         * plugins/sourceview/anjuta-document-saver.h:
5000         * plugins/sourceview/anjuta-document.c:
5001         * plugins/sourceview/anjuta-document.h:
5002         * plugins/sourceview/anjuta-encodings.c:
5003         * plugins/sourceview/anjuta-encodings.h:
5004         * plugins/sourceview/anjuta-languages-manager.c:
5005         * plugins/sourceview/anjuta-languages-manager.h:
5006         * plugins/sourceview/anjuta-utils.c:
5007         * plugins/sourceview/anjuta-utils.h:
5008         * plugins/sourceview/anjuta-view.c:
5009         * plugins/sourceview/anjuta-view.h:
5010         * plugins/sourceview/assist-window.c:
5011         * plugins/sourceview/assist-window.h:
5012         * plugins/sourceview/sourceview-cell.c:
5013         * plugins/sourceview/sourceview-cell.h:
5014         * plugins/sourceview/sourceview-prefs.c:
5015         * plugins/sourceview/sourceview-prefs.h:
5016         * plugins/sourceview/sourceview-print.c:
5017         * plugins/sourceview/sourceview-print.h:
5018         * plugins/sourceview/sourceview-private.h:
5019         * plugins/sourceview/sourceview-tags.c:
5020         * plugins/sourceview/sourceview-tags.h:
5021         * plugins/sourceview/sourceview.c:
5022         * plugins/sourceview/sourceview.h:
5023         * plugins/subversion/plugin.c:
5024         * plugins/subversion/plugin.h:
5025         * plugins/subversion/subversion-actions.c:
5026         * plugins/subversion/subversion-actions.h:
5027         * plugins/subversion/subversion-callbacks.c:
5028         * plugins/subversion/subversion-callbacks.h:
5029         * plugins/subversion/svn-auth.c:
5030         * plugins/subversion/svn-auth.h:
5031         * plugins/subversion/svn-backend-priv.h:
5032         * plugins/subversion/svn-backend.c:
5033         * plugins/subversion/svn-backend.h:
5034         * plugins/subversion/svn-notify.c:
5035         * plugins/subversion/svn-notify.h:
5036         * plugins/subversion/svn-thread.c:
5037         * plugins/subversion/svn-thread.h:
5038         * plugins/symbol-browser/an_symbol.c:
5039         * plugins/symbol-browser/an_symbol.h:
5040         * plugins/symbol-browser/an_symbol_info.c:
5041         * plugins/symbol-browser/an_symbol_info.h:
5042         * plugins/symbol-browser/an_symbol_iter.c:
5043         * plugins/symbol-browser/an_symbol_iter.h:
5044         * plugins/symbol-browser/an_symbol_prefs.c:
5045         * plugins/symbol-browser/an_symbol_prefs.h:
5046         * plugins/symbol-browser/an_symbol_search.c:
5047         * plugins/symbol-browser/an_symbol_search.h:
5048         * plugins/symbol-browser/an_symbol_view.c:
5049         * plugins/symbol-browser/an_symbol_view.h:
5050         * plugins/symbol-browser/plugin.c:
5051         * plugins/symbol-browser/plugin.h:
5052         * plugins/terminal/terminal.c:
5053         * plugins/tools/dialog.c:
5054         * plugins/tools/dialog.h:
5055         * plugins/tools/editor.c:
5056         * plugins/tools/editor.h:
5057         * plugins/tools/execute.c:
5058         * plugins/tools/execute.h:
5059         * plugins/tools/fileop.c:
5060         * plugins/tools/fileop.h:
5061         * plugins/tools/plugin.c:
5062         * plugins/tools/plugin.h:
5063         * plugins/tools/scripts/find-fixmes.pl:
5064         * plugins/tools/scripts/translation-status.pl:
5065         * plugins/tools/tool.c:
5066         * plugins/tools/tool.h:
5067         * plugins/tools/variable.c:
5068         * plugins/tools/variable.h:
5069         * plugins/valgrind/ldd.c:
5070         * plugins/valgrind/ldd.h:
5071         * plugins/valgrind/list.c:
5072         * plugins/valgrind/list.h:
5073         * plugins/valgrind/menu-utils.c:
5074         * plugins/valgrind/menu-utils.h:
5075         * plugins/valgrind/parser.c:
5076         * plugins/valgrind/parser.h:
5077         * plugins/valgrind/plugin.c:
5078         * plugins/valgrind/plugin.h:
5079         * plugins/valgrind/preferences.c:
5080         * plugins/valgrind/preferences.h:
5081         * plugins/valgrind/process.c:
5082         * plugins/valgrind/process.h:
5083         * plugins/valgrind/symtab.c:
5084         * plugins/valgrind/symtab.h:
5085         * plugins/valgrind/vgactions.c:
5086         * plugins/valgrind/vgactions.h:
5087         * plugins/valgrind/vgcachegrindprefs.c:
5088         * plugins/valgrind/vgcachegrindprefs.h:
5089         * plugins/valgrind/vgdefaultview.c:
5090         * plugins/valgrind/vgdefaultview.h:
5091         * plugins/valgrind/vgerror.c:
5092         * plugins/valgrind/vgerror.h:
5093         * plugins/valgrind/vggeneralprefs.c:
5094         * plugins/valgrind/vggeneralprefs.h:
5095         * plugins/valgrind/vghelgrindprefs.c:
5096         * plugins/valgrind/vghelgrindprefs.h:
5097         * plugins/valgrind/vgio.c:
5098         * plugins/valgrind/vgio.h:
5099         * plugins/valgrind/vgmemcheckprefs.c:
5100         * plugins/valgrind/vgmemcheckprefs.h:
5101         * plugins/valgrind/vgrule-editor.c:
5102         * plugins/valgrind/vgrule-editor.h:
5103         * plugins/valgrind/vgrule-list.c:
5104         * plugins/valgrind/vgrule-list.h:
5105         * plugins/valgrind/vgrule.c:
5106         * plugins/valgrind/vgrule.h:
5107         * plugins/valgrind/vgrulepattern.c:
5108         * plugins/valgrind/vgrulepattern.h:
5109         * plugins/valgrind/vgsearchbar.c:
5110         * plugins/valgrind/vgsearchbar.h:
5111         * plugins/valgrind/vgstrpool.c:
5112         * plugins/valgrind/vgstrpool.h:
5113         * plugins/valgrind/vgtoolprefs.c:
5114         * plugins/valgrind/vgtoolprefs.h:
5115         * plugins/valgrind/vgtoolview.c:
5116         * plugins/valgrind/vgtoolview.h:
5117         * src/about.c:
5118         * src/about.h:
5119         * src/action-callbacks.c:
5120         * src/action-callbacks.h:
5121         * src/anjuta-actions.h:
5122         * src/anjuta-app.c:
5123         * src/anjuta-app.h:
5124         * src/anjuta-callbacks.c:
5125         * src/anjuta-callbacks.h:
5126         * src/anjuta.c:
5127         * src/anjuta.h:
5128         * src/anjuta_cbs.c:
5129         * src/bacon-message-connection.c:
5130         * src/bacon-message-connection.h:
5131         * src/getline.c:
5132         * src/main.c:
5133         * src/shell.c:
5134         * src/shell.h:
5135         * src/start-with.c:
5136         * src/start-with.h:
5137         * src/utilities.c:
5138         * src/utilities.h:
5139         * tagmanager/options.c:
5140         
5141         Change the address of FSF in various files
5143 2007-08-30  Johannes Schmid <jhs@gnome.org>
5145         * anjuta.glade:
5146         * anjuta.gladep:
5147         Removed because they are no longer in use
5148         
5149         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5150         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5151         Marked some strings as not translatable
5153         * plugins/search/search-replace.c: (list_max_items):
5154         Fixed a possible memory corruption
5156         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5157         Do not show menuitems for locked layout items
5159         * src/main.c: (main):
5160         Some minor style correction in gnome_init
5162 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5164         * plugins/debug-manager/debugger.c,
5165         plugins/debug-manager/breakpoints.c,
5166         plugins/gdb/plugin.c,
5167         plugins/gdb/debugger.c,
5168         libanjuta/interfaces/libanjuta.idl:
5169         Move all breakpoints functions from IAnjutaDebugger to a new
5170         IAnjutaBreakpointDebugger interface
5172 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5174         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5175         * plugins/debug-manager/plugin.c,
5176         plugins/debug-manager/breakpoints.c,
5177         plugins/tools/execute.c,
5178         plugins/project-wizard/plugin.c,
5179         plugins/build-basic-autotools/executer.c,
5180         plugins/gdb/debugger.c,
5181         plugins/profiler/gprof-options.h,
5182         plugins/sourceview/assist-window.h,
5183         plugins/class-gen/transform.c,
5184         libanjuta/anjuta-plugin-description.c,
5185         libanjuta/anjuta-status.c,
5186         libanjuta/anjuta-glue-c.c,
5187         libanjuta/anjuta-glue-cpp.c,
5188         plugins/symbol-browser/an_symbol_prefs.c:
5189         Fix warnings mostly "dereferencing type-punned pointer"
5190         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5192 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5194         * plugins/debug-manager/breakpoints.c,
5195         plugins/debug-manager/debugger.c:
5196         Avoid an endless loop if clearing all breakpoints while the programm
5197         is running
5199 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5201         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5202         * plugins/debug-manager/plugin.c:
5203         Fix a segmentation fault added in the previous patch
5205 2007-07-21  Johannes Schmid <jhs@gnome.org>
5207         * plugins/build-basic-autotools/executer.c:
5208         (get_program_parameters):
5209         
5210         Show an error dialog if no targets are availible instead of
5211         just returning
5213 2007-07-20  Johannes Schmid <jhs@gnome.org>
5215         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5216         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5217         * libanjuta/anjuta-shell.h:
5218         * plugins/document-manager/plugin.c: (activate_plugin):
5219         * plugins/glade/anjuta-design-document.c:
5220         * plugins/glade/plugin.c: (glade_update_ui):
5221         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5222         (anjuta_shell_iface_init):
5223         * src/shell.c: (anjuta_test_shell_add_widget),
5224         (anjuta_shell_iface_init):
5225         
5226         Make the document manager undockable (#458038)
5228 2007-07-20  Johannes Schmid <jhs@gnome.org>
5230         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5231         * plugins/glade/anjuta-design-document.c:
5232         * plugins/glade/plugin.c: (glade_update_ui):
5233         
5234         Fixed some save/dirty status bug in glade
5236 2007-07-20  Johannes Schmid <jhs@gnome.org>
5238         * libanjuta/anjuta-status.c:
5239         Fixed crasher on shutdown
5241 2007-07-20  Johannes Schmid <jhs@gnome.org>
5243         * configure.in:
5244         Minimum glade requirement is 3.2 now. It was before
5245         but we did not check...
5246         
5247         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5248         * libanjuta/anjuta-profile.c:
5249         (anjuta_profile_add_plugins_from_xml):
5250         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5251         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5252         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5253         * plugins/file-loader/plugin.c: (on_create_submenu):
5254         * plugins/file-manager/an_file_view.c: (compare_iter):
5255         * plugins/glade/plugin.c: (activate_plugin):
5256         * src/anjuta-app.c: (on_toolbar_view_toggled):
5257         * src/main.c: (main):
5258         
5259         Fixed lots of memory leaks (thansk valgrind)
5261 2007-07-19  Johannes Schmid <jhs@gnome.org>
5263         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5264         * plugins/document-manager/anjuta-docman.c:
5265         (anjuta_docman_set_busy):
5266         * plugins/document-manager/plugin.c: (on_editor_changed):
5267         * plugins/glade/plugin.c: (activate_plugin):
5268         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5269         (on_value_removed_current_editor):
5270         
5271         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5273 2007-07-18  Johannes Schmid <jhs.gnome.org>
5275         * plugins/build-basic-autotools/executer.c: (execute_program):
5276         Fixed some of the scratchbox stuff but the environment is
5277         still broken
5279 2007-07-18  Johannes Schmid <jhs@gnome.org>
5281         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5282         (on_plugin_deactivated), (get_plugin_loader_type):
5283         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5284         (activate_plugin), (deactivate_plugin),
5285         (glade_plugin_instance_init):
5286         
5287         Fixed glade plugin deactivation
5289 2007-07-18  Johannes Schmid <jhs@gnome.org>
5291         * plugins/document-manager/anjuta-docman.c:
5292         (anjuta_docman_add_document):
5293         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5294         
5295         Fixed path display in document manager with glade files
5297 2007-07-17  Johannes Schmid <jhs@gnome.org>
5299         * libanjuta/interfaces/Makefile.am.iface:
5300         * pixmaps/Makefile.am:
5301         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5302         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5303         (value_removed_current_editor):
5304         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5305         (anjuta_docman_set_current_document):
5306         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5307         (on_editor_added), (on_editor_changed):
5308         * plugins/glade/Makefile.am:
5309         * plugins/glade/anjuta-design-document.c:
5310         (anjuta_design_document_instance_init),
5311         (anjuta_design_document_set_property),
5312         (anjuta_design_document_get_property),
5313         (anjuta_design_document_class_init), (anjuta_design_document_new),
5314         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5315         * plugins/glade/anjuta-design-document.h:
5316         * plugins/glade/anjuta-glade-notebook.c:
5317         * plugins/glade/anjuta-glade-notebook.h:
5318         * plugins/glade/plugin.c: (value_added_current_editor),
5319         (value_removed_current_editor), (glade_update_ui),
5320         (on_close_activated), (on_glade_project_changed),
5321         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5322         (ifile_open):
5323         * plugins/language-support-cpp-java/plugin.c:
5324         (on_value_added_current_editor), (on_value_removed_current_editor):
5325         * plugins/macro/plugin.c: (value_added_current_editor):
5326         * plugins/project-manager/plugin.c: (value_added_current_editor):
5327         * plugins/subversion/plugin.c: (value_added_current_editor):
5328         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5330         Fixed lot of IAnjutaEditor stuff and completed glade integration
5331         with document manager
5332         
5333         * plugins/build-basic-autotools/build-basic-autotools.c:
5334         (value_added_current_editor):
5335         * plugins/build-basic-autotools/executer.c: (execute_program):
5336         
5337         Some initial code to execute projects inside scratchbox
5338         
5339 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5341         * plugins/project-import/project-import.c:
5342         Project import overwrites file on user request (bug #452579)
5344 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5346         * plugins/debug-manager/debugger.c,
5347         plugins/debug-manager/threads.c,
5348         plugins/debug-manager/plugin.c,
5349         plugins/debug-manager/registers.c,
5350         plugins/debug-manager/locals.c,
5351         plugins/debug-manager/stack_trace.c,
5352         plugins/gdb/plugin.c,
5353         plugins/gdb/debugger.c,
5354         plugins/gdb/debugger.h,
5355         libanjuta/interfaces/libanjuta.idl:
5356         Rename change-location to program-moved
5357         Store thread id as gint instead of guint
5358         Do not display registers list if not available
5359         Add intermediate debugger states if missing
5361 2007-07-11  Johannes Schmid <jhs@gnome.org>
5363         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5364         .glade:
5365         Reverted unnecessary changes (#455819)
5367 2007-07-10  Johannes Schmid <jhs@gnome.org>
5369         * plugins/glade/plugin.c:
5370         Fixed glade plugin with glade 3.2 and another crasher
5372 2007-07-09  Johannes Schmid <jhs@gnome.org>
5374         * libanjuta/interfaces/libanjuta.idl:
5375         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5376         .glade:
5377         * plugins/debug-manager/breakpoints.c:
5378         (breakpoint_item_update_in_ui),
5379         (breakpoints_dbase_edit_breakpoint),
5380         (on_toggle_breakpoint_activate):
5381         * plugins/debug-manager/plugin.c:
5382         (on_run_to_cursor_action_activate):
5383         * plugins/document-manager/action-callbacks.c:
5384         (on_editor_command_cut_activate),
5385         (on_editor_command_copy_activate),
5386         (on_editor_command_paste_activate),
5387         (on_editor_command_clear_activate):
5388         * plugins/document-manager/anjuta-docman.c:
5389         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5390         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5391         (anjuta_docman_goto_file_line_mark),
5392         (anjuta_docman_find_editor_with_path),
5393         (anjuta_docman_get_all_editors):
5394         * plugins/document-manager/anjuta-docman.h:
5395         * plugins/document-manager/plugin.c:
5396         (update_editor_ui_interface_items), (on_editor_update_ui),
5397         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5398         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5399         (ianjuta_document_manager_iface_init), (isaveable_save),
5400         (isavable_is_dirty):
5401         * plugins/editor/editor.glade:
5402         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5403         (idocument_paste), (idocument_clear), (idocument_iface_init),
5404         (iselection_iface_init):
5405         * plugins/glade/Makefile.am:
5406         * plugins/glade/anjuta-glade-notebook.c:
5407         (anjuta_glade_notebook_instance_init),
5408         (anjuta_glade_notebook_set_property),
5409         (anjuta_glade_notebook_get_property),
5410         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5411         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5412         (ifile_savable_save), (ifile_savable_save_as),
5413         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5414         (ifile_savable_iface_init), (idocument_can_redo),
5415         (idocument_can_undo), (idocument_begin_undo_action),
5416         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5417         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5418         (idocument_copy), (idocument_paste), (idocument_clear),
5419         (idocument_iface_init):
5420         * plugins/language-support-cpp-java/plugin.c:
5421         (on_value_added_current_editor), (on_value_removed_current_editor):
5422         * plugins/macro/macro-util.c: (get_current_editor):
5423         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5424         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5425         (on_next_occur), (on_incremental_entry_key_press),
5426         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5427         (on_toolbar_find_incremental_start),
5428         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5429         * plugins/search/search-replace.c: (search_start_over),
5430         (search_update_combos), (replace_update_combos),
5431         (anjuta_search_replace_activate):
5432         * plugins/search/search-replace_backend.c: (create_search_entries):
5433         * plugins/sourceview/sourceview.c: (idocument_cut),
5434         (idocument_copy), (idocument_paste), (idocument_clear),
5435         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5436         * plugins/tools/editor.c: (on_editor_response):
5437         * plugins/tools/execute.c: (get_current_editor),
5438         (atp_output_context_initialize), (atp_user_tool_execute):
5439         * plugins/tools/variable.c: (get_current_editor),
5440         (atp_variable_get_editor_variable):
5441         
5442         Some more IAnjutaEditor => IAnjutaDocument fixing!
5443         
5444         * plugins/glade/anjuta-glade-notebook.h:
5445         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5446         (glade_update_ui):
5447         * plugins/glade/plugin.h:
5448         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5449         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5450         be used for glade, too. It might still have some rough edges but already works.
5451         (Fixes #415547 – Glade usability problem)
5453 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5455         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5456           development release (I updated version of glade3 svn to 3.3.2).
5458 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5460         * plugins/symbol-browser/an_symbol_view.c:
5461         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5463 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5465         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5466         (on_system_tags_update_finished), (on_update_global_clicked),
5467         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5468         (symbol_browser_prefs_init),
5469         (symbol_browser_prefs_create_global_tags),
5470         (symbol_browser_load_global_tags):
5471         * plugins/symbol-browser/an_symbol_prefs.h:
5472         * plugins/symbol-browser/an_symbol_view.c:
5473         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5474         * plugins/symbol-browser/an_symbol_view.h:
5475         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5476         on global tags update because of delayed prefs merging. Happens when
5477         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5478         is opened.
5480 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5482         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5483         after install/uninstall.
5485         Patch from James Liggett:
5486         * scripts/glade2schemas.pl: Fixed creating schemas for list
5487         values.
5489 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5491         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5492           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5493           development release since glade svn version is also 3.3.1. In future, the
5494           solution would be for us to always increment the micro version when
5495           changing the API.
5497 2007-07-05  Johannes Schmid <jhs@gnome.org>
5499         * libanjuta/interfaces/libanjuta.idl:
5500         * plugins/build-basic-autotools/build-basic-autotools.c:
5501         (on_build_mesg_format):
5502         * plugins/debug-manager/breakpoints.c:
5503         (breakpoint_item_update_in_ui),
5504         (breakpoints_dbase_edit_breakpoint),
5505         (on_toggle_breakpoint_activate):
5506         * plugins/debug-manager/plugin.c:
5507         (on_run_to_cursor_action_activate):
5508         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5509         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5510         (get_current_editor), (on_save_activate), (on_save_as_activate),
5511         (on_save_prompt_save_editor), (on_close_file_activate),
5512         (on_close_all_file_activate), (on_reload_file_activate),
5513         (anjuta_print_cb), (anjuta_print_preview_cb),
5514         (on_editor_command_upper_case_activate),
5515         (on_editor_command_lower_case_activate),
5516         (on_editor_command_undo_activate),
5517         (on_editor_command_redo_activate),
5518         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5519         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5520         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5521         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5522         (on_zoom_out_text_activate), (on_force_hilite_activate),
5523         (on_indent1_activate), (on_swap_activate),
5524         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5525         * plugins/document-manager/anjuta-docman.c:
5526         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5527         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5528         (anjuta_docman_dispose), (on_notebook_switch_page),
5529         (anjuta_docman_page_from_widget), (on_editor_destroy),
5530         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5531         (anjuta_docman_get_current_document),
5532         (anjuta_docman_set_current_document),
5533         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5534         (anjuta_docman_update_page_label),
5535         (anjuta_docman_get_document_from_path),
5536         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5537         (anjuta_docman_order_tabs):
5538         * plugins/document-manager/anjuta-docman.h:
5539         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5540         (update_editor_ui_interface_items), (update_editor_ui),
5541         (on_editor_update_save_ui), (on_editor_update_ui),
5542         (on_editor_changed), (on_save_prompt_save_editor),
5543         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5544         (ianjuta_docman_get_current_document),
5545         (ianjuta_docman_set_current_document),
5546         (ianjuta_docman_remove_buffer),
5547         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5548         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5549         (idocument_get_filename), (idocument_can_undo),
5550         (idocument_can_redo), (idocument_undo),
5551         (idocument_begin_undo_action), (idocument_end_undo_action),
5552         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5553         * plugins/language-support-cpp-java/plugin.c:
5554         (on_editor_char_inserted_cpp), (on_auto_indent):
5555         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5556         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5557         * plugins/sample1/plugin.c: (on_sample_action_activate):
5558         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5559         (on_next_occur), (on_incremental_entry_key_press),
5560         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5561         (on_toolbar_find_incremental_start),
5562         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5563         * plugins/search/search-replace.c: (search_and_replace),
5564         (write_message_pane), (search_start_over), (search_update_combos),
5565         (replace_update_combos), (anjuta_search_replace_activate):
5566         * plugins/search/search-replace_backend.c:
5567         (file_buffer_new_from_path), (create_search_entries):
5568         * plugins/sourceview/sourceview-print.c: (create_print_job):
5569         * plugins/sourceview/sourceview.c:
5570         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5571         (idocument_can_redo), (idocument_can_undo),
5572         (idocument_begin_undo_action), (idocument_end_undo_action),
5573         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5574         (idocument_get_filename), (idocument_iface_init):
5575         * plugins/tools/editor.c: (on_editor_response):
5576         * plugins/tools/execute.c: (atp_output_context_initialize),
5577         (atp_user_tool_execute):
5578         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5579         
5580         Create IAnjutaDocument interface. This interface is a more general idea
5581         of documents being anything that can be modified, has undo/redo and
5582         may have operations like copy/paste.
5583         The primary goal is to integrate better by making it use the standard file
5584         and edit menu instead of it's own glade menu. Of course the downside is that
5585         you won't be able to view a source file and the designer at the same time. Anyway
5586         so many people have complained that they "can't save a glade file" that I think
5587         this is the much better solution.
5588         Work on the glade plugin is still to come but the most difficult things should be
5589         done now.
5591 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5593         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5594           version 3.0.3.
5596 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5598         * libanjuta/anjuta-plugin-manager.c:
5599         (anjuta_plugin_manager_get_plugins_page),
5600         (anjuta_plugin_manager_get_remembered_plugins_page):
5601         * libanjuta/anjuta-plugin-manager.h:
5602         * src/anjuta-app.c: (anjuta_app_install_preferences):
5603         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5604         and remembered plugins preferences pages in separate pages (avoid
5605         crowd).
5607 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5609         Patch from James Liggett  <jrliggett@cox.net>:
5610         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5611         Installed editor preferences schemas. Fixes bug #453463.
5613 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5615         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5616         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5618 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5620         * plugins/document-manager/anjuta-document-manager.ui:
5621         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5622         * src/action-callbacks.c:
5623         * src/action-callbacks.h:
5624         * src/anjuta-actions.h:
5625         * src/anjuta-app.c: (anjuta_app_instance_init),
5626         (anjuta_app_install_preferences):
5627         * src/anjuta.glade:
5628         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5629         General preferences page. Move preferences menu from Settings to
5630         Edit submenu. And got rid of Settings submenu.
5632 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5634         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5635         
5636 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5638         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5639         as discussed and agreed with James Liggett.
5641         Patch from James Liggett  <jrliggett@cox.net>:
5643         * configure.in:
5644         * libanjuta/anjuta-plugin-manager.c:
5645         (on_activated_plugin_objects_foreach),
5646         (anjuta_plugin_manager_get_active_plugin_objects):
5647         * libanjuta/anjuta-plugin-manager.h:
5648         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5649         (anjuta_plugin_deactivate):
5650         * libanjuta/anjuta-preferences-dialog.c:
5651         (anjuta_preferences_dialog_finalize),
5652         (anjuta_preferences_dialog_class_init), (add_category_columns),
5653         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
5654         (anjuta_preferences_dialog_remove_page):
5655         * libanjuta/anjuta-preferences.c: (property_destroy),
5656         (unregister_preferences_key), (register_callbacks),
5657         (preferences_foreach_callback), (connect_prop_to_object),
5658         (anjuta_preferences_register_property_raw),
5659         (anjuta_preferences_register_property_custom),
5660         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
5661         (anjuta_preferences_remove_page),
5662         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
5663         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
5664         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
5665         (anjuta_preferences_class_init), (anjuta_preferences_new):
5666         * libanjuta/anjuta-preferences.h:
5667         * plugins/build-basic-autotools/Makefile.am:
5668         * plugins/build-basic-autotools/build-basic-autotools.c:
5669         (ipreferences_unmerge):
5670         * plugins/cvs-plugin/Makefile.am:
5671         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
5672         * plugins/document-manager/Makefile.am:
5673         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
5674         * plugins/editor/plugin.c: (ipreferences_unmerge):
5675         * plugins/file-manager/Makefile.am:
5676         * plugins/file-manager/plugin.c: (activate_plugin),
5677         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
5678         * plugins/gtodo/plugin.c: (ipreferences_merge),
5679         (ipreferences_unmerge):
5680         * plugins/language-support-cpp-java/Makefile.am:
5681         * plugins/language-support-cpp-java/plugin.c:
5682         (ipreferences_unmerge):
5683         * plugins/message-view/Makefile.am:
5684         * plugins/message-view/plugin.c: (ipreferences_unmerge):
5685         * plugins/sourceview/Makefile.am:
5686         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
5687         * plugins/symbol-browser/Makefile.am:
5688         * plugins/symbol-browser/an_symbol_prefs.c:
5689         (symbol_browser_prefs_finalize):
5690         * plugins/terminal/Makefile.am:
5691         * plugins/terminal/terminal.c: (ipreferences_unmerge):
5692         * plugins/valgrind/plugin.c: (ipreferences_merge),
5693         (ipreferences_unmerge):
5694         * scripts/Makefile.am:
5695         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
5696         * src/Makefile.am:
5697         * src/action-callbacks.c: (on_set_preferences1_activate):
5698         * src/anjuta-app.c: (anjuta_app_instance_init),
5699         (anjuta_app_install_preferences):
5700         * src/anjuta-app.h:
5701         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
5702         task: Bug #445314: On demand preferences widgets creation. Thanks
5703         James for this great work.
5705 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5707         * plugins/debug-manager/data_buffer.c,
5708         plugins/message-view/message-view.c: Fixed compiler warnings.
5710 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
5712         * src/action-callbacks.c: (help_activate),
5713         (on_help_manual_activate), (on_help_tutorial_activate),
5714         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
5716         Fixed help activation (bug #451557).
5718 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
5720         * AUTHORS: Added James Liggett. Forgot to add him before :(
5722 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
5724         * plugins/debug-manager/debugger.c,
5725         plugins/debug-manager/plugin.c,
5726         plugins/gdb/debugger.c,
5727         libanjuta/interfaces/libanjuta.idl:
5728         Add a GError* parameter to debugger-stopped signal
5730         * (added) libanjuta/anjuta-error.c,
5731         (added) libanjuta/anjuta-error.h,
5732         libanjuta/Makefile.am:
5733         Register GError as a boxed type
5735         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5736         Support GError* in signal, GError must be registered as a boxed type
5737         Accept NULL as strings
5739 === anjuta 2.2.0 ===
5741 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
5743         * configure.in: Bumped version to 2.2.0
5744         * NEWS: Updated for 2.2.0 stable release.
5745         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
5746         Reduce the idle priority to make the UI update before anything else.
5748 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
5750         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
5752         * libanjuta/interfaces/libanjuta.idl:
5753         * plugins/document-manager/action-callbacks.c:
5754         (on_editor_command_complete_word_activate):
5755         * plugins/document-manager/plugin.c:
5756         (update_editor_ui_interface_items):
5757         * plugins/editor/text_editor.c: (iautocomplete_activate),
5758         (iautocomplete_iface_init):
5759         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5761         Moved autocomplete() method away from IAnjutaEditorAssist into
5762         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
5763         autocomplete and does not crash with sourceview. Fixes Bug #449620
5764         – The auto completion functionality not work. Also sets menuitem 
5765         insensitive when hiding them.
5767         * plugins/debug-manager/disassemble.c:
5768         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
5769         printf types.
5771 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
5773         * pixmaps/anjuta_splash.png: Updated.
5774         
5775         * plugins/search/search-replace.c
5776         (anjuta_search_replace_activate): Fixed "Find in Files" to select
5777         the right target (project).
5778         * ChangeLog: Added missing log.
5780 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5782         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
5783         manuals/anjuta-manual/C/fileoperations.xml,
5784         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
5786         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
5788         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
5790 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
5792         * TODO.tasks: Added bounty for on-demand preferences.
5794         Patch from Thierry Moisan:
5795         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
5796         (bug #88824).
5798 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5800         Patch from tpgww@onepost.net:
5802         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
5803         * libegg/test-actions.c:
5804         * libegg/test-multi-drag.c: (main):
5805         * plugins/debug-manager/memory.c: (read_memory_block):
5806         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
5808         Fixes compile warnings. Fixes bug #427101.
5810 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5812         Patch from James Liggett:
5814         * plugins/profiler/gprof-options.c: (on_option_changed),
5815         (setup_widgets):
5816         * plugins/profiler/gprof-options.h:
5817         * plugins/profiler/gprof-profile-data.c:
5818         (gprof_profile_data_init_profile):
5819         * plugins/profiler/gprof-profile-data.h:
5820         * plugins/profiler/plugin.c: (profiler_get_data),
5821         (profiler_set_target), (register_options),
5822         (on_profile_data_browse_button_clicked),
5823         (on_profiling_options_button_clicked), (on_profiler_delete_data):
5824         * plugins/profiler/profiler.glade: implements independent targets.
5825         implements the ability to select arbitrary gmon.out files.
5826         Fixes bug #403502 – User should also be allowed to select an
5827         independent executable target.
5829 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
5831         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
5833         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
5834         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
5836 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
5838         * plugins/debug-manager/plugin.c,
5839         plugins/debug-manager/breakpoints.c:
5840         Remove weak pointers when owner is destroyed
5841         Remove all breakpoints before loading new one
5843 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
5845         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
5846          
5847 2007-06-19  Naba Kumar  <naba@gnome.org>
5849         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
5850         Bug #448491 Empty Lines Problem.
5852         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
5853         
5854         * data/default.profile, plugins/message-view/plugin.c: Do not
5855         restore session for messages.
5856         Fixes bug #377461 – don't create new message window for each
5857         build/find.
5859         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
5860         Fixes a crash on exit/project-close if profiler plugin is loaded.
5862 2007-06-17  Naba Kumar  <naba@gnome.org>
5864         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
5865         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
5867         * plugins/file-loader/plugin.c: Fail on opening non existent files.
5868         Bug #448034 – Anjuta crashes on starting (when the last project
5869         directory was deleted).
5871         * plugins/document-manager/plugin.c: Set line markers for files
5872         opened via IAnjutaFile::open(). Fixes missing line markers while
5873         navigating symbols.
5875 2007-06-17  Naba Kumar  <naba@gnome.org>
5877         * plugins/sourceview/sourceview.glade: Set correct font
5878         default value and use monospace instead of sans. Fixes
5879         bug #448408 – crash in Anjuta IDE: Trying to change the
5880         editor
5882 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5884         * plugins/search/search-replace.c,
5885         plugins/search/search-replace.h,
5886         plugins/search/anjuta-search.glade:
5887         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
5888         Fixes bug #355166
5890 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
5892         * plugins/debug-manager/plugin.c,
5893         plugins/debug-manager/breakpoints.c:
5894         Add weak references, fixes bug #448053 ?
5896 2007-06-16  Naba Kumar  <naba@gnome.org>
5898         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
5899         dialog to allow forgetting them if user chooses to select a different
5900         one.
5902 2007-06-13  Naba Kumar  <naba@gnome.org>
5904         * plugins/sourceview/sourceview-prefs.c: Initialize font
5905         on startup correctly if use_theme is set.
5907         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
5908         if available for default font. Fixes bug #447304.
5910         * plugins/sourceview/sourceview-prefs.c: Return value based
5911         on right data type. Fixes Bug #438878 – Using gtksourceview editor
5912         for the first time has black background
5913         
5914         * plugins/project-manager/plugin.c: Give a better error message
5915         when project could not be loaded.
5917         * libanjuta/anjuta-serializer.c: Added a comment.
5919 2007-06-13  Johannes Schmid <jhs@gnome.org>
5921         * configure.in:
5922         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
5923         most warnings to avoid simple coding problems.
5924         
5925         * plugins/message-view/anjuta-msgman.c:
5926         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
5927         * plugins/message-view/plugin.c: (on_view_changed),
5928         (ianjuta_msgman_add_view):
5929         
5930         Fixed #440866 by always presenting the message-manager when a tab is
5931         added because Gtk+ seems to have problems to add tabs to hidden widgets.
5932         
5933         * plugins/subversion/subversion-callbacks.c:
5934         (on_subversion_commit_response):
5935         Destroy dialog if user clicks "No"
5937 2007-06-12  Naba Kumar  <naba@gnome.org>
5939         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
5940         read and use of uninitialized variable.
5942         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
5943         because it is used in credits listing and packaging could compress
5944         it in docdir. Fixes bug #397881: The credits are empty
5946         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
5947         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
5948         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
5949         plugins/symbol-browser/an_symbol_info.c,
5950         plugins/symbol-browser/plugin.c,
5951         plugins/symbol-browser/an_symbol_view.c,
5952         plugins/editor/aneditor-autocomplete.cxx:
5954         - Do not access TMTag
5955         member in TMSymbol when freeing it because by then the tags
5956         could have changed. Avoids dangerous memory corruptions by freeing
5957         someone else's memory (Could explain those random crashes when
5958         refreshing symbols or re-loading a different project or closing
5959         a project). Anything that tries to refresh symbols could trigger
5960         this corruptions.
5961         - Added a flag to also retrieve method definitions as part of
5962         the class's scope members. And used it to set both function prototype
5963         and definition in symbols. Fixes navigation to prototype and
5964         function definitions from symbol browser (bug #440370)
5966         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
5967         memory. Could fix those bogus 'file changed' dialogs.
5969         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
5971 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5973         * (added) libanjuta/anjuta-utils-priv.h,
5974         libanjuta/anjuta-utils.h,
5975         libanjuta/anjuta-launcher.c,
5976         libanjuta/Makefile.am:
5977         Fix bug #440801: do not use config.h in public include files
5979 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
5981         * plugins/project-wizard/templates/mkfile.wiz:
5982         Fix bug #442038: missing project.sh file
5984         * configure.in,
5985         plugins/project-wizard/templates/Makefile.am,
5986         plugins/project-wizard/templates/translatable-strings.h,
5987         (added) plugins/project-wizard/templates/sdl.wiz,
5988         (added) plugins/project-wizard/templates/appwiz_sdl.png,
5989         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
5990         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
5991         (added) plugins/project-wizard/templates/sdl/Makefile.am,
5992         (added) plugins/project-wizard/templates/sdl/.cvsignore,
5993         (added) plugins/project-wizard/templates/sdl/src/main.c,
5994         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
5995         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
5996         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
5997         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
5998         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
5999         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6000         Fix bug #315635: add a SDL project wizard
6002 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6004         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6005         when SIGCHLD is triggered when main loop context is locked. Dead lock
6006         happens when child_exited callback also accesses main loop context.
6007         Happens particularly badly in debug target exiting.
6009 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6011         * manuals/anjuta-manual/C/debugger.xml:
6012         First update of the debugger documentation
6014 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6016         * manuals/anjuta-manual/C/fileoperations.xml,
6017         manuals/anjuta-manual/C/projects.xml,
6018         manuals/anjuta-manual/C/anjuta-manual.xml,
6019         manuals/anjuta-manual/C/build.xml,
6020         manuals/anjuta-manual/C/execute.xml,
6021         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6022         Added project properties documentation. Moved execution section
6023         inside project management. Removed dead documentation.
6025 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6027         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6028         plugins/symbol-browser/plugin.h,
6029         plugins/symbol-browser/an_symbol_prefs.c,
6030         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6031         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6032         progress bar instead of separate window for system tags
6033         generation. Renamed AnjutaStatus methods to a proper ones.
6035         * plugins/symbol-browser/plugin.c,
6036         plugins/symbol-browser/plugin.h,
6037         plugins/symbol-browser/an_symbol_prefs.c,
6038         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6039         global-tags/create_global_tags.sh.in: Get rid of message window
6040         for showing global tags creation and use a small window with
6041         progress bar.
6043 2007-05-30  Naba Kumar  <naba@gnome.org>
6045         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6046         Bug 442315 – After calling configure, the build menus are still insensitive,
6047         Bug 442314 – Autogeneration fails when there is no autogen.sh
6049         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6050         fails to remove target/source/group. Fixes bug #440196 – crash in
6051         Anjuta IDE: removing a target
6053 2007-05-29  Naba Kumar  <naba@gnome.org>
6055         * plugins/symbol-browser/an_symbol_view.c,
6056         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6057         tags generation. Fixed runtime warning.
6059 2007-05-28  Naba Kumar  <naba@gnome.org>
6061         Patch from James Liggett  <jrliggett@cox.net>:
6062         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6063         Fixed bug #403502 – User should also be allowed to select an
6064         independent executable target.
6066 2007-05-27  Johannes Schmid <jhs@gnome.org>
6068         * plugins/build-basic-autotools/build-basic-autotools.c:
6069         (get_real_directory), (on_build_mesg_format):
6070         
6071         Find correct files for error messages inside scratchbox
6073 2007-05-27  Naba Kumar  <naba@gnome.org>
6075         * manuals/anjuta-manual/C/projects.xml,
6076         manuals/anjuta-manual/C/projects.xml: Updated project
6077         management chapter more.
6079 2007-05-25  Johannes Schmid <jhs@gnome.org>
6081         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6082         * plugins/build-basic-autotools/build-basic-autotools.c:
6083         (on_sb_check_toggled), (build_execute_command),
6084         (ipreferences_merge), (ipreferences_unmerge):
6085         Added support for building inside scratchbox environment
6086         
6087         Patch from James Liggett <jrliggett@cox.net>:
6088         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6089         (anjuta_msgman_append_view):
6091         Fix 440866 
6092           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6094 2007-05-23  Naba Kumar  <naba@gnome.org>
6096         * manuals/anjuta-manual/C/projects.xml: Updated project
6097         management chapter.
6099 2007-05-22  Naba Kumar  <naba@gnome.org>
6101         * manuals/anjuta-manual/C/projects.xml: More updates.
6103         * manuals/anjuta-manual/C/introduction.xml,
6104         manuals/anjuta-manual/C/projects.xml,
6105         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6107 2007-05-22  Naba Kumar  <naba@gnome.org>
6109         Patch from Étienne Bersac:
6110         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6111         class in generated class.
6113 2007-05-22  Naba Kumar  <naba@gnome.org>
6115         * plugins/profiler/plugin.c: Fixed a compiler warning.
6116         * plugins/valgrind/Makefile.am: Added ldflags.
6118         Patch from James Liggett:
6119         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6120         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6121         specific options.
6123 2007-05-18  Johannes Schmid <jhs@gnome.org>
6125         * plugins/editor/text_editor.c:
6126         * plugins/language-support-cpp-java/plugin.c:
6127         (on_editor_language_changed), (on_value_added_current_editor),
6128         (on_value_removed_current_editor):
6129         
6130         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6131         Fix assist support in language-support-plugin.
6133 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6135         * libanjuta/interfaces/libanjuta.idl:
6136         Add a new interface allowing to implement plugin able
6137         to load other plugins (not written in C)
6139         * libanjuta/anjuta-plugin-handle.c,
6140         libanjuta/anjuta-plugin-handle.h:
6141         Add a language and a resident plugin properties
6143         * libanjuta/anjuta-glue-plugin.c,
6144         libanjuta/anjuta-glue-plugin.h,
6145         (added)libanjuta/anjuta-glue-c.c,
6146         (added)libanjuta/anjuta-glue-c.h,
6147         libanjuta/Makefile.am:
6148         Split code used to load a C plugin into a common part
6149         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6151         * libanjuta/anjuta-glue-factory.c,
6152         libanjuta/anjuta-glue-factory.h,
6153         libanjuta/anjuta-plugin-manager.c:
6154         Allow to load plugin not written in C and search for the
6155         additional needed code in another plugin
6157 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6159         * plugins/editor/text_editor.c:
6160         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6161         avoiding a crash if scintilla is used
6163 2007-05-14  Johannes Schmid <jhs@gnome.org>
6165         * libanjuta/interfaces/libanjuta.idl:
6166         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6167         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6168         (on_assist_chosen), (on_assist_update), (get_context),
6169         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6170         (install_assist), (uninstall_assist), (install_support),
6171         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6172         (cpp_java_plugin_instance_init):
6173         * plugins/language-support-cpp-java/plugin.h:
6174         Use IAnjutaEditorAssist to show language specific suggestions
6175         
6176         * plugins/sourceview/Makefile.am:
6177         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6178         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6179         * plugins/sourceview/anjuta-view.h:
6180         * plugins/sourceview/assist-window.c: (assist_window_expose),
6181         (assist_window_set_property), (assist_window_get_property),
6182         (assist_window_class_init), (assist_activated),
6183         (assist_window_init), (assist_window_finalize),
6184         (assist_window_select), (assist_window_first),
6185         (assist_window_last), (assist_window_up), (assist_window_down),
6186         (get_coordinates), (assist_window_move), (assist_window_update),
6187         (assist_window_filter_keypress), (assist_window_is_active),
6188         (assist_window_new), (assist_window_get_trigger),
6189         (assist_window_get_position):
6190         * plugins/sourceview/assist-window.h:
6191         * plugins/sourceview/sourceview-args.c (removed):
6192         * plugins/sourceview/sourceview-args.h (removed):
6193         * plugins/sourceview/sourceview-autocomplete.c (removed):
6194         * plugins/sourceview/sourceview-autocomplete.h (removed):
6195         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6196         * plugins/sourceview/sourceview-private.h:
6197         * plugins/sourceview/sourceview-scope.c(removed):
6198         * plugins/sourceview/sourceview-scope.h(removed):
6199         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6200         (on_assist_cancel), (on_document_char_added),
6201         (on_reload_dialog_response), (sourceview_class_init),
6202         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6203         (iassist_remove_trigger), (iassist_autocomplete),
6204         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6205         (iassist_react), (iassist_iface_init):
6206         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6207         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6208         
6209         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6210         - Mark files dirty if reload dialog is canceled.
6212 2007-05-12  Naba Kumar  <naba@gnome.org>
6214         * libanjuta/anjuta-launcher.h: Corrected include file.
6216 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6218         * libanjuta/anjuta-glue-plugin.c,
6219         libanjuta/anjuta-glue-plugin.h,
6220         libanjuta/anjuta-glue-factory.c,
6221         libanjuta/anjuta-glue-factory.h,
6222         ibanjuta/anjuta-plugin-manager.c:
6223         Move code used to load a C plugin from glue-factory to glue-plugin
6224         So loading a plugin written in another language could be done by
6225         just using another object derived from AnjutaGluePlugin
6227         * libanjuta/libanjuta.h:
6228         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6229         includes
6231 === anjuta 2.1.3 ===
6233 2007-05-11  Naba Kumar  <naba@gnome.org>
6235         * configure.in: Bumped version to 2.1.3
6236         * NEWS: Updated.
6237         * AUTHORS: Updated.
6238         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6240 2007-05-11  Naba Kumar  <naba@gnome.org>
6242         * configure.in:
6243         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6244         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6245         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6247 2007-05-10  Johannes Schmid <jhs@gnome.org>
6249         * plugins/search/plugin.c:
6250         Make incremental search behave less annoying
6251         
6252 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6254         * plugins/macro/macro-util.c:
6255         Fix bug #419008 and bug #419036
6256         When creating new header file, use name and email set in
6257         preferences and replace invalid C character by underscore
6258         in guards
6260 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6262         * plugins/search/search-replace.c,
6263         plugins/search/search-replace_backend.c:
6264         Disable search button if search expression is empty (bug #378193)
6266 2007-05-08  Naba Kumar  <naba@gnome.org>
6268         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6269         build error.
6271 2007-05-07  Naba Kumar  <naba@gnome.org>
6273         * configure.in:
6274         * plugins/project-wizard/templates/Makefile.am:
6275         * plugins/project-wizard/templates/minimal.wiz:
6276         * plugins/project-wizard/templates/minimal/.cvsignore:
6277         * plugins/project-wizard/templates/minimal/Makefile.am:
6278         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6279         * plugins/project-wizard/templates/minimal/autogen.sh:
6280         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6281         * plugins/project-wizard/templates/minimal/project.anjuta:
6282         Added 'minimal', a generic and flat, project template.
6283         
6284 2007-05-05  Naba Kumar  <naba@gnome.org>
6286         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6288         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6289         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6290         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6291         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6292         instead of a real one, fixes interdependency with libanjuta.
6293         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6294         * libanjuta/Makefile.am: 
6295         * libegg/Makefile.am:
6296         * plugins/build-basic-autotools/Makefile.am:
6297         * plugins/class-gen/Makefile.am:
6298         * plugins/class-inheritance/Makefile.am:
6299         * plugins/cvs-plugin/Makefile.am:
6300         * plugins/debug-manager/Makefile.am:
6301         * plugins/devhelp/Makefile.am:
6302         * plugins/document-manager/Makefile.am:
6303         * plugins/editor/Makefile.am:
6304         * plugins/file-loader/Makefile.am:
6305         * plugins/file-manager/Makefile.am:
6306         * plugins/file-wizard/Makefile.am:
6307         * plugins/gdb/Makefile.am:
6308         * plugins/glade/Makefile.am:
6309         * plugins/gtodo/Makefile.am:
6310         * plugins/language-support-cpp-java/Makefile.am:
6311         * plugins/macro/Makefile.am:
6312         * plugins/message-view/Makefile.am:
6313         * plugins/patch/Makefile.am:
6314         * plugins/profiler/Makefile.am:
6315         * plugins/project-import/Makefile.am:
6316         * plugins/project-manager/Makefile.am:
6317         * plugins/project-wizard/Makefile.am:
6318         * plugins/sample1/Makefile.am:
6319         * plugins/search/Makefile.am:
6320         * plugins/sourceview/Makefile.am:
6321         * plugins/subversion/Makefile.am:
6322         * plugins/symbol-browser/Makefile.am:
6323         * plugins/terminal/Makefile.am:
6324         * plugins/tools/Makefile.am:
6325         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6327 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6329         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6331 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6333         * libanjuta/anjuta-launcher.c,
6334         libanjuta/anjuta-launcher.h:
6335         Add some missing implementation
6337 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6339         Reviewed by Naba Kumar  <naba@gnome.org>:
6340         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6341         for uninstall-hook.
6343 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6345         Reviewed by Naba Kumar  <naba@gnome.org>:
6346         * plugins/editor/text_editor.c: Large memory addresses were being
6347         truncated, switched to glong (bug #422143).
6349 2007-04-24  Naba Kumar  <naba@gnome.org>
6351         * plugins/document-manager/plugin.c: (prefs_finalize):
6352         * plugins/editor/aneditor-autocomplete.cxx:
6353         * plugins/editor/text_editor_menu.c:
6354         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6355         * plugins/file-loader/plugin.c: (open_file_with),
6356         (create_open_with_submenu):
6357         * plugins/file-manager/plugin.c: (prefs_finalize):
6358         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6359         pointer type castings.
6361 2007-04-24  Naba Kumar  <naba@gnome.org>
6363         Patch from s|s  <supreet.sethi@gmail.com>:
6364         * (added) plugins/project-wizard/templates/django-logo.png:
6365         * (added) plugins/project-wizard/templates/django.wiz:
6366         * plugins/project-wizard/templates/Makefile.am:
6367         * plugins/project-wizard/templates/translatable-strings.h: Added
6368         django project template. http://www.djangoproject.com/
6370 2007-04-24  Naba Kumar  <naba@gnome.org>
6372         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6373         the log entry widget and made the dialog little larger.
6375 2007-04-24  Naba Kumar  <naba@gnome.org>
6377         Patch from Halton Huo:
6378         * configure.in:
6379         * plugins/project-wizard/property.c:
6380         * plugins/subversion/svn-auth.c:
6381         * plugins/subversion/svn-backend-priv.h:
6382         * plugins/subversion/svn-backend.c:
6383         * plugins/subversion/svn-backend.h:
6384         * plugins/subversion/svn-notify.h: Proper use of subversion
6385         headers. Fixes build issues in solaris (bug #426701).
6387 2007-04-24  Naba Kumar  <naba@gnome.org>
6389         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6390         
6391         * plugins/project-wizard/templates/cpp.wiz:
6392         * plugins/project-wizard/templates/gcj.wiz:
6393         * plugins/project-wizard/templates/gnome.wiz:
6394         * plugins/project-wizard/templates/gtk.wiz:
6395         * plugins/project-wizard/templates/gtkmm.wiz:
6396         * plugins/project-wizard/templates/java.wiz:
6397         * plugins/project-wizard/templates/python.wiz:
6398         * plugins/project-wizard/templates/terminal.wiz:
6399         * plugins/project-wizard/templates/wxwin.wiz:
6400         * plugins/project-wizard/templates/xlib-dock.wiz:
6401         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6402         project option and set it ON by default (since gnome-build, can't
6403         enabled configure shared lib support later when a sharedlib target
6404         is added).
6406 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6408         * plugins/debug-manager/stack_trace.c:
6409         Fix a missing case in the previous changes
6411 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6413         * plugins/debug-manager/plugin.c:
6414         Fix bug #430401
6416         * plugins/debug-manager/breakpoints.c,
6417         plugins/gdb/plugin.c:
6418         Fix adding breakpoint on a function
6420         * plugins/debug-manager/stack_trace.c:
6421         Highlight changed stack frame
6423 2007-04-18  Naba Kumar  <naba@gnome.org>
6425         * plugins/document-manager/anjuta-docman.c:
6426         (anjuta_docman_dispose), (on_editor_destroy),
6427         (anjuta_docman_remove_editor): Remove the editor widget from
6428         the parent container before calling destroy, otherwise container
6429         removal happens after TextEditor is disposed resulting in call
6430         to value-remove for a TextEditor which is half-dead (crash).
6432 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6434         * plugins/debug-manager/data_buffer.c
6435         plugins/debug-manager/data_view.c,
6436         plugins/debug-manager/memory.c:
6437         Fixes for bug #418523, bug #427090 and bug #428174
6439 2007-04-11 Halton Huo <halton.huo@sun.com>
6441         reviewed by: <jhs@gnome.org>
6443         * configure.in:
6444         * libanjuta/Makefile.am:
6445         * libanjuta/anjuta-utils.c:
6446         * libanjuta/anjuta-utils.h:
6447         * manuals/reference/libanjuta/Makefile.am:
6448         
6449         Fixed compilation on sun by deploying the libutil methods
6450         in anjuta-utils.h and building them on condition.
6452 2007-04-11  Johannes Schmid <jhs@gnome.org>
6454         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6455         (anjuta_docman_add_editor):
6456         Hold a reference on the editor as long as we use it.
6457         
6458         * plugins/document-manager/plugin.c: (on_editor_changed):
6459         Destroy GValue to fix a memoery leak.
6461 2007-04-11  Johannes Schmid <jhs@gnome.org>
6463         * plugins/document-manager/plugin.c: (on_editor_changed):
6464         Fixed reference counting for editor by using g_value_take_object instead
6465         of g_value_set_object. The editors are now correctly finalized and thus
6466         we do not lack so much memory anymore.
6467         
6468         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6469         (anjuta_view_finalize), (anjuta_view_focus_out),
6470         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6471         * plugins/sourceview/anjuta-view.h:
6472         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6473         * plugins/sourceview/sourceview-prefs.c:
6474         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6475         * plugins/sourceview/sourceview-prefs.h:
6476         * plugins/sourceview/sourceview-private.h:
6477         * plugins/sourceview/sourceview.c: (on_document_loaded),
6478         (timeout_unref), (on_document_saved), (sourceview_finalize),
6479         (sourceview_new), (ifile_open), (ifile_savable_save),
6480         (ifile_savable_save_as):
6482         Several changes to fix things when the editor is correctly destroyed.
6483         Fixed preferences (which led me to the refcounting issue, #409412)
6484         and removed deprecated completition code that will be replace by
6485         IAnjutaAssist interface soon. 
6487 2007-04-11  Johannes Schmid <jhs@gnome.org>
6489         * libanjuta/anjuta-launcher.c:
6490         (anjuta_launcher_execution_done_cleanup),
6491         (anjuta_launcher_child_terminated):
6492         Possible fix for #428363 and added a g_return_if_fail
6494         * plugins/message-view/plugin.c: (activate_plugin):
6495         Fixed a Gtk/Gdl-Critical
6496         
6497         Patches from Étienne Bersac <bersace03@laposte.net>
6498         * plugins/class-gen/templates/go-source.tpl:
6499         * plugins/macro/macros.xml:
6500         Use better template for GObjects (#417875 and #417918)
6501         
6502         Patches from Halton Huo <halton.huo@sun.com>
6503         * libanjuta/anjuta-launcher.h:
6504         * libanjuta/anjuta-preferences.c:
6505         * libanjuta/anjuta-utils.c:
6506         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6507         (cg_window_set_add_to_repository):
6508         * plugins/class-inheritance/class-inherit.c:
6509         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6511 2007-04-09  Johannes Schmid <jhs@gnome.org>
6513         * plugins/editor/print.c: (anjuta_print_show_header):
6514         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6515         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6517   Some string changes (#427395 and #427399)
6519 2007-04-06  Johannes Schmid <jhs@gnome.org>
6521         * plugins/build-basic-autotools/build-basic-autotools.c:
6522         (on_build_mesg_format), (on_build_mesg_parse):
6523         Fixed full path detection
6525 2007-04-05  Naba Kumar  <naba@gnome.org>
6527         Patch from Halton Huo:
6528         * libanjuta/Makefile.am:
6529         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6530         * libanjuta/anjuta-glue-cpp.h:
6531         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6532         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6533         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6534         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6535         (load_plugin), (anjuta_glue_factory_get_object_type):
6536         * libanjuta/anjuta-glue-factory.h:
6537         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6538         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6539         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6540         (anjuta_glue_plugin_new):
6541         * libanjuta/anjuta-glue-plugin.h:
6542         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6543         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6544         * libanjuta/anjuta-plugin.h:
6545         * libanjuta/glue-cpp.c:
6546         * libanjuta/glue-cpp.h:
6547         * libanjuta/glue-factory.c:
6548         * libanjuta/glue-factory.h:
6549         * libanjuta/glue-plugin.c:
6550         * libanjuta/glue-plugin.h:
6551         * plugins/build-basic-autotools/build-basic-autotools.h:
6552         * plugins/class-gen/plugin.h:
6553         * plugins/class-inheritance/plugin.h:
6554         * plugins/cvs-plugin/plugin.h:
6555         * plugins/debug-manager/plugin.h:
6556         * plugins/devhelp/plugin.h:
6557         * plugins/document-manager/plugin.h:
6558         * plugins/editor/plugin.h:
6559         * plugins/file-loader/plugin.h:
6560         * plugins/file-manager/plugin.h:
6561         * plugins/file-wizard/plugin.h:
6562         * plugins/gdb/plugin.h:
6563         * plugins/glade/plugin.h:
6564         * plugins/gtodo/plugin.h:
6565         * plugins/language-support-cpp-java/plugin.h:
6566         * plugins/macro/plugin.h:
6567         * plugins/message-view/plugin.h:
6568         * plugins/patch/plugin.h:
6569         * plugins/profiler/plugin.h:
6570         * plugins/project-import/plugin.h:
6571         * plugins/project-manager/plugin.h:
6572         * plugins/project-wizard/plugin.h:
6573         * plugins/sample1/plugin.h:
6574         * plugins/search/plugin.h:
6575         * plugins/sourceview/plugin.h:
6576         * plugins/subversion/plugin.h:
6577         * plugins/symbol-browser/plugin.h:
6578         * plugins/terminal/terminal.c:
6579         * plugins/tools/plugin.h:
6580         * plugins/tools/scripts/tools-2.xml.in:
6581         * plugins/valgrind/plugin.h:
6583         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6585 2007-04-05  Naba Kumar  <naba@gnome.org>
6587         * anjuta.spec.in, configure.in: Removed dead codes.
6588         
6589         Patch from Jos Dehaes:
6590         * configure.in, plugins/project-wizard/templates/Makefile.am,
6591         plugins/project-wizard/templates/mkfile.wiz,
6592         plugins/project-wizard/templates/translatable-strings.h: Enabled
6593         makefile-based project creation and import. Fixes bug #355145
6595 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6597         * plugins/debug-manager/debugger.c,
6598         plugins/debug-manager/plugin.c,
6599         plugins/gdb/anjuta-gdb.plugin.in:
6600         Code cleaning (remove unused code, rename this into self)
6601         Add information about supported format in debugger plugin
6602         Activate debugger plugin according to the target format
6604 2007-04-01  Naba Kumar  <naba@gnome.org>
6606         * plugins/message-view/message-view.c:
6607         (message_view_instance_init): Fixed message icons to appear.
6609 2007-03-31  Johannes Schmid <jhs@gnome.org>
6611         * plugins/message-view/anjuta-msgman.c:
6612         (anjuta_msgman_append_view):
6613         * plugins/message-view/plugin.c: (on_view_changed),
6614         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6615         
6616         Fixed #424845
6618 2007-03-31  Johannes Schmid <jhs@gnome.org>
6620         * plugins/message-view/message-view.c:
6621         (message_view_instance_init), (imessage_view_append):
6622         Show nice icons beside the messages for info, warning and error. This is a completly
6623         cosmetic change so if someone dislikes it he is free to remove it.
6625 2007-03-31  Johannes Schmid <jhs@gnome.org>
6626         
6627         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6628         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6629         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6630         * plugins/message-view/anjuta-msgman.h:
6631         * plugins/message-view/message-view.h:
6632         * plugins/message-view/plugin.c: (on_view_changed),
6633         (activate_plugin):
6634         Fixed #359399 and made next/previous insensitive when not availible
6635         
6636         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6637         (tag_style_to_string):
6638         Fixed namespace Problem with gdk >= 2.11
6639         
6640         * plugins/sourceview/sourceview-autocomplete.c:
6641         (sourceview_autocomplete_init):
6642         Removed structure, follow-up of #423682
6644 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6646         * plugins/debug-manager/debug_tree.c,
6647         plugins/debug-manager/debug_tree.h,
6648         plugins/debug-manager/watch.c,
6649         plugins/debug-manager/anjuta-debug-manager.glade:
6650         Inspect variable at cursor
6651         Fix buttons in inspect dialog
6653 2007-03-27  Halton Huo  <halton.huo@sun.com>
6655         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
6657         * plugins/sourceview/sourceview-autocomplete.c
6658         plugins/debug-manager/disassemble.c,
6659         libanjuta/interfaces/libanjuta.idl:
6660         Remove array with 0 size and empty structure as it is not
6661         supported by sun cc, Fixes bug #423682
6663         * plugins/debug-manager/debugger.c:
6664         Remove anonymous union as it is not supported by sun cc,
6665         Fixes bug #423680
6667 === anjuta 2.1.2 ===
6669 2007-03-28  Naba Kumar  <naba@gnome.org>
6671         * configure.in: Bumped version to 2.1.2
6672         * NEWS: Updated for release.
6673         
6674         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
6675         Improved breakpoint marker icon.
6676         
6677         * plugins/editor/anjuta-editor.plugin.in,
6678         plugins/sourceview/sourceview.plugin.in: Made editor plugins
6679         non user activable since they are now remembered properly.
6681 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
6683         * plugins/tools/editor.c:
6684         Fix bug #423270
6686 2007-03-27  Naba Kumar  <naba@gnome.org>
6688         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
6689         word when autocompleting without leaving any trailing part of
6690         the word.
6692 2007-03-27  Kamil Páral  <ripper42@gmail.com>
6694         Reviewed by Naba Kumar  <naba@gnome.org>:
6695         * anjuta.desktop.in.in: Remove "Application" category from desktop
6696         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
6697         
6698 2007-03-27  Naba Kumar  <naba@gnome.org>
6699         
6700         * configure.in, plugins/document-manager/anjuta-docman.c:
6701         (anjuta_docman_add_editor): Conditionally compile notebook tab
6702         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
6704         Patch from Halton Huo:
6705         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
6706         non gcc compiler flags. Fixes bug #423089.
6707         
6708 2007-03-26  Naba Kumar  <naba@gnome.org>
6709         
6710         * AUTHORS, NEWS, TODO.tasks: Updated.
6711         
6712         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
6713         close menuitem.
6714         
6715         * plugins/symbol-browser/plugin.c: (on_editor_saved),
6716         (update_editor_symbol_model), (iter_matches),
6717         (on_editor_update_ui), (value_added_current_editor),
6718         (activate_plugin), (dispose),
6719         (symbol_browser_plugin_instance_init):
6720         * plugins/symbol-browser/plugin.h: update line on editor save
6721         and editor change. Code clean up and fixed warnings.
6723 2007-03-26  Naba Kumar  <naba@gnome.org>
6725         * plugins/project-wizard/templates/java/project.anjuta,
6726         plugins/project-wizard/templates/python/project.anjuta,
6727         plugins/project-wizard/templates/python/project.anjuta:
6728         Removed version control plugins from default selection.
6730         * plugins/tools/scripts/prepare-changelog.pl,
6731         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
6732         script to a better one (that works on both cvs and svn).
6734 2007-03-26  Naba Kumar  <naba@gnome.org>
6736         * (added) plugins/project-wizard/templates/translatable-strings.pl,
6737         Makefile.am: Added the generated translatable file (required for
6738         translations for svn checkouts).
6740         * (added)
6741         plugins/project-wizard/templates/extract-translatable-strings.pl
6742         plugins/project-wizard/templates/Makefile.am, Makefile.am,
6743         po/POTFILES.in: Generated translatable strings for .wiz files and
6744         added them in POTFILES.in for translation. Fixes bug #398035
6746 2007-03-25  Naba Kumar  <naba@gnome.org>
6748         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
6749         
6750         * src/anjuta-app.c: Removed dead codes.
6751         
6752         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
6753         global tags generation starts.
6754         
6755         * plugins/debug-manager/chunk_view.c,
6756         plugins/debug-manager/start.h,
6757         plugins/debug-manager/chunk_view.h,
6758         plugins/debug-manager/utilities.c,
6759         plugins/debug-manager/utilities.h,
6760         plugins/debug-manager/debugger.c,
6761         plugins/debug-manager/threads.c,
6762         plugins/debug-manager/disassemble.c,
6763         plugins/debug-manager/info.c,
6764         plugins/debug-manager/sharedlib.c,
6765         plugins/debug-manager/threads.h,
6766         plugins/debug-manager/disassemble.h,
6767         plugins/debug-manager/signals.c,
6768         plugins/debug-manager/info.h,
6769         plugins/debug-manager/sharedlib.h,
6770         plugins/debug-manager/data_buffer.c,
6771         plugins/debug-manager/data_view.c,
6772         plugins/debug-manager/signals.h,
6773         plugins/debug-manager/debug_tree.c,
6774         plugins/debug-manager/watch.c,
6775         plugins/debug-manager/registers.c,
6776         plugins/debug-manager/data_buffer.h,
6777         plugins/debug-manager/data_view.h,
6778         plugins/debug-manager/memory.c,
6779         plugins/debug-manager/debug_tree.h,
6780         plugins/debug-manager/watch.h,
6781         plugins/debug-manager/registers.h,
6782         plugins/debug-manager/memory.h,
6783         plugins/debug-manager/locals.c,
6784         plugins/debug-manager/sexy-icon-entry.c,
6785         plugins/debug-manager/breakpoints.c,
6786         plugins/debug-manager/locals.h,
6787         plugins/debug-manager/sexy-icon-entry.h,
6788         plugins/debug-manager/stack_trace.c,
6789         plugins/debug-manager/breakpoints.h,
6790         plugins/debug-manager/sparse_buffer.c,
6791         plugins/debug-manager/sparse_view.c,
6792         plugins/debug-manager/stack_trace.h,
6793         plugins/debug-manager/sparse_buffer.h,
6794         plugins/debug-manager/sparse_view.h,
6795         plugins/debug-manager/start.c,
6796         plugins/gdb/utilities.c,
6797         plugins/gdb/utilities.h,
6798         plugins/gdb/debugger.c,
6799         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
6800         setup.
6802 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6804         * plugins/gdb/debugger.c:
6805         Avoid empty debugger log window by limiting line to 90 characters
6807 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6809         * plugins/debug-manager/plugin.c,
6810         plugins/debug-manager/plugin.h,
6811         plugins/debug-manager/threads.c,
6812         plugins/debug-manager/threads.h,
6813         plugins/debug-manager/breakpoints.c,
6814         plugins/debug-manager/breakpoints.h,
6815         plugins/debug-manager/stack_trace.c,
6816         plugins/debug-manager/stack_trace.h:
6817         View code action now changes location in disassembly view too
6819         * plugins/debug-manager/anjuta-debug-manager.ui:
6820         Rename breakpoint actions
6822 2007-03-24  Naba Kumar  <naba@gnome.org>
6824         * configure.in, src/anjuta-app.c: Use the new docking algorithm
6825         in gdl 0.7.3 (svn trunk).
6826         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
6827         
6828 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
6830         * plugins/debug-manager/threads.c,
6831         plugins/debug-manager/debug_tree.c,
6832         plugins/debug-manager/debug_tree.h,
6833         plugins/debug-manager/locals.c,
6834         plugins/debug-manager/registers.c,
6835         plugins/debug-manager/stack_trace.c:
6836         Allow to change current thread updating register, stack and locals
6837         Allow to change current stack frame updating locals
6839         * plugins/gdb/debugger.c:
6840         Read argument of selected stack frame
6842         * plugins/debug-manager/data_view.c:
6843         Fix an unrelated bug
6845 2007-03-23  Naba Kumar  <naba@gnome.org>
6847         * plugins/document-manager/anjuta-docman.c,
6848         plugins/document-manager/plugin.c: Fixed many memory leaks.
6849         (ianjuta_file_get_uri() returns a new string).
6851         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
6852         widget for save dialogs.
6853         
6854         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
6855         svn and fixed to get function/prototype/member args list. Call tips
6856         also work fine now.
6858 2007-03-22  Naba Kumar  <naba@gnome.org>
6860         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
6861         and calltips would work again for functions from global tags (Needs
6862         regenerating global tags).
6864         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
6865         ctags svn version and reopened bug #395362. Fixes tags parsing that
6866         seemed to have stopped working recently.
6868 2007-03-21  Naba Kumar  <naba@gnome.org>
6870         * tagmanager/tm_source_file.c, tagmanager/options.c,
6871         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
6872         extend .. more needs to be investigated and fixed). Enabled some
6873         debugging.
6875 2007-03-16  Naba Kumar  <naba@gnome.org>
6877         * src/anjuta.c: Fixed project loading from command line.
6879 2007-03-16  Naba Kumar  <naba@gnome.org>
6881         Patch from James Liggett <jrliggett@cox.net>:
6882         plugins/profiler/gprof-profile-data.c: Fixed a crash.
6883         
6884 2007-03-15  Naba Kumar  <naba@gnome.org>
6886         * libanjuta/anjuta-profile-manager.c,
6887         libanjuta/anjuta-profile-manager.h: Added method to get current
6888         profile.
6890         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
6891         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
6892         is exiting.
6894         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
6895         plugins/file-loader/plugin.c: Moved to functions as utility functions.
6896         Also, not load project files in session load in loader plugin.
6897         
6898         * plugins/project-manager/plugin.c, src/anjuta.c:
6899         Emit "exiting" signal in shell when exiting anjuta. project manager
6900         listens to exiting signal and saves session. anjuta.c saves session
6901         only when current projfile is 'user'. Load project saved in session
6902         differently then the rest of the session. This should fix all the
6903         session restoration bugs.
6904         
6905         src/main.c: Present anjuta window when becon message is received.
6907 2007-03-14  Naba Kumar  <naba@gnome.org>
6909         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
6910         not randomly save (it was a wrong looping).
6911         
6912 2007-03-12  Naba Kumar  <naba@gnome.org>
6914         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
6916 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
6918         * plugins/debug-manager/anjuta-debug-manager.ui,
6919         libanjuta/interfaces/libanjuta.idl,
6920         plugins/debug-manager/debugger.c,
6921         (added) plugins/debug-manager/threads.c,
6922         (added) plugins/debug-manager/threads.h,
6923         plugins/debug-manager/plugin.c,
6924         plugins/debug-manager/Makefile.am,
6925         plugins/gdb/plugin.c,
6926         plugins/gdb/debugger.c,
6927         plugins/gdb/debugger.h:
6928         Add a window displaying all threads
6929         Add needed functions
6930         Switching to a different thread is still not done
6932         * plugins/debug-manager/debug_tree.c,
6933         plugins/debug-manager/locals.c,
6934         plugins/debug-manager/stack_trace.c:
6935         Small cosmetic changes
6937         * plugins/gdb/gdbmi.c:
6938         Keep all elements in gdbmi hash
6939         Even if using the same key like in -threads-list-ids
6941 2007-03-11  Naba Kumar  <naba@gnome.org>
6943         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
6944         
6945         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
6946         
6947         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6948         manuals/reference/libanjuta/libanjuta-sections.txt,
6949         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
6950         interfaces.
6952 2007-03-11  Naba Kumar  <naba@gnome.org>
6954         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
6955         gtk-doc properly. Bumped gtk-doc requirement to 1.4
6957         * manuals/reference/libanjuta/libanjuta-docs.sgml,
6958         manuals/reference/libanjuta/libanjuta.types,
6959         manuals/reference/libanjuta/libanjuta-sections.txt,
6960         manuals/reference/libanjuta/.cvsignore,
6961         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
6962         infrastructure. Got rid of tmpl/ directory and moved all section
6963         documenation to source code (requires gtk-doc >= 1.4).
6964         
6965         * libanjuta/anjuta-plugin-description.c,
6966         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
6967         libanjuta/cell-renderer-captioned-image.c,
6968         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
6969         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
6970         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
6971         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
6972         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
6973         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
6974         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
6975         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
6976         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
6977         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
6978         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
6979         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
6980         documentation from templates to source code.
6982 2007-03-10  Johannes Schmid <jhs@gnome.org>
6984         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
6985         Added some debug output but could not figure out why 
6986         some plugins are not kept.
6987         
6988         * libanjuta/interfaces/libanjuta.idl:
6989         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
6990         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
6991         Added IAnjutaEditorGoto::matching_brace
6992         
6993         * plugins/document-manager/action-callbacks.c:
6994         (on_editor_command_match_brace_activate):
6995         * plugins/document-manager/plugin.c:
6996         (update_editor_ui_interface_items):
6997         * plugins/editor/text_editor.c: (igoto_matching_brace),
6998         (igoto_iface_init):
6999         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7000         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7002 2007-03-09  Johannes Schmid <jhs@gnome.org>
7004         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7005         Hide correct column
7006         
7007         * plugins/sourceview/sourceview-private.h:
7008         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7009         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7010         (sourceview_new), (ifile_savable_save_as):
7011         Tweaked vfs monitoring
7013 2007-03-09  Johannes Schmid <jhs@gnome.org>
7015         * libanjuta/interfaces/Makefile.am.iface:
7016         Fixed installtion of header files
7017         
7018         * plugins/sourceview/sourceview.c: (set_select):
7019         do not scroll to much in interactive search
7021 2007-03-09  Naba Kumar  <naba@gnome.org>
7023         * src/anjuta.c: Fixed session restoration.
7024         
7025         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7026         signal handlers after symbol browser plugin is deactivated.
7027         
7028         * plugins/editor/editor.glade,
7029         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7030         Fixed indentation confustion in preferences.
7032 2007-03-08  Johannes Schmid <jhs@gnome.org>
7034         * plugins/search/search-replace.c: (search_set_combo),
7035         (search_set_action), (search_set_target), (search_set_direction),
7036         (create_dialog), (search_disconnect_set_toggle_connect),
7037         (on_search_match_whole_word_toggled),
7038         (on_search_match_whole_line_toggled),
7039         (on_search_match_word_start_toggled),
7040         (search_set_toggle_direction):
7041         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7042         it's somehow ugly and uses many deprecated widgets
7043         
7044         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7045         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7046         Fix #394709
7047         
7048 2007-03-07  Naba Kumar  <naba@gnome.org>
7050         * src/anjuta.c: Make launching projects work from command line. Also
7051         fixes gnome session restart command.
7052         
7053 2007-03-07  Johannes Schmid <jhs@gnome.org>
7055         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7056         * plugins/class-gen/plugin.c: (iwizard_activate):
7057         Fixed #408218
7058         
7059         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7060         Fixed #402774
7061         
7062         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7063         Fixed #377483 (It's not possible to know if directories have
7064         a version in CVS. Show version column only if there are version
7065         informations availible
7067         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7068         Fixed memory leak
7070 2007-03-07  Johannes Schmid <jhs@gnome.org>
7072         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7073         Fixed #409408
7074         * plugins/symbol-browser/an_symbol_prefs.c:
7075         (on_update_global_clicked):
7076         Fixed ##409176
7078 2007-03-07  Johannes Schmid <jhs@gnome.org>
7080         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7081         (anjuta_save_prompt_new):
7082         * plugins/project-import/project-import.c:
7083         (project_import_finalize):
7084         Fixed Gtk-Criticals (maybe #409408)
7086 2007-03-07  Naba Kumar  <naba@gnome.org>
7088         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7089         when we are at just beginning of string or comment. Fixes bug #397981.
7091 2007-03-07  Johannes Schmid <jhs@gnome.org>
7093         * plugins/language-support-cpp-java/plugin.c:
7094         (initialize_indentation_params):
7095         Removed annoying DEBUG_PRINT
7096         
7097         * plugins/sourceview/sourceview-cell.c:
7098         (sourceview_cell_instance_init), (icell_get_character),
7099         (icell_get_length), (icell_get_char), (icell_get_attribute):
7100         Improved code to be faster
7101         Implemented attribute handling so that indentation really works in any case
7103 2007-03-06  Johannes Schmid <jhs@gnome.org>
7105         * configure.in:
7106         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7107         
7108         * plugins/document-manager/anjuta-docman.c:
7109         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7110         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7111         instead (required GTK >= 2.10)
7112         
7113         * plugins/sourceview/sourceview-private.h:
7114         * plugins/sourceview/sourceview.c:
7115         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7116         (sourceview_finalize), (sourceview_new), (imark_mark),
7117         (imark_unmark), (imark_is_marker_set),
7118         (imark_location_from_handle), (imark_delete_all_markers):
7119         Fixed marker handling and worked a bit more on vfs monitoring
7121 2007-03-05  Johannes Schmid <jhs@gnome.org>
7123         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7124         Added method to select specific iter
7125         
7126         * plugins/sourceview/sourceview-private.h:
7127         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7128         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7129         (sourceview_add_monitor), (on_document_saved),
7130         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7131         Fixed vfs monitoring (mostly ported code from text_editor.c)
7132         
7133         * plugins/symbol-browser/an_symbol_view.c:
7134         * plugins/symbol-browser/an_symbol_view.h:
7135         * plugins/symbol-browser/plugin.c: (iter_matches),
7136         (on_editor_update_ui), (value_added_current_editor):
7137         Select the current tag in locals window and symbol toolbar. If there
7138         is no tag at the current line, reserve backward for the next tag. This will
7139         select the correct tag if inside a function.
7141 2007-03-05  Naba Kumar  <naba@gnome.org>
7143         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7144         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7145         compiler warnings.
7146         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7147         (Bug #412186)
7148         
7149 2007-03-04  Johannes Schmid <jhs@gnome.org>
7151         * data/Makefile.am:
7152         * po/POTFILES.in:
7153         Fixed distcheck (well, partly)
7155 2007-03-04  Johannes Schmid <jhs@gnome.org>
7157         * plugins/document-manager/anjuta-document-manager.ui:
7158         Move "Swap .c/.h from Main to Browser toolbar
7160         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7161         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7162         (fv_prefs_free), (fv_add_tree_entry):
7163         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7164         * plugins/file-manager/plugin.c: (prefs_init):
7165         
7166         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7168 2007-03-04  Naba Kumar  <naba@gnome.org>
7170         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7171         plugins/project-manager/plugin.c:
7172         Restored default profile and renamed it from "default.anjuta" to
7173         "default.profile".
7174         
7175 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7177         * plugins/debug-manager/debugger.c,
7178         plugins/debug-manager/plugin.c,
7179         plugins/gdb/debugger.c,
7180         libanjuta/interfaces/libanjuta.idl,
7181         plugins/debug-manager/stack_trace.c:
7182         Add a dialog box when a signal is received (except SIGINT)
7183         Display stack frame even if arguments are not available
7185 2007-03-03  Naba Kumar  <naba@gnome.org>
7187         * TODO.tasks: Icons bounty added.
7189         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7190         choise selection.
7191         
7192         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7193         and descoping.
7195         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7196         plugins/Makefile.am, (removed) plugins/profile-default/*,
7197         plugins/project-manager/anjuta-project-manager.plugin.in,
7198         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7199         profile implementation to load user profile and projects. Store and
7200         restore remembered plugins. Use profile scoping and descoping for
7201         saving and loading sesstions.
7202         
7203         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7204         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7205         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7206         DEBUG_PRINTs.
7208 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7210         * plugins/debug-manager/debug_tree.c
7211         plugins/debug-manager/debug_tree.h:
7212         Bug fix, deleting wrong variable
7214         * plugins/gdb/debugger.c:
7215         Bug fix, remove forgotten debugging code
7217 2007-03-02  Johannes Schmid <jhs@gnome.org>
7219         * plugins/document-manager/anjuta-document-manager.ui:
7220         * plugins/search/anjuta-search.ui:
7221         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7222         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7223         ToolbarFind
7225         * src/anjuta-app.c: (on_toolbar_view_toggled),
7226         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7227         Save toolbar positions, don't use fixed toolbar style
7228         
7229         All in all this will allow more complex toolbar configurations and
7230         might gain some space on smaller displays because the user can disable
7231         toolbar parts he does not use. Also allows to use any toolbar style
7232         without looking too ugly.
7234 2007-03-01  Naba Kumasr  <naba@gnome.org>
7236         * TODO.tasks: Added a bounty for creating icons.
7238         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7239         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7240         profile-changed signal. Do not sync non-user-activatable plugins.
7242 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7244         * plugins/debug-manager/disassemble.c,
7245         plugins/debug-manager/sparse_view.c,
7246         plugins/gdb/debugger.c,
7247         libanjuta/interfaces/libanjuta.idl:
7248         Display function name in disassembly view
7250 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7252         * (added) plugins/debug-manager/bookmark.png,
7253         (added) plugins/debug-manager/breakpoint-disabled.png,
7254         (added) plugins/debug-manager/breakpoint-enabled.png,
7255         (added) plugins/debug-manager/program-counter.png,
7256         (added) plugins/debug-manager/linemarker.png,
7257         plugins/debug-manager/Makefile.am,
7258         plugins/debug-manager/disassemble.c,
7259         plugins/debug-manager/disassemble.h,
7260         plugins/debug-manager/sparse_buffer.c,
7261         plugins/debug-manager/sparse_buffer.h,
7262         plugins/debug-manager/sparse_view.c,
7263         plugins/debug-manager/sparse_view.h,
7264         plugins/debug-manager/plugin.c,
7265         plugins/debug-manager/breakpoints.c,
7266         libanjuta/interfaces/libanjuta.idl:
7267         Add markers in the disassembly view
7268         Display program counter and breakpoints in disassembly view
7270         * plugins/gdb/debugger.c:
7271         Fix a bug added with my previous patch, setting and clearing
7272         breakpoints was not working
7274 2007-02-28  Johannes Schmid <jhs@gnome.org>
7276         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7277         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7278         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7279         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7280         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7281         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7282         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7283         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7284         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7285         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7286         Updated (why do they need to be under version control?)
7287         
7288         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7289         (create_tab_popup_menu), (on_msgman_popup_menu),
7290         (on_tab_button_press_event), (anjuta_msgman_page_new),
7291         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7292         Added "Close all message tabs" popup menu
7294 2007-02-26  Naba Kumar  <naba@gnome.org>
7296         * plugins/profiler/gprof-flat-profile-entry.c,
7297         plugins/profiler/gprof-flat-profile.c,
7298         plugins/profiler/gprof-flat-profile-entry.h,
7299         plugins/profiler/gprof-flat-profile.h,
7300         plugins/profiler/gprof-flat-profile-view.c,
7301         plugins/profiler/gprof-flat-profile-view.h,
7302         plugins/profiler/gprof-call-graph-block-entry.c,
7303         plugins/profiler/gprof-call-graph-block.c,
7304         plugins/profiler/gprof-function-call-chart-view.c,
7305         plugins/profiler/gprof-call-graph-block-entry.h,
7306         plugins/profiler/gprof-profile-data.c,
7307         plugins/profiler/gprof-call-graph-block.h,
7308         plugins/profiler/gprof-view.c,
7309         plugins/profiler/gprof-call-graph.c,
7310         plugins/profiler/gprof-function-call-chart-view.h,
7311         plugins/profiler/gprof-profile-data.h,
7312         plugins/profiler/gprof-call-graph.h,
7313         plugins/profiler/gprof-view.h,
7314         plugins/profiler/gprof-view-manager.c,
7315         plugins/profiler/gprof-call-graph-view.c,
7316         plugins/profiler/plugin.c,
7317         plugins/profiler/gprof-view-manager.h,
7318         plugins/profiler/gprof-call-graph-view.h,
7319         plugins/profiler/gprof-function-call-tree-view.c,
7320         plugins/profiler/gprof-function-call-tree-view.h,
7321         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7322         gnome-vfs. Fixes bug #411377.
7324 2007-02-26  Naba Kumar  <naba@gnome.org>
7326         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7328         Patch from James Liggett  <jrliggett@cox.net>:
7329         * plugins/profiler/gprof-flat-profile-view.c,
7330         plugins/profiler/gprof-flat-profile-view.h,
7331         plugins/profiler/gprof-function-call-chart-view.c,
7332         plugins/profiler/gprof-function-call-chart-view.h,
7333         plugins/profiler/gprof-view.c,
7334         plugins/profiler/gprof-view.h,
7335         plugins/profiler/gprof-call-graph-view.c,
7336         plugins/profiler/plugin.c,
7337         plugins/profiler/gprof-call-graph-view.h,
7338         plugins/profiler/gprof-function-call-tree-view.c,
7339         plugins/profiler/gprof-function-call-tree-view.h: Implements
7340         double click navigation. Fixes bug #403514.
7342 2007-02-25  Naba Kumar  <naba@gnome.org>
7344         * libanjuta/anjuta-plugin-manager.c,
7345         libanjuta/anjuta-plugin-handle.[ch],
7346         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7347         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7348         dependency on glib 2.8. Fixes bug #411623.
7350 2007-02-24  Naba kumar  <naba@gnome.org>
7352         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7353         
7354         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7355         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7356         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7357         (added) libanjuta/anjuta-profile-manager.c,
7358         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7359         manager.
7360         Implemented profile pushing and popping. Implemented profile xml
7361         synchronization. Implemented error handling in profiles. Implemented
7362         activation and deactivation signals in plugin manager.
7363         
7364         * libanjuta/Makefile.am: Added libanjuta log domain.
7365         
7366         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7367         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7368         in AnjutaShell interface and implemented it in AnjutaApp.
7369         
7370         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7372 2007-02-23  Naba kumar  <naba@gnome.org>
7374         src/main.c: Fixed missing end quote.
7376 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7378         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7381 2007-02-20  Naba Kumar  <naba@gnome.org>
7383         * plugins/subversion/plugin.c: Added "..." menuitems.
7384         * ROADMAP, README: Updated.
7385         * libanjuta/anjuta-profile.c: Fixed bugs.
7387         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7388         plugins/gtodo/Makefile.am: Removed dead code.
7390         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7391         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7392         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7393         plugins/gtodo/list_tooltip.c,
7394         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7395         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7396         not contain markups. Fixes Bug #360462.
7398 2007-02-16  Naba Kumar  <naba@gnome.org>
7400         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7401         unnecessary sub-sections.
7402         
7403 2007-02-15  Naba Kumar  <naba@gnome.org>
7405         * (removed) plugins/document-manager/bookmark-prev-16.png,
7406         plugins/document-manager/bookmark-last.png,
7407         (removed)plugins/document-manager/bookmark-first-16.png,
7408         plugins/document-manager/bookmark-prev.png,
7409         (added) plugins/document-manager/bookmark-toggle.png,
7410         (removed)plugins/document-manager/bookmark_toggle.xpm,
7411         (removed)plugins/document-manager/bookmark-last-16.png,
7412         plugins/document-manager/plugin.c,
7413         plugins/document-manager/anjuta-document-manager.ui,
7414         (removed)plugins/document-manager/bookmark-next-16.png,
7415         plugins/document-manager/bookmark-next.png,
7416         plugins/document-manager/Makefile.am,
7417         (added) plugins/document-manager/bookmark-clear.png,
7418         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7419         icons (stolen from monodevelop). Added clear bookmarks toolbar
7420         button.
7422         * plugins/document-manager/plugin.c,
7423         (added) plugins/document-manager/swap.png,
7424         (removed) plugins/document-manager/undock.png,
7425         plugins/document-manager/Makefile.am: Fixed swap icon.
7427 2007-02-13  Naba Kumar  <naba@gnome.org>
7429         * plugins/class-gen/element-editor.c: Fixed typo.
7430         
7431         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7432         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7433         Implementing plugin profiles loading.
7435 2007-02-13  Naba Kumar  <naba@gnome.org>
7437         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7438         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7439         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7440         pixmaps/open_project.png, pixmaps/close_project.png:
7441         Removed more old icons.
7442         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7443         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7444         anjuta_logo.png
7445         
7446 2007-02-13  Naba Kumar  <naba@gnome.org>
7448         * plugins/class-gen/element-editor.c: Included missing headers to
7449         prevent build failures in some cases.
7450         
7451 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7453         * plugins/debug-manager/stack_trace.c:
7454         Fix bug #407115
7456         * plugins/debug-manager/watch.c,
7457         plugins/debug-manager/breakpoints.c:
7458         Same bug than above, wrong use of gtk_ui_manager_get_widget
7460 === anjuta 2.1.1 ===
7462 2007-02-11  Naba Kumar  <naba@gnome.org>
7464         * cofigure.in: Bumped version to 2.1.1
7465         * NEWS: Updated for 2.1.1 release.
7466         
7467 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7469         * plugins/debug-manager/plugin.c,
7470         plugins/debug-manager/sparse_view.c,
7471         plugins/debug-manager/sparse_view.h:
7472         Reorder some code
7474         * plugins/gdb/debugger.c,
7475         plugins/debug-manager/debugger.c,
7476         plugins/debug-manager/memory.c,
7477         plugins/debug-manager/sparse_buffer.c
7478         plugins/gdb/debugger.h,
7479         libanjuta/interfaces/libanjuta.idl:
7480         Clean up, remove some warnings
7481         Use guint everywhere for addresses
7482         Rewrite code parsing position in debugger
7484 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7486         * plugins/debug-manager/debug_tree.c:
7487         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7488         Fix bug #406113
7490 2007-02-08  Naba Kumar  <naba@gnome.org>
7492         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7493         Delay showing the 'file modified on disk' dialog for one sec
7494         from the last notification to insure multiple notifications for
7495         the same file are treated as one. Do not same multiple dialogs
7496         for the same file. Make sure to destory the dialog if later
7497         the conent is no longer different.
7498         
7499 2007-02-08  Naba Kumar  <naba@gnome.org>
7501         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7502         Prevented spurious 'file modified' dialogs in scintilla editor
7503         when the file is saved.
7505 2007-02-09  Johannes Schmid <jhs@gnome.org>
7507         * scripts/glade2schema.pl:
7508         Added script to convert glade preferences into gconf schema files.
7509         See #406061
7511 2007-02-08  Naba Kumar  <naba@gnome.org>
7513         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7514         itself is destroyed. Fixes bug #355160.
7515         
7516 2007-02-08  Johannes Schmid <jhs@gnome.org>
7518         * plugins/profiler/profiler.plugin: 
7519         removed from version control (only .in file needed)
7520         
7521         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7522         * plugins/sourceview/sourceview.c: (sourceview_new):
7523         Code cleanup
7524         
7525         * plugins/subversion/svn-thread.c: (svn_thread_start):
7526         * src/main.c: (main):
7527         
7528         Fixed #395875 about initialisation of threads too late
7530 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7532         Reviewed by Naba Kumar  <naba@gnome.org>:
7533         * plugins/class-gen/plugin.c:
7534         * plugins/class-gen/window.c: Removed browse button related code, load
7535         generated output directly into new buffers when not adding to project.
7537         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7538         buttons from user interface.
7540 2007-02-07  Naba Kumar  <naba@gnome.org>
7542         * po/POTFILES.in: Fixed distcheck.
7544 2007-02-07  Daniel Nylander <po@danielnylander.se>
7546         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7548 2007-02-07  Johannes Schmid <jhs@gnome.org>
7550         * anjuta.desktop.in.in:
7551         Fixed spelling
7553 2007-02-07  Johannes Schmid <jhs@gnome.org>
7555         * configure.in:
7556         * manuals/anjuta-manual/*
7557         * manuals/anjuta-faqs/*:
7558         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7559         
7560         * plugins/document-manager/anjuta-document-manager.plugin.in:
7561         Removed duplicate application-xml mime-type (review patches properly ;-)
7562         
7563 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7565         * plugins/gdb/debugger.c,
7566         libanjuta/interfaces/libanjuta.idl:
7567         Fix bug #404755
7568         Fix handling of missing source file
7570 2007-02-06  Naba Kumar  <naba@gnome.org>
7572         Patch from James Liggett  <jrliggett@cox.net>:
7573         * plugins/profiler/gprof-flat-profile.c,
7574         plugins/profiler/gprof-profile-data.c,
7575         plugins/profiler/gprof-call-graph.c,
7576         plugins/profiler/gprof-profile-data.h,
7577         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7578         Show profiler view when target selected bug #403515.
7580 2007-02-05  Naba Kumar  <naba@gnome.org>
7582         * configure.in: Enabled devhelp plugin by default now that
7583         it works.
7584         
7585         Patch from parmigio@2ainfo.it:
7586         * plugins/document-manager/anjuta-document-manager.plugin.in:
7587         Added xml file type in supported mime types list.
7588         
7589 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7591         * plugins/debug-manager/debugger.c,
7592         plugins/debug-manager/plugin.c:
7593         Add a field in status bar displaying debugger state
7594         Change cursor shape when debugger is busy
7595         Fix bug #378600
7597         * plugins/debug-manager/watch.c,
7598         plugins/debug-manager/locals.c,
7599         libanjuta/interfaces/libanjuta.idl:
7600         Clean up, remove debugging messages and unused signals
7602 2007-02-03  Johannes Schmid <jhs@gnome.org>
7604         * configure.in:
7605         Fixed AC_INIT and seperated version to major, minor, micro
7607         * anjuta.anjuta:
7608         Load Subversion instead of CVS
7609         
7610         * anjuta.desktop.in.in:
7611         Fixed bug-buddy component
7613         Original patch from Rob Bradfort <robster@debian.org>:
7614         * src/main.c: (get_command_line_args), (main):
7615         Bug #335981 – Migration from popt to GOption
7617 2007-02-03  Naba Kumar  <naba@gnome.org>
7619         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7620         path variable. Fixed bug #341170.
7621         * plugins/profiler/Makefile.am: Fixed indentation.
7622         
7623 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7625         * libanjuta/interfaces/libanjuta.idl,
7626         plugins/sourceview/sourceview.c,
7627         plugins/editor/text-editor.c,
7628         plugins/symbol-browser/plugin.c,
7629         plugins/search/search-replace.c,
7630         plugins/document-manager/goto_line.c,
7631         plugins/document-manager/action-callbacks.c,
7632         plugins/document-manager/anjuta-docman.c:
7633         Rename markers of anjuta interface
7634         IANJUTA_MARKABLE_NONE has been removed
7635         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7636         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7637         IANJUTA_MARKABLE_ATTENTIVE renamed in
7638                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7639         IANJUTA_MARKABLE_INTENSE renamed in
7640                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7641         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7643         * (removed) plugins/sourceview/marker-light.png,
7644         (removed) plugins/sourceview/marker-basic.png,
7645         (removed) plugins/sourceview/marker-attentive.png,
7646         (removed) plugins/sourceview/marker-intense.png,
7647         plugins/sourceview/bookmark.png,
7648         (added) plugins/sourceview/breakpoint-disabled.png,
7649         (added) plugins/sourceview/breakpoint-enabled.png,
7650         (added) plugins/sourceview/program-counter.png,
7651         (added) plugins/sourceview/linemarker.png,
7652         plugins/sourceview/Makefile.am,
7653         (added) plugins/editor/bookmark.xpm,
7654         (added) plugins/editor/breakpoint-disabled.xpm,
7655         (added) plugins/editor/breakpoint-enabled.xpm,
7656         (added) plugins/editor/program-counter.xpm,
7657         (added) plugins/editor/linemarker.xpm,
7658         plugins/editor/Makefile.am:
7659         Add or change marker pixmaps in scintilla and sourceview editor
7661         * plugins/document-manager/plugin.c,
7662         libanjuta/interfaces/libanjuta.idl,
7663         plugins/debug-manager/plugin.c,
7664         plugins/debug-manager/breakpoints.c
7665         plugins/gdb/debugger.c:
7666         Fix bug #376404, program counter marker is not displayed when debugger
7667         Return the selected editor or NULL (if file does not exist) with 
7668         ianjuta_document_manager_goto_file_line* functions
7669         Emit a change-location signal even if the program counter is in an
7670         unknown file
7672 2007-02-02  Naba Kumar  <naba@gnome.org>
7674         * TODO.tasks: Marked bounty bug #359478 completed. And checked
7675         older bounties 'Done'.
7676         
7677 2007-02-02  Naba Kumar  <naba@gnome.org>
7679         * TODO.tasks: Fixed typop.
7681         Patch from James Liggett  <jrliggett@cox.net>:
7682         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
7683         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
7684         profiler plugin by James Liggett. Completes bounty bug #359478
7685         'Gprof performance profiler plugin'
7687 2007-02-01  Naba Kumar  <naba@gnome.org>
7689         * src/main.c: Renamed option name.
7691         * TODO.tasks: Marked "Test and fix all project wizards templates"
7692         bounty completed.
7693         
7694 2007-01-29  Johannes Schmid <jhs@gnome.org>
7696         * plugins/document-manager/plugin.c: (on_editor_changed):
7697         Added DEBUG_PRINT(...)
7698         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
7699         implemented
7700         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
7701         Fix language support plugin for sourceview editor (add some new
7702         language names)
7703         
7704         * plugins/sourceview/sourceview.c: (iindic_clear):
7705         Clear all indicators
7707 2007-01-29  Johannes Schmid <jhs@gnome.org>
7709         * TODO.tasks:
7710         Minor task currentions
7711         
7712         * libanjuta/interfaces/libanjuta.idl:
7713         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
7714         (itext_editor_iface_init):
7715         * plugins/language-support-cpp-java/plugin.c: (install_support):
7716         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
7717         (ieditor_get_attributes), (ieditor_iface_init):
7718         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
7719         plugins.
7720         
7721         * plugins/sourceview/sourceview.glade:
7722         Fixed sourceview preference window
7724 2007-01-28  Naba Kumar  <naba@gnome.org>
7725         
7726         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
7727         Implemented --no-files and --no-session command line options and
7728         corresponding preferernces checkboxes in General tab.
7730 2007-01-28  Johannes Schmid <jhs@gnome.org>
7732         * plugins/subversion/plugin.c:
7733         * plugins/subversion/plugin.h:
7734         * plugins/subversion/svn-notify.c: (svn_show_info),
7735         (show_svn_error), (on_svn_notify):
7736         * plugins/subversion/svn-notify.h:
7737         * plugins/subversion/svn-thread.c: (create_message_view),
7738         (svn_thread_start):
7739         Fixed error handling and fixed #394216 – No indication of subversion commands running
7740         
7741         * plugins/tools/execute.c: (atp_output_context_print):
7742         Show name of tool in message pane
7744 2007-01-28  Naba Kumar  <naba@gnome.org>
7745         
7746         * configure.in, plugins/glade/plugin.c: Make it work with
7747         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
7748         
7749         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
7750         from devhelp (won't work untill devhelp is fixed: bug #341170).
7751         
7752         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
7753         
7754 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
7756         Reviewed by Naba Kumar  <naba@gnome.org>:
7757         * libanjuta/interfaces/libanjuta.idl, 
7758         plugins/debug-manager/debugger.c,
7759         plugins/debug-manager/start.c,
7760         plugins/gdb/plugin.c,
7761         plugins/gdb/debugger.c,
7762         plugins/gdb/debugger.h:
7763         Fix a bug when launching gdb
7764         Set the terminal for the debugged program on the command line.
7766 2007-01-26  Johannes Schmid <jhs@gnome.org>
7768         * plugins/sourceview/anjuta-document-saver.c:
7769         (anjuta_document_saver_save):
7770         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
7771         * plugins/sourceview/sourceview.c: (save_if_modified),
7772         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
7773         Proper error handling, for example if a file was modified externally. Use backup files
7774         to avoid data-loss on disk full.
7776 2007-01-24  Naba Kumar  <naba@gnome.org>
7777         
7778         * plugins/devhelp/htmlview.c: Fixed crash during project load.
7779         Fixed mem leak and source leak.
7780         
7781 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
7783         Reviewed by Naba Kumar  <naba@gnome.org>:
7784         * plugins/debug-manager/debug_tree.c,
7785         plugins/debug-manager/debug_tree.h,
7786         plugins/debug-manager/watch.c:
7787         Partial rewrite of the variable object code, find and fix a few bugs
7788         Fix bug #395808: gdb can still crash but children are listed
7789         on request only so you can avoid the crash
7791 2007-01-24  Naba Kumar  <naba@gnome.org>
7792         
7793         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
7794         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
7795         plugins/symbol-browser/plugin.h,
7796         plugins/symbol-browser/plugin.c,
7797         plugins/symbol-browser/Makefile.am: Added current file (local)
7798         symbols view (Seriously getting bored with the browse toolbar).
7800 2007-01-22  Naba Kumar  <naba@gnome.org>
7801         
7802         Patch from Gabor Kelemen:
7803         * po/POTFILES.in: Added .plugin.in files.
7805 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
7807         Reviewed by Naba Kumar  <naba@gnome.org>:
7808         * plugins/document-manager/anjuta-docman.c,
7809         plugins/message-view/anjuta-msgman.c
7810         Set right alignment to the label widget in the tab title.
7812 2007-01-21  Naba Kumar  <naba@gnome.org>
7813         
7814         * libegg/egg-combo-action.c: Fixed mode line.
7815         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
7816         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
7818 2007-01-21  Armin Burgmeier  <armin@arbur.net>
7820         Reviewed by Naba Kumar  <naba@gnome.org>:
7821         * plugins/class-gen/plugin.c: Prompt for target before actually
7822         generating the class files. This ensures that the files are created in
7823         the correct directory. Fixes bug #397406.
7825         * plugins/class-gen/window.c: Set browse buttons to insensitive when
7826         the class is added to the project.
7828 2007-01-21  Naba Kumar  <naba@gnome.org>
7830         * libanjuta/anjuta-plugin-description.c,
7831         libanjuta/anjuta-ui.h,
7832         libanjuta/anjuta-status.c,
7833         libanjuta/anjuta-plugin-description.h,
7834         libanjuta/cell-renderer-captioned-image.c,
7835         libanjuta/anjuta-plugin-handle.c,
7836         libanjuta/anjuta-status.h,
7837         libanjuta/resources.c,
7838         libanjuta/cell-renderer-captioned-image.h,
7839         libanjuta/glue-cpp.c,
7840         libanjuta/anjuta-plugin-handle.h,
7841         libanjuta/anjuta-plugin.c,
7842         libanjuta/anjuta-preferences-dialog.c,
7843         libanjuta/libanjuta.h,
7844         libanjuta/resources.h,
7845         libanjuta/glue-cpp.h,
7846         libanjuta/anjuta-plugin.h,
7847         libanjuta/anjuta-preferences-dialog.h,
7848         libanjuta/anjuta-plugin-manager.c,
7849         libanjuta/anjuta-shell.c,
7850         libanjuta/anjuta-plugin-manager.h,
7851         libanjuta/anjuta-shell.h,
7852         libanjuta/anjuta-save-prompt.c,
7853         libanjuta/anjuta-save-prompt.h,
7854         libanjuta/anjuta-children.c,
7855         libanjuta/anjuta-utils.c,
7856         libanjuta/anjuta-profile.c,
7857         libanjuta/anjuta-preferences.c,
7858         libanjuta/anjuta-launcher.c,
7859         libanjuta/anjuta-utils.h,
7860         libanjuta/anjuta-profile.h,
7861         libanjuta/anjuta-launcher.h,
7862         libanjuta/anjuta-ui.c: Updated file headers.
7864         * po/POTFILES.in: Updated.
7866         * libanjuta/anjuta-marshal.list,
7867         (added) libanjuta/anjuta-plugin-handle.c,
7868         (added) libanjuta/anjuta-plugin-handle.h,
7869         (added) libanjuta/anjuta-plugin-manager.c,
7870         (added) libanjuta/anjuta-plugin-manager.h,
7871         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7872         (added) libanjuta/anjuta-profile.c,
7873         (added) libanjuta/anjuta-profile.h,
7874         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
7875         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
7876         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
7877         src/action-callbacks.c: Implemented AnjutaPluginManager
7878         class based on old plugins.[ch]. Implemented AnjutaProfile as
7879         prelimanary profiles implementation. Implemented AnjutaPluginHandle
7880         class to represent plugins (not to be confused with plugin objects).
7881         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
7882         implemented it in AnjutaApp and AnjutaTestShell.
7883         De-globalized plugin management and several clean ups.
7885         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
7886         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
7887         plugins/search/search-replace.c, plugins/terminal/terminal.c,
7888         plugins/project-import/project-import.c,
7889         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
7890         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
7891         Fixed plugins for the change in API.
7893         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
7894         file.
7895         
7896         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7898 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
7900         Reviewed by Naba Kumar  <naba@gnome.org>:
7901         * libanjuta/anjuta-launcher.c,
7902         libanjuta/anjuta-launcher.h:
7903         Add a new function anjuta_set_terminate_on_exit to close the i/o
7904         channel when the child exit
7905         Return directly the status and not the exit code in child-exited
7906         signal
7908         * plugins/gdb/debugger.c:
7909         Use new function in debugger plugin
7911 2007-01-18  Johannes Schmid <jhs@gnome.org>
7913         * src/about.c: Do not show empty license information instead hide the button (#397883)
7915 2007-01-15  Johannes Schmid <jhs@gnome.org>
7917         * plugins/project-manager/plugin.c:
7918         * plugins/project-wizard/templates/python.wiz
7919         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
7920         
7921         Fixed #335235 python programs are not executeable/ do not start when pressing F3
7922         You will also need latest gnome-build svn       
7924 === anjuta 2.1.0 ===
7926 2007-01-14  Naba Kumar  <naba@gnome.org>
7928         * configure.in: Removed reference of mkfile project
7929         template to fix distcheck build error.
7930         * AUTHORS: Updated.
7931         * NEWS: Updated.
7932         * configure.in: Bumped version to 2.1.0 for beta release.
7933         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
7934         crashes as soon as editing starts in normal text files.
7936 2007-01-14  Johannes Schmid <jhs@gnome.org>
7938         * configure.in
7939         * po/LINGUAS:
7940         Applied http://live.gnome.org/GnomeGoals/PoLinguas
7942         * tagmanager/c.c:
7943         Patch from Massimo Cora' to hopefully fix #395362
7945         * plugins/project-wizard/templates/*:
7947         Fixed and tested all project-wizards. Deactivated mkfile project because
7948         it was totally broken and I don't see any real use for it.
7949         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
7951 2007-01-14  Naba Kumar  <naba@gnome.org>
7953         * NEWS: Updated for release.
7954         
7955         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
7956         
7957         * libanjuta/interfaces/libanjuta.idl,
7958         plugins/editor/text_editor_cbs.c,
7959         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
7960         interface and implemented it for scintilla.
7961         
7962         * plugins/editor/text-editor.c: Fixed highlighing issues when
7963         used with indicators (particularly when the file is just opened).
7964         Fixes bug #377477 – when debugging, scintilla editor grays out all
7965         lines before current line.
7966         
7967         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
7968         Maintain a separate list of indicated edtitors for separate contexts.
7969         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
7970         
7971 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
7973         Reviewed by Naba Kumar  <naba@gnome.org>:
7974         * plugins/debug-manager/plugin.c:
7975         Bug fix: breakpoints cannot be added after stopping the debugger
7977 2007-01-13  Naba Kumar  <naba@gnome.org>
7979         * NEWS: Updated for release.
7981 2007-01-12  Johannes Schmid <jhs@gnome.org>
7983         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
7984         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
7985         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
7986         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
7987         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
7988         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
7989         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
7990         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
7991         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
7992         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
7993         
7994         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
7995         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
7996         
7997         * plugins/sourceview/sourceview.c:
7998         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
7999         on character positions.
8000         
8001 2007-01-12  Naba Kumar  <naba@gnome.org>
8003         * src/anjuta-app.c,
8004         plugins/project-manager/plugin.c,
8005         plugins/profile-default/plugin.c,
8006         libanjuta/anjuta-status.c,
8007         libanjuta/anjuta-status.h: Introduced an API for application title
8008         in AnjutaStatus. Set application title to project name.
8010 2007-01-11  Massimo Cora' <maxcvs@email.i>
8012         Reviewed by Naba Kumar  <naba@gnome.org>:
8013         * tagmanager/Makefile.am,
8014         plugins/symbol-browser/Makefile.am: removed installation for 
8015         test programs.
8017 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8019         Reviewed by Naba Kumar  <naba@gnome.org>:
8020         * plugins/debug-manager/start.h,
8021         plugins/debug-manager/start.c,
8022         plugins/debug-manager/anjuta-debug-manager.ui,
8023         plugins/debug-manager/plugin.c:
8024         Partial fix for bug #392537
8026         * plugins/debug-manager/disassemble.c:
8027         Fix bug #392543
8029 2007-01-11  Naba Kumar  <naba@gnome.org>
8031         * src/anjuta.c: Load project seperately from session,
8032         so that project session is also loaded.
8033         
8034         * plugins/profile-default/plugin.c: Load project in new
8035         anjuta if there already is one loaded currently (disabled
8036         code for now).
8037         
8038         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8039         signals when editor is destroyed. Fixes a crash bug.
8040         
8041         * plugins/editor/text_editor.c: Do not mark line in
8042         ianjuta_editor_goto_line() implementation.
8043         
8044         * plugins/search/search-replace.c: Always check for markable
8045         interface availablility because its optional for an editor.
8046         
8047         * plugins/document-manager/goto_line.c,
8048         plugins/document-manager/action-callbacks.c: Mark lines for
8049         goto line commands (from dialog and from menu entry box).
8050         
8051         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8052         plugins/file-manager/an_file_view.c: Expand file manager
8053         nodes in idle loop, one at a time. Did as a possible work
8054         around for bug #361763, but it didn't make any difference.
8055         However, it could still be useful in situations where there
8056         are lots to expand.
8057         
8058         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8060 2007-01-11  Naba Kumar  <naba@gnome.org>
8062         * plugins/editor/scintilla/LineMarker.h,
8063         plugins/editor/scintilla/LexBasic.cxx,
8064         plugins/editor/scintilla/LexHTML.cxx,
8065         plugins/editor/scintilla/include/SciLexer.h,
8066         plugins/editor/scintilla/include/Scintilla.h,
8067         plugins/editor/scintilla/include/Scintilla.iface,
8068         plugins/editor/scintilla/include/ScintillaWidget.h,
8069         plugins/editor/scintilla/LexBash.cxx,
8070         plugins/editor/scintilla/PlatGTK.cxx,
8071         plugins/editor/scintilla/ViewStyle.h,
8072         plugins/editor/scintilla/Editor.cxx,
8073         plugins/editor/scintilla/StyleContext.h,
8074         plugins/editor/scintilla/LexCPP.cxx,
8075         plugins/editor/scintilla/Converter.h,
8076         plugins/editor/scintilla/LexAU3.cxx,
8077         plugins/editor/scintilla/Editor.h,
8078         plugins/editor/scintilla/LexPerl.cxx,
8079         plugins/editor/scintilla/LexVB.cxx,
8080         plugins/editor/scintilla/ScintillaGTK.cxx,
8081         plugins/editor/scintilla/ViewStyle.cxx,
8082         plugins/editor/scintilla/PropSet.cxx,
8083         plugins/editor/scintilla/LexSQL.cxx,
8084         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8085         version 1.71
8087 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8089         Reviewed by Naba Kumar  <naba@gnome.org>:
8090         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8091         selected for editing. This fixes bug #394218.
8093         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8094         name if said URI is not known.
8096         * plugins/class-gen/window.c: When stripping function prefix away,
8097         include the trailing underscore because it is already set by the
8098         template.
8100         * plugins/class-gen/transform.c: Include "const char*" and "const
8101         gchar*" in the list for transforming a default C type to a GType.
8102         Don't access invalid memory when writing pointer_str in
8103         cg_transform_first_argument.
8105 2007-01-11  Naba Kumar  <naba@gnome.org>
8107         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8108         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8109         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8110         libegg/test-actions.c, anjuta.desktop.in.in,
8111         anjuta.prj: Renamed application icon to 'anjuta.png' from
8112         'anjuta_icon.png'. Added more fields in desktop file.
8114         * mime/anjuta.xml: Added magic section.
8115         
8116         * (removed) mime/anjuta.applications,
8117         (removed) mime/anjuta.mime, mime/Makefile.am,
8118         (removed) mime/anjuta.keys,
8119         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8120         registeration and added scalable icon. Also fixes bug #393680
8122 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8124         Reviewed by Naba Kumar  <naba@gnome.org>:
8125         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8126         and anjuta_status_progress_add_ticks() to check for progressbar 
8127         being realized before trying to update it.
8129 2007-01-10  Naba Kumar  <naba@gnome.org>
8131         * tagmanager/tm_workspace.c,
8132         po/POTFILES.in,
8133         plugins/debug-manager/Makefile.am,
8134         plugins/tools/scripts/Makefile.am,
8135         plugins/class-gen/plugin.c,
8136         plugins/class-gen/Makefile.am,
8137         global-tags/Makefile.am: Fixed make distcheck.
8139         * plugins/debug-manager/attach_process.c,
8140         plugins/debug-manager/attach_process.h,
8141         plugins/class-gen/action-callbacks.h,
8142         plugins/class-gen/action-callbacks.c,
8143         plugins/class-gen/class_gen.h,
8144         plugins/class-gen/class_gen.c: Deleted unused/old files.
8146         * (removed) scintilla, (added) plugins/editor/scintilla,
8147         plugins/editor/scintilla/lexers.make,
8148         plugins/editor/scintilla/Makefile.am,
8149         plugins/editor/Makefile.am
8150         configure.in, manuals/reference/libanjuta/Makefile.am
8151         Makefile.am: Moved scintilla to its right place.
8153 2007-01-09  Naba Kumar  <naba@gnome.org>
8155         * plugins/profile-default/plugin.c: Save project session before
8156         a new one is opened.
8158         * plugins/project-manager/plugin.c,
8159         plugins/project-manager/plugin.h,
8160         plugins/project-manager/anjuta-project-manager.ui,
8161         plugins/profile-default/plugin.c,
8162         plugins/profile-default/plugin.h,
8163         plugins/profile-default/Makefile.am,
8164         (added) plugins/profile-default/anjuta-default-profile.ui,
8165         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8166         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8167         multiple projects support.
8168         
8169 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8171         Reviewed by Naba Kumar  <naba@gnome.org>
8172         * plugins/class-gen/combo-flags.h:
8173         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8174         enum, added a type parameter to selected signal. Select highlighted
8175         entry when pressing enter (but not unselect it if it was already
8176         selected) before closing the popup. Also accept input when clicking
8177         not into the popup.
8179         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8180         according to selection type.
8182         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8183         VOID:BOXED,ENUM.
8185 2007-01-08  Johannes Schmid <jhs@gnome.org>
8187   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8188   * plugins/project-wizard/templates/gtkmm/Makefile.am
8189   * plugins/project-wizard/templates/python/configure.ac.tpl
8190   * plugins/project-wizard/templates/python/configure.in.tpl
8191   * plugins/project-wizard/templates/python/Makefile.am
8192   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8193   * plugins/project-wizard/templates/cpp/configure.in.tpl
8194   * plugins/project-wizard/templates/cpp/Makefile.am
8195   * plugins/project-wizard/templates/terminal.wiz
8196   * plugins/project-wizard/templates/xlib-dock.wiz
8197   * plugins/project-wizard/templates/wxwin.wiz
8198   * plugins/project-wizard/templates/java.wiz
8199   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8200   * plugins/project-wizard/templates/xlib/configure.in.tpl
8201   * plugins/project-wizard/templates/xlib/Makefile.am
8202   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8203   * plugins/project-wizard/templates/gcj/configure.in.tpl
8204   * plugins/project-wizard/templates/gcj/Makefile.am
8205   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8206   * plugins/project-wizard/templates/terminal/configure.in.tpl
8207   * plugins/project-wizard/templates/terminal/Makefile.am
8208   * plugins/project-wizard/templates/terminal/autogen.sh
8209   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8210   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8211   * plugins/project-wizard/templates/wxwin/Makefile.am
8212   * plugins/project-wizard/templates/gnome.wiz 
8213   * plugins/project-wizard/templates/java/configure.ac.tpl
8214   * plugins/project-wizard/templates/java/configure.in.tpl
8215   * plugins/project-wizard/templates/java/Makefile.am
8216   * plugins/project-wizard/templates/anjuta-plugin.wiz
8217   * plugins/project-wizard/templates/gtkmm.wiz
8218   * plugins/project-wizard/templates/python.wiz
8219   * plugins/project-wizard/templates/cpp.wiz
8220   * plugins/project-wizard/templates/gtk.wiz
8221   * plugins/project-wizard/templates/gcj.wiz
8222   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8223   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8224   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8226   Starting fixing of all project wizards:
8227   - rename configure.in to configure.ac
8228   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8229   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8230   (See #394184)
8231   
8232   * TODO.task: Added bug number to bounty
8234 2007-01-07  Johannes Schmid <jhs@gnome.org>
8236   *  plugins/build-basic-autotools.c:
8237   Fixed #392290 – Missed install as root option in project manager
8239 2007-01-07  Johannes Schmid <jhs@gnome.org>
8241   * plugins/sourceview/sourceview.c:
8242   Fixed #388731 – Odd editor behaviour after performing block-text operations
8243   Fixed #388727 – Block-tab does not work
8244   
8245   * plugins/sourceview/anjuta-document.h/c:
8246   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8247   
8248   * configure.in:
8249   Require Gtk+ >= 2.10 for sourceview plugin
8251 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8253         * libanjuta/anjuta-status.c:
8254         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8256 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8258         * configure.in,
8259         plugins/terminal/terminal.c:
8260         Fix bug #377027
8261         remove support for VTE < 0.9
8263 2007-01-06  Naba Kumar  <naba@gnome.org>
8265         * po/POTFILES.in: Updated
8267 2007-01-05  Adam Dingle  <adam@medovina.org>
8269         Reviewed by Naba Kumar  <naba@gnome.org>:
8270         * plugins/message-view/anjuta-message-manager-plugin.glade:
8271         Fixed bug #377903 (improve message color defaults).
8273 2007-01-05  Naba Kumar  <naba@gnome.org>
8275         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8276         
8277 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8279         Reviewed by  Naba Kumar  <naba@gnome.org>:
8280         * plugins/symbol-browser/test-class.h: Fixed block ends.
8282         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8283         C-style-block comment.
8285         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8286         allow lists when writing autogen definition files. This is required
8287         for the new class generator. Also fixed a wrong return value in
8288         npw_autogen_write_definition_file and set a GError in
8289         npw_autogen_execute when the output file could not be opened.
8291         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8292         user interface.
8294         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8295         goc_template_header and goc_template_source, added top_srcdir to
8296         includes, link against project wizard (also hopefully temporarily),
8297         removed class_gen.h, class_gen.c, action-callbacks.h,
8298         action-callbacks.c.
8300         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8302         * plugins/class-gen/cell-renderer-flags.h:
8303         * plugins/class-gen/cell-renderer-flags.c:
8304         * plugins/class-gen/combo-flags.h:
8305         * plugins/class-gen/combo-flags.c:
8306         * plugins/class-gen/element-editor.c:
8307         * plugins/class-gen/element-editor.h:
8308         * plugins/class-gen/generator.c:
8309         * plugins/class-gen/generator.h:
8310         * plugins/class-gen/plugin.h:
8311         * plugins/class-gen/plugin.c:
8312         * plugins/class-gen/transform.c:
8313         * plugins/class-gen/transform.h:
8314         * plugins/class-gen/validator.c:
8315         * plugins/class-gen/validator.h:
8316         * plugins/class-gen/window.c:
8317         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8318         adding of several class elements and uses autogen.
8320         * plugins/class-gen/templates/cc-header.tpl:
8321         * plugins/class-gen/templates/cc-source.tpl:
8322         * plugins/class-gen/templates/go-header.tpl:
8323         * plugins/class-gen/templates/go-source.tpl:
8324         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8325         for the class generator.
8327         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8329 2007-01-04  Naba Kumar  <naba@gnome.org>
8331         Patch from Nick Treleaven:
8332         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8333         all matching symbols.
8334         
8335         Patches from  Maik Beckmann and Sébastien Granjoux:
8336         * plugins/profile-default/plugin.c,
8337         plugins/project-manager/plugin.c: Unescape project name. Fixes
8338         Bug #357151
8340 2007-01-04  Naba Kumar  <naba@gnome.org>
8342         * plugins/glade/plugin.c: Fixed compilation with
8343         older glade-3 version.
8344         
8345         Patch from Roland Illig:
8346         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8347         plugins/sourceview/anjuta-document-saver.c,
8348         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8349         are necessary to build anjuta on NetBSD 3.0
8351         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8352         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8353         window manager in gnome.
8354         
8355 2007-01-02  Naba Kumar  <naba@gnome.org>
8356         
8357         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8358         
8359 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8361         Reviewed by Naba Kumar  <naba@gnome.org>:
8362         * libanjuta/interfaces/libanjuta.idl,
8363         plugins/debug-manager/Makefile.am,
8364         plugins/debug-manager/anjuta-marshal.list,
8365         plugins/debug-manager/debugger.c,
8366         plugins/debug-manager/sparse_buffer.c,
8367         plugins/debug-manager/sparse_buffer.h,
8368         plugins/debug-manager/sparse_view.c,
8369         plugins/debug-manager/sparse_view.h,
8370         plugins/debug-manager/disassemble.h,
8371         plugins/debug-manager/disassemble.c,
8372         plugins/debug-manager/anjuta-marshal.list,
8373         plugins/debug-manager/plugin.c,
8374         plugins/gdb/debugger.c,
8375         plugins/gdb/debugger.h,
8376         plugins/gdb/plugin.c:
8377         Add a disassembly view window
8379         * plugins/debug-manager/breakpoints.c,
8380         plugins/debug-manager/chunk_view.c,
8381         plugins/debug-manager/locals.c,
8382         plugins/debug-manager/memory.c,
8383         plugins/debug-manager/registers.c,
8384         plugins/debug-manager/stack_trace.c:
8385         Add some debugging information 
8387 2006-12-18  Naba Kumar  <naba@gnome.org>
8389         * configure.in, plugins/glade/plugin.c: Allow building against both
8390         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8392 2006-12-03  Naba Kumar  <naba@gnome.org>
8393         
8394         * TODO.tasks: Marked a bounty completed.
8396 2006-11-24  Adam Dingle <adam@medovina.org>
8398         Reviewed by Naba Kumar  <naba@gnome.org>:
8399         * plugins/build-basic-autotools/build-basic-autotools.c,
8400         plugins/debug-manager/watch.c,
8401         plugins/document-manager/plugin.c, 
8402         plugins/patch/plugin.c,
8403         plugins/project-manager/plugin.c:
8404         Fixed bug #378879 (several command names need ellipses).
8406 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8408         Reviewed by: Naba Kumar  <naba@gnome.org>
8409         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8410         GCC 4.1.2 (there are only two warnings remaining now when compiling
8411         plugins).
8413         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8415         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8416         macro so that the generated function support a NULL plugin parameter.
8418         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8419         in debug_tree_find_expression by freeing memory returned by the call
8420         to gtk_tree_model_get instead of the parameter string.
8422 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8424         * plugins/debug-manager/breakpoints.c:
8425         Fix bug #378850
8427         * plugins/debug-manager/anjuta-debug-manager.ui,
8428         plugins/debug-manager/debugger.c,
8429         plugins/debug-manager/plugin.c:
8430         Fix bug #378871
8432 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8434         * libanjuta/anjuta-launcher.c,
8435         plugins/gdb/debugger.c:
8436         Fix bug #377061
8438 2006-11-21  Naba Kumar  <naba@gnome.org>
8440         * plugins/search/search_preferences.c: Fixed build break.
8441         
8442 2006-11-20  Naba Kumar  <naba@gnome.org>
8443         
8444         Patch from Kjartan Maraas:
8445         * plugins/cvs-plugin/cvs-interface.c,
8446         plugins/document-manager/plugin.c,
8447         plugins/gtodo/interface.c,
8448         plugins/gtodo/libgtodo.h,
8449         plugins/message-view/anjuta-msgman.c,
8450         plugins/project-wizard/druid.c,
8451         plugins/search/search_preferences.c,
8452         plugins/sourceview/sourceview-prefs.c,
8453         plugins/terminal/terminal.c,
8454         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8456         Patch from Przemysław Grzegorczyk:
8457         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8458         plugins/subversion/anjuta-subversion.glade: Enable files in
8459         fileselection dialog. Fixes bug #376031.
8460         
8461 2006-11-17  Adam Dingle <adam@medovina.org>
8463         Reviewed by: Naba Kumar  <naba@gnome.org>
8464         * plugins/build-basic-autotools/build-basic-autotools.c
8465         * plugins/class-gen/anjuta-class-gen.plugin.in
8466         * plugins/debug-manager/breakpoints.c
8467         * plugins/debug-manager/plugin.c
8468         * plugins/devhelp/plugin.c
8469         * plugins/document-manager/plugin.c
8470         * plugins/gdb/debugger.c
8471         * plugins/glade/anjuta-glade.plugin.in
8472         * plugins/gtodo/plugin.c
8473         * plugins/language-support-cpp-java/plugin.c
8474         * plugins/message-view/plugin.c
8475         * plugins/project-import/anjuta-project-import.glade
8476         * plugins/project-import/anjuta-project-import.plugin.in
8477         * plugins/search/plugin.c
8478         * plugins/tools/scripts/tools-2.xml.in
8479         * plugins/valgrind/plugin.c
8480         * src/anjuta-actions.h:
8481         Fixed bug #376335 "menu items should be capitalized".  Minor
8482         grammar edits.
8484 2006-11-20  Naba Kumar  <naba@gnome.org>
8485         
8486         * configure.in: Fixed build.
8488         Patch from: Arjan Timmerman
8489         *configure.in: Make subvesion plugin build for apr 1.x.
8490         Fixes: Bug #364754.
8491         
8492 2006-11-20  Johannes Schmid <jhs@gnome.org>
8494         * configure.in
8495         * plugins/*/*.[ch]:
8496         Removed patches from Sylvain and Günther. They caused not problems but
8497         Naba was against them.
8499 2006-11-20  Johannes Schmid <jhs@gnome.org>
8501         * Removed me from MAINTAINERS
8503 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8505         * configure.in:
8506         Use apr-1 instead of apr-0
8508 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8510         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8511         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8512         and another bug occuring when parsing .pc file containing quotes.
8514 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8516         * plugins/*/*.[ch]: Use class macro for type casting.
8518         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8519         GCC 4.1.2 (there are only two warnings remaining now when compiling
8520         plugins).
8522         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8523         a memory leak in debug_tree_find_expression; g_free was called on
8524         the parameter instead of the memory allocated by gtk_tree_model_get.
8526         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8527         to declare and initialize the global type variable of the plugin.
8529 2006-10-31  Naba Kumar  <naba@gnome.org>
8531         * global-tags/create_global_tags.sh.in: Added an end message.
8532         
8533         * libanjuta/anjuta-launcher.h: Fixed indentation.
8534         
8535         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8536         creation to a) append the messages in right way, b) Connect signals
8537         to the view properly and c) Recreate the system-tags.cache at the
8538         end of the generation.
8540         * plugins/symbol-browser: Fixed action path (double
8541         click on sysmbols was not working).
8543         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8544         Fixed typedef and removed dead code.
8546         * tagmanager/c.c: Took the latest version from ctags source
8547         repository, because the one we had (from ctags 5.6) was broken.
8548         
8549         * global_tags/create_global_tags.sh.in: Reverted the patch from
8550         Sylvain because it was not right fix (and added a helpful comment).
8551         Used /bin/bash to fix the bashism and generated separate log files
8552         for each tag files in the same directory.
8553         
8554 2006-10-29  Naba Kumar  <naba@gnome.org>
8556         * plugins/editor/text_editor.c: Use a temporary file
8557         to save the editor and move it at the end to original
8558         file. This will prevent data corruption if file save
8559         failed for any reason. Also report proper errors when
8560         file save fails. Fixes bug #346575.
8561         
8562 2006-10-26  Naba Kumar  <naba@gnome.org>
8564         * plugins/document-manager/anjuta-docman.c: Do not load
8565         the same files with different path more than once (happens
8566         with symlinked files). Fixes Bug #323591.
8568 2006-10-25  Naba Kumar  <naba@gnome.org>
8570         * plugins/valgrind/vgactions.c: Fixed a warning.
8572 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8574         Reviewed by Naba Kumar  <naba@gnome.org>:
8576         * plugins/valgrind/vgtoolview.c:
8577         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8579         * plugins/valgrind/bugged-prg-test.c:
8580         No more warning during compilation with GCC 4.1.
8581         Program is still buggy in order to be used as a test of the
8582         plugin.
8584         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8585         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8586         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8587         plugins/valgrind/vgrule.c:
8588         No more warning during compilation with GCC 4.1.
8590         * plugins/valgrind/plugin.c:
8591         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8592         prototype (was missing from previous patch).
8594 2006-10-24  Naba Kumar  <naba@gnome.org>
8596         * plugins/glade/plugin.c: Show glade tree view, not list view.
8597         
8598         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8599         exited with glade plugin still loaded. Fixes Bug #364755.
8601         * plugins/document-manager/anjuta-document-manager.plugin.in:
8602         Added application/x-reject in accepted mime-types.
8603         
8604         * Changelog: Fixed changelog alignments.
8606 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8608         Reviewed by: Naba Kumar  <naba@gnome.org>
8609         
8610         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8611         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8612         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8613         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8614         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8615         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8616         plugins/valgrind/vgsearchbar.c:
8617         Use class macro for type casting.
8619         * plugins/valgrind/plugin.h:
8620         Don't force cast a GtkActionGroup to a GtkAction.
8622         * plugins/valgrind/plugin.c:
8623         Use correct API to get path of the preoject root when building
8624         the list of targets for the run action.
8625         Correct ordering of the construction of the preferences widgets.
8626         Only remove the valgrind widget if it is currently displayed.
8628         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8629         Return if check_valgrind_binary() fails.
8630         The ValgrindPluginPrefs object is initialized after the call to
8631         vg_action_new. Take a handle to the location of the pointer to
8632         the future object.
8634 2006-10-24  Naba Kumar  <naba@gnome.org>
8636         * HACKING: Updated coding sample.
8637         
8638         Patch from: Armin Burgmeier  <armin@arbur.net>
8639         * plugins/symbol-browser/test-class.h,
8640         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8641         
8642 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8644         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8645         * plugins/valgrind/vgtoolview.h:
8646         Correctly handle the argv / srcdir of vg_tool_view object. Do
8647         not leak memory associated with those arrays.
8649         * plugins/symbol-browser/an_symbol_prefs.c:
8650         Support unloading / reloading of the module (for example when
8651         closing a project and opening another one).
8653         * plugins/project-manager/plugin.c:
8654         Remove plugin widget before removing plugin itself, preventing
8655         a crash with valgrind plugin.
8657         * libanjuta/anjuta-preferences-dialog.c:
8658         Do not use the page_num returned by gtk_notebook_append_page to
8659         remove the page as it cause bugs when pages removal is not done
8660         in LIFO.
8662         * plugins/document-manager/anjuta-docman.c:
8663         Fix some GTK+ warnings.
8665         * global-tags/create_global_tags.sh.in:
8666         Rewrite script to remove bash-ism and use pkg-config directly
8667         instead of parsing the *.pc file by hand. This solve problems
8668         that occurred when one of the directory in PKG_CONFIG_PATH is
8669         empty.
8671 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
8673         * plugins/glade/plugin.c: Fix build (#363884)
8675 2006-10-22  Johannes Schmid <jhs@gnome.org>
8677         * plugins/file-manager/an_file_view.c:
8678         * plugins/file-manager/plugin.c:
8679         * plugins/file-manager/plugin.h:
8680         Fix possible crasher when changing project-root uri when we try to restore open nodes
8681         * AUTHORS: Updated
8683 2006-10-19  Naba Kumar  <naba@gnome.org>
8685         Patch from: Juan Pablo Ugarte
8686         * plugins/glade/plugin.c: Include glade header
8687         correctly.
8688         
8689 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
8690         
8691         * plugins/debug-manager/Makefile.am,
8692         plugins/debug-manager/sexy-icon-entry.h,
8693         plugins/debug-manager/sexy-icon-entry.c,
8694         plugins/debug-manager/dataview.c:
8695         Fix bug #358134 (Goto memory prompt)
8696         Use sexy-icon-entry from libsexy 0.1.10
8698         * plugins/debug-manager/debugger.c,
8699         plugins/debug-manager/plugin.c,
8700         plugins/debug-manager/start.c,
8701         plugins/gdb/debugger.c,
8702         plugins/gdb/plugin.c:
8703         Better error handling when starting and stopping debugger
8705 2006-10-13  Maik Beckmann <maik@eigenco.de>
8707         * src/action_callbacks.c:
8708         Fixed bug #361830 (AboutDialog does not close) which is caused 
8709         due to a change in Gtk+ 2.10  
8710   
8711 2006-10-12  Adam Dingle <adam@medovina.org>
8713         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
8715         * plugins/search/search-replace.c:
8716         Fixed bug #358068 (indicate when Find in Files is complete)
8718         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8720         * plugins/sourceview/sourceview-prefs.c:
8721         * plugins/sourceview/sourceview.glade:
8722         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
8724         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
8726         * plugins/devhelp/plugin.c:
8727         * plugins/search/plugin.c: 
8728         Fixed bug #359750 (fix find/replace shortcut keys).
8730         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
8731         use Alt+key for shortcuts)
8733         *  plugins/debug-manager/debug_tree.c:
8734         *  plugins/debug-manager/debugger.c:
8735         Fixed bug #359317 (can't load debug manager)
8737         * /plugins/document-manager/plugin.c:
8738         Fixed bug #359259 (highlight modes listed in reverse 
8739         alphabetical order).
8741 2006-10-10  Johannes Schmid <jhs@gnome.org>
8743         * plugins/glade/plugin.c:
8744         Add scrollbars to glade project window
8746 2006-10-10  Johannes Schmid <jhs@gnome.org>
8748         * libanjuta/interfaces/Makefile.am.iface:
8749         Fixed Makefile with broke build
8751 2006-10-07  Johannes Schmid <jhs@gnome.org>
8753         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8754         * libanjuta/interfaces/Makefile.iface.am:
8755         Fixed enum types generation
8757         * libanjuta/interfaces/libanjuta.idl:
8758         Fixed some strange typo
8760 2006-10-06  Johannes Schmid <jhs@gnome.org>
8762         * libanjuta/interfaces/Makefile.iface.am:
8763         Fixed enum-types.h generation
8764         * libanjuta/interfaces/libanjuta.idl:
8765         char* => gchar*
8766         IAnjutaTODO::load should take const gchar* argument
8767         Remove include to libanjuta/e-splash.h which is not installed as header file
8768         Disable get_attributes for now
8769         
8770         * pluings/sourceview/sourceview.c: Disabled get_attributes
8771         
8772         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
8774 2006-10-05  Naba Kumar  <naba@gnome.org>
8776         * TODO.tasks: Set 'Improve class widzard' task to assigned.
8777         Set bug id for 'Profiler plugin' task.
8779 2006-10-03  Naba Kumar  <naba@gnome.org>
8781         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
8782         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
8784         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
8785         plugins/project-manager/plugin.c: Added a new API in
8786         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
8787         Added some documentation. On project close, close all editors that
8788         has files opened for the project.
8789         
8790         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
8791         from the containers on anjuta_shell_remove_widget(). Do not destroy
8792         glade widgets once created.
8793         
8794 2006-10-03  Johannes Schmid <jhs@gnome.org>
8796         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8797         * libanjuta/interfaces/libanjuta.idl:
8798         const-List<> => const List<>
8799         List-free<> => List<>
8800         
8801         * Makefile.am: Reenabled launcher
8803 2006-10-03  Johannes Schmid <jhs@gnome.org>
8805         * libanjuta/interfaces/Makefile.am.iface:
8806         Install libanjuta.idl
8808 2006-10-02  Adam Dingle <adam@medovina.org>
8810         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
8812 2006-10-02  Adam Dingle <adam@medovina.org>
8814         * plugins/editor/style-editor.c: fixed bug #357534
8815         * plugins/gdb/utilities.h: removed 2 unused declarations
8817 2006-10-02  Johannes Schmid <jhs@gnome.org>
8819         * Makefile.am: disabled anjuta-launcher
8820         * libanjuta/Makefile.am:
8821         
8822         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
8823         * libanjuta/glue-factory.c: (glue_factory_add_path),
8824         (glue_factory_get_path):
8825         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
8826         * libanjuta/glue-factory.h:
8827         * libanjuta/glue-cpp.h:
8828         * libanjuta/glue-cpp.c:
8829         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
8830         
8831         * libanjuta/interfaces/Makefile.am.iface:
8832         * libanjuta/interfaces/anjuta-idl-compiler.pl:
8833         * libanjuta/interfaces/libanjuta.idl:
8834         Add a new features to idl compiler:
8835         List<Type> => List of Type
8836         List-free<Type> => List of Type, it is up to the caller to free items and list
8837         const-List(-free)<Type> = const List of Types
8838         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
8839         
8840         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
8841         (generic_cpp_class_create_code):
8842         Adapted to new project_manager interface
8843         
8844         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
8845         * plugins/debug-manager/debugger.c:
8846         (ivariable_debugger_iface_init):
8847         Do not use C++ keyword "delete" for interface name
8848         
8849         * plugins/document-manager/anjuta-document-manager.plugin.in:
8850         Added m4 to mime-types
8851         
8852         * plugins/project-manager/plugin.c:
8853         (iproject_manager_add_source_multi):
8854         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
8856 2006-10-01  Naba Kumar  <naba@gnome.org>
8858         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
8859         UI file used when out-of-process devhelp is used instead of
8860         embedded devhelp.
8861         
8862         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
8863         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
8864         plugins/profile-default/default.anjuta: Build devhelp plugin,
8865         but use out-of-process devhelp if devhelp plugin is disabled
8866         (either by user or devhelp is not installed). Disabled devhelp
8867         plugin by default. Added it in default profile.
8869 2006-10-01  Naba Kumar  <naba@gnome.org>
8871         * plguins/project-manager/plugin.c: Possible fix for crash
8872         bug #358583.
8873         
8874         * configure.in, plugins/Makefile.am: Enabled glade plugin and
8875         set dep to last version 3.0.2.
8876         
8877         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
8878         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
8879         plugins/symbol-browser/plugin.c: Use the right action group
8880         for getting popup actions (Fixes lots of assertion failures).
8882         * plugins/project-manager/plugin.c,
8883         plugins/project-manager/plugin.h: use separate action group
8884         for profie actions.
8885         
8886         * plugins/message-view/plugin.c: Disconnect session load
8887         signal on plugin deactivation (fixes a crash).
8889 2006-09-30  Naba Kumar  <naba@gnome.org>
8891         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
8892         * TODO.tasks: Assigned a bounty to Massimo.
8894 2006-09-29  Naba Kumar  <naba@gnome.org>
8896         * src/anjuta-app.c, src/shell.c: Fixed build errors.
8898 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
8900         * plugins/debug-manager/debugger.c,
8901         plugins/debug-manager/plugin.c,
8902         libanjuta/interfaces/libanjuta.idl:
8903         Add a new abort command to quit debugger without waiting
8905         * plugins/gdb/debugger.c,
8906         plugins/gdb/debugger.h,
8907         plugins/gdb/plugin.c:
8908         Send a signal directly to the debugged program
8909         Implement abort command
8911         * plugins/debug-manager/debug_tree.c:
8912         Fix bug #358163
8914         * plugins/debug-manager/stack-trace.c:
8915         Fix bug #358009
8917 2006-09-29  Naba Kumar  <naba@gnome.org>
8919         * TODO.tasks: Updated.
8920         
8921         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
8922         dialog.
8923         
8924         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
8925         
8926         * TODO.tasks: Updated in light of the word wrapping fix
8927         in Tasks Manager. Added a test bounty entry.
8929         * TODO.tasks: Added four bounties.
8930         
8931 2006-09-28  Naba Kumar  <naba@gnome.org>
8933         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
8934         Added 'customizable' parameter to
8935         anjuta_ui_add_action_group_entries() and similar functions to
8936         allow user configuration of the actions. Filter out actions that
8937         are not configurable items (such as submenu items). Now the
8938         'Customize shortcuts' dialog is much better listed.
8940         * plugins/build-basic-autotools/build-basic-autotools.c,
8941         plugins/build-basic-autotools/build-basic-autotools.h,
8942         plugins/cvs-plugin/plugin.c,
8943         plugins/cvs-plugin/plugin.h,
8944         plugins/debug-manager/breakpoints.c,
8945         plugins/debug-manager/plugin.c,
8946         plugins/debug-manager/stack_trace.c,
8947         plugins/debug-manager/watch.c,
8948         plugins/devhelp/plugin.c,
8949         plugins/document-manager/plugin.c,
8950         plugins/file-loader/plugin.c,
8951         plugins/file-manager/plugin.c,
8952         plugins/glade/plugin.c,
8953         plugins/gtodo/interface.c,
8954         plugins/gtodo/plugin.c,
8955         plugins/language-support-cpp-java/plugin.c,
8956         plugins/macro/plugin.c,
8957         plugins/macro/plugin.h,
8958         plugins/message-view/plugin.c,
8959         plugins/patch/plugin.c,
8960         plugins/profile-default/default.anjuta,
8961         plugins/project-manager/plugin.c,
8962         plugins/project-manager/plugin.h,
8963         plugins/sample1/plugin.c,
8964         plugins/search/plugin.c,
8965         plugins/subversion/plugin.c,
8966         plugins/subversion/plugin.h,
8967         plugins/symbol-browser/plugin.c,
8968         plugins/symbol-browser/plugin.h,
8969         plugins/tools/plugin.c,
8970         plugins/valgrind/plugin.c,
8971         plugins/valgrind/plugin.h: Fixed to take care of above change
8972         in API of AnjutaUI. Properly added/removed action groups in some
8973         plugins. Split action groups into customization and non-customizable
8974         groups and added them separately.
8976         * plugins/document-manager/plugin.c: Close files belonging to
8977         project when project is closed (not complete).
8978         
8979         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
8980         vertical aligned cell entries.
8981         
8982         * src/anjuta-app.c: Define macros for the placeholder names.
8983         Set default widths and heights of the default placeholders,
8984         so that newly docked widgets are correclty sized.
8985         
8986         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
8987         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
8988         Fixed to generated correct actions addition/removal code.
8990 2006-09-25  Naba Kumar  <naba@gnome.org>
8992         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
8993         libanjuta/anjuta-serializer.[ch]: Implemented serialization
8994         class.
8995         
8996         * plugins/message-view/anjuta-msgman.c,
8997         plugins/message-view/anjuta-msgman.h,
8998         plugins/message-view/message-view.c,
8999         plugins/message-view/message-view.h,
9000         plugins/message-view/plugin.c: Serialize messages panes in
9001         session save and deserialize them in session load so that
9002         build messages persistant.
9003         
9004 2006-09-24  Johannes Schmid <jhs@gnome.org>
9006         * libanjuta/anjuta-utils.c:
9007         * plugins/message-view/message-view.c:
9008         Really fixed #355407
9010 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9012         * libanjuta/interfaces/libanjuta.idl:
9013         Change one variable sign
9015         * plugins/debug-manager/anjuta-debug-manager.glade,
9016         plugins/debug-manager/anjuta-debug-manager.ui:
9017         Few small interface changes     
9019         * plugins/debug-manager/debug_tree.h,
9020         plugins/debug-manager/watch.c,
9021         plugins/debug-manager/debugger.c,
9022         plugins/debug-manager/plugin.c
9023         plugins/gdb/debugger.c,
9024         plugins/gdb/plugin.c:
9025         Big rewrite of debugger queue
9026         Allow to cancel command
9028         * plugins/debug-manager/memory.c:
9029         Fix a bug if a command is cancelled
9031 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9033         * plugins/gdb/debugger.c,
9034         plugins/debug-manager/debug_tree.c,
9035         plugins/debug-manager/locals.c:
9036         Restore tree representation for local variable
9037         Add argument in local variable list
9038         Use gdb variable object to get all informations
9040 2006-09-19  Naba Kumar  <naba@gnome.org>
9042         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9043         that implements AnjutaSavePrompt class.
9045         * ChangeLog: Fixed indentation.
9046         
9047         * libanjuta/Makefile.am,
9048         libanjuta/anjuta-marshal.list,
9049         libanjuta/anjuta-shell.c,
9050         libanjuta/anjuta-shell.h,
9051         plugins/document-manager/action-callbacks.c,
9052         plugins/document-manager/action-callbacks.h,
9053         plugins/document-manager/anjuta-docman.c,
9054         plugins/document-manager/anjuta-docman.h,
9055         plugins/document-manager/plugin.c,
9056         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9057         unsaved items during exit. A new signal is added in shell
9058         interface called 'save-prompt' to collect all unsaved items.
9059         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9060         Fixed document manager to use the new save-prompt signal in shell
9061         and AnjutaSavePrompt object for unsaved files. Cleaned up
9062         AnjutaDocman to synchronously save new files. Fixed function
9063         names.
9065 2006-09-18  Johannes Schmid <jhs@gnome.org>
9067         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9068         gdl requirement to 0.7.0
9070 2006-09-18  Johannes Schmid <jhs@gnome.org>
9072         * global-tags/.cvsignore:
9073         * global-tags/Makefile.am:
9074         * global-tags/create_global_tags.sh (removed):
9075         * global-tags/create_global_tags.sh.in (added):
9076         Fixed #355407
9077         
9078         * libanjuta/anjuta-launcher.c:
9079         Fixed #349374
9080         
9081         * plugins/project-manager/plugin.c:
9082         (project_manager_plugin_close_project):
9083         Fixed crasher
9084         
9085         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9086         Fixed gtk critical
9087         
9088         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9089         More reasonable toolbar creation/deletition though it does
9090         not completly work!
9092 2006-09-15  Johannes Schmid <jhs@gnome.org>
9094         * libanjuta/anjuta-utils.c/.h:
9095         Fixed #355168
9097 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9099         * scintilla/ScintillaGTK.cxx
9100         Fixed doulbe freeing in Scintilla
9102 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9104         * plugins/symbol-browser/an_symbol_prefs.c:
9105         Support unloading / reloading of the module (for example when
9106         closing a project and opening another one).
9108         * plugins/project-manager/plugin.c:
9109         Really fixed #355148 (Show project name in title bar)
9111 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9113         * libanjuta/plugins.c:
9114         Fixed #355156 (Show plugins in alphabetical order)
9116 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9118         * plugins/project-manager/plugin.c:
9119         Fixed #355148 (Show project name in title bar)
9121 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9123         * plugins/project-manager/plugin.c:
9124         (value_removed_project_root_uri):
9125         Fixed crasher if project cannot be opened
9127 2006-08-30 Naba Kumar  <naba@gnome.org>
9129         * plugins/language-support-cpp-java/plugin.[c,h],
9130         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9131         Impletemnted UI for auto indent.
9132         
9133 2006-08-28 Naba Kumar  <naba@gnome.org>
9134         
9135         * plugins/gvim/.cvsignore,
9136         plugins/gvim/Makefile.am,
9137         plugins/gvim/anjuta-vim-plugin.png,
9138         plugins/gvim/anjuta-vim.c,
9139         plugins/gvim/anjuta-vim.h,
9140         plugins/gvim/anjuta-vim.plugin.in,
9141         plugins/gvim/gtkvim.c,
9142         plugins/gvim/gtkvim.h,
9143         plugins/gvim/plugin.c,
9144         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9145         in build yet.
9147 2006-08-28 Naba Kumar  <naba@gnome.org>
9149         Patch from: Massimo Corà  <maxcvs@email.it>
9150         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9151         possible infinite loop.
9153 2006-08-22 Adam Dingle <adam@medovina.org>
9154         
9155         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9156         to edit are shown in the preferences dialog in anjuta").
9157         Removed unused widgets from the style editor dialog.
9159 2006-08-21  Johannes Schmid <jhs@gnome.org>
9161         * plugins/symbol-browser/test-class.[cpp/h]
9162         Added missing files
9164 2006-08-18  Naba Kumar  <naba@gnome.org>
9166         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9167         end of document loading.
9169         * plugins/language-support-cpp-java/plugin.c,
9170         plugins/sourceview/sourceview.c: Fixed plugin loading.
9172 2006-08-17  Naba Kumar  <naba@gnome.org>
9174         * plugins/language-support-cpp-java/plugin.c,
9175         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9176         mode line parsing. Indentation parameters initialized based on
9177         mode line parameters.
9179 2006-08-16  Naba Kumar  <naba@gnome.org>
9181         * Makefile.am, plugins/editor/text_editor.c,
9182         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9183         comments.
9185 2006-08-16 Naba Kumar  <naba@gnome.org>
9187         Patch from  Massimo Cora'  <maxcvs@email.it>:
9188         
9189         * plugins/editor/aneditor-autocomplete.cxx,
9190         plugins/editor/aneditor-calltip.cxx,
9191         plugins/symbol-browser/Makefile.am,
9192         plugins/symbol-browser/an_symbol.c,
9193         plugins/symbol-browser/an_symbol_view.c,
9194         plugins/symbol-browser/plugin.c,
9195         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9196         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9197         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9198         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9199         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9200         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9201         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9202         tagmanager/get.h, tagmanager/html.c,
9203         tagmanager/include/tm_source_file.h,
9204         tagmanager/include/tm_tag.h,
9205         tagmanager/include/tm_workspace.h,
9206         tagmanager/jscript.c, tagmanager/keyword.c,
9207         tagmanager/keyword.h, tagmanager/lisp.c,
9208         tagmanager/lregex.c, tagmanager/lua.c,
9209         tagmanager/main.h, tagmanager/make.c,
9210         tagmanager/options.c, tagmanager/options.h,
9211         tagmanager/parse.c, tagmanager/parse.h,
9212         tagmanager/parsers.h, tagmanager/pascal.c,
9213         tagmanager/perl.c, tagmanager/php.c,
9214         tagmanager/python.c, tagmanager/read.c,
9215         tagmanager/read.h, tagmanager/readtags.c,
9216         tagmanager/readtags.h, tagmanager/rexx.c,
9217         tagmanager/routines.c, tagmanager/routines.h,
9218         tagmanager/ruby.c, tagmanager/scheme.c,
9219         tagmanager/sh.c, tagmanager/slang.c,
9220         tagmanager/sml.c, tagmanager/sort.c,
9221         tagmanager/sort.h, tagmanager/sql.c,
9222         tagmanager/strlist.c, tagmanager/strlist.h,
9223         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9224         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9225         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9226         tagmanager/vim.c, tagmanager/vstring.c,
9227         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9228         5.6 and namespace completion fixed.
9230         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9231         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9233 2006-08-15 Naba Kumar  <naba@gnome.org>
9235         * libanjuta/interfaces/libanjuta.idl,
9236         plugins/editor/text-editor-iterable.c,
9237         plugins/editor/text_editor.c,
9238         plugins/sourceview/sourceview-cell.c,
9239         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9240         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9241         ianjuta_editor_end_action().
9242         
9243         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9245 2006-08-13 Naba Kumar  <naba@gnome.org>
9247         * plugins/debug-manager/breakpoints.c,
9248         plugins/debug-manager/memory.c,
9249         plugins/debug-manager/registers.c,
9250         src/layout.xml: Fixed debugger widgets layout.
9252 2006-08-12 Naba Kumar  <naba@gnome.org>
9254         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9255         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9256         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9257         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9258         codes and dead codes. Removed automatic indentation prefs.
9260 2006-08-12  Johannes Schmid <jhs@gnome.org>
9262         * libanjuta/Makefile.am:
9263         * libanjuta/anjuta-launcher.c:
9264         * libanjuta/anjuta-launcher.h:
9265         * libanjuta/anjuta-plugin.c:
9266         * libanjuta/anjuta-plugin.h:
9267         * libanjuta/anjuta-preferences.c:
9268         * libanjuta/anjuta-preferences.h:
9269         * libanjuta/anjuta-shell.c:
9270         * libanjuta/anjuta-shell.h:
9271         * libanjuta/libanjuta.h:
9272         
9273         Made wrapper friendly:
9274         - no inline in header files (preferences_set/get)
9275         - correct signal names
9276         - correct GError** argument in anjuta_shell_freeze/thaw
9277         - include correct files in libanjuta.h
9278         
9279         * plugins/project-manager/plugin.c: 
9280         Fixed two crashers
9282 2006-08-11 Naba Kumar  <naba@gnome.org>
9284         * plugins/editor/aneditor-priv.h,
9285         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9286         
9287         * plugins/editor/text_editor_cbs.c,
9288         plugins/sourceview/anjuta-view.c: Pass the right position for char
9289         added signal.
9290         
9291         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9292         
9293         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9295 2006-08-11 Naba Kumar  <naba@gnome.org>
9297         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9298         return the right character at the iter position and get_char() to
9299         not leak memory.
9301         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9302         to set to character offset and not byte index.
9304         * plugins/language-support-cpp-java/plugin.c: Improved
9305         auto-indentation login. Indents opening and closing braces correctly.
9307 2006-08-10  Johannes Schmid <jhs@gnome.org>
9309         * INSTALL:
9310         * autogen.sh:
9311         Required automake = 1.9
9313         * libanjuta/anjuta-children.c:
9314         * libanjuta/anjuta-children.h:
9315         * libanjuta/anjuta-encodings.h:
9316         * libanjuta/anjuta-launcher.h:
9317         * libanjuta/anjuta-plugin-description.h:
9318         * libanjuta/anjuta-preferences-dialog.h:
9319         * libanjuta/anjuta-preferences.h:
9320         * libanjuta/anjuta-session.h:
9321         * libanjuta/anjuta-status.h:
9322         * libanjuta/anjuta-ui.h:
9323         * libanjuta/anjuta-utils.c:
9324         * libanjuta/anjuta-utils.h:
9325         * libanjuta/e-splash.h:
9326         * libanjuta/glue-factory.h:
9327         * libanjuta/glue-plugin.h:
9328         * libanjuta/plugins.h:
9329         * libanjuta/resources.h:
9330         Fixed libanjuta to be able to wrap it
9331         - G_BEGIN_DECLS, G_END_DECLS
9332         - include all necessary files in libanjuta.h
9334         * plugins/gtodo/tray-icon.c:
9335         * plugins/terminal/terminal.c:
9336         Some build fixes for freebsd
9338         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9339         * plugins/sourceview/sourceview.glade:
9340         Remove auto-indent feature as it is now in language-support
9342 2006-08-09 Naba Kumar  <naba@gnome.org>
9344         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9345         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9346         Added missing files.
9348         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9349         get_use_spaces(), set_tabsize() and set_use_spaces().
9351 2006-08-09 Naba Kumar  <naba@gnome.org>
9353         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9354         succeeded in activating.
9356         * plugins/document-manager/plugin.c: Added debug message.
9358         * libanjuta/interfaces/libanjuta.idl,
9359         plugins/editor/text_editor.c: Implemented get_tabsize(),
9360         get_use_spaces(), set_tabsize() and set_use_spaces().
9362         * plugins/language-support-cpp-java/Makefile.am,
9363         plugins/language-support-cpp-java/plugin.c,
9364         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9365         for indentation. Added preferences page for paramenters.
9367         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9369 2006-08-08 Naba Kumar  <naba@gnome.org>
9371         * libanjuta/interfaces/libanjuta.idl,
9372         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9373         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9374         plugins/editor/text_editor.c,
9375         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9376         and implemented it for both scintilla and sourceview.
9378         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9379         focus back to editor (happens when pressing esc in incremental
9380         search box).
9382 2006-08-08 Naba Kumar  <naba@gnome.org>
9384         * libanjuta/interfaces/libanjuta.idl,
9385         plugins/editor/text_editor.c,
9386         plugins/editor/text_editor.h,
9387         plugins/editor/text-editor-iterable.c,
9388         plugins/sourceview/sourceview-cell.c,
9389         plugins/sourceview/sourceview.c: Implemented editor attributes
9390         methods.
9391         
9392         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9393         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9394         code (not complete yet).
9396         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9397         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9398         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9399         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9400         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9401         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9403 2006-08-04 Naba Kumar  <naba@gnome.org>
9405         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9406         implementation.
9407         
9408 2006-08-03  Johannes Schmid <jhs@gnome.org>
9410         * configure.in: Add a more informative text to valgrind plugin
9412         * TODO.tasks:
9413         Modified Preferences tasl
9414         * libanjuta/anjuta-plugin.c: 
9415         * libanjuta/anjuta-preferences-dialog.c: 
9416         * libanjuta/anjuta-preferences-dialog.h:
9417         * libanjuta/anjuta-preferences.c:
9418         * libanjuta/anjuta-preferences.h:
9419         * libanjuta/interfaces/Makefile.am.iface:
9420         * libanjuta/interfaces/libanjuta.idl:
9421         Added IAnjutaPreferences interface which every plugin that has preferences should
9422         implement. Call merge() and unmerge() at plugin activation/deactivation.
9423         Fixed preferences_page_remove()
9424         
9425         * plugins/build-basic-autotools/build-basic-autotools.c:
9426         * plugins/cvs-plugin/plugin.c: 
9427         * plugins/document-manager/plugin.c:
9428         * plugins/editor/plugin.c:
9429         * plugins/editor/plugin.h:
9430         * plugins/file-manager/plugin.c: 
9431         * plugins/gtodo/main.h:
9432         * plugins/gtodo/plugin.c: 
9433         * plugins/gtodo/preferences.c: 
9434         * plugins/message-view/anjuta-msgman.c: 
9435         * plugins/message-view/anjuta-msgman.h:
9436         * plugins/message-view/plugin.c:
9437         * plugins/sourceview/plugin.c: 
9438         * plugins/sourceview/plugin.h:
9439         * plugins/symbol-browser/an_symbol_prefs.c:
9440         * plugins/symbol-browser/plugin.c: 
9441         * plugins/terminal/terminal.c: 
9442         * plugins/valgrind/plugin.c
9443         * src/anjuta-app.c:
9444         
9445         Updated preference loading/unloading for all plugins
9447 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9448         
9449         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9450         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9451     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9452         recommended by the autoconf manual. 
9453         - Fixes compiling with autoconf 2.60.
9454         
9455         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9457 2006-08-02      Johanes Schmid <jhs@gnome.org>
9459         * plugins/profile-default/plugin.c:
9460         Fixed session handling
9462 2006-08-01  Johannes Schmid <jhs@gnome.org>
9464         * configure.in
9465         * plugins/Makefile.am:
9466         Disabled devhelp and glade for now as they do not work (#341073
9467         and #341170)
9468         
9469         * plugins/profile-default/anjuta-default-profile.ui (removed):
9470         * plugins/profile-default/plugin.c:
9471         * plugins/profile-default/plugin.h:
9472         * plugins/project-manager/anjuta-project-manager.ui:
9473         * plugins/project-manager/plugin.c:
9474         * plugins/project-manager/plugin.h:
9475         Limted multiple project support #315043
9477         * libanjuta/interfaces/libanjuta.idl:
9478         Added ianjuta_profile_unload
9480 2006-07-31 Naba Kumar  <naba@gnome.org>
9482         * libanjuta/interfaces/libanjuta.idl,
9483         plugins/editor/text-editor-iterable.c,
9484         plugins/editor/text_editor.c,
9485         plugins/sourceview/anjuta-view.c,
9486         plugins/sourceview/anjuta-view.h,
9487         plugins/sourceview/sourceview.c: Fixed text iteration and 
9488         IAnjutaEditor implementations in both scintilla
9489         and sourceview. Cleand up libanjuta API: Removed redundant
9490         erase_range() method from IAnjutaEditor interface, fixed
9491         ianjuta_editor_get_text to take length instead of range (consistency).
9492         autoindentation in both sourceview and scintilla more or less works,
9493         but still disabled for now because there are still some anomalies
9494         in text iteration.
9496         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9498         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9499         API changes.
9501 2006-07-30  Johannes Schmid <jhs@gnome.org>
9503         * plugins/sourceview/anjuta-document.c:
9504         * plugins/sourceview/anjuta-document.h:
9505         * plugins/sourceview/anjuta-view.c: 
9506         * plugins/sourceview/sourceview.c:
9507         Wrote a new "char_added" implementation, I hope this one is good
9509         * plugins/sourceview/sourceview-cell.c:
9510         Fixed typo: "text_iter" instead of "iter"
9512 2006-07-30 Naba Kumar  <naba@gnome.org>
9514         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9516 2006-07-30  Johannes Schmid <jhs@gnome.org>
9518         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9519         
9520         * plugins/debug-manager/plugin.c: 
9521         * plugins/patch/plugin.c:
9522         Use IAnjutaIndicable to mark debugger position
9524         * plugins/sourceview/sourceview.c:
9525         Define colors for IAnjutaIndicable
9527 2006-07-29  Johannes Schmid <jhs@gnome.org>
9529         * plugins/debug-manager/anjuta-debug-manager.ui:
9530         * plugins/debug-manager/breakpoints.c:
9531         * plugins/debug-manager/images/Makefile.am:
9532         * plugins/debug-manager/images/run-to-cursor.png:
9533         * plugins/debug-manager/plugin.c:
9534         Added toolbar and some icons
9536         * plugins/patch/anjuta-patch.ui:
9537         * plugins/patch/patch-plugin.c:
9538         * plugins/patch/patch-plugin.glade:
9539         * plugins/patch/plugin.c:
9540         * plugins/patch/plugin.h:
9541         Improved patch plugin (GUI and function)
9543         * plugins/sourceview/sourceview.c:
9544         Fixed another Gtk-Critical
9546         * plugins/tools/anjuta-tools.ui:
9547         * plugins/tools/plugin.h:
9548         Put Patch plugin in tools menu and changed ui file
9550 2006-07-29  Johannes Schmid <jhs@gnome.org>
9552         * plugins/document-manager/plugin.c:
9553         Fixed accelator Gtk-Warning
9555         * plugins/message-view/anjuta-msgman.c: 
9556         Fixed Gtk-Warning
9558         * plugins/sourceview/anjuta-document.c:
9559         * plugins/sourceview/anjuta-document.h:
9560         * plugins/sourceview/anjuta-marshal.list:
9561         Wrote a better emitter for the char-added signal
9563         * plugins/sourceview/sourceview.c:
9564         Fixed Redo/Undo to void Gtk-Criticals
9565         
9566         * plugins/sourceview/sourceview-args.c:
9567         * plugins/sourceview/sourceview-cell.c:
9568         * plugins/sourceview/sourceview-scope.c:
9569         * plugins/sourceview/sourceview-tags.c: 
9570         Adapted to new IAnjutaIterator API
9572 2006-07-28 Naba Kumar  <naba@gnome.org>
9574         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9576         * plugins/symbol-browser/an_symbol.c,
9577         plugins/symbol-browser/an_symbol_iter.c,
9578         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9579         subclass of AnjutaSymbol so that the symbol is accessible from
9580         the iter in light of changes in IAnjutaIterable.
9582         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9583         implementation of IAnjutaIterable.
9585 2006-07-28 Naba Kumar  <naba@gnome.org>
9587         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9588         IAnjutaIterable. They were kind of useless since the interface is
9589         defined on the data object itself. Added set_position() method
9590         in IAnjutaIterable to allow setting arbitrary current index to the
9591         iter.
9592         Added erase() and erase_range() in IAnjutaEditor.
9594         * plugins/editor/text-editor-iterable.c: Fixed 
9595         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9596         methods in editor. Fixed get_line_from_position() method.
9598         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9599         code. It's disabled for now.
9601         * plugins/sourceview/sourceview-cell.c,
9602         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9603         implementation.
9605 2006-07-27  Johannes Schmid <jhs@gnome.org>
9607         * plugins/sourceview/sourceview-cell.c:
9608         Fixed IAnjutaEditorCell to work only on a single line
9609         Fixed crasher in finalize
9611         * plugins/symbol-browser/an_symbol_prefs.c:
9612         * global-tags/Makefile.am:
9613         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9614         script installation     
9616 2006-07-26 Naba Kumar  <naba@gnome.org>
9618         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9619         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9620         
9621         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9622         
9623         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9624         support plugins
9625         
9626         * plugins/editor/text-editor-iterable.c,
9627         plugins/editor/text_editor.c,
9628         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9629         method to work correctly, it was ignoring start and end parameters.
9630         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9631         emission.
9632         
9633         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9634         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9636 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9638         * plugins/symbol-browser/an_symbol_view.c,
9639         plugins/symbol-browser/an_symbol_view.h,
9640         plugins/symbol-browser/plugin.c:
9641     fix a matching case into sv_extract_type_qualifier_from_expr ()
9642     and some minor issues.
9644 2006-07-26  Johannes Schmid <jhs@gnome.org>
9646         * plugins/language-support-cpp-java/plugin.c:
9647         Fixed to work kind of with sourceview editor
9648         * plugins/sourceview/anjuta-document.c: 
9649         * plugins/sourceview/anjuta-view.c: 
9650         * plugins/sourceview/sourceview-cell.c:
9651         * plugins/sourceview/sourceview.c:
9652         Fixed IAnjutaEditorCell and "char-added" signal
9654 2006-07-24 Naba Kumar  <naba@gnome.org>
9656         * plugins/document-manager/plugin.c,
9657         plugins/document-manager/plugin.h: Initial implementedion for loading
9658         support plugins.
9659         
9660         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
9661         implementation.
9662         
9663         * plugins/editor/text_editor.c: Fixed syntax highlighting when
9664         indicators are cleared (that leaved grey texts).
9666 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
9668         * libanjuta/interfaces/libanjuta.idl,
9669         plugins/debug-manager/breakpoints.c,
9670         plugins/debug-manager/memory.c,
9671         plugins/debug-manager/registers.c,
9672         plugins/debug-manager/debug_tree.c,
9673         plugins/debug-manager/debugger.c,
9674         plugins/gdb/debugger.c,
9675         plugins/gdb/debugger.h,
9676         plugins/gdb/plugin.c:
9677         Add a parameter for reporting error
9678         Add a new interface for using gdb variable object
9679         Allow to cancel commands
9680         Rewrite handling of debugger state
9682         * plugins/debug-manager/plugin.c,
9683         plugins/debug-manager/locals.c,
9684         plugins/debug-manager/locals.h,
9685         plugins/debug-manager/register.c,
9686         plugins/debug-manager/stack_trace.c,
9687         plugins/debug-manager/stack_trace.h:
9688         Create and destroy local and stack trace windows when needed
9690 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9692         * plugins/document-manager/plugin.c:
9693         Fixed "Automatic" highlighting
9695 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
9697         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
9699         * plugins/sourceview/anjuta-view.c:
9700         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
9702 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
9703         
9704         * configure.in: Check for C/C++-Compiler correctly
9706 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
9708         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9710         * plugins/debug-manager/stack_trace.c:
9711         Destroy stack window when debuuger is disabled (#347414)
9712         
9713         * plugins/sourceview/anjuta-view.c:
9714         Fix a crash with popup-menu (#347412)
9716 2006-07-13 Naba Kumar  <naba@gnome.org>
9718         * plugins/editor/Makefile.am,
9719         plugins/editor/text_editor.h,
9720         plugins/editor/text-editor-iterable.h,
9721         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
9722         tested yet).
9723         
9724         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
9725         code.
9726         
9727         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
9729 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
9731         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
9732         Bug #342937
9733         
9734 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9736         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9738         * libanjuta/anjuta-preferences-dialog.c:
9739         Do not use the page_num returned by gtk_notebook_append_page to
9740         remove the page as it cause bugs when pages removal is not done
9741         in LIFO.
9743         * plugins/document-manager/anjuta-docman.c:
9744         * src/anjuta-app.c:
9745         makes Anjuta display dock_items which have previously been hidden
9747 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
9749         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
9751         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
9752         * plugins/sourceview/sourceview.c: (imark_unmark):
9753         
9754         Patches for bugs #346450 and #346295
9755         
9756         * AUTHORS: Added Fredrik
9758 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
9760         * plugins/message-view/anjuta-msgman.c: 
9761         Fixed close button/icon size (like in docman)
9763 2006-06-10 Naba Kumar <naba@gnome.org>
9765         * plugins/editor/text_editor.c: Fixed goto line to mark the line
9766         being set.
9767         
9768 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
9770         * libanjuta/interfaces/libanjuta.idl:
9771         Move inspect_memory function in IAnjutaCpuDebugger interface
9772         Rename Boolean type to State
9774         * plugins/debug-manager/breakpoint.c:
9775         Rename Boolean type to State
9777         * plugins/debug-manager/Makefile.am,
9778         plugins/debug-manager/anjuta-marshal.list,
9779         plugins/debug-manager/data_view.c,
9780         plugins/debug-manager/data_view.h,
9781         plugins/debug-manager/data_buffer.c,
9782         plugins/debug-manager/data_buffer.h,
9783         plugins/debug-manager/chunk_view.c,
9784         plugins/debug-manager/chunk_view.h,
9785         plugins/debug-manager/anjuta-debug-manager.ui,
9786         plugins/debug-manager/debugger.c,
9787         plugins/debug-manager/memory.c,
9788         plugins/debug-manager/memory.h,
9789         plugins/debug-manager/plugin.c,
9790         plugins/gdb/debugger.c,
9791         plugins/gdb/debugger.h,
9792         plugins/gdb/plugin.c:
9793         Rewrite memory window using a special widget
9794         Rename Boolean type to State
9796 2006-06-08 Naba Kumar <naba@gnome.org>
9798         * plugins/editor/text_editor.c (itext_editor_get_current_word):
9799         Do not return garbage characters and return NULL when there is no
9800         current word.
9801         
9802         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
9803         work correctly.
9804         
9805         * plugins/search/search-replace.c: Fixed a mem leak.
9807 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
9809         * libanjuta/anjuta-launcher.c:
9810         Added debug message (see #343522)
9811         
9812         * plugins/build-basic-autotools/build-basic-autotools.c:
9813         Patch from Günther Brammer to fix #344015
9815         * plugins/sourceview/sourceview.c:
9816         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
9817         automatic highlight of build messages)
9819 2006-06-06 Naba Kumar <naba@gnome.org>
9821         * configure.in,
9822         libanjuta/interfaces/libanjuta.idl,
9823         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9824         plugins/Makefile.am,
9825         plugins/document-manager/action-callbacks.c,
9826         plugins/document-manager/plugin.c,
9827         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
9828         interface for language highlight selection and langauge change
9829         signal.
9830         
9831         * plugins/language-support-cpp-java: Added language support
9832         plugin for cpp and java.
9834 2006-05-27  Naba Kumar  <naba@gnome.org>
9836         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
9837         plugins/debug-manager/*, data/Makefile.am,
9838         manuals/reference/libanjuta/libanjuta.types,
9839         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9840         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9841         merged anjuta-new-debugger branch into trunck.
9842         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
9844 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
9845         
9846         * libanjuta/interfaces/libanjuta.idl,
9847         plugins/debug-manager/debugger.c,
9848         plugins/debug-manager/debugger.h,
9849         plugins/gdb/anjuta-gdb.plugin.in,
9850         plugins/gdb/debugger.c,
9851         plugins/gdb/debugger.h,
9852         plugins/gdb/plugin.c:
9853         Add new IAnjutaCpuDebugger interface to access cpu register
9854         Run gdb instead of /usr/local/bin/gdb
9855         
9856         * plugins/debug-manager/plugin.c,
9857         plugins/debug-manager/registers.c,
9858         plugins/debug-manager/registers.h:
9859         Rewrite register window
9860         Rename Load target menu item to Run target
9862 2006-05-07  Naba Kumar  <naba@gnome.org>
9864         * plugins/gdb.init
9865         
9866 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
9868         * plugins/debug-manager/watch.c,
9869         plugins/debug-manager/breakpoint.c,
9870         plugins/debug-manager/breakpoint.h:
9871         Fix crash: disconnect save and load session signals
9873 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
9875         * libanjuta/interface/libanjuta.idl,
9876         plugins/debug-manager/debugger.c,
9877         plugins/gdb/plugin.c:
9878         Add a value parameter for evaluate command
9880         * plugins/debug-manager/anjuta-debug-manager.glade:
9881         Create new dialog box for watches using glade
9883         * plugins/debug-manager/anjuta-debug-manager.ui:
9884         Move watch menu items near the end
9885         Move breakpoint menu items outside the sub menu
9887         * plugins/debug-manager/debug_tree.c,
9888         plugins/debug-manager/debug_tree.h,
9889         plugins/debug-manager/debug_tree.h,
9890         plugins/debug-manager/watch.c:
9891         Move all GUI code from watch.c to debug_tree.c
9892         Add an auto update property to watches
9893         
9894         * plugins/debug-manager/locals.c,
9895         plugins/debug-manager/locals.h,
9896         plugins/debug-manager/stack_trace.c,
9897         plugins/debug-manager/stack_trace.h,
9898         plugins/debug-manager/plugin.c:
9899         Register actions before starting debugger
9901         * plugins/gdb/debugger.c:
9902         Do not call callback function if not present
9904 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
9906         * libanjuta/interfaces/libanjuta.idl,
9907         plugins/debug-manager/stack_trace.c,
9908         plugins/debug-manager/stack_trace.h,
9909         plugins/debug-manager/anjuta-debug-manager.ui,
9910         plugins/gdb/debugger.c:
9911         Add a popup menu in stack frame window
9912         Add a new frame-changed event
9913         Use MI command for getting stack informations
9914         Get filename with full path (need gdb > 6.3)
9916         * libanjuta/interfaces/libanjuta.idl,
9917         plugins/debug-manager/debug_tree.c,
9918         plugins/debug-manager/debugger.c,
9919         plugins/debug-manager/locals.c,
9920         plugins/debug-manager/locals.h,
9921         plugins/debug-manager/plugin.c,
9922         plugins/gdb/debugger.c,
9923         plugins/gdb/debugger.h,
9924         plugins/gdb/parser.c,
9925         plugins/gdb/parser.h,
9926         plugins/gdb/plugin.c,
9927         plugins/gdb/Makefile.am:
9928         Pass watch data with string instead of Watch structures
9929         Use debug_tree in local window
9930         Remove info local
9931         Remove parser.{ch}
9933         * plugins/debug-manager/breakpoints.c,
9934         plugins/debug-manager/utilities.c,
9935         plugins/debug-manager/utilities.h:
9936         Use a GtkListStore instead of a GtkTreeStore
9937         move goto_location_in_editor in utilities.c
9938         
9939 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
9941         * libanjuta/interfaces/libanjuta.idl,
9942         plugins/debug-manager/anjuta-debug-manager.ui,
9943         plugins/debug-manager/breakpoints.c,
9944         plugins/debug-manager/plugin.c,
9945         plugins/gdb/debugger.c:
9946         Add a breakpoint type
9947         Add new popup menu in breakpoint window
9948         Add toggle breakpoint in editor popup menu
9949         Save and restore breakpoint enable
9950         Fix bug in clear all breakpoints
9951         Remove old useless code
9953         * plugins/debug-manager/debugger.c:
9954         Fix some problem with debugger states
9956         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9957         Update documentation
9958         
9959 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
9961         * data/Makefile.am,
9962         plugins/gdb/Makefile.am,
9963         plugins/gdb/gdb.init:
9964         Move gdb.init crom data to plugins/gdb
9966         * plugins/gdb/gdb.init,
9967         libanjuta/interfaces/libanjuta.idl,
9968         plugins/debug-manager/breakpoints.c,
9969         plugins/debug-manager/debugger.c,
9970         plugins/debug-manager/plugin.c,
9971         plugins/gdb/debugger.c,
9972         plugins/gdb/plugin.c:
9973         Support pending breakpoints
9974         Rewrite debugger states
9975         Split ianjuta_debugger_log into _enable_log and _disable_log
9977         * plugins/debug-manager/start.c,
9978         plugins/debug-manager/debug_tree.c,
9979         plugins/gdb/parser.c:
9980         Remove some useless lines
9982         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
9983         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
9984         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9985         Update documentation
9987 2006-03-12 Naba Kumar <naba@gnome.org>
9989         * manuals/references/libanjuta/libanjuta.types: Fixed
9990         debug-manager name.
9991         
9992 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
9994         * libanjuta/anjuta-debugger.c,
9995         libanjuta/anjuta-debugger.h:
9996         Remove those files
9997         
9998         * libanjuta/interfaces/libanjuta.idl,
9999         plugins/debug-mananger/breakpoints.c,
10000         plugins/debug-manager/debug_tree.c,
10001         plugins/debug-manager/debugger.c,
10002         plugins/debug-manager/plugin.c,
10003         plugins/debug-manager/registers.c,
10004         plugins/debug-manager/sharedlib.c,
10005         plugins/debug-manager/signal.c,
10006         plugins/debug-manager/stack_trace.c,
10007         plugins/debug-manager/start.c,
10008         plugins/debug-manager/watch.c,
10009         plugins/gdb/debugger.c,
10010         plugins/gdb/debugger.h,
10011         plugins/gdb/parser.c,
10012         plugins/gdb/parser.h,
10013         plugins/gdb/plugin.c:
10014         Move types definitions from libanjuta/anjuta-debugger.{ch}
10015         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10016         
10017         * plugins/gdb/Makefile.am:
10018         Remove user interface from gdb plugin
10020 2006-03-12 Naba Kumar <naba@gnome.org>
10022         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10024 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10026         Modified Patch from Marc Maurer <uwog@uwog.net>:
10027         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10028         Fixes #342447
10029         
10030         * plugins/sourceview/Makefile.am:
10031         * plugins/sourceview/sourceview-cell.c:
10032         * plugins/sourceview/sourceview-cell.h:
10033         * plugins/sourceview/sourceview.c: 
10034         
10035         Implemented IAnjutaEditorCell
10037 2006-05-21  Naba Kumar  <naba@gnome.org>
10039         * libanjuta/interfaces/libanjuta.idl,
10040         plugins/document-manager/action-callbacks.c,
10041         plugins/document-manager/plugin.c,
10042         plugins/editor/print.c, plugins/editor/text_editor.c,
10043         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10044         Fixed zooming and added icons and shortcuts for zoom menu items.
10046 2006-05-21  Naba Kumar  <naba@gnome.org>
10048         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10049         whitespaces.
10051 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10053         * plugins/document-manager/anjuta-docman.c:
10054         Fixed close button reaction by setting the correct current editor
10056 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10058         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10059         * plugins/document-manager/anjuta-docman.c
10060         - Fix close button, you can close any tab as you wish now.
10061         - Fadeout mime icon as the same as close image  
10063 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10065         Patch from Marc Maurer <uwog@uwog.net>
10066         * main.c: Compile fix when NLS is enabled
10067         
10068         AUTHORS: Added Marc
10070 2006-05-20  Naba Kumar  <naba@gnome.org>
10072         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10073         while loading abiword-2.4.4/abi project).
10075 2006-05-18 Naba Kumar  <naba@gnome.org>
10077         * libanjuta/interfaces/libanjuta.idl,
10078         plugins/document-manager/action-callbacks.c,
10079         plugins/editor/print.c,
10080         plugins/editor/text_editor.c,
10081         plugins/editor/text_editor.h,
10082         plugins/editor/text_editor_prefs.c: Fixed zooming.
10083         
10084         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10085         interface for character iteration and IAnjutaEditorAssist interface
10086         for autocompletions and editor tips.
10088 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10090         Patch from Günther Brammer <GBrammer@gmx.de>:
10091         * plugins/document-manager/anjuta-docman.c:
10092         Make tabs smaller but keep nice closing icon
10094         * plugins/document-manager/anjuta-docman.c:
10095         * plugins/document-manager/Makefile.am:
10096         
10097         Added nice mime-icons to the editor tabs
10099 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10101         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10102         
10103         * plugins/symbol-browser/an_symbol_view.c:
10104         - Fixed crasher
10105         - Fixed symbol searching (Yang Hong (#341997))
10106         
10107         * plugins/devhelp/htmlview.c:
10108         Fixed devhelp plugin
10109         
10110         * plugins/build-basic-autotools/build-basic-autotools.c:
10111         * plugins/search/search-replace.c:
10112         * plugins/document-manager/anjuta-docman.c:
10113         
10114         Only add a marker to a line where it makes sense!
10116 === anjuta 2.0.2 ===
10118 2006-05-15  Naba Kumar  <naba@gnome.org>
10120         * configure.in: set required versions for
10121         gdl and glade3.
10122         
10123 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10125         * plugins/glade/plugin.c:
10126         Fixed signal connection for "gtk-doc-search"
10128 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10130         * NEWS: Set release date, add known issues
10131         
10132         * libanjuta/anjuta-shell.c:
10133         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10134         and debug other gtk-warnings/criticals)
10135         
10136         * plugins/build-basic-autotools/build-basic-autotools.c:
10137         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10138         
10139         * plugins/sourceview/anjuta-view.c:
10140         * plugins/sourceview/sourceview-args.c:
10141         * plugins/sourceview/sourceview-scope.c:
10142         * plugins/sourceview/sourceview-tags.c:
10143         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10145 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10147         * pixmaps/Makefile.am:
10148         Add preferences_general.png
10149         
10150         * plugins/devhelp/plugin.c:
10151         Fixed some more realise things
10152         
10153         * plugins/message-view/anjuta-msgman.c:
10154         Support stock icons for message panes
10155         
10156         * plugins/search/search-replace.c:
10157         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10158          
10159         * plugins/search/search-replace_backend.c:
10160         Fixed #341359
10161         
10162         * plugins/sourceview/anjuta-document.c:
10163         * plugins/sourceview/sourceview.c:
10164         Fixed finalise and tag completion
10165         
10166         * src/anjuta-app.c:
10167         Use preferences_general icon
10169 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10171         * pixmaps/Makefile.am:
10172         Fixed EXTRA_DIST
10174 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10176         * plugins/sourceview/sourceview-prefs.c:
10177         Fixed font & color handling
10178         
10179         * plugins/symbol-browser/an_symbol_view.c:
10180         Fixed crasher
10182 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10184         * plugins/macro/macros.xml:
10185         Fixed bug #341583 (Address of FSF)
10187 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10189         * src/main.c:
10190         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10191         Update: Do it the cool way...
10192         
10193 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10195         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10196         Implement gtk-api-help signals of glade3
10197         * configure.in: Bump to glade3 2.91.2
10198         
10199         * plugins/devhelp/plugin.c:
10200         Fixed some realize stuff in the devhelp plugin
10201         
10202         * plugins/sourceview/anjuta-document.c:
10203         fixed bug with scope completion
10205 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10207         * plugins/symbol-browser/an_symbol_view.c
10208         * plugins/symbol-browser/an_symbol_prefs.c
10209         * plugins/symbol-browser/an_symbol_prefs.h
10210         * global_tags/create_global_tags.sh:
10211         
10212         Automaticly create global tags on first startup
10214 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10216         * configure.in:
10217         * plugins/project-wizard/templates/Makefile.am:
10218         * (added) plugins/project-wizard/templates/cpp-logo.png:
10219         * (added) plugins/project-wizard/templates/cpp.wiz:
10220         * (added) plugins/project-wizard/templates/cpp/*:
10222         Added a generic c++ template. It's a simple hello world.
10224 2006-05-07  Massimo Cora' <maxcvs@email.it>
10226         * plugins/symbol-browser/an_symbol_view.c:
10227         fixed a stupid crasher.
10229 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10231         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10232         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10233         
10234         Fixed WxWidgets project type
10236 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10238         * plugins/devhelp/htmlview.c: 
10239         * plugins/devhelp/plugin.c:
10240         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10241         
10242         * plugins/project-wizard/install.c:
10243         Don't set a message - thanks to seb
10245 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10247         * plugins/devhelp/htmlview.c: 
10248         * plugins/symbol-browser/an_symbol_view.c:
10249         
10250         There is a weird crash in gtk_idle which I still did not completly fix!
10251         
10252         * plugins/project-wizard/install.c:
10253         Default to success instead of failure
10255 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10257         * plugins/devhelp/htmlview.c:
10258         * plugins/devhelp/plugin.c:
10259         Fixed bug and libdevhelp issue!
10261         * plugins/project-wizard/install.c:
10262         Fixed message string!
10264 2006-05-03  Massimo Cora' <maxcvs@email.it>
10265        
10266         * plugins/symbol-browser/an_symbol_view.c:
10267         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10269 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10271         * pixmaps/Makefile.am:
10272         * src/main.c:
10273         * anjuta.desktop.in.in
10274         
10275         GNOME Goal #2.1: Install theme-friendly icons
10277 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10279         * plugins/devhelp/htmlview.c: Reload page on reparent
10280         * plugins/document-manager/anjuta-docman.c:
10281         Present document-manager when document is selected in file-manager
10283 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10285         * plugins/symbol-broser/an_symbol_view.c:
10286         Fixed crasher in namespace exploration
10288 2006-05-01  Massimo Cora' <maxcvs@email.it>
10290         * configure.in:
10291         * plugins/valgrind/Makefile.am:
10293         Optional compiling of Valgrind plugin
10295 2006-05-01  Massimo Cora' <maxcvs@email.it>
10297         * plugins/symbol-browser/an_symbol_view.c:
10298         - modularized code. Marked with FIXME the parts which need improvement.
10299         - More comments.
10300     - Added basic namespace completion for Gtkmm type project:
10301     - namespace1::MyClass *class;
10302     - class-> [display]
10303     - Namespaces must be anyway improved.
10305 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10307         * plugins/devhelp/plugin.c: 
10308         Fixed up plugin unloading and show html widget on link selected
10309         
10310         * NEWS: Updated
10311         
10312 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10314         * plugins/devhelp/Makefile.am:
10315         * plugins/devhelp/anjuta-devhelp.plugin.in:
10316         * plugins/devhelp/htmlview.c:
10317         * plugins/devhelp/htmlview.h:
10318         * plugins/devhelp/plugin.c: 
10319         * plugins/devhelp/plugin.h:
10320         Reimplemeted devhelp plugin from scratch
10321         
10322         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10323         Fixed crasher
10325 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10327         * plugins/sourceview/sourceview-tags.c:
10328         complete some more tag types
10329         
10330         * plugins/valgrind/plugin.c:
10331         * plugins/valgrind/preferences.c:
10332         * plugins/valgrind/vggeneralprefs.c:
10333         
10334         Fixed lots of gtk warnings
10336 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10338         * plugins/sourceview/sourceview-scope.c:
10339         Implemented type-ahead for scope completion
10341 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10343         * manuals/C/Makefile.am:
10344         * manuals/Makefile.am:
10345         * plugins/document-manager/Makefile.am:
10346         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10347         * plugins/sourceview/Makefile.am:
10348         * tagmanager/c.c:
10349         
10350         Fixed distcheck
10351         
10352         * plugins/class-gen/goc_template_header: G_END_DECLS
10354 2006-05-27  Naba Kumar <naba@gnome.org>
10356         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10357         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10358         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10359         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10360         scintilla/include/Scintilla.iface,
10361         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10362         cvs. Fixed compile flags. Removed outdated patches.
10364 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10366         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10368         * plugins/sourceview/anjuta-document.c:
10369         * plugins/sourceview/sourceview-args.c:
10370         * plugins/sourceview/sourceview-scope.c:
10371         
10372         Add End/Home keypresses and support completion if symbol start with '!' for example
10373         in an if statement
10375 2006-04-27 Massimo Cora' <maxcvs@email.it>
10377         * libanjuta/interfaces/libanjuta.idl:
10379         * plugins/sourceview/sourceview-scope.c:
10380         * plugins/sourceview/tag-window.c: 
10381         * plugins/sourceview/tag-window.h:
10382         * plugins/symbol-browser/an_symbol_view.c:
10383         * plugins/symbol-browser/an_symbol_view.h:
10384         * plugins/symbol-browser/plugin.c:
10385         
10386         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10387         interface.
10388         Code and ideas for C/C++ new completion engine comes from IComplete written by
10389         Martin Stubenschrott <stubenschrott@gmx.net>.
10390         Currently the interface works only with GtkSourceView plugin.   
10391         
10392         * tagmanager/Makefile.am:
10393         * tagmanager/c.c: 
10394         * tagmanager/entry.h:
10395         * tagmanager/get.c:
10396         * tagmanager/get.h:
10397         * tagmanager/include/tm_file_entry.h:
10398         * tagmanager/include/tm_project.h:
10399         * tagmanager/include/tm_source_file.h:
10400         * tagmanager/include/tm_symbol.h:
10401         * tagmanager/include/tm_tagmanager.h:
10402         * tagmanager/include/tm_work_object.h:
10403         * tagmanager/include/tm_workspace.h:
10404         * tagmanager/parse.c:
10405         * tagmanager/read.c: 
10406         * tagmanager/read.h:
10407         * tagmanager/tm_project.c: 
10408         * tagmanager/tm_source_file.c: 
10409         * tagmanager/tm_workspace.c:
10410         
10411         Tagmanager can now parse a memory buffer and generate/update 
10412         tags into tm_workspace/tm_project on the fly, without using files.
10413         C/C++ is supported now.
10414         
10415 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10417         * plugins/sourceview/anjuta-document.c:
10418         * plugins/sourceview/sourceview-args.c:
10419         * plugins/sourceview/sourceview-scope.c:
10420         * plugins/sourceview/sourceview.c:
10421         
10422         Fixed some memory leaks and argument completion
10424 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10426         * plugins/glade/plugin.c:
10427         
10428         Fixed glade plugin build because of API changes in glade3
10430 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10432         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10433         Updated editor section
10434         
10435         * manuals/C/anjuta-manual/interface.xml:
10436         * manuals/C/anjuta-manual/preferences.xml:
10437         * manuals/C/anjuta-manual/projects.xml:
10438         Updated manual
10439         
10440         * plugins/editor/anjuta-editor.plugin.in:
10441         Better plugin name
10443 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10445         * configure.in:
10446         * plugins/editor/anjuta-editor.plugin.in:
10447         * plugins/sourceview/sourceview.plugin.in:
10449         Build both editors and let the user decide a runtime!
10450         
10451         * plugins/sourceview/sourceview-scope.c:
10452         Fixed bug in regex to allow test()-> completions
10454 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10456         * plugins/sourceview/anjuta-document.c:
10457         * plugins/sourceview/sourceview-args.c: 
10458         * plugins/sourceview/sourceview-scope.c:
10459         * plugins/sourceview/sourceview-tags.c:
10460         * plugins/sourceview/tag-window.c: 
10461         
10462         Improved callltip windows
10464 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10466         * src/anjuta-app.c: (on_session_save):
10467         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10468         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10470 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10472         * libanjuta/anjuta-utils.c: 
10473         * plugins/cvs-plugin/cvs-execute.c:
10474         Off-by-one...
10476         * scintilla/LexInno.cxx:
10477         * scintilla/LexOpal.cxx:
10478         * scintilla/LexTCL.cxx:
10480         Added missing files from scintilla-update
10482 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10484         * configure.in:
10485         * manuals/C/Makefile.am:
10486         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10487         * manuals/C/anjuta-manual/Makefile.am:
10488         * manuals/C/anjuta-manual/anjuta-manual.xml:
10489         * manuals/C/anjuta-manual/build.xml:
10490         * manuals/C/anjuta-manual/debugger.xml:
10491         * manuals/C/anjuta-manual/execute.xml:
10492         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10493         * manuals/C/anjuta-manual/figures/arguments.png:
10494         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10495         * manuals/C/anjuta-manual/figures/file_menu.png:
10496         * manuals/C/anjuta-manual/figures/menu_main.png:
10497         * manuals/C/anjuta-manual/figures/menubar.png:
10498         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10499         * manuals/C/anjuta-manual/figures/project_info.png:
10500         * manuals/C/anjuta-manual/figures/scrshot.png:
10501         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10502         * manuals/C/anjuta-manual/figures/tool-editor.png:
10503         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10504         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10505         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10506         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10507         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10508         * manuals/C/anjuta-manual/fileoperations.xml:
10509         * manuals/C/anjuta-manual/interface.xml:
10510         * manuals/C/anjuta-manual/introduction.xml:
10511         * manuals/C/anjuta-manual/preferences.xml:
10512         * manuals/C/anjuta-manual/projects.xml:
10513         * manuals/C/anjuta-manual/tools.xml:
10514         * manuals/Makefile.am:
10515         
10516         Updated manual and faq
10518         * scintilla/CallTip.cxx:
10519         * scintilla/CallTip.h:
10520         * scintilla/CellBuffer.cxx:
10521         * scintilla/CellBuffer.h:
10522         * scintilla/ContractionState.cxx:
10523         * scintilla/Document.cxx:
10524         * scintilla/Document.h:
10525         * scintilla/DocumentAccessor.cxx:
10526         * scintilla/Editor.cxx:
10527         * scintilla/Editor.h:
10528         * scintilla/ExternalLexer.cxx:
10529         * scintilla/Indicator.cxx:
10530         * scintilla/KeyMap.cxx:
10531         * scintilla/KeyWords.cxx:
10532         * scintilla/LexAU3.cxx:
10533         * scintilla/LexBash.cxx:
10534         * scintilla/LexCPP.cxx:
10535         * scintilla/LexCaml.cxx:
10536         * scintilla/LexCsound.cxx:
10537         * scintilla/LexEiffel.cxx:
10538         * scintilla/LexGui4Cli.cxx:
10539         * scintilla/LexHTML.cxx:
10540         * scintilla/LexLua.cxx:
10541         * scintilla/LexMSSQL.cxx:
10542         * scintilla/LexOthers.cxx:
10543         * scintilla/LexPOV.cxx:
10544         * scintilla/LexPython.cxx:
10545         * scintilla/LexRuby.cxx:
10546         * scintilla/LexSQL.cxx:
10547         * scintilla/LexVB.cxx:
10548         * scintilla/Makefile.am:
10549         * scintilla/PlatGTK.cxx:
10550         * scintilla/PropSet.cxx:
10551         * scintilla/RESearch.cxx:
10552         * scintilla/RESearch.h:
10553         * scintilla/ScintillaBase.cxx:
10554         * scintilla/ScintillaGTK.cxx:
10555         * scintilla/StyleContext.h:
10556         * scintilla/ViewStyle.cxx:
10557         * scintilla/ViewStyle.h:
10558         * scintilla/XPM.cxx:
10559         * scintilla/include/KeyWords.h:
10560         * scintilla/include/Platform.h:
10561         * scintilla/include/PropSet.h:
10562         * scintilla/include/SciLexer.h:
10563         * scintilla/include/Scintilla.h:
10564         * scintilla/include/Scintilla.iface:
10565         * scintilla/include/ScintillaWidget.h:
10566         * scintilla/lexers.make:
10568         Update to scintilla 1.68
10570         * src/anjuta-app.c:
10571         Only show help items which are really availible
10573         * plugins/cvs-plugin/cvs-callbacks.c
10574         * plugins/cvs-plugin/cvs-execute.c
10575         * plugins/cvs-plugin/subversion-callbacks.c:
10576         * libanjuta/anjuta-utils.c:
10577         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10579 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10581         * plugins/project-wizard/install.c,
10582         * plugins/project-wizard/autogen.c:
10583         Add error messages if using a read only directory
10584         Improve fix for bug #339296
10586 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10588         * libanjuta/interfaces/libanjuta.idl:
10589         * plugins/document-manager/action-callbacks.c:
10590         * plugins/document-manager/plugin.c:
10591         * plugins/editor/text_editor.c:
10592         Added IAnjutaEditorGoto 
10594         * plugins/editor/aneditor.cxx:
10595         * plugins/editor/aneditor.h:
10596         * plugins/editor/text_editor.h:
10597         * plugins/editor/text_editor_prefs.c:
10598         
10599         Fixed #305076
10601 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10603         * libanjuta/interfaces/libanjuta.idl:
10604         * plugins/document-manager/action-callbacks.c:
10605         * plugins/document-manager/anjuta-docman.c:
10606         * plugins/document-manager/plugin.c:
10607         * plugins/editor/text_editor.c: 
10608         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10609         
10610         * plugins/sourceview/sourceview.c:
10611         * plugins/sourceview/sourceview.glade:
10612         Fixed some uft-8 issues and added a preference option
10613         to enable/disable gnome-vfs monitoring
10614         
10615         * scintilla/Makefile.am:
10616         * scintilla/include/Makefile.am:
10617         Fixed build
10619 2006-04-20  Massimo Cora' <maxcvs@email.it>
10621         * libanjuta/interfaces/libanjuta.idl:
10622         Remove get_current_pos () because we have get_position()
10624 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10626         * NEWS: Updated
10627         * plugins/sourceview/tag-window.c:
10628         Don't close window on PageUp/PageDown
10630 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10632         * data/Makefile.am:
10633         * manuals/reference/libanjuta/Makefile.am:
10634         
10635         Some build fixes
10636         
10637         * src/Makefile.am:
10638         * src/bacon-message-connection.c: 
10639         * src/bacon-message-connection.h: (both from gedit)
10640         * src/main.c:
10641         
10642         Fixed #312319 (Opening files when Anjuta is already open)
10644 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10646         * TODO.tasks: Updated
10647         * plugins/sourceview/anjuta-view.c: 
10648         * plugins/sourceview/anjuta-view.h:
10649         * plugins/sourceview/sourceview.c: 
10650         
10651         * configure.in: Fix --enable-plugin-scintilla
10652         
10653         Added char_added signal
10655 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10657         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
10658         
10659         Fixed diff for utf8
10660         
10661         * plugins/sourceview/sourceview.c:
10662         Fixed VFS monitoring (still a bit buggy)
10663         
10664         * plugins/sourceview/sourceview-args.c:
10665         * plugins/sourceview/tag-window.c: 
10666         
10667         Better sizing for the popup-window
10669 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
10671         * plugins/project-wizard/templates/gnome/src/main.c:
10672         * plugins/project-wizard/templates/gnome/src/project.glade:
10673         * plugins/project-wizard/templates/gtk/src/main.c: 
10674         * plugins/project-wizard/templates/gtk/src/project.glade:
10675         * plugins/project-wizard/templates/gtkmm/src/main.cc:
10676         
10677         Fixed up GLADE_FILE definition in project types and fixed bug #334546
10678         
10679 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
10681         * configure.in: More removal of obsoleteness.
10682         * po/no.po:
10684 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
10686         * ROADMAP:
10687         * libanjuta/anjuta-preferences.c: 
10688         * libanjuta/anjuta-utils.c: 
10689         * libanjuta/anjuta-utils.h:
10690         * plugins/message-view/message-view.c:
10691         
10692         Changed color functions and moved convert_color to anjuta-utils.h
10693         
10694         * plugins/message-view/anjuta-message-manager-plugin.glade:
10695         GnomeColorPicker -> GtkColorButton (bug #309154)
10696         
10697         * plugins/sourceview/plugin.c:
10698         * plugins/sourceview/sourceview-prefs.c:
10699         * plugins/sourceview/sourceview.glade:
10700         Added color and font preferences
10702         * plugins/sourceview/sourceview-tags.c:
10703         Only show as much choices as configured in preferences
10705 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10707         * ROADMAP, NEWS: Updated (we are far behind ;-)
10708         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
10710 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
10712         * configure.in:
10713         * plugins/editor/Makefile.am:
10714         * scintilla/Makefile.am
10715         
10716         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
10717         
10718         * global-tags/Makefile.am:
10719         * global-tags/create_global_tags.sh:
10720         * plugins/symbol-browser/an_symbol_prefs.c:
10721         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
10722         * plugins/symbol-browser/plugin.h:
10723         * tagmanager/include/tm_workspace.h:
10724         * tagmanager/tm_workspace.c:
10725         
10726         Fixed symbol-browser prefs and move global tags generation from installtion to
10727         preferences to make the life easier for distributers and to allow updates after installtion
10729         * plugins/document-manager/action-callbacks.c: 
10730         * plugins/document-manager/action-callbacks.h:
10731         * plugins/document-manager/anjuta-document-manager.ui:
10732         * plugins/document-manager/indent-util.c:
10733         * plugins/document-manager/plugin.c:
10734         * plugins/editor/text_editor.c:
10735         
10736         Moved indent stuff to document-manager
10737         
10738         * plugins/sourceview/anjuta-view.c: 
10739         * plugins/sourceview/sourceview-args.c: 
10740         * plugins/sourceview/sourceview-scope.c:
10741         * plugins/sourceview/sourceview-tags.c: 
10742         * plugins/sourceview/sourceview.c:
10743         
10744         Fixed several bugs
10745         
10746         * plugins/sourceview/sourceview.plugin (removed):
10747         * plugins/sourceview/sourceview.plugin.in:
10748         Editor is not user-activatible
10749         
10750         * plugins/sourceview/sourceview.png:
10751         Updated icon
10753 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
10755         * src/anjuta-app.c: Fixed crasher on plugin unloading
10757 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
10759         * plugins/sourceview/sourceview.c
10760         * plugins/sourceview/sourceview-args.c
10761         * plugins/sourceview/sourceview-args.h:
10762         
10763         Polished argument completion
10765 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
10767         * plugins/message-view/anjuta-msgman.c:
10768         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
10769         
10770         Show message pane on switch (does not work, anjuta_shell needs a fix)
10771         
10772         * plugins/sourceview/Makefile.am:
10773         * plugins/sourceview/anjuta-view.c: (find_tag_window),
10774         * plugins/sourceview/sourceview-args.c: 
10775         * plugins/sourceview/sourceview-args.h:
10776         * plugins/sourceview/sourceview-private.h:
10777         * plugins/sourceview/sourceview-scope.c: 
10778         (sourceview_scope_update), (sourceview_scope_filter_keypress):
10779         * plugins/sourceview/sourceview-tags.c:
10780         * plugins/sourceview/sourceview.c:
10781         * plugins/sourceview/tag-window.c:
10782         * plugins/sourceview/tag-window.h:
10783         
10784         Added scope and argument completion
10786 2006-04-03  Johannes Schmid <jhs@gnome.org>
10788         * TODO.tasks
10789         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
10790         (on_widget_remove):
10791         Save toolbar state
10793         * plugins/sourceview/sourceview.c: (iselect_clear):
10794         Make "Delete"-key working
10796         * configure.in: #336389
10798 2006-04-03  Johannes Schmid <jhs@gnome.org>
10800         * plugins/sourceview/Makefile.am:
10801         * plugins/sourceview/anjuta-view.c:
10802         * plugins/sourceview/plugin.c: 
10803         * plugins/sourceview/sourceview-private.h:
10804         * plugins/sourceview/sourceview-scope.c:
10805         * plugins/sourceview/sourceview-scope.h:
10806         * plugins/sourceview/sourceview-tags.c: 
10807         * plugins/sourceview/sourceview-tags.h:
10808         * plugins/sourceview/sourceview.c:
10809         * plugins/sourceview/sourceview.h:
10810         * plugins/sourceview/tag-window.c:
10811         
10812         - fixed goto_file_line
10813         - scroll to cursor on undo/redo
10814         - show correct popup-menu
10815         - scope completion (not ready yet)
10817 2006-04-03  Johannes Schmid <jhs@gnome.org>
10819         * plugins/sourceview/plugin.c: 
10820         * plugins/sourceview/sourceview-tags.c:
10821         * plugins/sourceview/sourceview.c: 
10822         * plugins/sourceview/sourceview.h:
10823         * plugins/sourceview/tag-window.c:
10824         
10825         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
10827 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10829         * plugins/sourceview/sourceview.c:
10830         Fixed next/previous bookmark.
10831         Toggled bookmark (set/unset).
10833 2006-04-03  Johannes Schmid <jhs@gnome.org>
10835         * plugins/document-manager/action-callbacks.c:
10836         Fixed Gtk-Warning in goto_line
10837         
10838         * plugins/sourceview/Makefile.am:
10839         * plugins/sourceview/anjuta-document.c:
10840         * plugins/sourceview/anjuta-view.c: 
10841         * plugins/sourceview/anjuta-view.h:
10842         * plugins/sourceview/sourceview-autocomplete.c:
10843         * plugins/sourceview/sourceview-autocomplete.h:
10844         * plugins/sourceview/sourceview-private.h:
10845         * plugins/sourceview/sourceview-tags.c:
10846         * plugins/sourceview/sourceview-tags.h:
10847         * plugins/sourceview/sourceview.c:
10848         * plugins/sourceview/tag-window.c:
10849         * plugins/sourceview/tag-window.h:
10850         Created a nice API for tag and completion windows
10851         
10852         * plugins/sourceview/sourceview-print.h:
10853         * plugins/sourceview/sourceview-print.c:
10854         Added printing
10855                 
10856 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
10858         * plugins/sourceview/sourceview.c:
10859         Fixed typo (Sort bookmarks).
10860         
10861 2006-04-01  Johannes Schmid <jhs@gnome.org>
10863         * plugins/sourceview/anjuta-document.c:
10864         * plugins/sourceview/anjuta-document.h:
10865         * plugins/sourceview/anjuta-view.c:
10866         * plugins/sourceview/anjuta-view.h:
10867         * plugins/sourceview/sourceview-autocomplete.c:
10868         * plugins/sourceview/sourceview-autocomplete.h:
10869         * plugins/sourceview/sourceview-prefs.c:
10870         * plugins/sourceview/sourceview-prefs.h:
10871         * plugins/sourceview/sourceview-private.h:
10872         * plugins/sourceview/sourceview-tags.c:
10873         * plugins/sourceview/sourceview-tags.h:
10874         * plugins/sourceview/sourceview.c:
10875         * plugins/sourceview/sourceview.glade:
10876         * plugins/sourceview/tag-window.c: 
10877         * plugins/sourceview/tag-window.h:
10878         
10879         Improved code complete and autocomplete
10881 2006-04-01  Johannes Schmid <jhs@gnome.org>
10883         * plugins/sourceview/Makefile.am:
10884         * plugins/sourceview/bookmark.png:
10885         * plugins/sourceview/marker-attentive.png:
10886         * plugins/sourceview/marker-basic.png:
10887         * plugins/sourceview/marker-intense.png:
10888         * plugins/sourceview/marker-light.png:
10889         * plugins/sourceview/sourceview.c: 
10890         
10891         Added pixmaps for all marker types and show bookmarks
10892         
10893         * configure.in
10894         * plugins/sourceview/Makefile.am:
10895         Build sourceview on 2.14 only
10897 2006-03-31  Johannes Schmid <jhs@gnome.org>
10899         * plugins/sourceview/Makefile.am:
10900         * plugins/sourceview/anjuta-document.c:
10901         * plugins/sourceview/anjuta-view.c:
10902         * plugins/sourceview/anjuta-view.h:
10903         * plugins/sourceview/sourceview-autocomplete.c:
10904         * plugins/sourceview/sourceview-private.h:
10905         * plugins/sourceview/sourceview-tags.c:
10906         * plugins/sourceview/sourceview-tags.h:
10907         * plugins/sourceview/sourceview.c: 
10908         * plugins/sourceview/tag-window.c:
10909         * plugins/sourceview/tag-window.h:
10910         
10911         Added code completion with tag manager to the editor and fixed a save_as bug
10913 2006-03-31  Johannes Schmid <jhs@gnome.org>
10915         * src/main.c: Revert patch from Rob to allow building with
10916         Gnome 2.12
10917         * configure.in: Require at least 2.12 libraries
10919 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
10921         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
10923         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10924         Improve anjuta-plugin project template: Added missed files dist tarball
10925         (make dist)
10927         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
10928         typo
10930 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
10932         reviewed by: Johannes Schmid <jhs@gnome.org>
10934         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10935         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
10936         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
10937         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
10938         
10939         Improve anjuta-plugin project template. Also fix for #322744
10941 2006-03-27  Johannes Schmid <jhs@gnome.org>
10943         * plugins/sourceview/sourceview-private.h:
10944         plugins/sourceview/sourceview.c:
10945         
10946         Added basic bookmark support
10948 2006-03-27  Johannes Schmid <jhs@gnome.org>
10950         * TODO.tasks:
10951         Updated
10952         
10953         Patch from Rob Bradfort <robster@debian.org>:
10954         * src/main.c: (get_command_line_args), (main):
10955         Migration from popt to GOption
10956         
10957 2006-03-26 Naba Kumar  <naba@gnome.org>
10959         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
10960         size to scale itself with theme.
10962 2006-03-26 Naba Kumar  <naba@gnome.org>
10964         * plugins/file-manager/an_file_view.c,
10965         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
10966         when symbolview and fileview objects are destroyed to avoid crashes
10967         after the plugins are disabled.
10969 2006-03-26 Naba Kumar <naba@gnome.org>
10971         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
10972         Deleted unused file.
10973         
10974         * plugins/glade/plugin.c: Be able to close glade plugin when there
10975         there is no glade project loaded.
10976         
10977         * plugins/sourceview/sourceview.plugin,
10978         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
10980 2006-03-23  Naba Kumar  <naba@gnome.org>
10982         * plugins/editor/print.c: Fixed a bug where some sections of
10983         printed/previewed text is not highlighted.
10984         
10985 2006-03-20  Johannes Schmid <jhs@gnome.org>
10987         * libanjuta/interfaces/libanjuta.idl:
10988         Added IAnjutaPrint
10989         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
10990         as we do not use private apis. Show help window and startup because it does 
10991         not survive gdl
10992         
10993         * plugins/document-manager/action-callbacks.c:
10994         plugins/editor/Makefile.am:
10995         plugins/editor/text_editor.c:
10996         plugins/editor/print.c:
10997         plugins/editor/print.h:
10998         
10999         Fixed printing (nobody has missed it BTW ;-)
11000         
11001         * plugins/sourceview/sourceview.c:
11002         Fixed a crasher
11004 2006-03-20 Naba Kumar <naba@gnome.org>
11006         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11007         devhelp >= 0.9 < 0.11 versions.
11008         
11009 2006-03-20  Johannes Schmid <jhs@gnome.org>
11011         * plugins/sourceview/anjuta-document-loader.c
11012         plugins/sourceview/sourceview.c:
11013         
11014         Fixed encoding bugs
11016 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11018         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11019         Fixed bug (line position)
11020         Give the good line position whatever the active editor.
11022 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11024         * configure.in: Added fi to ALL_LINGUAS
11026 2006-03-19  Johannes Schmid <jhs@gnome.org>
11028         * plugins/sourceview/anjuta-document-loader.c:
11029         replace gnome_vfs_get_mime_type_for_name_and data
11031         * plugins/build-basic-autotools/build-basic-autotools.c:
11032         Fixed #335142
11034 2006-03-17  Johannes Schmid <jhs@gnome.org>
11036         * plugins/editor/editor.glade:
11037         Added style-editor again after it got lost somehow
11039 2006-03-17  Johannes Schmid <jhs@gnome.org>
11041         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11042         configure.in: require devhelp 0.11
11043         
11044         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11046         plugins/build-basic-autotools/build-basic-autotools.c:
11047         forgot a an installtion callback for the "install as root"-feature
11049 2006-03-17  Massimo Cora' <maxcvs@email.it>
11051         reviewed by: Johannes Schmid <jhs@gnome.org>
11053         * plugins/class-gen/anjuta-class-gen-plugin.glade
11054         plugins/class-gen/class_gen.c 
11055         plugins/class-gen/goc_template_header
11056         plugins/class-gen/goc_template_source
11057         
11058         Fixed bug #334663
11060 2006-03-16  Johannes Schmid <jhs@gnome.org>
11062         * plugins/sourceview/sourceview.c:
11063         Fixed "save-point" signal for undo actions
11065 2006-03-16  Massimo Cora' <maxcvs@email.it>
11066         
11067         reviewed by: Johannes Schmid <jhs@gnome.org>
11068         
11069         * plugins/document-manager/anjuta-docman.c:
11070         Implement tab drag and drop
11072 2006-03-16  Johannes Schmid <jhs@gnome.org>
11074         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11075         plugins/build-basic-autotools/build-basic-autotools.c:
11076         
11077         Implemented "install as root"-feature (#321455)
11079 2006-03-16  Johannes Schmid <jhs@gnome.org>
11081         * mime/.cvsignore
11082         plugins/sourceview/.cvsignore
11083         plugins/tools/scripts/.cvsignore:
11084         Added/extended .cvsignore files
11085         
11086         * plugins/sourceview/sourceview-autocomplete.c:
11087         plugins/sourceview/sourceview-autocomplete.h:
11088         plugins/sourceview/sourceview-prefs.c:
11089         plugins/sourceview/sourceview-private.h:
11090         plugins/sourceview/sourceview.glade:
11091         Autcomplete just works(tm) now and respects preferences
11092         
11093         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11094         Use better algorithm from autocomplete
11096 2006-03-15  Johannes Schmid <jhs@gnome.org>
11098         * src/anjuta-app.c:
11099         Fixed bug #304495
11101 2006-03-15  Johannes Schmid <jhs@gnome.org>
11103         * libanjuta/interfaces/libanjuta.idl:
11104         plugins/class-gen/class_gen.c:
11105         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11106         plugins/project-manager/plugin.c:
11107         
11108         Allow to add multiple source files (#320191)
11109         
11110         * configure.in: Require gnome-build 0.1.3
11112 2006-03-14  Johannes Schmid <jhs@gnome.org>
11114         * plugins/macro/macro-utils.c: Fixed bug #333606
11115         * plugins/file-wizard/file.c: Fixed bug #333601
11117 2006-03-13  Johannes Schmid <jhs@gnome.org>
11119         * plugins/sourceview/sourceview_autocomplete.c
11120         plugins/sourceview/sourceview_autocomplete.h
11121         plugins/sourceview/sourceview.c
11122         plugins/sourceview/sourceview-private.h
11123         plugins/sourceview/sourceview-prefs.c:
11124         
11125         Cleaned up and fixed several issues
11126         
11127 2006-03-13  Johannes Schmid <jhs@gnome.org>
11129         * plugins/sourceview/Makefile.am:
11130         plugins/sourceview/sourceview-autocomplete.c
11131         plugins/sourceview/sourceview-autocomplete.h:
11132         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11133         plugins/sourceview/sourceview-private.h:
11134         plugins/sourceview/sourceview.c:
11135         
11136         Added (buggy) autocomplete feature to sourceview
11137         
11138 2006-03-12 Naba Kumar <naba@gnome.org>
11140         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11141         libanjuta/anjuta-session.c: Added API docs.
11143 2006-03-12 Naba Kumar <naba@gnome.org>
11145         * TODO.tasks: Added couple of tasks.
11146         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11147         Register private class as early as possible so that members could
11148         point to self class. Code clean up.
11150 2006-03-12 Naba Kumar <naba@gnome.org>
11152         * po/POTFILES.in, po/POTFILES.skip: Updated.
11154 2006-03-11 Naba Kumar <naba@gnome.org>
11156         * libanjuta/anjuta-shell.c,
11157         plugins/document-manager/anjuta-docman.c,
11158         plugins/document-manager/plugin.c,
11159         plugins/symbol-browser/an_symbol_search.c,
11160         plugins/valgrind/vgrule-list.c: Use correct signal names while
11161         creating them.
11162         
11163         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11164         signal names and fixed enum IANJUTA_TYPE_* macro.
11166 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11168         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11169         plugins/search/search-replace.c :
11170         Fixed bug (Bookmark the good line).
11171         Search & Replace (Mark all matched strings).
11172         
11173 2006-03-09  Johannes Schmid <jhs@gnome.org>
11175         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11176         Completed changes from yesterday
11177         
11178         * plugins/document-manager/anjuta-document-manager.glade:
11179         plugins/editor/editor.glade
11180         plugins/editor/plugin.c: (activate_plugin)
11181         plugins/editor/text_editor.c
11182     plugins/sourceview/Makefile.am
11183         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11184         plugins/sourceview/sourceview.glade:
11185         Completed preference changes
11187 2006-03-08  Johannes Schmid <jhs@gnome.org>
11189         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11190         plugins/search/plugin.c: (activate_plugin):
11191         
11192         Removed Gtk-Criticals
11193         
11194         * plugins/document-manager/anjuta-document-manager.glade:
11195         plugins/document-manager/plugin.c: (on_docman_auto_save),
11196         (on_gconf_notify_timer), (prefs_init):
11197     plugins/document-manager/plugin.h:
11198         plugins/editor/text_editor.c: (text_editor_instance_init),
11199         (text_editor_dispose):
11200         plugins/editor/text_editor.h:
11201         plugins/editor/text_editor_cbs.c:
11202         plugins/editor/text_editor_cbs.h:
11203         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11204         plugins/glade/plugin.c: (activate_plugin):
11205         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11206         plugins/sourceview/sourceview-private.h:
11207         plugins/sourceview/sourceview.c: (on_menu_popup),
11208         (sourceview_new), (ifile_open), (ifile_savable_save),
11209         (ifile_savable_save_as), (ieditor_set_popup_menu),
11210         (ieditor_get_filename), (imark_mark):
11212     Moved autosave from editor to document manager and fixed some things in 
11213     Sourceview plugin
11215 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11217         * plugins/search/anjuta-search.glade :
11218         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11219         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11220         plugins/search/search-replace.c : Fixed bug.
11221         
11222 2006-03-08  Johannes Schmid <jhs@gnome.org>
11224     * plugins/search/anjuta-search.glade
11225     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11227 2006-03-07  Johannes Schmid <jhs@gnome.org>
11229         * plugins/document-manager/action-callbacks.c
11230         plugins/document-manager/anjuta-document-manager.glade
11231         plugins/document-manager/plugin.c: (prefs_init),
11232         (activate_plugin):
11233         plugins/editor/Makefile.am:
11234         plugins/editor/editor.glade:
11235         plugins/editor/plugin.c: (on_style_button_clicked),
11236         (activate_plugin), (dispose):
11237         plugins/editor/style-editor.c:
11238         
11239         Startet to seperate document-manager and editor preferences
11241         * plugins/search/Makefile.am:
11242         plugins/search/anjuta-search.glade:
11243         plugins/search/search-replace.c:
11244         
11245         Moved search GUI to search-plugin
11246                 
11247         * plugins/sourceview/sourceview-prefs.c:
11248         plugins/sourceview/sourceview-prefs.h:
11249         plugins/sourceview/sourceview-private.h:
11250         plugins/sourceview/sourceview.c: 
11251         plugins/sourceview/sourceview.h:
11252         plugins/sourceview/Makefile.am:
11253         plugins/sourceview/anjuta-document.h:
11254         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11255         plugins/sourceview/plugin.c: 
11256         
11257         Added some preferences to sourceview and fixed vfs_monitor
11258         
11259         * tagmanager/c.c: (parseParens): 
11260         Removed annoying debug message
11261         
11262         * libanjuta/interfaces/libanjuta.idl: 
11263         Removed IAnjutaEditorFactory::create_style_editor()
11265 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11267         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11268         Search : Bookmark all matched lines.
11270 2006-03-06  Johannes Schmid <jhs@gnome.org>
11272         * plugins/class-gen/anjuta-class-gen.plugin.in
11273         plugins/file-loader/plugin.c: (sort_wizards)
11274         (on_create_submenu), (activate_plugin)
11275         plugins/file-wizard/anjuta-file-wizard.plugin.in
11276         plugins/glade/anjuta-glade.plugin.in
11277         plugins/project-import/anjuta-project-import.plugin.in
11278         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11279         
11280         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11281         sorted alphabeticly
11282         
11283         * plugins/project-wizard/templates/mkfile.wiz:
11284         Use configured project directory instead of ~/myproject
11285         
11286         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11287         (ifile_open):
11288         Show markers (again) and monitor uri
11290 2006-03-06  Naba Kumar  <naba@gnome.org>
11292         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11293         typedefs separately so that forward linking would work.
11294         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11296 2006-03-05  Naba Kumar  <naba@gnome.org>
11298         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11299         passing Enums and Structs in signals. Define struct _Name in
11300         generated code, so that forward referencing.
11301         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11302         
11303         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11304         
11305 2006-03-05  Naba Kumar  <naba@gnome.org>
11307         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11308         support. Generate GType definitions for enums in generated codes
11309         so that enums could be passed as signal params.
11310         
11311 2006-03-04  Naba Kumar  <naba@gnome.org>
11313         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11314         Restored cvs-moved revision files. They were originally marked
11315         deleted at their older locations. Now they are restored at
11316         their new locations. The changeset is one that was committed
11317         as part of document-manager, editor, search and print plugins
11318         separation from editor plugin.
11319         
11320 2006-03-03  Johannes Schmid <jhs@gnome.org>
11322         * plugins/sourceview/*:
11323         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11324         poiting this out!
11326 2006-03-04  Naba Kumar  <naba@gnome.org>
11328         * plugins/gdb/*: Deleted removed files (see previous changlog
11329         entry for files list).
11330         
11331 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11333         * plugins/debug-mananger/breakpoints.c,
11334         plugins/debug-manager/breakpoints.h,
11335         plugins/debug-manager/debug_tree.c,
11336         plugins/debug-manager/debug_tree.h,
11337         plugins/debug-manager/info.c,
11338         plugins/debug-manager/info.h,
11339         plugins/debug-manager/locals.c,
11340         plugins/debug-manager/locals.h,
11341         plugins/debug-manager/memory.c,
11342         plugins/debug-manager/memory.h,
11343         plugins/debug-manager/registers.c,
11344         plugins/debug-manager/registers.h,
11345         plugins/debug-manager/sharedlib.c,
11346         plugins/debug-manager/sharedlib.h,
11347         plugins/debug-manager/signal.c,
11348         plugins/debug-manager/signal.h,
11349         plugins/debug-manager/stack_trace.c,
11350         plugins/debug-manager/stack_trace.h,
11351         plugins/debug-manager/watch.c,
11352         plugins/debug-manager/watch.h,
11353         plugins/debug-manager/Makefile.am:
11354         Move from gdb plugin to debug manager plugin
11356         * plugins/debug-manager/anjuta-debug-manager.glade,
11357         plugins/debug-manager/anjuta-debug-manager.ui:
11358         Move all user interface from gdb to debug manager
11360         * plugins/debug-manager/utilities.c,
11361         plugins/debug-manager/utilities.h:
11362         Remove some unused code
11363         Add useful code from gdb plugin
11365         * plugins/debug-manager/start.c,
11366         plugins/debug-manager/start.h:
11367         Include code of attach_process
11368         Add more code to start the debugger
11370         * plugins/debug-manager/plugin.c,
11371         plugins/debug-manager/plugin.h,
11372         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11373         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11375         * plugins/debug-manager/debugger.c,
11376         plugins/debug-manager/debugger.h:
11377         Implement a queue of debugger command
11379         * plugins/gdb/actions.c,
11380         plugins/gdb/actions.h,
11381         plugins/gdb/watch_cbs.c,
11382         plugins/gdb/watch_cbs.h,
11383         plugins/gdb/watch_gui.c,
11384         plugins/gdb/watch_gui.h:
11385         Removed 
11387         * plugins/gdb/debugger.c,
11388         plugins/gdb/debugger.h,
11389         plugins/gdb/gdbmi.c,
11390         plugins/gdb/gdbmi.h,
11391         plugins/gdb/utilities.c,
11392         plugins/gdb/utilities.h,
11393         plugins/gdb/Makefile.am,
11394         plugins/gdb/anjuta-gdb.plugin.in:
11395         Implement necessary functions
11397         * plugins/gdb/parser.c,
11398         plugins/gdb/parser.h:
11399         Code for parsing variable previously in debug_tree.c
11401         * plugins/gdb/anjuta-gdb.glade,
11402         plugins/gdb/anjuta-gdb.ui:
11403         Remove user interface
11405         * plugins/gdb/gdbmi-test.c:
11406         Need update
11408         * plugins/gdb/anjuta-gdb.plugin.png:
11409         Try an improved icon for gdb (archer fish)
11411         * libanjuta/anjuta-debugger.c,
11412         libanjuta/anjuta-debugger.h,
11413         libanjuta/interfaces/libanjuta.idl,
11414         libanjuta/interfaces/anjuta-idl-compiler.pl,
11415         libanjuta/Makefile.am:
11416         Add declaration used in new IAnjutaDebugger interface
11418         * manuals/reference/libanjuta.types,
11419         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11420         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11421         Update documentation
11423 2006-03-02  Naba Kumar  <naba@gnome.org>
11425         * manuals/reference/libanjuta/Makefile.am,
11426         manuals/reference/libanjuta/libanjuta-docs.sgml,
11427         manuals/reference/libanjuta/libanjuta-sections.txt,
11428         manuals/reference/libanjuta/libanjuta.types,
11429         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11430         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11431         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11432         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11433         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11434         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11435         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11436         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11437         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11438         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11439         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11440         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11441         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11442         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11443         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11444         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11445         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11446         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11447         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11448         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11449         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11450         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11451         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11452         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11453         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11454         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11455         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11456         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11457         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11458         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11459         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11460         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11461         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11462         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11463         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11464         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11465         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11466         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11467         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11468         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11469         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11470         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11471         manuals/reference/libanjuta/tmpl/plugins.sgml,
11472         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11473         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11474         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11475         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11476         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11477         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11478         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11479         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11480         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11481         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11482         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11483         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11484         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11485         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11486         documentation.
11488 2006-02-28  Naba Kumar <naba@gnome.org>
11490         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11491         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11492         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11493         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11494         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11495         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11496         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11497         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11498         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11499         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11500         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11501         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11502         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11503         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11505 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11507         * plugins/sourceview/sourceview.c:
11508         Select to brace, select block.
11510 2006-02-28  Johannes Schmid <jhs@gnome.org>
11512         * plugins/file-wizard/Makefile.am
11513         plugins/file-wizard/action-callbacks.c (removed)
11514         plugins/file-wizard/action-callbacks.h (removed)
11515         plugins/file-wizard/anjuta-file-wizard.ui
11516         plugins/file-wizard/plugin.c: (activate_plugin),
11517         (deactivate_plugin)
11518         plugins/file-wizard/plugin.h:
11519         Removed Edit->Insert Text submenu (replace by macros plugin)
11520         
11521         * plugins/sourceview/sourceview.c: (sourceview_new),
11522         (ieditor_set_popup_menu):
11523         Fixed some more bugs
11524         
11525         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11527 2006-02-28  Naba Kumar <naba@gnome.org>
11529         * plugins/file-manager/an_file_view.c,
11530         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11531         rows also and with delay 1 sec (the color and timout value should
11532         probably be picked up from some system wide preference key).
11534 2006-02-28  Naba Kumar <naba@gnome.org>
11536         * libanjuta/interfaces/libanjuta.idl,
11537         plugins/document-manager/action-callbacks.c,
11538         plugins/document-manager/plugin.c,
11539         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11540         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11541         Added interface checks in document manager and enable/disable
11542         menus based on supported interface.
11543         
11544         * plugins/project-import/anjuta-project-import.glade: Set some
11545         resonable size for the import dialog.
11547  2006-02-27  Naba Kumar  <naba@gnome.org>
11549         * libanjuta/interfaces/libanjuta.idl,
11550         plugins/document-manager/action-callbacks.c,
11551         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11552         and eol conversion actions.
11554 2006-02-27  Johannes Schmid <jhs@gnome.org>
11555         
11556         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11557         * plugins/file-manager/an_file_view.c
11558         plugins/file-manager/plugin.h:  Added tooltips
11559         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11561 2006-02-26  Naba Kumar  <naba@gnome.org>
11563         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11564         plugins/build-basic-autotools/build-basic-autotools.c,
11565         plugins/build-basic-autotools/build-basic-autotools.h,
11566         plugins/build-basic-autotools/executer.c,
11567         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11568         disable indicator highlights preferences from message manager to
11569         build plugin. Implemented message indicator highlights in build tool.
11570         
11571         * plugins/editor/text_editor.c: Fixed indicators.
11573 2006-02-26  Johannes Schmid <jhs@gnome.org>
11575         * plugins/sourceview/sourceview.c:
11576         - Fixed some bugs
11577         - Added markers
11578         * plugins/subversion/svn_auth.c:
11579         Fixed username/password authentification but there might be a memory corruption
11581 2006-02-26  Naba Kumar  <naba@gnome.org>
11583         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11584         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11585         libanjuta/anjuta-launcher.h: Added documentation.
11587 2006-02-24  Naba Kumar  <naba@gnome.org>
11589         * plugins/editor/text_editor.c: Fixed change in API in
11590         IAnjutaEditorSelection::set().
11591         
11592 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11594         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11595         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11596         libanjuta/interfaces/libanjuta.idl :
11597         Search in sourceview editor (Select in buffer).
11600 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11602         * plugins/sourceview/sourceview.c :
11603         Fixed Replace, to_upper, to_lower.
11604         
11605         * plugins/search/search-replace_backend.c :
11606         Renamed header name.
11608 2006-02-22  Naba Kumar  <naba@gnome.org>
11610         * libanjuta/anjuta-plugin-description.c,
11611         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11612         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11613         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11614         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11615         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11616         
11617         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11618         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11619         
11620 2006-02-21  Naba Kumar  <naba@gnome.org>
11622         * libanjuta/interfaces/libanjuta.idl,
11623         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11624         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11625         interface for editor.
11627 2006-02-21  Naba Kumar  <naba@gnome.org>
11629         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11631         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11632         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11634 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11636         * GTKSOURCEVIEW EDITOR
11637         plugins/sourceview/sourceview.c :
11638         Fixed copy and Goto Line.
11639         
11640         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11641         plugins/macro/plugin.c :
11642         Fixed Insert key word and Insert macro.
11644 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11646         * plugins/document-manager/anjuta-docman.c:
11647         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11648         
11649         * configure.in:
11650         plugins/Makefile.am:
11651         plugins/sourceview/.cvsignore:
11652         plugins/sourceview/Makefile.am:
11653         plugins/sourceview/plugin.c: :
11654         plugins/sourceview/plugin.h:
11655         plugins/sourceview/sourceview.c: 
11656         plugins/sourceview/sourceview.h:
11657         plugins/sourceview/sourceview.plugin:
11658         plugins/sourceview/sourceview.plugin.in:
11659         plugins/sourceview/sourceview.png:
11661         Added sourceview editor plugin
11663 2006-02-19 Naba Kumar  <naba@gnome.org>
11665         * libanjuta/interfaces/libanjuta.idl,
11666         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11667         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11668         plugins/cvs-plugin/cvs-interface.c,
11669         plugins/document-manager/action-callbacks.c,
11670         plugins/document-manager/action-callbacks.h,
11671         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
11672         plugins/search/plugin.c, plugins/search/search-replace.c,
11673         plugins/search/search-replace_backend.c,
11674         plugins/subversion/subversion-actions.c,
11675         plugins/subversion/subversion-callbacks.c,
11676         plugins/tools/editor.c, plugins/tools/execute.c,
11677         plugins/tools/variable.c: Defined proper editor interfaces and fixed
11678         few fatal warnings.
11680 2006-02-15 Naba Kumar  <naba@gnome.org>
11682         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
11683         within another.
11684         
11685         * libanjuta/interfaces/libanjuta.idl,
11686         plugins/document-manager/anjuta-docman.c,
11687         plugins/document-manager/plugin.c,
11688         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
11689         unnecessary parameters from IAnjutaEditor interface and used proper
11690         types instead of 'gpointer'. Fixed various compiler warnings.
11691         
11692         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
11693         file
11695 2006-02-12 Naba Kumar  <naba@gnome.org>
11697         * po/POTFILES.in: Updated.
11698         
11699 2006-02-11 Naba Kumar  <naba@gnome.org>
11701         * plugins/editor/properties.[cxx,h],
11702         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
11703         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
11704         to sci_prop_*(), because they were conflicting with external
11705         functions (in some ssl library).
11706         
11707 2006-02-08 Naba Kumar  <naba@gnome.org>
11709         Patch from Massimo Cora  <maxcvs@email.it>:
11710         * plugins/valgrind/anjuta-valgrind.schemas,
11711         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
11712         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
11713         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
11714         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
11715         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
11716         plugins/valgrind/vgtoolview.c,
11717         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
11718         before running the debugging session. I've added also a
11719         preference in Anjuta Preferences where you can specify
11720         the path to the valgrind binary. The default is /usr/bin/valgrind.
11721         Now it displays a dialog with the error. [it can be -program
11722         exited- or -file loaded or end of input-]. Some valgrind 3.x
11723         compatibility.
11724         
11725 2006-01-29 Naba Kumar  <naba@gnome.org>
11727         Patch from Massimo Cora  <maxcvs@email.it>:
11728         * configure.in, plugins/Makefile.am,
11729         plugins/valgrind/*: Valgrind plugin (requires
11730         binutils-dev and valgrind to be installed.
11732 2005-01-24 Johannes Schmid <jhs@gnome.org>
11734         * Patch from Eric Greveson <ejg45@cam.ac.uk>
11735         plugins/tools/variables.c:
11736         Added current directory to possible variables
11738         * Patch from Günther Brammer <gbrammer@gmx.de>
11739         plugins/document-manager/anjuta-docman.c:
11740         Fix a crash on opening a file
11742         AUTHORS: Added Günther Brammer
11744 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
11746         * libanjuta/anjuta-launcher.c:
11747         Fix a bug in AnjutaLauncher when output is bigger than buffer
11748         Probably fix bug #315188 and #305134
11750 2005-12-28      Johannes Schmid <jhs@gnome.org>
11751         
11752         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
11753         * src/about.c: Use new gtk about dialog
11754         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
11755         Updated anjuta_ui_add_action_group_entries call
11756         
11757         Patch from Jean Breford <jean.breford@normalesup.org>
11758         and Markus Habermehl <bmh1980de@yahoo.de>:
11759         
11760         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
11761         * AUTHORS: Added Jean and Markus
11763 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11764         * plugins/search/search-replace.c :
11765         Bookmark all matched lines.
11766         * plugins/search/search-replace_backend.c :
11767         Fixed bug (Search in all project files).
11769 2005-12-21      Johannes Schmid <jhs@gnome.org>
11770         
11771         * plugins/search/plugin.c:
11772         Fixed signal names
11773         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
11774         investigation needed.
11775         
11776         AUTHORS: Added Ross Goldner
11778 2005-12-19  Ross Golder  <ross@golder.org>
11780         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
11781         application/xml MIME type.
11783 2005-12-18  Johannes Schmid <jhs@gnome.org>
11784         
11785         po/POTFILES.in: Updated files after directory changes
11786         HACKING: Removed outdated section 3 (anoncvs)
11788 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
11790         * plugins/build-basic-autotools/build-basic-autotools.c:
11791         Save all files in editor before running a command
11793         * plugins/tools/execute.c:
11794         Use document manager plugin instead of each editor for
11795         saving all files
11797 2005-12-15  Johannes Schmid <jhs@gnome.org>
11799         * plugins/document-manager/action-callbacks.c:
11800         (on_save_all1_activate), (on_swap_activate)
11801         plugins/document-manager/anjuta-docman.c:
11802         (on_save_as_filesel_response), (on_notebook_switch_page):
11803         
11804         Fixed some remaining issues in document-manger
11806 2005-12-15      Johannes Schmid <jhs@gnome.org>
11808         * plugins/profile-default/default.anjuta:
11809         Load Search plugin and Message Manager by default
11811 2005-12-14  Johannes Schmid <jhs@gnome.org>
11812         
11813         * plugins/editor/text_editor.c
11814         libanjuta/anjuta-utils.c:
11815         
11816         Check if files differ when gnome-vfs monitoring is used.
11817         (Bug #309688)
11819 2005-12-13  Johannes Schmid <jhs@gnome.org>
11821         * plugins/document-manager/plugin.c:
11822         Only save modified files in ianjuta_file_savable_save() for document-manager
11823         as discussed on mailing list.
11824         
11825         * plugins/cvs-plugin/cvs-callbacks.c:
11826         Fixed dialog handling for empty log message
11828 2005-12-13  Johannes Schmid <jhs@gnome.org>
11830         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
11831         
11832         * plugins/project-manager/* Removed ununsed files
11833         
11834         * plugins/symbol-browser/an_symbol_iter.c
11835         plugins/build-basic-autotools/build-basic-autotools.c
11836         plugins/build-basic-autotools/executer.c
11837         plugins/class-gen/class_gen.c
11838         plugins/class-inheritance/class-inherit.c
11839         plugins/cvs-plugin/cvs-actions.c
11840         plugins/cvs-plugin/cvs-interface.c
11841         plugins/debug-manager/attach_process.
11842         plugins/devhelp/plugin.c
11843         plugins/document-manager/plugin.c
11844         plugins/document-manager/indent_util.c
11845         plugins/editor/properties.cxx
11846         plugins/editor/aneditor.cxx
11847         plugins/editor/style-editor.c
11848         plugins/editor/text_editor.c
11849         plugins/macro/macro_db.c
11850         tagmanager/c.c:
11851         
11852         Use DEBUG_PRINT for debug messages
11854         libanjuta/anjuta-debug.h: Include config.h
11855         
11856         HACKING: Updated (BTW: does anyone read this?)
11857         
11858 2005-12-12  Johannes Schmid <jhs@gnome.org>
11860         Patch from Johan Ersvik <jersvik@fastmail.fm>:
11861         * plugins/gdb/debugger.c
11862         
11863         Fix a crasher in gdb plugin
11864         
11865         * plugins/gtodo/plugin.c
11866         plugins/search/plugin.c
11867         
11868         Fixed bug #305301
11869         
11870         * plugins/document-manager/anjuta-docman.c:
11871         
11872         Fixed error markers 
11873         
11874         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
11875         
11876         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
11877         
11878         * plugins/document-manager/anjuta-docman.c:
11879         highlight changed files in docman popup-menu
11880         * plugins/gdb/debug-tree.c:
11881         plugins/gdb/debugger.c
11882         Do not corupt entire "locals" tree when variable pointer have
11883         additional info and arrays/strucs/unions correctly.
11884         
11886 2005-12-11  Johannes Schmid <jhs@gnome.org>
11888         * plugins/document-manager/anjuta-docman.c
11889         plugins/document-manager/plugin.c
11890         plugins/editor/text_editor.c:
11891         
11892         AUTHORS: Added Johan Ersvik
11894         Fixed "is-dirty" bug and tab ordering
11896 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
11897         
11898         * plugins/editor/aneditor-autocomplete.cxx
11899         plugins/editor/aneditor-calltip.cxx
11900         plugins/editor/aneditor-priv.h
11901         plugins/symbol-browser/an_symbol.c
11902         plugins/symbol-browser/an_symbol_view.c
11903         tagmanager/entry.h
11904         tagmanager/tm_symbol.c
11905         tagmanager/tm_tag.c
11906         tagmanager/include/tm_symbol.h
11907         tagmanager/include/tm_tag.h
11908         tagmanager/c.c
11910         Better pointer recognition in tagmanager and symbol browser
11912 2005-12-11  Johannes Schmid <jhs@gnome.org>
11914         * plugins/search/*: New search plugin derived from search code in old editor
11915         plugin.
11916         
11917         * plugins/document-manager/*: new document-manger which is now seperated from
11918         editor to allow implementation of other editor widgets. Code is mostly derived
11919         from old editor plugin
11921         * plugins/print/* new print plugin which is not fully implemented in the
11922         moment
11924         * plugins/editor/text_editor.c: Added lots of interface code
11925         
11926         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
11927         IAnjutaEditorFactory and extended IAnjutaEditor
11928         
11929         * configure.in, plugins/Makefile.am updated build system for new
11930         plugins
11932         This is a huge commit which might still contain some bugs and also has
11933         some fixmes. Things that are not working are the search toolbar because it
11934         does not use the same backend as any other searching function and printing
11935         (easy to fix) because it did not yet implement IAnjutaPrintable.
11937 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
11939         * plugins/project-wizard/property.c:
11940         Use newer GtkFileChooser instead of GtkFileSelection with
11941         GnomeFileEntry to avoid a bug
11943         * plugins/project-wizard/install.c:
11944         Avoid an endless loop if project directory is not writable
11945         
11946         * plugins/project-wizard/druid.c:
11947         Allow creating project in empty directory without a
11948         warning
11950 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
11951         
11952         Patch from Massimo Cora <maxcvs@email.it>
11953         * plugins/class-inheritence/class-inherit.c
11954         plugins/class-inheritence/plugin.c
11955         plugins/class-inheritence/plugin.h
11956         configure.in
11957         
11958         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
11959         no longer supported!
11961 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
11962         
11963         Patch from Johan Ersvik <jersvik@fastmail.fm>
11964         * plugins/message-view/message-view.c
11965         plugins/build-basic-autotools/build-basic-autotools.c
11966         plugins/build-basic-autotools/automake-c.filters
11968         This patch correct regex-filters for newer automake
11969         versions
11971 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
11973        * plugins/tools/execute.c:
11974        Detect variables inside a word
11976 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11978         * libanjuta/anjuta-status.[ch],
11979         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
11980         plugins/editor/anjuta-docman.c :
11981         New anjuta-status procedure.
11983 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11985         *Modified Files:
11986         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
11987         plugins/editor/Makefile.am
11988         plugins/editor/anjuta-document-manager.glade
11989         plugins/editor/plugin.c plugins/editor/plugin.h
11990         plugins/editor/text_editor.c plugins/editor/text_editor.h
11991         *Added Files:
11992         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
11993         plugins/editor/indent-util.c plugins/editor/indent-util.h
11994         plugins/editor/indent_test.c :
11995         Set and Preview indent preferences parameters.
11996         Saved indent user parameters.
11998 2005-10-27  Naba Kumar  <naba@gnome.org>
12000         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12001         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12002         theme color for saved documents.
12003         
12004 2005-10-26  Naba Kumar  <naba@gnome.org>
12006         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12007         list. Fixed bug #316731.
12008         
12009 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12011         * tagmanager/tm_symbol.c: Fixed bug #315218
12013 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12015         * plugins/build/build_file.c
12016           plugins/build-basic-autotools/build-basic-autotools.c
12017           plugins/tools/execute.c
12018           plugins/build/compile.c
12019           plugins/build/configurer.c
12020           plugins/debug-manager/plugin.c
12021           plugins/editor/plugin.c
12022           plugins/editor/print.c
12023           plugins/editor/text_editor.c
12024           plugins/file-loader/plugin.c
12025           plugins/file-manager/an_file_view.c
12026           plugins/symbol-browser/an_symbol_view.c
12027           plugins/gdb/debugger.c
12028           plugins/gdb/plugin.c
12029           plugins/glade/plugin.c
12030           plugins/macro/macro-actions.c
12031           plugins/macro/plugin.c
12032           plugins/profile-default/plugin.c
12033           plugins/project-manager/plugin.c
12034           plugins/project-manager/project_import.c
12035           plugins/symbol-browser/plugin.c
12036           plugins/tools/execute.c
12037           src/anjuta.c
12038           src/anjuta-actions.h
12039           src/shell.c:
12040           Correct spacing errors before and after "...".
12042 2005-10-20  Naba Kumar  <naba@gnome.org>
12044         * plugins/gdb/debugger.c: Fixed attach/detach process to
12045         updated UI properly.
12046         
12047 2005-10-18  Naba Kumar  <naba@gnome.org>
12049         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12050         #171314 too).
12051         
12052 2005-10-13  Naba Kumar  <naba@gnome.org>
12053         
12054         * plugins/project-mkfile-import/*: Removed separate import wizard for
12055         makefile based projects (because single widzard handles all wizards).
12057         * plugins/project-import/project-import.c: Made wizard window
12058         transient to main window.
12060         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12061         
12062         * AUTHORS: Added Eric's name in contributors list.
12063         
12064         * configure.in, plugins/Makefile.am,
12065         plugins/project-import/Makefile.am,
12066         plugins/project-import/anjuta-project-import.glade,
12067         plugins/project-import/project-import.c,
12068         plugins/project-import/project-import.h: Import wizard now detects
12069         both makefile and automake projects together instead of separate wizard.
12070         
12071         * plugins/project-wizard/templates/java/project.anjuta,
12072         plugins/project-wizard/templates/mkfile/project.anjuta,
12073         plugins/project-wizard/templates/python/project.anjuta,
12074         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12075         name to make it appropriate.
12077 2005-10-11  Naba Kumar  <naba@gnome.org>
12079         * configure.in: Fixed glade3 version requirement.
12081 2005-09-29  Alexander Shopov  <ash@contact.bg>
12083         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12085 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12087         * plugins/subversion/svn_auth.c
12088         plugins/subversion/anjuta_subversion.glade:
12089         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12091 2005-09-22  Naba Kumar  <naba@gnome.org>
12093         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12095         * configure.in,  plugins/Makefile.am
12096         plugins/project-manager/anjuta-project-manager.plugin.in,
12097         plugins/project-manager/plugin.c,
12098         (added) plugins/project-mkfile-import/.cvsignore,
12099         (added) plugins/project-mkfile-import/Makefile.am,
12100         (added) plugins/project-mkfile-import/
12101             anjuta-project-mkfile-import-plugin.png,
12102         (added) plugins/project-mkfile-import/
12103             anjuta-project-mkfile-import.glade,
12104         (added) plugins/project-mkfile-import/
12105             anjuta-project-mkfile-import.plugin.in,
12106         (added) plugins/project-mkfile-import/plugin.c,
12107         (added) plugins/project-mkfile-import/plugin.h,
12108         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12109         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12110         plugins/project-wizard/templates/Makefile.am,
12111         (added) plugins/project-wizard/templates/mkfile-logo.png,
12112         (added) plugins/project-wizard/templates/mkfile.wiz,
12113         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12114         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12115         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12116         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12117         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12118         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12119         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12120         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12121         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12122         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12123         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12124         Added makefile based project import wizard and wizard template.
12126 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12128         * libanjuta/anjuta-launcher.c: Reduced false password detections
12130 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12132         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12133         messages correctly.a
12135 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12136         
12137         * scintilla/Makefile.am: Changed scintilla library to noinst
12138         * pixmaps/Makefile.am: Install password.png
12139         * libanjuta/anjuta-launcher.c: Changed password detection
12140         to be able to access GNOME CVS with ssh.
12141         
12142 2005-08-31  Naba Kumar  <naba@gnome.org>
12144         * plugins/glade/plugin.c: Set transient window for the widget
12145         dialogs.
12146         
12147 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12149         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12151 2005-08-10  Naba Kumar  <naba@gnome.org>
12153         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12154         as shortcut key for execute.
12156         * src/about.c: Clean up.
12157         
12158         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12159         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12160         entry boxes.
12161         
12162 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12164         * plugins/editor/search-replace_backend.c :
12165         Fixed search in File Patterns.
12167 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12169         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12170         
12171 2005-08-04  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-03  Naba Kumar  <naba@gnome.org>
12178         * plugins/glade/plugin.c: Proper names for plugin widgets.
12179         
12180         * plugins/subversion/anjuta-subversion.glade,
12181         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12182         string allocations. Use passed default values when available.
12183         Set proper focus and dialog default response. Destroy dialog after use.
12184         Return error when appropriate.
12186 2005-08-02  Naba Kumar  <naba@gnome.org>
12188         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12189         for pango-1.8 rendering bug.
12190         
12191 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12193         * scintilla/Makefile.am: Fixed a make -j x bug
12194         
12195 2005-08-02  Johannes Schmid <jhs@gnome.org>
12196         
12197         * plugins/subversion/svn-auth.c: Added username/password 
12198         auto function.
12200 2005-08-01  Naba Kumar  <naba@gnome.org>
12202         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12203         checks for character width calculations.
12204         
12205 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12207         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12209 2005-07-31  Naba Kumar  <naba@gnome.org>
12211         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12212         messup with pango 1.8. Fixed bug #311846.
12214 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12216         * plugins/gdb/memory.c : Fixed bug 305082.
12217         
12218         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12219         plugins/project-wizard/templates/gcj.wiz,
12220         plugins/project-wizard/templates/gnome.wiz,
12221         plugins/project-wizard/templates/gtk.wiz,
12222         plugins/project-wizard/templates/java.wiz,
12223         plugins/project-wizard/templates/python.wiz,
12224         plugins/project-wizard/templates/wxwin.wiz,
12225         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12227 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12229         * plugins/tools/execute.c:
12230         Correct a crash if editor is closed while a tool still use it.
12232 2005-07-28  Naba Kumar  <naba@gnome.org>
12234         * scintilla/*: Updated scintilla from their latest CVS.
12236 2005-07-27  Naba Kumar  <naba@gnome.org>
12238         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12239         plugins/build-basic-autotools/build-basic-autotools.c,
12240         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12241         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12242         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12243         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12244         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12245         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12246         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12247         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12248         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12249         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12250         argument to anjuta_ui_add_action_group_entries() and
12251         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12252         Fixed all plugins to pass translation domain. This fixes untranslated
12253         UI bugs. 
12255 2005-07-27  Naba Kumar  <naba@gnome.org>
12257         * plugins/class-inheritance/class-callbacks.c,
12258         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12259         proper system colors.
12261 2005-07-26  Naba Kumar  <naba@gnome.org>
12263         * ROADMAP: Updated and added more tasks.
12265 2005-07-25  Naba Kumar  <naba@gnome.org>
12267         * ROADMAP: Updated and added more tasks.
12268         
12269 2005-07-24  Naba Kumar  <naba@gnome.org>
12271         * HACKING: Fixed format.
12273 2005-07-24  Naba Kumar  <naba@gnome.org>
12275         * ROADMAP: Fixed format.
12276         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12278 2005-07-24  Naba Kumar  <naba@gnome.org>
12280         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12281         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12283 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12285         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12286         Correct wrong sensitivity setting
12287         
12288         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12289         
12290         * plugins/tools/variable.c:     Add variables for project manager
12292 2005-07-23  Naba Kumar  <naba@gnome.org>
12294         * ROADMAP: updated.
12296 2005-07-23 Naba Kumar  <naba@gnome.org>
12298         * plugins/subversion/Makefile.am,
12299         plugins/subversion/svn-auth.c,
12300         plugins/subversion/svn-auth.h: Added subversion authentication code
12301         stubs.
12302         
12303         * plugins/subversion/subversion-callbacks.c,
12304         plugins/subversion/subversion-callbacks.h,
12305         plugins/subversion/svn-backend-priv.h,
12306         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12307         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12308         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12309         Added file mode line.
12311 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12313         * configure.in: Added 'gl' to ALL_LINGUAS.
12315 2005-07-21 Naba Kumar  <naba@gnome.org>
12317         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12318         the active sources and kill the running process without emitting
12319         signals (which could be fatal because the object is being destroyed).
12320         Incidentally, fixed the crash that happens when stopping an active
12321         debugger session. Disabled debug prints and code clean up.
12322         Fixed bug #305587.
12323         
12324         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12325         message view object, because that prevents many unprocessed outputs
12326         from the cvs command from being appended in view. Does not set NULL
12327         to mesg_view private member (not required) so that any pending outputs
12328         to view is processed.Fixed bug #172666.
12330         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12331         type in supported list.
12332         
12333 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12335         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12336           grammar/spelling fixes.
12338 2005-07-17 Naba Kumar  <naba@gnome.org>
12340         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12341         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12342         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12343         plugins/project-wizard/templates/anjuta-plugin.wiz,
12344         plugins/project-wizard/templates/gcj.wiz,
12345         plugins/project-wizard/templates/gnome.wiz,
12346         plugins/project-wizard/templates/gtk.wiz,
12347         plugins/project-wizard/templates/gtkmm.wiz,
12348         plugins/project-wizard/templates/java.wiz,
12349         plugins/project-wizard/templates/python.wiz,
12350         plugins/project-wizard/templates/terminal.wiz,
12351         plugins/project-wizard/templates/terminal/Makefile.am,
12352         plugins/project-wizard/templates/terminal/po/Makefile.am,
12353         plugins/project-wizard/templates/terminal/src/Makefile.am,
12354         plugins/project-wizard/templates/wxwin.wiz,
12355         plugins/project-wizard/templates/xlib-dock.wiz,
12356         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12357         wizards and updated .wiz files to install them in newly created
12358         projects.
12360 2005-07-16 Naba Kumar  <naba@gnome.org>
12362         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12363         
12364         * plugins/file-manager/an_file_view.c,
12365         plugins/file-manager/plugin.c: Added file manager preferences to
12366         show/hide files ignored by version control (e.g. cvsignore).
12367         
12368         * plugins/editor/text_editor.c: Initialize vfs info struct.
12369         
12370         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12371         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12372         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12373         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12374         omf-install/.cvsignore, pixmaps/.cvsignore,
12375         plugins/file-manager/anjuta-file-manager-plugin.glade,
12376         scintilla/.cvsignore, scintilla/include/.cvsignore,
12377         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12378         tagmanager/python.c: Updated.
12380 2005-07-16 Naba Kumar  <naba@gnome.org>
12382         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12383         Fixed python parser to parser class methods.
12385 2005-07-15 Naba Kumar  <naba@gnome.org>
12387         * plugins/project-wizard/property.c: Used parenthesis to remove
12388         ambiguty.
12389         
12390         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12391         plugins/project-wizard/templates/gcj.wiz,
12392         plugins/project-wizard/templates/gnome.wiz,
12393         plugins/project-wizard/templates/gtk.wiz,
12394         plugins/project-wizard/templates/gtkmm.wiz,
12395         plugins/project-wizard/templates/java.wiz,
12396         plugins/project-wizard/templates/python.wiz,
12397         plugins/project-wizard/templates/terminal.wiz,
12398         plugins/project-wizard/templates/wxwin.wiz,
12399         plugins/project-wizard/templates/xlib-dock.wiz,
12400         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12401         and names.
12403 2005-07-15 Naba Kumar  <naba@gnome.org>
12405         * plugins/project-wizard/templates/java.wiz,
12406         plugins/project-wizard/templates/java/Makefile.am,
12407         plugins/project-wizard/templates/java/project.anjuta,
12408         plugins/project-wizard/templates/python.wiz,
12409         plugins/project-wizard/templates/python/Makefile.am,
12410         plugins/project-wizard/templates/python/project.anjuta: Use different
12411         project files for java and python module where debugger is not
12412         included in the list of plugins.
12414 2005-07-15 Naba Kumar  <naba@gnome.org>
12416         * configure.in, plugins/project-wizard/templates/Makefile.am,
12417         plugins/project-wizard/templates/gcj-logo.png,
12418         plugins/project-wizard/templates/gcj.wiz,
12419         plugins/project-wizard/templates/gcj/.cvsignore,
12420         plugins/project-wizard/templates/gcj/Makefile.am,
12421         plugins/project-wizard/templates/gcj/configure.in.tpl,
12422         plugins/project-wizard/templates/gcj/src/.cvsignore,
12423         plugins/project-wizard/templates/gcj/src/Makefile.am,
12424         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12425         plugins/project-wizard/templates/java-logo.png,
12426         plugins/project-wizard/templates/java.wiz,
12427         plugins/project-wizard/templates/java/configure.in.tpl,
12428         plugins/project-wizard/templates/java/po/Makefile.am,
12429         plugins/project-wizard/templates/java/po/POTFILES.in,
12430         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12431         plugins/project-wizard/templates/java/src/main.java,
12432         plugins/project-wizard/templates/python-logo.png,
12433         plugins/project-wizard/templates/python.wiz,
12434         plugins/project-wizard/templates/python/.cvsignore,
12435         plugins/project-wizard/templates/python/Makefile.am,
12436         plugins/project-wizard/templates/python/configure.in.tpl,
12437         plugins/project-wizard/templates/python/po/.cvsignore,
12438         plugins/project-wizard/templates/python/po/Makefile.am,
12439         plugins/project-wizard/templates/python/po/POTFILES.in,
12440         plugins/project-wizard/templates/python/src/.cvsignore,
12441         plugins/project-wizard/templates/python/src/Makefile.am,
12442         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12443         plugins/project-wizard/templates/python/src/main.py: Added Generic
12444         gcj and python project wizards. Fixed Generic java project to
12445         use _JAVA primary. Update gnome-build from cvs for them to work
12446         correctly.
12448 2005-07-12 Naba Kumar  <naba@gnome.org>
12450         * plugins/project-manager/plugin.c: Automatically determine
12451         project backend by probing.
12452         
12453 2005-07-04 Naba Kumar  <naba@gnome.org>
12455         * Makefile.am: Do not install old anjuta.glade file which conflicts
12456         with newer src/anjuta.glade.
12458 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12460         * plugins/an_symbol_prefs.c:
12461         Sort list of available symbol files
12463 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12465         * plugins/build-basic-autotools.c:
12466         Fixed #307810
12467         
12468         * plugins/gtodo/libgtodo.c:
12469         Possible fix for #307800
12471         * libanjuta/anjuta-encodings.c
12472         libanjuta/anjuta-launcher.c
12473         libanjuta/anjuta-preference-dialog.c
12474         libanjuta/anjuta-preferences.c
12475         libanjuta/anjuta-ui.c
12476         libanjuta/anjuta-util.c
12477         libanjuta/cell-renderer-captioned-image.c
12478         libanjuta/plugin.c:
12479         
12480         Patch from de_lupus@pandora.be (Kristof Vansant):
12481         Replaced deprecated gnome-i18n.h
12482         Closed #309153
12484 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12485         
12486         * plugins/subversion/anjuta-subversion.glade
12487         plugins/subversion/anjuta-subversion.ui
12488         plugins/subversion/plugin.c
12489         plugins/subversion/subversion-actions.c
12490         plugins/subversion/subversion-callbacks.h
12491         plugins/subversion/subversion-callbacks.c
12492         plugins/subversion/svn-backend-priv.h
12493         plugins/subversion/svn-backend.h
12494         plugins/subversion/svn-backend.c
12495         plugins/subversion/svn-thread.h
12496         plugins/subversion/svn-thread.c:
12497         
12498         Implemented Subversion diff
12499         
12500 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12501         
12502         * plugins/build-basic-autotools/build-basic-autotools.c:
12503         Fixed crash bug! Might be useful to release 2.0.2 soon
12504         because this bug will crash any build which produces errors
12505         or warnings
12507 === Anjuta 2.0.1 ===
12509 2005-06-27 Naba Kumar  <naba@gnome.org>
12511         * plugins/tools/execute.c: Formated code.
12512         
12513 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12515         * plugins/build-basic-autotools/build-basic-autotools.c:
12516         Remove two memory leaks
12517         Check command output versus untranslated strings too
12519         * plugins/tools/execute.c:
12520         Remove two memory leaks
12521         Check command output versus untranslated strings too
12522         Remove description message
12524         * plugins/tools/fileop.c:
12525         Escape tool name in xml configuration file
12527 2005-05-26 Naba Kumar  <naba@gnome.org>
12529         * configure.in: Bumped version to 2.0.1
12530         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12532         * plugins/tools/execute.c: Fixed clickable messages.
12533         * NEWS: Updated.
12535         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12536         Deactivate glade plugin when last glade project is closed. Reorder
12537         glade widgets in layout. Change glade project when user selects a
12538         new project. Removed project from the list when user closes it. Fixed
12539         glade project file loading from URI. Save and restored loaded glade
12540         projects in/from session.
12542         * plugins/class-gen/action-callbacks.c,
12543         plugins/class-gen/anjuta-class-gen-plugin.glade,
12544         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12545         plugins/file-wizard/anjuta-file-wizard.glade,
12546         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12547         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12548         "Add to project" correctly. Use the source file path returned after
12549         adding to project. Fixed memory leaks. Deactivate wizard plugins
12550         after use.
12551         
12552         * plugins/project-manager/plugin.c,
12553         plugins/project-wizard/anjuta-project-wizard.glade,
12554         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12555         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12556         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12557         project-wizard preference page to anjuta app, because they are
12558         more appropriated as general preferences. Renamed username and
12559         useremail properties keys.
12560         
12561         * po/POTFILES.in: Updated.
12563         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12564         saved at closing.
12565         
12566         * plugins/file-loader/plugin.c: Do not use static variable to store
12567         created submenu in factory. Fixed crash in anjuta exit.
12568         
12569 2005-05-24 Naba Kumar  <naba@gnome.org>
12571         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12572         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12573         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12574         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12575         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12576         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12577         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12578         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12579         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12580         
12581         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12582         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12583         plugins/build-basic-autotools/build-basic-autotools.c,
12584         plugins/build-basic-autotools/build-basic-autotools.h,
12585         plugins/build-basic-autotools/executer.c,
12586         plugins/build-basic-autotools/executer.h,
12587         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12588         plugins/tools/variable.c: Added an extra argument to
12589         anuta_util_dialog_input() to pass default value. Save/load project
12590         configure and execution parameters in/from session.
12592         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12593         symbol browser is loaded.
12594         
12595         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12596         freeze/thaw.
12598         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12599         deactivate would not start shell.
12601 2005-05-24 Naba Kumar  <naba@gnome.org>
12603         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12604         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12605         libegg/egg-submenu-action.c, libegg/test-actions.c,
12606         plugins/build-basic-autotools/build-basic-autotools.c,
12607         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12608         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12609         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12610         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12611         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12612         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12613         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12614         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12615         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12616         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12618 2005-05-24 Naba Kumar  <naba@gnome.org>
12620         * data/properties/styles.properties: Fixed defalt font.
12622         * plugins/editor/search-replace.c,
12623         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12624         project openness wihtout activating project-manager plugin (i.e.
12625         using anjuta_shell_get()).
12626         
12627         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12628         - Completed add_source(), add_group() and add_target() methods of
12629         IAnjutaProjectManager.
12630         - Change their definition to return the added element (or NULL).
12631         - Used interface API for project main menus and 'add to project'
12632         from file-manager context menu.
12633         - Select proper default target/group when prompting for adding
12634         source/target/group.
12635         - Do not expand all nodes in selection tree when default selection
12636         are given (eases navigation in big projects).
12637         - Code clean ups.
12638         - Marked strings for translation.
12640 2005-05-23 Naba Kumar  <naba@gnome.org>
12642         * src/anjuta-app.c: Save menu accelerators on change.
12643         * NEWS: Updated.
12644         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12645         save-as dialog (leading to crash later).
12647 2005-05-22 Naba Kumar  <naba@gnome.org>
12649         * NEWS: Updated.
12650         * AUTHORS: Added developers for other projects. Updated.
12651         * TODO.tasks: Updated.
12652         * ChangeLog: Added past changelogs from anjuta-0.1.5.
12653         
12654 2005-05-22 Naba Kumar  <naba@gnome.org>
12656         * plugins/tools/execute.c: Make parsable lines distinct by adding
12657         a "Click me" description in the message. Allow tools to open arbibrary
12658         file in editory using gdb-styled annotation (The line starts with two
12659         \032 characters followed by the file:line).
12660         
12661         * plugins/tools/scripts/prepare-changelog.pl,
12662         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
12663         ChangeLog file itself and open it.
12665 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
12667         * plugins/tools/execute.c:
12668         Parse output in message pane
12669         Correct a crash on plugin deactivation
12671         * plugins/tools/fileop.c,
12672         plugins/tools/tool.c,
12673         plugins/tools/tool.h:
12674         Load only valid tools
12676 2005-06-21  Naba Kumar  <naba@gnome.org>
12678         * anjuta.spec.in: Fixed devel package requirement.
12680         * plugins/message-view/message-view.c: Scroll message on next/previous.
12682         * TODO.tasks: Updated.
12684         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12685         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12686         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12687         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12688         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12689         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12690         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12691         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12693         * libanjuta/anjuta-preferences.c,
12694         plugins/build-basic-autotools/build-basic-autotools.c,
12695         plugins/build-basic-autotools/executer.c,
12696         plugins/class-gen/action-callbacks.c,
12697         plugins/class-gen/action-callbacks.h,
12698         plugins/class-gen/class_gen.c,
12699         plugins/cvs-plugin/cvs-interface.c,
12700         plugins/debug-manager/attach_process.c,
12701         plugins/debug-manager/plugin.c,
12702         plugins/debug-manager/utilities.c,
12703         plugins/debug-manager/utilities.h,
12704         plugins/editor/aneditor-autocomplete.cxx,
12705         plugins/editor/aneditor.cxx,
12706         plugins/editor/search-replace.c,
12707         plugins/editor/search-replace_backend.c,
12708         plugins/gdb/breakpoints.c,
12709         plugins/gdb/registers.c,
12710         plugins/patch/plugin.c,
12711         plugins/project-wizard/druid.c,
12712         plugins/project-wizard/install.c,
12713         plugins/subversion/plugin.c,
12714         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
12715         codes.
12717         * plugins/class-gen/action-callbacks.c,
12718         plugins/project-wizard/parser.c,
12719         plugins/project-wizard/property.c,
12720         plugins/project-wizard/values.c,
12721         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
12723         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
12724         alphabetically
12726 2005-06-20  Naba Kumar  <naba@gnome.org>
12728         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
12729         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12730         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12731         
12732         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
12733         exit idle function.
12734         
12735         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
12736         Fixed possible memory corruption.
12738         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
12739         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
12740         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
12741         progress bar increment and added progress status for symbol refresh
12742         and project loading.
12743         
12744         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
12745         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
12746         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
12747         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
12748         bar.
12750         * TODO.tasks: Updated.
12752 2005-06-19  Naba Kumar  <naba@gnome.org>
12754         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
12755         Fixed warning.
12756         
12757         * plugins/project-import/project-import.c: Deactivate plugin when done.
12758         
12759 2005-06-18  Naba Kumar  <naba@gnome.org>
12761         * plugins/profile-default/plugin.c: Fixed error when loading another
12762         project while a project is still loaded.
12763         
12764         * plugins/project-manager/plugin.c: Used (newly added) group-activated
12765         signal from gnome-build to popup group properties.
12766         
12767         * src/anjuta.c: Load default session by default.
12769         * po/POTFILES.in: Added missing files.
12770         
12771         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
12772         activate plugin on load (activate it separately). Connect to activate
12773         and deactivate signals for housekeeping, so that if plugins are
12774         activated or deactivate externally, they are properly recorded.
12775         
12776         * plugins/profile-default/plugin.c: Save profile before a project
12777         is loaded so that it could be restored when project is closed.
12778         
12779         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
12781 2005-06-17  Naba Kumar  <naba@gnome.org>
12783         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
12784         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
12785         for project. The plugins loaded for the project is restored when project
12786         is loaded next time.
12787         
12788         * TODO.tasks: Updated.
12789         
12790 2005-06-15  Naba Kumar  <naba@gnome.org>
12792         * plugins/tools/scripts/find-fixmes.pl,
12793         (new) plugins/tools/scripts/translation-status.pl,
12794         plugins/tools/scripts/tools-2.xml.in,
12795         plugins/tools/scripts/Makefile.am,
12796         plugins/tools/scripts/prepare-changelog.pl: Added translation
12797         status script. Completed find-fixmes.pl script. Fixed bugs.
12799         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
12800         tool path.
12802 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12804         * plugins/message-view/anjuta-message-manager-plugin.glade :
12805         renamed "messages.tag.position" to "messages.tab.position".
12806         plugins/message-view/anjuta-msgman.c : 
12807         Messages tab position prefrences.
12808         
12809 2005-06-14  Naba Kumar  <naba@gnome.org>
12811         * (new) plugins/tools/scripts/find-fixmes.pl,
12812         (new) plugins/tools/scripts/tools-2.xml.in,
12813         (new) plugins/tools/scripts/Makefile.am,
12814         (new) plugins/tools/scripts/prepare-changelog.pl,
12815         plugins/tools/plugin.h, plugins/tools/fileop.c,
12816         plugins/tools/Makefile.am, configure.in: Added system tools.
12818 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
12820         * plugins/tools/editor.c:
12821         Take care of creating .anjuta directory if missing
12823 2005-06-10  Naba Kumar  <naba@gnome.org>
12825         * configure.in: Increased gnome-build required to version 0.1.2.
12826         
12827         * plugins/project-manager/plugin.c: Fixed target/group removal.
12828         Fixed memory leaks.
12829         
12830 2005-06-10  Naba Kumar  <naba@gnome.org>
12832         * plugins/project-manager/plugin.c: Implemented target/group
12833         configuration (update gnome-build module from cvs).
12834         
12835 2005-06-07  Naba Kumar  <naba@gnome.org>
12837         Patch from: Massimo Cora'  <maxcvs@email.it>:
12838         * plugins/class-inheritance/Makefile.am,
12839         plugins/class-inheritance/class-inherit.c,
12840         plugins/class-inheritance/class-inherit.h,
12841         plugins/class-inheritance/plugin.c,
12842         plugins/class-inheritance/plugin.h,
12843         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
12844         expanded view of classes in hierarchy canvas (collapsable again).
12845         
12846 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
12848         * scintilla/patches/scintilla-64-bit.diff (added)
12849         * plugins/patch/patch-plugin.c:
12850         Conditional build for GTK 2.4 and GTK 2.6
12852 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
12854         * plugins/tools/anjuta-tools.glade,
12855         plugins/tools/editor.c,
12856         plugins/tools/plugin.h,
12857         plugins/tools/fileop.c:
12858         Add a check box to edit an user script
12859         Correct a few memory leak
12861         * plugins/tools/execute.c,
12862         plugins/tools/tool.c,
12863         plugins/tools/tool.h:
12864         Move utility remove_mnemonic function in tool.c
12865         Small fix
12867 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
12869         Patch from sbrabec@suse.cz:
12870         * configure.in
12871         scintilla/include/Scintilla.h:
12872         
12873         Fix 64-Bit warnings in gcc 4
12875 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
12876         
12877         * plugins/patch/patch_plugin.c
12878         plugins/patch/patch.h
12879         plugin/patch/patch-plugin.glade
12880         plugin/patch/Makefile.am:
12881         
12882         Changed patch plugin to use libglade and new gtk 2.6 widgets
12884 2005-05-31  Naba Kumar  <naba@gnome.org>
12886         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
12887         * plugins/editor/text_editor.c: Don't show error
12888         for empty files.
12889         
12890 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
12891         
12892         * plugins/message-view/anjuta-message-manager.ui,
12893         plugins/message-view/anjuta-msgman.c,
12894         plugins/message-view/anjuta-msgman.h,
12895         plugins/message-view/message-view.c,
12896         plugins/message-view/message-view.h,
12897         plugins/message-view/plugin.c:
12898         Add a popup menu in messages panes
12899         Move save message pane option in it
12901 2005-05-28  Naba Kumar  <naba@gnome.org>
12903         * data/properties/styles.properties: Fixed default font
12904         names and sizes.
12906         * plugins/editor/style-editor.c: cleanup.
12907         
12908 2005-05-25  Naba Kumar  <naba@gnome.org>
12910         * plugin/gdb/plugin.c: Start gdb even if the program does
12911         not exists. Fixes bug #305074
12912         
12913 2005-05-24  Naba Kumar  <naba@gnome.org>
12915         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
12916         * configure.in: graphviz pkgconfig path.
12918 2005-05-24  Naba Kumar  <naba@gnome.org>
12920         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
12921         * TODO.tasks: Updated.
12922         
12923 2005-05-22  Naba Kumar  <naba@gnome.org>
12925         * anjuta.spec.in: Fixed spec file
12926         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
12928 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
12929         
12930         * TODO.tasks: Updated.
12932         * plugins/message-view/anjuta-message-manager.ui,
12933         plugins/message-view/message-view.c,
12934         plugins/message-view/message-view.h,
12935         plugins/message-view/plugin.c:
12936         Add shortcut for next and previous message
12937         Add a save message menu item
12938         Fix a bug in previous message
12940 2005-05-21  Naba Kumar  <naba@gnome.org>
12942         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
12943         doc/Makefile.am, global-tags/create_global_tags.sh,
12944         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
12945         and rpm package creation. Fixed installation paths.
12946         
12947         * plugins/editor/anjuta-document-manager.glade,
12948         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
12949         and indent options.
12950         
12951         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
12953 2005-05-21  Naba Kumar  <naba@gnome.org>
12955         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
12956         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
12957         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
12958         tagmanager/Makefile.am: Fixed paths configure variables to take
12959         automake configure variables instead of hardcoding.
12961         * global-tags/tm_global_tags.c: Formated code.
12963         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
12964         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12965         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12966         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12967         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12968         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12969         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12970         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12971         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12973 2005-05-20  Naba Kumar  <naba@gnome.org>
12975         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
12976         and fixed rpm spec file (more testing required).
12977         
12978         * data/gdb.init: Don't set gdb prompt.
12979         
12980         * mime/Makefile.am: run update-mime-data only on system-wide install.
12981         
12982         * plugins/gdb/Makefile.am: Install plugin at correct paths.
12984 2005-05-19  Naba Kumar  <naba@gnome.org>
12986         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
12987         while it's not visible.
12989         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
12990         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
12991         
12992 2005-05-19  Naba Kumar <naba@gnome.org>
12994         * configure.in: Fixed subversion checks. Added
12995         --disable-plugin-subversion and --disable-plugin-glade
12996         configure flags to manually turn off their plugin builds.
12998         * plugins/editor/plugin.c: Save and restore current editor line
12999         positions in session.
13001 2005-05-18  Naba Kumar  <naba@gnome.org>
13003         * AUTHORS: Fixed email address.
13004         
13005         * libanjuta/anjuta-utils.c,
13006         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13007         when the projectmanager toplevel is not a window. Check for valid
13008         gtkwindow type before using the passed window as parent for anjuta
13009         dialogs.
13011 2005-05-17  Naba Kumar  <naba@gnome.org>
13013         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13014         
13015         * plugins/cvs-plugin/Makefile.am,
13016         plugins/devhelp/plugin.c,
13017         plugins/file-loader/Makefile.am,
13018         plugins/macro/Makefile.am,
13019         plugins/message-view/Makefile.am,
13020         plugins/patch/Makefile.am,
13021         plugins/project-manager/Makefile.am,
13022         plugins/subversion/Makefile.am,
13023         plugins/symbol-browser/Makefile.am: Removed -module flags
13024         from libtool flags
13026         * MAINTAINERS: Added file so that I could recieve bugzilla
13027         reports.
13029         * plugins/glade/plugin.c: Fixed compile error.
13031 === Anjuta 2.0.0 ===
13033 2005-05-15  Naba Kumar  <naba@gnome.org>
13035         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13036         version to 2.0.0.
13038         * plugins/symbol-browser/an_symbol_view.c,
13039         plugins/symbol-browser/plugin.c,
13040         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13041         symbols have been updated. Reset file symbols when update
13042         occurs. Fixed memory leaks.
13044         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13045         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13046         
13047 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13049         * plugins/tools/anjuta-tools.glade:
13050         Remove unused parameter dialog
13052         * plugins/tools/dialog.c,
13053         plugins/tools/fileop.c,
13054         plugins/tools/fileop.h,
13055         plugins/tools/tool.c,
13056         plugins/tools/tool.h,
13057         plugins/tools/variable.c:
13058         Add a few comments and cleanups
13060         * plugins/tools/editor.c,
13061         plugins/tools/editor.h:
13062         Remove code from previous plugin and add comments
13063         Use main window as parent (instead of tool list)
13065         * plugins/tools/execute.c,
13066         plugins/tools/execute.h:
13067         Remove code from previous plugin and add comments
13068         Fix warnings
13070 2005-05-14  Naba Kumar  <naba@gnome.org>
13072         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13073         release.
13074         
13075         * configure.in: Fixed
13076         
13077         * plugins/class-inheritance/class-inheritance.png: New icon.
13078         
13079         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13080         screws up when reparented.
13082 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13084         * plugins/editor/search-replace.c,
13085         plugins/editor/search-replace_backend.c
13086         plugins/project-manager/plugin.c : Clear find pane if searching same 
13087         expression. Clean code.
13089 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13091         * configure.in: Added ne in ALL_LINGUAS
13092         
13093 2005-05-13  Naba Kumar  <naba@gnome.org>
13095         * configure.in: Fixed glade-3 version.
13096         
13097         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13098         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13099         plugins/gdb/watch.c: Update locals, watch and frame document on
13100         frame change.
13102 2005-05-12  Naba Kumar  <naba@gnome.org>
13104         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13105         scope autocompletion when the function definition is incomplete.
13106         
13107         * plugins/class-gen/anjuta-class-gen.plugin.in,
13108         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13109         plugins/gdb/plugin.c,
13110         plugins/glade/anjuta-glade.plugin.in,
13111         plugins/project-import/anjuta-project-import.plugin.in,
13112         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13113         titles for the wizards.
13115 2005-05-11  Naba Kumar  <naba@gnome.org>
13117         * configure.in, plugins/debug-manager/Makefile.am,
13118         plugins/debug-manager/plugin.c,
13119         (added) plugins/debug-manager/images/.cvsignore,
13120         (added) plugins/debug-manager/images/Makefile.am,
13121         (added) plugins/debug-manager/images/detach-16.png,
13122         (added) plugins/debug-manager/images/detach.png,
13123         (added) plugins/debug-manager/images/step-into-16.png,
13124         (added) plugins/debug-manager/images/step-into.png,
13125         (added) plugins/debug-manager/images/step-out-16.png,
13126         (added) plugins/debug-manager/images/step-out.png,
13127         (added) plugins/debug-manager/images/step-over-16.png,
13128         (added) plugins/debug-manager/images/step-over.png,
13129         plugins/gdb/Makefile.am,
13130         plugins/gdb/breakpoints.c,
13131         plugins/gdb/plugin.c,
13132         (added) plugins/gdb/images/.cvsignore,
13133         (added) plugins/gdb/images/Makefile.am,
13134         (added) plugins/gdb/images/breakpoint.png,
13135         (added) plugins/gdb/images/locals.png,
13136         (added) plugins/gdb/images/stack.png,
13137         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13138         'remove all'. Added debugger icons.
13140         * plugins/editor/text_editor.c: Fixed file monitor.
13142         Patch from: Massimo Cora'  <maxcvs@email.it>
13143         * plugins/patch/anjuta-patch-plugin.png,
13144         plugins/class-gen/Makefile.am,
13145         plugins/class-gen/action-callbacks.c,
13146         plugins/class-gen/class_gen.c,
13147         plugins/class-gen/class_logo.xpm: Implemented vcs
13148         file addions. New icons by Fabio Zecchini
13150 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13152         * libanjuta/interfaces/libanjuta.idl
13153         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13154         plugins/editor/search-replace_backend.c
13155         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13157 2005-05-11  Naba Kumar  <naba@gnome.org>
13158         
13159         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13160         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13161         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13162         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13163         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13164         memory leaks.
13165         
13166         * plugins/symbol-browser/an_symbol_prefs.c,
13167         plugins/symbol-browser/an_symbol_search.c,
13168         plugins/symbol-browser/an_symbol_view.c,
13169         plugins/symbol-browser/an_symbol_view.h,
13170         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13172 2005-05-11  Naba Kumar  <naba@gnome.org>
13174         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13175         
13176         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13177         progress bar location at create time, instead of hardcoding.
13178         
13179         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13180         Added mini splash screen.
13181         
13182         * plugins/editor/text_editor.c: Do not produce warning when file
13183         monitor could not be created.
13184         
13185         * plugins/profile-default/plugin.c: Save project session on exit.
13186         Show mini splash with progress bar at profile load.
13188 2005-05-10  Naba Kumar  <naba@gnome.org>
13190         * configure.in, manuals/Makefile.am: Fixed compile flags.
13191         Disable outdated manuals builds.
13192         
13193         * global-tags/Makefile.am: Uninstall tags files on
13194         'make uninstall'
13195         
13196         * libegg/Makefile.am: Use configured deprecated flags.
13197         
13198         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13199         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13200         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13201         Updated.
13202         
13203         * mime/Makefile.am: Take DESTDIR into account.
13204         
13205         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13206         
13207         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13208         on scope autocompletion.
13209         
13210         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13211         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13212         shared libs and static libs paths for debugging. Order them
13213         correctly.
13214         
13215         * po/POTFILES.in: Updated.
13217 2005-05-09  Naba Kumar  <naba@gnome.org>
13219         * libanjuta/interfaces/libanjuta.idl,
13220         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13221         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13222         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13223         Implemented debugger source directory search and emits location changed
13224         signal with absolute path of the file.
13226         * plugins/tools/tool.c: Fixed compile errors.
13227         
13228 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13230         * plugins/tools/anjuta-tools.glade,
13231         plugins/tools/dialog.h,
13232         plugins/tools/dialog.c,
13233         plugins/tools/plugin.c,
13234         plugins/tools/editor.c:
13235         Improve graphical user interface
13236         Remove old code
13237         Correct an error on close
13238         Some cleanups
13240         * plugins/tools/fileop.c,
13241         plugins/tools/tool.h,
13242         plugins/tools/tool.c:
13243         Change the tool internal structure
13244         Support having tools configuration in several places
13246 2005-05-08  Naba Kumar  <naba@gnome.org>
13248         * plugins/gdb/actions.c,
13249         (removed) plugins/gdb/registers_cbs.c,
13250         (removed) plugins/gdb/registers_cbs.h,
13251         (removed) plugins/gdb/registers_gui.c,
13252         (removed) plugins/gdb/sharedlib_cbs.c,
13253         (removed) plugins/gdb/sharedlib_cbs.h,
13254         (removed) plugins/gdb/sharedlib_gui.c,
13255         (removed) plugins/gdb/signals_cbs.c,
13256         (removed) plugins/gdb/signals_cbs.h,
13257         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13259 2005-05-08  Naba Kumar  <naba@gnome.org>
13261         * plugins/build-basic-autotools/executer.c: Fixed programs
13262         listing dialog.
13263         
13264         * plugins/debug-manager/Makefile.am,
13265         plugins/debug-manager/anjuta-debug-manager.glade,
13266         plugins/debug-manager/plugin.c,
13267         plugins/gdb/Makefile.am: Used libglade for programs listing
13268         dialog.
13269         
13270         * (added) plugins/gdb/pointer.png: Stack pointer image.
13271         
13272         * libanjuta/anjuta-marshal.list,
13273         pixmaps/Makefile.am,
13274         plugins/gdb/actions.c,
13275         plugins/gdb/actions.h,
13276         plugins/gdb/anjuta-gdb-plugin.ui,
13277         plugins/gdb/anjuta-gdb.glade,
13278         plugins/gdb/breakpoints.c,
13279         plugins/gdb/breakpoints.h,
13280         plugins/gdb/debug_tree.c,
13281         plugins/gdb/debug_tree.h,
13282         plugins/gdb/debugger.c,
13283         plugins/gdb/debugger.h,
13284         plugins/gdb/gdbmi-test.c,
13285         plugins/gdb/gdbmi.c,
13286         plugins/gdb/gdbmi.h,
13287         plugins/gdb/info.c,
13288         plugins/gdb/info.h,
13289         plugins/gdb/locals.c,
13290         plugins/gdb/locals.h,
13291         plugins/gdb/memory.c,
13292         plugins/gdb/memory.h,
13293         plugins/gdb/plugin.c,
13294         plugins/gdb/plugin.h,
13295         plugins/gdb/registers.c,
13296         plugins/gdb/registers.h,
13297         plugins/gdb/registers_cbs.c,
13298         plugins/gdb/registers_cbs.h,
13299         plugins/gdb/registers_gui.c,
13300         plugins/gdb/sharedlib.c,
13301         plugins/gdb/sharedlib.h,
13302         plugins/gdb/sharedlib_cbs.c,
13303         plugins/gdb/sharedlib_cbs.h,
13304         plugins/gdb/sharedlib_gui.c,
13305         plugins/gdb/signals.c,
13306         plugins/gdb/signals.h,
13307         plugins/gdb/signals_cbs.c,
13308         plugins/gdb/signals_cbs.h,
13309         plugins/gdb/signals_gui.c,
13310         plugins/gdb/stack_trace.c,
13311         plugins/gdb/stack_trace.h,
13312         plugins/gdb/utilities.c,
13313         plugins/gdb/utilities.h,
13314         plugins/gdb/watch.c,
13315         plugins/gdb/watch.h,
13316         plugins/gdb/watch_cbs.c,
13317         plugins/gdb/watch_cbs.h,
13318         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13319         it for all debugger component updates and listing. Implemented
13320         user custom debugger command window. Fixed all debugger components
13321         to work correctly. Implemented debugger as GObject. Removed
13322         deprecated codes.
13323         
13324 2005-05-06  Naba Kumar  <naba@gnome.org>
13325         
13326         * TODO.tasks: Updated.
13327         
13328         * plugins/build-basic-autotools/Makefile.am,
13329         plugins/file-loader/Makefile.am,
13330         plugins/profile-default/Makefile.am,
13331         plugins/sample1/Makefile.am,
13332         plugins/symbol-browser/images/Makefile.am,
13333         src/Makefile.am: Fixed 'make distcheck' errors.
13335         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13336         updates.
13338         * tagmanager/tm_workspace.c: Include prototypes in getting
13339         scope members.
13341 2005-05-06  Naba Kumar  <naba@gnome.org>
13343         * TODO.tasks: Updated.
13344         
13345         * configure.in, plugins/cvs-plugin/Makefile.am,
13346         plugins/debug-manager/Makefile.am,
13347         plugins/devhelp/Makefile.am,
13348         plugins/editor/Makefile.am,
13349         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13350         
13351         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13352         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13353         interfaces.
13354         
13355         * tagmanager/tm_workspace.c,
13356         tagmanager/include/tm_workspace.h,
13357         plugins/editor/aneditor-autocomplete.cxx,
13358         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13359         to return all matching tag types when no name is given instead of
13360         returning empty array.
13361         
13362         * plugins/symbol-browser/Makefile.am,
13363         (added) plugins/symbol-browser/an_symbol.c,
13364         (added) plugins/symbol-browser/an_symbol.h,
13365         plugins/symbol-browser/an_symbol_info.c,
13366         plugins/symbol-browser/an_symbol_info.h,
13367         (added) plugins/symbol-browser/an_symbol_iter.c,
13368         (added) plugins/symbol-browser/an_symbol_iter.h,
13369         plugins/symbol-browser/an_symbol_search.c,
13370         plugins/symbol-browser/an_symbol_view.c,
13371         plugins/symbol-browser/an_symbol_view.h,
13372         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13373         plugins/symbol-browser/plugin.c,
13374         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13375         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13376         plugin and implemented IAnjutaIterable interface for symbol search
13377         and iteration.
13379         * plugins/class-inheritance/Makefile.am,
13380         plugins/class-inheritance/class-inherit.c,
13381         plugins/class-inheritance/class-inherit.h,
13382         plugins/class-inheritance/plugin.h: Use the newly added
13383         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13384         get rid of libanjuta-ctags.la dependencies.
13386 2005-05-02  Naba Kumar  <naba@gnome.org>
13388         * plugins/class-inheritance/class-inherit.c,
13389         plugins/class-inheritance/plugin.c,
13390         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13391         be found for a class. Formated code.
13393         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13394         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13395         of editor tabs.
13396         
13397 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13399         * libanjuta/anjuta-launcher.c:
13400         Keep trying sending data until all bytes have been written
13402         * plugins/tools/anjuta-tools.glade,
13403         plugins/tools/editor.c:
13404         Add a combo box to defined data from stdin
13406         * plugins/tools/execute.c:
13407         Send data in stdin if needed
13408         Code cleanups
13410         * plugins/tools/fileop.c,
13411         plugins/tools/tool.h,
13412         plugins/tools/tool.c:
13413         Store, load and save stdin data
13414         Use tools-2.xml instead of tools.xml
13416         * plugins/tools/plugin.c,
13417         plugins/tools/plugin.h:
13418         Code cleanups
13420         * plugins/tools/dialog.c,
13421         plugins/tools/dialog.h:
13422         Few code cleanups
13424         * plugins/tools/variable.c,
13425         plugins/tools/variable.h:
13426         Add editor related variables
13427         Code cleanups
13429 2005-04-29  Naba Kumar  <naba@gnome.org>
13431         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13433         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13434         
13435         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13436         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13437         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13438         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13439         working on gdb MI interface. Completed MI parser interface.
13441         Patch from  Massimo Cora <maxcvs@email.it>:
13442         * plugins/class-inheritance/Makefile.am,
13443         plugins/class-inheritance/class-inherit.c,
13444         plugins/class-inheritance/class-inherit.h,
13445         plugins/class-inheritance/plugin.c,
13446         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13447         Used system theme for colors. Display class members on mouse click.
13448         
13449 2005-04-28  Naba Kumar  <naba@gnome.org>
13451         * plugins/symbol-browser/an_symbol_prefs.c
13452         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13453         implementation to create/add/remove custom tags files in symbol
13454         brower preferences.
13456         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13457         EXTRA_DIST.
13459         * plugins/project-import/project-import.c: Fixed memory leaks and
13460         use correct debug prints.
13461         
13462         * TODO.tasks: Updated.
13463         
13464 2005-04-27  Naba Kumar  <naba@gnome.org>
13466         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13467         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13468         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13470         * plugins/editor/anjuta-docman.c,
13471         plugins/editor/anjuta-docman.h,
13472         plugins/editor/plugin.c: Emit editor-added signal from docman
13473         and connect signals to new editor correctly.
13475         * plugins/class-inheritance/plugin.c,
13476         plugins/symbol-browser/plugin.c: Added stock icons.
13477         
13478         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13479         plugins/build-basic-autotools/executer.c,
13480         plugins/build-basic-autotools/executer.h: Added missing files
13481         for the execute programs implementation.
13483 2005-04-26  Naba Kumar  <naba@gnome.org>
13484         
13485         * TODO.tasks: Updated.
13487         * plugins/file-loader/plugin.c,
13488         plugins/project-import/anjuta-project-import.plugin.in,
13489         plugins/project-import/plugin.c,
13490         plugins/project-import/project-import.c,
13491         plugins/project-import/project-import.h: Be able to import older
13492         anjuta projects.
13494 2005-04-26  Naba Kumar  <naba@gnome.org>
13496         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13497         removing it from the shell.
13499         * libanjuta/anjuta-shell.c,
13500         libanjuta/anjuta-shell.h,
13501         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13502         so that widget additions are freezed or thaw using a pending queue.
13503         Fixded UI flicker while loading projects.
13505 2005-04-26  Naba Kumar  <naba@gnome.org>
13507         * TODO.tasks: Updated.
13508         
13509         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13510         IAnjutaBuildable interface.
13511         
13512         * plugins/build-basic-autotools/Makefile.am,
13513         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13514         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13515         plugins/build-basic-autotools/build-basic-autotools.c,
13516         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13517         interface and UI for executing project/file programs. Implemented
13518         IAnjutaFile interface so that executables could be opened directly.
13519         
13520         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13521         Authors line (Reserved for external plugins, which do not have a way to
13522         show their credits).
13523         
13524         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13525         [File Loader] group for menu labels (default to "Name" if it is not
13526         defined.
13527         
13528         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13529         for executing external commands.
13531 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13533         * plugins/project-wizard/property.c:
13534         Correct a memory leak
13536         * libanjuta/interfaces/libanjuta.idl,
13537         plugins/editor/text_editor.c:
13538         Add erase_all and replace_selection function to IAnjutaEditor
13540         * plugins/tools/anjuta-tools.glade,
13541         plugins/tools/fileop.c,
13542         plugins/tools/editor.c,
13543         plugins/tools/tool.c
13544         plugins/tools/tool.h:
13545         Add shortcut and icon 
13547         * plugins/tools/variable.c,
13548         plugins/tools/variable.h:
13549         Add a variable asking parameters at run time
13551         * plugins/tools/execute.c:
13552         Add a warning message for missing document manager
13553         Add replace buffer and replace selection output
13554         Correct an error in popup output
13556         * plugins/tools/plugin.c,
13557         plugins/tools/plugin.h,
13558         plugins/tools/anjuta-tools.ui,
13559         src/anjuta.ui:
13560         Few clean up
13561         Attach tools menu to a new place
13563 2005-04-25  Naba Kumar  <naba@gnome.org>
13565         * libanjuta/plugins.c, src/about.c, src/about.h,
13566         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13567         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13568         plugins (about box for plugins) menu.
13570 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13572         *  plugins/editor/search-replace.c :
13573         Displayed full path in Search pane window. 
13574         Bug 300231 : Selected line in Search pane window .
13575                 
13576 2005-04-23  Naba Kumar  <naba@gnome.org>
13578         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13580 2005-04-22  Naba Kumar  <naba@gnome.org>
13582         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13583         
13584         * plugins/project-wizard/templates/java.wiz,
13585         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13586         to create bytecodes (.class) files.
13587         
13588         * plugins/symbol-browser/an_symbol_info.c,
13589         plugins/symbol-browser/an_symbol_info.h,
13590         plugins/symbol-browser/an_symbol_search.c,
13591         plugins/symbol-browser/an_symbol_view.c,
13592         plugins/symbol-browser/plugin.c,
13593         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13594         in file symbol list.
13596 2005-04-22  Naba Kumar  <naba@gnome.org>
13598         * TODO.tasks: Updated.
13599         
13600         * plugins/class-inheritance/Makefile.am,
13601         plugins/subversion/Makefile.am: Do not install plugin files when
13602         plugin build condition is false.
13603         
13604         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13605         plugins/build-basic-autotools/build-basic-autotools.c,
13606         plugins/build-basic-autotools/build-basic-autotools.h,
13607         plugins/file-loader/anjuta-loader-plugin.ui,
13608         plugins/file-loader/dnd.c,
13609         plugins/file-loader/plugin.c,
13610         plugins/file-loader/plugin.h,
13611         plugins/project-manager/anjuta-project-manager.ui,
13612         plugins/project-manager/plugin.c: Added open file and build context
13613         menu in project manager context menu.
13615 2005-04-22  Naba Kumar  <naba@gnome.org>
13617         * configure.in: Added message output showing conditional plugins to
13618         build or not.
13619         
13620         * src/layout.xml: Added layout for class-inheritance plugin widget.
13621         
13622         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13623         plugin name to remove redundant terms.
13624         
13625         * TODO.tasks: Updated.
13626         
13627         * configure.in,
13628         plugins/symbol-browser/Makefile.am,
13629         plugins/symbol-browser/an_symbol_view.c,
13630         (removed) plugins/symbol-browser/sv_class.xpm,
13631         (removed) plugins/symbol-browser/sv_function.xpm,
13632         (removed) plugins/symbol-browser/sv_macro.xpm,
13633         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13634         (removed) plugins/symbol-browser/sv_private_var.xpm,
13635         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13636         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13637         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13638         (removed) plugins/symbol-browser/sv_public_var.xpm,
13639         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13640         (removed) plugins/symbol-browser/sv_static_var.xpm,
13641         (removed) plugins/symbol-browser/sv_struct.xpm,
13642         (removed) plugins/symbol-browser/sv_unknown.xpm,
13643         (removed) plugins/symbol-browser/sv_variable.xpm,
13644         (added) plugins/symbol-browser/images/.cvsignore,
13645         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13646         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13647         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13648         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13649         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13650         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
13651         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
13652         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
13653         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
13654         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
13655         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
13656         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
13657         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
13658         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
13659         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
13660         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
13661         (added) plugins/symbol-browser/images/Icons.16x16.Method,
13662         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
13663         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
13664         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
13665         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
13666         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
13667         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
13668         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
13669         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
13670         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
13671         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
13672         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
13673         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
13674         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
13675         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
13676         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
13677         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
13678         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
13679         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
13680         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
13681         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
13682         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
13683         pixmaps and added new icons (taken from monodevelop).
13685 2005-04-21  Naba Kumar  <naba@gnome.org>
13687         Patch from  Massimo Cora <maxcvs@email.it>:
13689         * configure.in, plugins/Makefile.am
13690         (new) plugins/class-inheritance/.cvsignore,
13691         (new) plugins/class-inheritance/Makefile.am,
13692         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
13693         (new) plugins/class-inheritance/class-inherit.c,
13694         (new) plugins/class-inheritance/class-inherit.h,
13695         (new) plugins/class-inheritance/plugin.c,
13696         (new) plugins/class-inheritance/plugin.h,
13697         (new) plugins/class-inheritance/class-inheritance.png: Added class
13698         inheritance plugin.
13699         
13700         Changes by naba: Added pkgconfig check for graphviz and conditionally
13701         build graphviz.
13702         
13703         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
13705 2005-04-20  Naba Kumar  <naba@gnome.org>
13707         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13708         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13709         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13710         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13711         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13712         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13713         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13714         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13715         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13716         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13717         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13718         
13719         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
13720         message view management.
13722         * libanjuta/anjuta-children.[ch],
13723         plugins/build-basic-autotools/build-basic-autotools.c,
13724         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
13725         Removed anjuta_children_init() function,
13726         because it is done automatically when first invoked. Introduced
13727         anjuta_children_recover() to recover the child signalling. Fixed
13728         child exit management to correctly recover the exit status.
13729         
13730         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
13731         to properly shutdown the launcher and to kill the running process
13732         (without emitting any signal).
13733         
13734         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13735         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
13736         gdb and program instance.
13738 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13740         * plugins/editor/search-replace.c :
13741         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
13743 2005-04-18  Naba Kumar  <naba@gnome.org>
13745         * TODO.tasks: Marked completed items.
13746         
13747         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13748         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
13749         plugins/project-manager/plugin.c: Prompt user for the debugging
13750         target (select from a list of project's executable targets) and
13751         correctly start debugger. Take care of libtool wrapping when the
13752         target selected is libtool target. Fixed debugger menu items
13753         sensitivity.
13755 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
13757         * plugins/tools/execute.c,
13758         plugins/tools/execute.h:
13759         Implement save all files before running a command
13760         Implement all options for stdout and stderr except replace buffer
13761         Allow running several tools
13763         * plugins/tools/plugin.c:
13764         Move anjuta launcher in execute.c
13766         * plugins/tools/tools.h,
13767         plugins/tools/variable.c:
13768         Small changes
13770 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
13772         * plugins/tools/anjuta-tools.glade:
13773         Add new properties in tool editor dialog
13774         Cosmetic improvements
13775         
13776         * plugins/tools/anjuta-tools.ui:
13777         Attach tool menu as a build menu
13779         * plugins/tools/dialog.c:
13780         Set tool menu item sensitivity in tool list
13781         Fix bugs
13783         * plugins/tools/editor.c,
13784         plugins/tools/editor.h,
13785         plugins/tools/fileop.c,
13786         plugins/tools/tool.c,
13787         plugins/tools/tool.h:
13788         Add new properties (active, save file...)
13789         Most of them are still not implemented
13791         * plugins/tools/execute.c,
13792         plugins/tools/execute.h:
13793         Reorganize code to support multiple run
13794         Support run in terminal
13795         
13796         * plugins/tools/plugin.c
13797         plugins/tools/plugin.h:
13798         Move message handling in execute.c
13800         * plugins/tools/variable.h,
13801         plugins/tools/variable.c:
13802         Add useful variables
13803         
13804 2005-04-13  Naba Kumar  <naba@gnome.org>
13806         * plugins/editor/text_editor.c: Fixed file monitoring condition.
13807         * plugins/editor/Makefile.am: Added gnome-vfs flags.
13808         
13809 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13811         * plugins/tools/dialog.c plugins/tools/tool.c :
13812         Fixed bugs.
13814 2005-04-06  Naba Kumar  <naba@gnome.org>
13816         * src/anjuta.c: Load default session only when
13817         "anjuta.session.load.last" preference is enabled.
13818         
13819 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
13821         * plugins/tools/Makefile.am,
13822         plugins/tools/variable.c,
13823         plugins/tools/variable.h:
13824         Add new code for handling variables
13826         * plugins/tools/anjuta-tools.glade:
13827         Improve tool editor dialog
13828         Add variable selection dialog
13830         * plugins/tools/dialog.c,
13831         plugins/tools/dialog.h,
13832         plugins/tools/plugin.c,
13833         plugins/tools/plugin.h:
13834         Add variable object
13835         Add a function to get it
13837         * plugins/tools/editor.c:
13838         Add gui code for variable selection dialog
13840         * plugins/tools/execute.c:
13841         Use variables for executing command
13842         
13843         * Naba: Compile warning fixes.
13845 2005-04-06  Naba Kumar  <naba@gnome.org>
13847         * TODO.tasks: Marked completed items.
13848         
13849 2005-04-06  Naba Kumar  <naba@gnome.org>
13851         * plugins/subversion/svn-backend.c: Fixed subversion plugin
13852         compile error.
13853         
13854         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
13856 2005-04-04  Naba Kumar  <naba@gnome.org>
13858         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
13859         inside Main window.
13860         
13861 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
13863         * plugins/tools/Makefile.am,
13864         plugins/tools/anjuta-tools.plugin.in,
13865         plugins/tools/anjuta-tools.ui,
13866         plugins/tools/anjuta-tools.gladei,
13867         plugins/tools/anjuta-tools-plugin.png,
13868         plugins/tools/plugin.c,
13869         plugins/tools/plugin.h,
13870         plugins/tools/dialog.c,
13871         plugins/tools/dialog.h,
13872         plugins/tools/fileop.c,
13873         plugins/tools/fileop.h,
13874         plugins/tools/tool.c,
13875         plugins/tools/tool.h,
13876         plugins/tools/editor.c,
13877         plugins/tools/editor.h,
13878         plugins/tools/execute.c,
13879         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
13880         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
13881         Not fully working
13883         * anjuta-tools.[ch]: Removed old tools code.
13884         
13885 2005-04-01  Steve Murphy  <murf@e-tools.com>
13887         * configure.in: Added "rw" to ALL_LINGUAS.
13889 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13891         * Modified Files:
13892         manuals/C/anjuta-manual/fileoperations.xml
13893         Added Files:
13894         manuals/C/anjuta-manual/figures/search_expr.png
13895         manuals/C/anjuta-manual/figures/search_expr_basic.png
13896         manuals/C/anjuta-manual/figures/search_file_list.png
13897         manuals/C/anjuta-manual/figures/search_file_pattern.png
13898         manuals/C/anjuta-manual/figures/search_replace.png
13899         manuals/C/anjuta-manual/figures/search_setting.png
13900         manuals/C/anjuta-manual/figures/search_target.png
13901         manuals/C/anjuta-manual/figures/search_target_action.png
13902         manuals/C/anjuta-manual/figures/search_target_in.png
13903         Removed Files:
13904         manuals/C/anjuta-manual/figures/find_files.png
13905         manuals/C/anjuta-manual/figures/find_replace.png
13906         manuals/C/anjuta-manual/figures/find_text.png :
13907         Updated Anjuta manual (File Operations)
13909 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13911         * manuals/C/anjuta-manual/fileoperations.xml,
13912         manuals/C/anjuta-manual/figures/open_file.png,
13913         manuals/C/anjuta-manual/figures/open_file_multiple.png,
13914         manuals/C/anjuta-manual/figures/prefs_print.png,
13915         manuals/C/anjuta-manual/figures/print_dlg.png,
13916         manuals/C/anjuta-manual/figures/print_preview.png.
13917         * Added Files:
13918         manuals/C/anjuta-manual/figures/add_edit_macro.png,
13919         manuals/C/anjuta-manual/figures/display_macro.png,
13920         manuals/C/anjuta-manual/figures/insert_text.png,
13921         manuals/C/anjuta-manual/figures/keyword_macro.png,
13922         manuals/C/anjuta-manual/figures/new_file_wizard.png,
13923         manuals/C/anjuta-manual/figures/save_as_file.png :
13924         Updated Anjuta Manual (File Operations)
13926 2005-03-23  Adam Weinberger  <adamw@gnome.org>
13928         * plugins/editor/action-callbacks.c,
13929           plugins/file-loader/plugin.c,
13930           plugins/gtodo/main.c,
13931           plugins/project-wizard/druid.c:
13932           Fix spelling/grammar errors. Fixes bugs
13933           169068, 169137, 169138, and 169139.
13935 2005-03-21  Naba Kumar  <naba@gnome.org>
13937         Patch from: Massimo Cora' <maxcvs@email.it>:
13938         
13939         * plugins/editor/Makefile.am
13940         plugins/editor/anjuta-docman.c,
13941         (added) plugins/editor/editor-tooltips.c,
13942         (added) plugins/editor/editor-tooltips.h: Added tooltips to
13943         editor tabs to show full path.
13945 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
13946         
13947         * plugins/subversion/svn-backend.c:
13948         Removed "apr-0/" from include because this is 
13949         already included in SVN_INCLUDE and broke building if
13950         apr >= 1.0 was installed.
13952 2005-03-18  Naba Kumar  <naba@gnome.org>
13954         Patch from: Massimo Cora' <maxcvs@email.it>:
13956         * plugins/editor/action-callbacks.c,
13957         plugins/editor/aneditor-calltip.cxx,
13958         plugins/editor/aneditor-priv.h,
13959         plugins/editor/aneditor.cxx,
13960         plugins/editor/aneditor.h,
13961         plugins/editor/anjuta-document-manager.ui: Added calltip
13962         activation from menu.
13964 2005-03-16  Naba Kumar  <naba@gnome.org>
13966         Patch from: Massimo Cora' <maxcvs@email.it>:
13967         
13968         * plugins/class-gen/action-callbacks.c,
13969         plugins/class-gen/anjuta-class-gen-plugin.glade,
13970         plugins/class-gen/class_gen.c,
13971         plugins/class-gen/class_gen.h,
13972         plugins/class-gen/class_logo.xpm,
13973         plugins/class-gen/plugin.c: Create files without project
13974         being open. Add to project support. And other enhancements.
13976 2005-03-15  Adam Weinberger  <adamw@gnome.org>
13978         * anjuta.glade,
13979           plugins/debug-manager/utilities.c,
13980           plugins/file-loader/plugin.c,
13981           plugins/gdb/utilities.c,
13982           plugins/profile-default/plugin.c,
13983           plugins/project-import/project-import.c,
13984           src/anjuta-actions.h:
13985           Spelling/grammar fixes.
13987 2005-03-13  Naba Kumar  <naba@gnome.org>
13988         
13989         * plugins/editor/action-callbacks.c,
13990         plugins/editor/action-callbacks.h,
13991         plugins/editor/anjuta-document-manager.ui,
13992         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
13993         submenu. Moved menuitems from Format to View->Editor.
13994         
13995         * src/action-callbacks.c, src/action-callbacks.h,
13996         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
13997         layout and lock layout menus in View submenu. Get rid of
13998         Settings->Layout Manager menu.
13999         
14000         * plugins/project-import/anjuta-project-import.plugin.in:
14001         Fixed icon name
14003         * global-tags/Makefile.am,
14004         global-tags/create_global_tags.sh,
14005         plugins/editor/aneditor-autocomplete.cxx,
14006         plugins/editor/aneditor-priv.h,
14007         plugins/editor/aneditor.cxx,
14008         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14009         in editor and made it work in global symbols also.
14010         
14011         * src/anjuta-app.c: Always use priority texts besides icons style
14012         for toolbars, because other styles look horible for Anjuta (fixme).
14014 2005-03-11  Naba Kumar  <naba@gnome.org>
14016         * configure.in: Removed test for iconv.
14018         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14019         before scintilla widget is realized.
14020         
14021         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14022         for Update menuitem.
14023         
14024         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14025         already applied in scintilla main stream.
14026         
14027         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14028         and notified scintilla developer.
14029         
14030 2005-03-10  Naba Kumar  <naba@gnome.org>
14032         * src/action-callbacks.c: Removed reference to src/help.h (dead
14033         file).
14035         * plugins/editor/text_editor.c: Removed reference to
14036         src/launcher.h (a dead file).
14038         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14039         src/controls.c, src/controls.h, src/fileselection.c,
14040         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14041         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14042         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14043         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14044         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14045         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14046         Removed these dead files from CVS.
14049 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14051         * plugins/file-wizard/action-callbacks.c : Added error message.
14052         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14055 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14056         
14057         * plugins/cvs-plugin/cvs-callbacks.c
14058         plugins/cvs-plugin/plugin.c:
14059         Fixed preferences page init and busy handling
14060         
14061         * plugins/subversion/plugin.c:
14062         Fixed preferences page init
14064 2005-03-09  Naba Kumar  <naba@gnome.org>
14066         * plugins/Makefile.am, plugins/glade/Makefile.am,
14067         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14068         enabled glade plugin in Anjuta. The plugin is built only when
14069         glade3 is installed.
14070         
14071 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14073         * plugins/project-wizard/templates/java.wiz
14074         plugins/project-wizard/templates/java-logo.png (*)
14075         plugins/project-wizard/templates/java/*
14076         plugins/project-wizard/templates/Makefile.am
14077         configure.in:
14078         
14079         Add Java project type. It generates a autoconf/automake
14080         project which is compiled using gcj. It requires automake 
14081         > 1.4 (1.9 is known to work) to work!
14082         
14083         (*) still awaiting response from the gcj team if we
14084         may use their logo.
14085         
14086 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14087         
14088         * plugins/project-import/*
14089         plugins/Makefile.am
14090         configure.in:
14091         Added project import plugin. Might be a bit buggy and limited
14092         but works for now.
14093         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14094         Icon from old pixmaps dir
14096 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14098         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14099         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14100         Added C Custom_Indent line macro.
14101         Cleaned macros.xml
14103 2005-03-09  Naba Kumar  <naba@gnome.org>
14105         * TODO.tasks: Added new message-manager tasks.
14106         
14107         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14108         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14109         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14110         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14111         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14112         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14113         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14114         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14115         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14116         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14117         
14118         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14119         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14120         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14121         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14122         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14123         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14124         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14125         Removed debugger widgets from shell on debugger shutdown. Added
14126         scrolled windows for docked widgets. Removed unnecessary widget refs
14127         and unrefs. Destroy widgets correctly on debugger shutdown.
14128         
14129         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14130         with project description title. Removed frame shadow.
14131         
14132         * plugins/project-wizard/druid.c: Initializes tooltips.
14133         
14134         * scintilla/Makefile.am: Fixed comiple error.
14136 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14138         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14139           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14141 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14143         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14144         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14145         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14146         plugins/macro/macros.xml, plugins/macro/plugin.c :
14147         Moved cursor at the '|' position defined in macros.
14149 2005-03-07  Naba Kumar  <naba@gnome.org>
14151         * plugins/subversion/Makefile.am: Fixed build error.
14153         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14154         types (perl, python, shellscript).
14155         
14156         * plugins/editor/plugin.c: Fixed to show all highlight options.
14157         
14158 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14160         * TODO.tasks : updated tasks.
14161         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14163 2005-03-07  Naba Kumar  <naba@gnome.org>
14165         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14166         or disable subversion file-manager submenu. If "Subvesion" is also
14167         valid directory, we should also check for it.
14169         * configure.in: Disable cygwin macro until someone fixes the
14170         autoconf warnings.
14171         
14172         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14173         backward compatibility.
14174         
14175 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14177         * src/about.c : Cleaned code.
14178         * plugins/macro/macros.xml : Added "do_while" C macro.
14179         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14180         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14181         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14182         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14183         
14184 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14186         * plugins/class-gen/plugin.c:
14187         Removed "return" to activate project_root_uri watching.
14189 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14191         * plugins/Makefile.am
14192         plugins/subversion/*:
14193         Added subversion plugin. Add, Remove, Commit and Update work
14194         everything else needs work.
14195         
14196         * plugins/terminal/terminal.c
14197         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14198         we still have focus problems with the editor.
14200 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14202         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14203         
14204 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14206         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14208 2005-03-04  Naba Kumar  <naba@gnome.org>
14210         Patch from Massimo Cora' <maxcvs@email.it>:
14212         * plugins/class-gen/Makefile.am,
14213         plugins/class-gen/action-callbacks.c,
14214         plugins/class-gen/action-callbacks.h,
14215         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14216         plugins/class-gen/anjuta-class-gen.plugin.in,
14217         plugins/class-gen/class_gen.c,
14218         plugins/class-gen/class_gen.h,
14219         (removed) plugins/class-gen/clsGen.c,
14220         (added) plugins/class-gen/goc_template_header,
14221         (added) plugins/class-gen/goc_template_source,
14222         plugins/class-gen/plugin.c,
14223         plugins/class-gen/plugin.h: Refactored class gen code.
14224         Added GOCBuilder code. Fixed UI. Implemented plugin.
14226 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14228         * plugins/project-wizard/property.c
14229         plugins/project-wizard/install.c
14230         plugins/project-wizard/druid.c
14231         plugins/editor/goto_line.c
14232         plugins/editor/plugin.c
14233         plugins/gtodo/add_edit_item.c
14234         plugins/gtodo/ligtodo.c
14235         plugins/gtodo/main.c
14236         plugins/gtodo/preferences.c:
14237         Fixed #167559, #167534, #167266, #167357
14238         (Bad English in strings...)
14239         
14240         Thanks to Adam Weinberger and Thierry Moisan for
14241         reporting!
14243 2005-03-03  Naba Kumar  <naba@gnome.org>
14245         * libegg/Makefile.am, libegg/menu/Makefile.am,
14246         (added) libegg/egg-submenu-action.c,
14247         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14248         submenu (used for wizard listing).
14249         
14250         * plugins/file-loader/anjuta-loader-plugin.ui
14251         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14252         and toolbar.
14253         
14254         * plugins/editor/action-callbacks.c,
14255         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14256         ctrl+tabbing because it was interfaring with focus navigation.
14257         Focus editor on "Esc" in incremental search entry. Cleanups.
14258         
14259         * plugins/file-manager/an_file_view.c,
14260         plugins/symbol-browser/plugin.c,
14261         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14262         Cleanups.
14263         
14264         * plugins/profile-default/plugin.c,
14265         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14266         for sesssion load.
14267         
14268         * (removed) scintilla/patches/a64-crash-fix.patch,
14269         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14270         scintilla patches.
14272 2005-03-03  Naba Kumar  <naba@gnome.org>
14274         * HACKING: Fixed typos.
14275         
14276         * plugins/editor/aneditor-indent.cxx: Clean up.
14277         
14278         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14279         Enable/disable save, undo and redo actions depending on state
14280         of the editor.
14281         
14282 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14284         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14285         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14286         Displayed search_incremental status.
14288         * Removed plugins/editor/search_incremental.[ch]
14290 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14291         
14292         * plugins/cvs-plugin/cvs-execute.c
14293         plugins/cvs-plugin/cvs-callbacks.c:
14294         - Use weak reference on mesg_view and reuse tab if
14295         it still exists to avoid cluttering message manager.
14296         - Fixed bug in cvs remove
14297         
14298         README, HACKING: Updated
14299         
14300         configure.in: Added check for libsvn
14302 2005-02-29  Naba Kumar  <naba@gnome.org>
14303         
14304         * plugins/file-manager/an_file_view.c,
14305         plugins/symbol-browser/an_symbol_view.c,
14306         plugins/symbol-browser/plugin.c: Hide column headers (they
14307         are redundant).
14309 2005-02-29  Naba Kumar  <naba@gnome.org>
14311         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14312         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14313         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14314         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14315         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14316         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14317         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14318         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14319         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14320         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14322         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14323         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14324         (added) libanjuta/anjuta-session.[hc],
14325         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14326         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14327         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14328         src/main.c:
14329         
14330         Implemented session management. Implemented session
14331         container class. Added session notifications from shell. Implemented
14332         session save/load in editor, file-loader, default-profile-plugin
14333         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14334         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14335         and maximized states in session. Implemented project session
14336         management.
14338 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14340         * plugins/class-gen/action-callbacks.[ch],
14341         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14342         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14343         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14344         with Escape key.
14346 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14347         
14348         * plugins/project-wizard/anjuta-project-wizard.glade,
14349         plugins/project-wizard/druid.c:
14350         Add some padding in tab label in project selection page
14351         
14352         * plugins/project-wizard/druid.c,
14353         plugins/project-wizard/parser.c:
14354         Search for project template recursively
14355         Add ~/.anjuta/project to the search paths
14357 2005-02-26  Naba Kumar  <naba@gnome.org>
14359         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14360         * plugins/file-loader/plugin.c: Fixed crash bug.
14361         * libanjuta/plugins.c: Fixed memory leak.
14362         
14363 2005-02-26  Naba Kumar  <naba@gnome.org>
14364         
14365         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14366         "UserActivatable" attribute for plugins. This attribute if set to
14367         "no" will prevent users from activating/deactivating it from
14368         plugins dialog. Added a toggle button in plugins dialog to toggle
14369         the plugins list between list of activatable plugins (default) to
14370         list of all plugins. anjuta_plugin_select() now only selects the
14371         plugin. Added anjuta_plugins_select_and_activate() method that will
14372         select and activate it.
14373         
14374         * plugins/profile-default/Makefile.am,
14375         plugins/profile-default/anjuta-default-profile.ui,
14376         plugins/profile-default/plugin.c,
14377         plugins/profile-default/plugin.h,
14378         plugins/project-manager/anjuta-project-manager.ui,
14379         plugins/project-manager/plugin.c,
14380         plugins/project-manager/plugin.h:
14381         
14382         Anjuta projects (*.anjuta) files define the profile of respective
14383         projects. Profile is a set of related plugins required for the
14384         project to open. Moved "close project" action from Project Manager
14385         to Profile Manager plugin. Implemented loading and unloading of
14386         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14387         (instead of Project Manager) now handles opening of *.anjuta files.
14388         Close Project menuitem is now moved to File submenu (being
14389         consistent with Anjuta 1.x versions and avoiding creating Project
14390         submenu when project manager is not loaded).
14391         
14392         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14393         
14394         * src/anjuta.ui: Fixed place holder for projects.
14395         
14396         * (new) plugins/profile-default/default.anjuta: default startup
14397         profile. Removed the hardcoded plugins loading in
14398         DefaultProfilePlugin.
14400         * anjuta.anjuta,
14401         plugins/project-wizard/templates/terminal/project.anjuta:
14402         Implemented project format in newly created projects.
14404         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14405         plugins/class-gen/anjuta-class-gen.plugin.in,
14406         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14407         plugins/editor/anjuta-document-manager.plugin.in,
14408         plugins/file-loader/anjuta-loader.plugin.in,
14409         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14410         plugins/gdb/anjuta-gdb.plugin.in,
14411         plugins/glade/anjuta-glade.plugin.in,
14412         plugins/message-view/anjuta-message-manager.plugin.in,
14413         plugins/profile-default/anjuta-default-profile.plugin.in,
14414         plugins/project-manager/anjuta-project-manager.plugin.in,
14415         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14416         Defined UserActivatable attributes. Added supported types attribute.
14418         * plugins/project-wizard/anjuta-project-wizard.glade
14419         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14420         "Project Wizard" in preferences title.
14422         * TODO.tasks: Updated.
14423         
14424         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14425         Updated.
14426         
14427 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14429         * plugins/file-wizard/anjuta-file-wizard.glade
14430         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14431         
14432         Integrated License macros, cleaned file.c.
14433         
14434 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14435         
14436         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14437         username can not be found correctly.
14439 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14441         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14442         plugins/macro/macros.xml :
14443         
14444         Added Headers macros. Cleaned file.c
14446 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14448         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14449         plugins/macro/macros.xml :
14450         
14451         Fixed a bug. Added Header macro.
14453         
14454 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14456         * plugins/file-wizard/action-callbacks.c, 
14457         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14458         plugins/macro/macros.xml :
14459         
14460         Added FileName, Header template macros.
14461         
14462 2005-02-24  Naba Kumar  <naba@gnome.org>
14463         
14464         * plugins/patch/patch-plugin.c: Fixed a function call.
14465         
14466         * src/anjuta.c, src/main.c: Save and load default session.
14467         
14468 2005-02-24  Naba Kumar  <naba@gnome.org>
14470         * libanjuta/interfaces/libanjuta.idl,
14471         plugins/message-view/anjuta-msgman.c,
14472         plugins/message-view/anjuta-msgman.h,
14473         plugins/message-view/plugin.c: Added and implemented
14474         set_view_title() method.
14475         
14476         * plugins/build-basic-autotools/build-basic-autotools.c,
14477         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14478         build context pooling. Maximum 3 contexts are reused. Additional
14479         contexts are created when all are busy.
14481 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14483         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14484         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14485         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14486         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14488         Added Copyright, Changelog macros.
14489                 
14490 2005-02-23  Naba Kumar  <naba@gnome.org>
14492         Patch from Massimo Cora' <maxcvs@email.it>:
14493         * plugins/Makefile.am,
14494         plugins/patch/Makefile.am,
14495         (added) plugins/patch/anjuta-patch-plugin.png,
14496         (added) plugins/patch/anjuta-patch.plugin.in,
14497         (added) plugins/patch/anjuta-patch.ui,
14498         plugins/patch/patch-plugin.c,
14499         (added) plugins/patch/patch-plugin.h,
14500         (added) plugins/patch/plugin.c,
14501         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14502         architecture.
14504 2005-02-23  Naba Kumar  <naba@gnome.org>
14506         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14507         file-loader/plugin.c, profile-default/plugin.c:
14508         Implemented "activated" and "deactivated" signals for plugin class.
14509         Renamed *_location() functions to *_id(), because location is
14510         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14511         anjuta_plugins_unload_plugin().
14512         
14513         * class-gen/plugin.c: Fixed complier warning and utility function call.
14514         
14515         * debug-manager/plugin.c: Unload debugger plugin correctly.
14516         
14517         * project-manager/plugin.c:     Fixed compiler warnings.
14518         
14519         * plugins/project-wizard/templates/gnome/.cvsignore,
14520         plugins/project-wizard/templates/gnome/po/.cvsignore,
14521         plugins/project-wizard/templates/gnome/src/.cvsignore,
14522         plugins/project-wizard/templates/gtk/po/.cvsignore,
14523         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14524         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14525         
14526         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14527         build (we need to fix this thing).
14528         
14529 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14531         * plugins/macro/macro-action.[ch]
14532         plugins/macro/macro-edit.c
14533         plugins/macro/macro-dialog.c
14534         plugins/macro/macro-db.[ch]
14535         plugins/macro/plugin.[ch]
14536         plugins/macro/macro-util.[ch] (added)
14537         
14538         Cleaned up macro plugin and preview expanded macros.
14540 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14542         * plugins/cvs-plugin/cvs-interface.c:
14544         Fixed option setting when using no compression and not 
14545         ignoring .cvsrc
14547 2005-02-23  Naba Kumar  <naba@gnome.org>
14548         
14549         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14550         geometry on exit and startup (only if there is no geometry from the
14551         session).
14553         * TODO.tasks: Updated.
14554         
14555         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14556         
14557         * manuals/reference/libanjuta/Makefile.am,
14558         manuals/reference/libanjuta/libanjuta-docs.sgml,
14559         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14560         documentation for writing project templates.
14562 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14564         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14565         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14566         
14567         Expansion keywords in macros. 
14569 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14571         * plugins/file-wizard/action-callbacks.c,
14572         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14573         plugins/macro/macros.xml :
14574         
14575         Inserting text by macro plugin
14576         In progress ...
14578 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14580         * plugins/macro/plugin.c
14581         plugins/cvs-plugin/plugin.c:
14582         
14583         Fixed interfaces (use static)
14585 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14586         
14587         * plugins/macro/macro-actions.[ch]
14588         plugins/macro/plugin.c
14589         libanjuta/interfaces/libanjuta.idl:
14590         
14591         Implemented IAnjutaMacro interface to be used by file-wizard
14592         
14593         * plugins/cvs-plugin/plugin.c
14594         libanjuta/interfaces/libanjuta.idl:
14595         
14596         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14597         for all version control systems and not only for cvs.
14599 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14601         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14602         insert_macro.
14603         
14604         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14607 2005-02-21  Naba Kumar  <naba@gnome.org>
14609         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14610         IAnjutaDebugger interface.
14611         
14612         * plugins/debug-manager/anjuta-debug-manager.ui,
14613         plugins/debug-manager/attach_process.c,
14614         plugins/debug-manager/attach_process.h,
14615         plugins/debug-manager/plugin.c,
14616         plugins/debug-manager/plugin.h,
14617         plugins/gdb/actions.c,
14618         plugins/gdb/actions.h,
14619         plugins/gdb/anjuta-gdb-plugin.ui,
14620         plugins/gdb/breakpoints.c,
14621         plugins/gdb/breakpoints.h,
14622         plugins/gdb/debugger.c,
14623         plugins/gdb/debugger.h,
14624         plugins/gdb/memory.c,
14625         plugins/gdb/plugin.c,
14626         plugins/gdb/plugin.h,
14627         plugins/gdb/sharedlib.h,
14628         plugins/gdb/sharedlib_cbs.c,
14629         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14630         correctly between debug-manager and debugger. Implemented debugger
14631         interface in gdb plugin. Fixed action names. Added UI updating.
14632         Start and stop debugger (does not work yet). Fixed UI merging.
14633         Fixed debugger plugin handling in debug-manager.
14635 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14637         * plugins/editor/aneditor-autocomplete.cxx:
14638         
14639         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14640         crash with C++ "template" keyword.
14642 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14644         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14645         Fixed bug (Closed macro dialogs with Esc key).
14646         
14647 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14648         
14649         * plugins/project-wizard/xlib.wiz,
14650         plugins/project-wizard/xlib-logo.png,
14651         plugins/project-wizard/xlib/*:
14652         Port old xlib anjuta project on new project wizard
14653         
14654         * plugins/project-wizard/xlib-dock.wiz,
14655         plugins/project-wizard/xlib-dock/*:
14656         Port old xlib dock anjuta project on new project wizard
14657         
14658         * plugins/project-wizard/wxwin.wiz,
14659         plugins/project-wizard/wxwin-logo.png,
14660         plugins/project-wizard/wxwin/*:
14661         Port old wxwin anjuta project on new project wizard
14662         
14663         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
14664         necessary changes for the new templates.
14665         
14666 2005-02-18  Naba Kumar  <naba@gnome.org>
14668         * plugins/Makefile.am: Added class-gen
14669         
14670 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
14672         * plugins/project-wizard/header.c:
14673         Fix a bug in sorting of project categories
14675 2005-02-18  Naba Kumar  <naba@gnome.org>
14677         Patch from Massimo Cora  <maxcvs@email.it>:
14678         
14679         * plugins/class-gen/.cvsignore,
14680         plugins/class-gen/Makefile.am,
14681         (added) plugins/class-gen/action-callbacks.c,
14682         (added) plugins/class-gen/action-callbacks.h,
14683         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
14684         (added) plugins/class-gen/class_gen.c,
14685         (added) plugins/class-gen/class_gen.h,
14686         (added) plugins/class-gen/plugin.c,
14687         (added) plugins/class-gen/plugin.h: Ported class wizard to the
14688         new architecture.
14689         
14690         * plugins/project-manager/plugin.c: implemented add_source().
14692 2005-02-17  Naba Kumar  <naba@gnome.org>
14694         * plugins/file-loader/plugin.c: Fixed possible crash.
14695         
14696         * src/action-callbacks.c, src/action-callbacks.h,
14697         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
14699 2005-02-17  Naba Kumar  <naba@gnome.org>
14700         
14701         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14702         plugins/project-wizard/templates/gnome.wiz,
14703         plugins/project-wizard/templates/gtk.wiz,
14704         plugins/project-wizard/templates/gtkmm.wiz,
14705         plugins/project-wizard/templates/terminal.wiz,
14706         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14707         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14708         plugins/project-wizard/templates/gnome/src/callbacks.c,
14709         plugins/project-wizard/templates/gnome/src/callbacks.h,
14710         plugins/project-wizard/templates/gnome/src/main.c,
14711         plugins/project-wizard/templates/gtk/src/callbacks.c,
14712         plugins/project-wizard/templates/gtk/src/callbacks.h,
14713         plugins/project-wizard/templates/gtk/src/main.c,
14714         plugins/project-wizard/templates/gtkmm/src/main.cc,
14715         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
14716         to generate licence correctly (without any extra newlines). Removed
14717         IncludeGNUHeader macro definition and added proper licence property.
14718         Fixed project directory paths in file contents.
14720 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14722         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14723         Closed macro dialogs with Esc key.
14725 2005-02-16  Naba Kumar  <naba@gnome.org>
14727         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14728         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
14729         plugins/project-wizard/templates/gnome/src/callbacks.c,
14730         plugins/project-wizard/templates/gnome/src/callbacks.h,
14731         plugins/project-wizard/templates/gnome/src/main.c,
14732         plugins/project-wizard/templates/gtk/src/main.c,
14733         plugins/project-wizard/templates/gtkmm/src/main.cc,
14734         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
14735         macros to avoid blank newlines.
14737 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
14739         * plugins/project-wizard/autogen.c:
14740         Correct a problem when having property value in UTF-8
14742         * plugins/project-wizard/druid.c:
14743         Correct a bug when reselecting a new project (all pages
14744         must be removed)
14746         * plugins/project-wizard/property.c:
14747         Avoid having default invalid properties
14749         * plugins/project-wizard/templates/terminal.wiz,
14750         plugins/project-wizard/templates/terminal/po/ChangeLog,
14751         plugins/project-wizard/templates/terminal/src/main.c:
14752         Remove command for testing run function
14753         Move destination directory to second page and include
14754         project name. Add exist tag. Remove unused properties.
14756 2005-02-16  Naba Kumar  <naba@gnome.org>
14758         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
14759         plugins/debug-manager/anjuta-debug-manager.ui,
14760         plugins/debug-manager/plugin.c,
14761         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14762         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
14763         plugins/gdb/plugin.h, plugins/gdb/registers.c,
14764         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
14765         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
14766         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
14767         (removed) src/anjuta_info.c,
14768         (removed) src/anjuta_info.h,
14769         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
14770         (added) plugins/gdb/anjuta-gdb-plugin.ui,
14771         (added) plugins/gdb/actions.c,
14772         (added) plugins/gdb/actions.h: Completed initial
14773         porting of debugger to new architecture. Fixed many of the debugger
14774         functions.
14776         * plugins/file-loader/plugin.c: Detect some important mime ourself
14777         to avoid inconsistencies when mime system isn't working.
14778         
14779 2005-02-16  Naba Kumar  <naba@gnome.org>
14781         * plugins/editor/Makefile.am,
14782         (added) plugins/editor/aneditor-autocomplete.cxx,
14783         (added) plugins/editor/aneditor-calltip.cxx,
14784         (added) plugins/editor/aneditor-indent.cxx,
14785         (added) plugins/editor/aneditor-priv.h,
14786         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
14787         different smaller chunks to make it easy to maintain.
14789 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14791         * plugins/project-wizard/druid.c :
14792         
14793         Found system Email address if not defined in Preferences.
14795 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
14796         
14797         * plugins/project-wizard/gtkmm.wiz
14798         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
14799         plugins/project-wizard/gtkmm/*
14800         
14801         Added GTKmm (C++) project type
14803 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
14805         * plugins/message-view/plugin.c
14806         plugins/message-view/message-view.c
14807         TODO.gtodo:
14808         Implemented next/prev action
14810 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14812         * plugins/project-wizard/templates/libglade2.* :
14813         Removed libglade2 project.
14814         
14815         * plugins/project-wizard/templates/gtk* :
14816         Removed interface.[ch] & support.[ch].
14817         
14818 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14820         * plugins/project-wizard/anjuta-project-wizard.glade,
14821         plugins/project-wizard/property.[ch],
14822         plugins/project-wizard/templates/anjuta-plugin.wiz :
14823         Added a new property ("iconfile").
14825 2005-02-14  Naba Kumar  <naba@gnome.org>
14827         * plugins/project-wizard/install.c,
14828         plugins/project-wizard/plugin.c,
14829         plugins/project-wizard/templates/anjuta-plugin.wiz,
14830         plugins/project-wizard/templates/gnome.wiz,
14831         plugins/project-wizard/templates/gtk.wiz,
14832         plugins/project-wizard/templates/libglade2.wiz,
14833         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
14834         newly created projects and open them. Fixed message buffering in
14835         wizard.
14837 2005-02-14  Naba Kumar  <naba@gnome.org>
14839         * src/about.c, pixmaps/Makefile.am,
14840         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
14841         
14842         * mime/gnome-mime-application-x-anjuta.png,
14843         pixmaps/anjuta_icon.png,
14844         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
14845         done by 9-speed at:
14846         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
14847         
14848 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14850         * configure.in,
14851         plugins/project-wizard/templates/libglade2-logo.png,
14852         plugins/project-wizard/templates/libglade2.wiz,
14853         plugins/project-wizard/templates/libglade2/* :
14854         Add Glade2 project
14857 2005-02-14  Naba Kumar  <naba@gnome.org>
14859         * TODO.tasks: Updated.
14860         
14861         * plugins/editor/anjuta-docman.c,
14862         plugins/editor/text_editor.c,
14863         plugins/editor/text_editor.h,
14864         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
14865         for file modification, but it is still not functioning.
14867 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
14869         * plugins/project-wizard/values.c,
14870         plugins/project-wizard/values.h,
14871         plugins/project-wizard/property.c,
14872         plugins/project-wizard/property.h,
14873         plugins/project-wizard/druid.c:
14874         Rewrite mandatory property check
14875         Add check of exist property
14876         Rewrite handling of cached property page
14878 2005-02-13  Naba Kumar  <naba@gnome.org>
14880         Patch from Igor Kovalenko  <garrison@mail.ru>:
14881         * tagmanager/tm_workspace.c: Improved performance.
14883 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14885         *plugins/project-wizard/templates/*.wiz,
14886         plugins/project-wizard/druid.c,
14887         plugins/project-wizard/templates/terminal/src/main.c,
14888         plugins/project-wizard/templates/gtk/src/*.[ch],
14889         plugins/project-wizard/templates/gtk/src/Makefile.am,
14890         plugins/project-wizard/templates/gnome/src/*.[ch],
14891         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
14892         Add Copyright date & Email address,
14893         Correct terminal project.
14894         
14895 2005-02-12  Naba Kumar  <naba@gnome.org>
14897         * plugins/project-wizard/property.c: Fixed hidden
14898         properties to take values.
14900         * plugins/project-wizard/file.[ch]: Renamed
14901         true/false enum values to fix compile error
14902         (conflict with other definition).
14903         
14904         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
14905         even when mime type detection fails (for example, when Anjuta is
14906         installed in non-system prefix).
14908 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
14910         * plugins/project-wizard/values.c,
14911         plugins/project-wizard/values.h:
14912         Rewrite file with more comments
14914         * plugins/project-wizard/druid.c,
14915         plugins/project-wizard/druid.h,
14916         plugins/project-wizard/autogen.c,
14917         plugins/project-wizard/autogen.h,
14918         plugins/project-wizard/druid.c,
14919         plugins/project-wizard/druid.h:
14920         Add more comments
14921         Use values instead of properties
14922         Move default properties to druid.c
14924         * plugins/project-wizard/install.c,
14925         plugins/project-wizard/install.h:
14926         Use values instead of properties
14927         Add a check to avoid overwriting files
14929         * plugins/project-wizard/parser.c,
14930         plugins/project-wizard/property.c,
14931         plugins/project-wizard/property.h:
14932         Update to use new values
14933         Add an "exist" attribute to check if a directory already exist
14935         * plugins/project-wizard/anjuta-project-wizard.glade:
14936         Change project selection page (GtkTextView => GtkLabel,
14937         GtkTable => GtkVBox)
14939         * plugins/project-wizard/templates/terminal.wiz:
14940         Move destination directory on second page
14941         
14942         * plugins/project-wizard/action.c:
14943         Add a few comments
14945 2005-02-12  Naba Kumar  <naba@gnome.org>
14947         * plugins/file-manager/an_file_view.c,
14948         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
14949         views. Created dynamic update date of view depending on project
14950         changes -- similar to file-manager view.
14951         
14952         * plugins/devhelp/plugin.c: Load help on idle.
14953         
14954         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
14955         autoformat' to proper location in preferences.
14956         
14957         * mime/anjuta.mime: Added .prj extension in the mime type for backward
14958         compatibility.
14959         
14960         * plugins/editor/plugin.c: Fixed accel name.
14962 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14964         *plugins/project-wizard/templates/anjuta-plugin.wiz,
14965         plugins/project-wizard/templates/gnome.wiz,
14966         plugins/project-wizard/templates/gtk.wiz,
14967         plugins/project-wizard/anjuta-project-wizard.glade,
14968         plugins/project-wizard/autogen.c:
14969         Add Username & Email address in Project preferences.
14971 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14973         *plugins/project-wizard/templates/gnome-logo.png,
14974         plugins/project-wizard/templates/gnome.wiz,
14975         plugins/project-wizard/templates/gnome/* :
14976         Add Gnome project
14978 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14980         * plugins/project-wizard/templates/terminal/src/main.c, 
14981         plugins/project-wizard/templates/terminal/src/main.c,
14982         plugins/project-wizard/templates/terminal/src/main.[ch] :
14983         Insert License in projects
14984         
14985 2005-02-11  Naba Kumar  <naba@gnome.org>
14987         * TODO.tasks: Added message manager task.
14988         
14989         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
14990         
14991         * plugins/editor/plugin.c: Use bookmark stock icons.
14992         
14993         * plugins/message-view/anjuta-message-manager.ui,
14994         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
14996 2005-02-10  Naba Kumar  <naba@gnome.org>
14998         * libanjuta/interfaces/libanjuta.idl: fixed build error.
14999         
15000 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15002         * global-tags/Makefile.am
15003         Error during 'make install'
15005 2005-02-09  Naba Kumar  <naba@gnome.org>
15007         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15008         missing file.
15009         
15010 2005-02-08  Naba Kumar  <naba@gnome.org>
15012         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15013         
15014         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15015         Show busy cursur when updating global tags in preferences.
15017         * configure.in: Fixed.
15018         
15019 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15021         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15022           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15023          
15024         - Fixed anjuta-plugin project (glade)
15026 2005-02-08  Naba Kumar  <naba@gnome.org>
15028         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15029         Fixed automatic indentations.
15031         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15032         Global tags are now segregated into smaller api tags, which can be
15033         selectively loaded from symbol browser preferences.
15035         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15036         Implemented IProjectManager interface in project-manager. Mostly getter
15037         methods for now, but need to add add() and remove() methods to add
15038         or remove project elements.
15040         * plugins/gdb/debug_tree.c: Small fix.
15042         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15043         plugins/symbol-browser/an_symbol_info.c,
15044         plugins/symbol-browser/an_symbol_info.h,
15045         plugins/symbol-browser/an_symbol_search.c,
15046         plugins/symbol-browser/an_symbol_search.h,
15047         plugins/symbol-browser/an_symbol_view.c,
15048         plugins/symbol-browser/an_symbol_view.h,
15049         plugins/symbol-browser/plugin.c,
15050         plugins/symbol-browser/plugin.h,
15051         tagmanager/c.c,
15052         tagmanager/entry.h,
15053         tagmanager/tm_project.c,
15054         tagmanager/tm_symbol.c,
15055         tagmanager/tm_tag.c,
15056         tagmanager/tm_workspace.c,
15057         tagmanager/vstring.c,
15058         tagmanager/include/tm_tag.h,
15059         tagmanager/include/tm_workspace.h:
15060         
15061         - Fixed tagmanager parsing of source files to parse for typedefines and
15062         properly record element scopes. Implemented scope autocompletion
15063         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15064         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15065         patch list (author is unknown).
15066         - Implemented symbol-browser preferences for dynamically loading and
15067         saving tags API segments.
15068         - Fixed symbol-search to use tagmanager directly instead of depending
15069         on symbol-view for tags list.
15070         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15071         - Fixed TMSymbol to create the complete tags tree instead of letting the
15072         symbol-view created the root nodes.
15073         - Changed project tags cache name to .tm_project2.cache because the
15074         newer format records additional scope information.
15075         
15076 2005-02-07  Naba Kumar  <naba@gnome.org>
15078         * plugins/editor/style-editor.c,
15079         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15080         and GtkFontButton instead of deprecated widgets in
15081         style editor.
15082         
15083 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15085         * plugins/project-wizard/action.c,
15086         plugins/project-wizard/action.h,
15087         plugins/project-wizard/autogen.c,
15088         plugins/project-wizard/autogen.h,
15089         plugins/project-wizard/file.c,
15090         plugins/project-wizard/file.h,
15091         plugins/project-wizard/install.c,
15092         plugins/project-wizard/install.h,
15093         plugins/project-wizard/parser.h,
15094         plugins/project-wizard/parser.c,
15095         plugins/project-wizard/property.c,
15096         plugins/project-wizard/property.h,
15097         plugins/project-wizard/plugin.h,
15098         plugins/project-wizard/plugin.c,
15099         plugins/project-wizard/values.c,
15100         plugins/project-wizard/values.h:
15101         Replace C++ comments by C comments
15103         * plugins/project-wizard/autogen.c,
15104         plugins/project-wizard/autogen.h:
15105         Add a run time check of autogen version.
15106         Add UserName variable.
15108         * plugins/project-wizard/anjuta-project-wizard.glade,
15109         plugins/project-wizard/header.c,
15110         plugins/project-wizard/druid.c,
15111         plugins/project-wizard/druid.h:
15112         Sort project in alphabetic order.
15113         Correct selection troubles in notebooks.
15115         * plugins/project-wizard/parser.c:
15116         Add some check when reading the project header block.
15118 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15120         * plugins/project-wizard/action.c,
15121         plugins/project-wizard/action.h,
15122         plugins/project-wizard/autogen.c,
15123         plugins/project-wizard/autogen.h,
15124         plugins/project-wizard/file.c,
15125         plugins/project-wizard/file.h,
15126         plugins/project-wizard/install.c,
15127         plugins/project-wizard/parser.h,
15128         plugins/project-wizard/parser.c,
15129         plugins/project-wizard/property.c,
15130         plugins/project-wizard/property.h,
15131         plugins/project-wizard/values.c,
15132         plugins/project-wizard/values.h,
15133         Add a space between function name and open.
15135         * plugins/project-wizard/plugin.h,
15136         plugins/project-wizard/plugin.c,
15137         plugins/project-wizard/install.c,
15138         Avoid a crash if the user close the message view used by the .
15140         * plugins/project-wizard/anjuta-project-wizard,
15141         plugins/project-wizard/druid.c,
15142         plugins/project-wizard/druid.h,
15143         plugins/project-wizard/header.h,
15144         plugins/project-wizard/header.c,
15145         Add a text view with the description of each.
15146         Add a tab for each project.
15147         Replace some C++ comments to C comments.
15149 2005-02-05  Naba Kumar  <naba@gnome.org>
15151         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15152         New icon from Sebastien Granjoux .
15153         
15154 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15156         * libanjuta/anjuta-preferences.c:
15157         Set file property even without a focus out event (file selected 
15158         the browse dialog)
15160 2005-02-04  Naba Kumar  <naba@gnome.org>
15162         * plugins/glade/plugin.c: Fixed glade function calls.
15163         * configure.in: Fixed a typo.
15164         * TODO.tasks: Updated.
15166 2005-02-03  Naba Kumar  <naba@gnome.org>
15168         * plugins/project-manager/plugin.c: Fixed memory corruption.
15170         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15171         build error.
15172         
15173         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15174         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15175         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15176         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15178         * libanjuta/interfaces/libanjuta.idl,
15179         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15180         interface.
15181         
15182         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15184         Patch from Massimo Cora <maxcvs@email.it>:
15185         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15186         
15187 2005-02-01  Naba Kumar  <naba@gnome.org>
15189         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15190         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15191         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15192         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15193         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15194         from sourceforge -- a64 crash fixes (correct typing for GType)
15195         and fixes compile errors in sun.
15197         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15198         paste (shift+insert) in terminal.
15200 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15202         * configure.in: Add «nb» to ALL_LINGUAS.
15204 2005-02-01  Naba Kumar  <naba@gnome.org>
15206         * TODO.tasks, TODO: Updated todo tasks.
15207         
15208         * plugins/editor/anjuta-document-manager.glade: Improved search
15209         relace dialog.
15210         
15211         * TODO.tasks: Fixed xml format.
15212         
15213         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15214         work yet).
15215         
15216         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15217         cleanups.
15218         
15219         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15220         format during save (removed unwanted text nodes). Fixed scrollbars.
15222 2005-01-31  Naba Kumar  <naba@gnome.org>
15224         * libanjuta/interfaces/libanjuta.idl,
15225         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15226         Implemented append() method for IAnjutaEditor interface and fixed
15227         various bugs with text insertions (cvs diff and macro insertions).
15228         
15229         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15230         automatic indentation.
15231         
15232         * plugins/editor/action-callbacks.c,
15233         plugins/editor/action-callbacks.h,
15234         plugins/editor/anjuta-docman.c,
15235         plugins/editor/anjuta-document-manager.ui,
15236         plugins/editor/plugin.c,
15237         plugins/editor/text_editor.c,
15238         plugins/editor/text_editor.h,
15239         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15240         Fixed highlight issues.
15242         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15243         macro.
15244         
15245         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15247         * data/properties/*: Updated properties files from scite. Created
15248         styles.properties to override the scite styles.
15249         
15250         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15252         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15253         
15254 2005-01-30  Naba Kumar  <naba@gnome.org>
15256         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15257         unused definitions.
15258         
15259         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15260         
15261         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15262         plugins/editor/text_editor.c,
15263         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15264         fixed linuwidth preference setting, fixed insert text interface
15265         implementation. Improved automatice-indentation for cpp lexer.
15266         
15267         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15269 2005-01-29  Naba Kumar  <naba@gnome.org>
15271         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15272         option in update dialog as default. Improved import dialog. Sized
15273         log dialog.
15275         * configure.in: Fixed underquoted warning from autoconf.
15276         
15277         * plugins/editor/action-callbacks.c,
15278         plugins/editor/aneditor.cxx,
15279         plugins/editor/aneditor.h,
15280         plugins/editor/anjuta-document-manager.glade,
15281         plugins/editor/plugin.c,
15282         plugins/editor/plugin.h,
15283         plugins/editor/text_editor.c,
15284         plugins/editor/text_editor.h,
15285         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15286         for Editor and fixed all preferences syncronization and notifys for
15287         visible prefs (in editor preferences page).
15288         
15289         * plugins/file-loader/plugin.c: Load recent files on idle.
15291 2005-01-28  Naba Kumar  <naba@gnome.org>
15293         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15294         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15296         * plugins/editor/action-callbacks.c,
15297         plugins/editor/action-callbacks.h,
15298         plugins/editor/aneditor.cxx,
15299         plugins/editor/aneditor.h,
15300         plugins/editor/anjuta-document-manager.ui,
15301         plugins/editor/plugin.c,
15302         plugins/editor/text_editor.c,
15303         plugins/editor/text_editor.h,
15304         plugins/editor/text_editor_cbs.c,
15305         plugins/editor/text_editor_cbs.h,
15306         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15307         Text editor.
15309         Patch from Massimo Cora <maxcvs@email.it>:
15310         * plugins/editor/an_symbol_search.c,
15311         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15312         
15313 2005-01-27  Naba Kumar  <naba@gnome.org>
15314         
15315         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15316         minimum size request to 200.
15318         * plugins/symbol-browser/an_symbol_info.c,
15319         plugins/symbol-browser/an_symbol_info.h,
15320         plugins/symbol-browser/an_symbol_search.c,
15321         plugins/symbol-browser/an_symbol_search.h,
15322         plugins/symbol-browser/an_symbol_view.c,
15323         plugins/symbol-browser/an_symbol_view.h,
15324         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15325         pixbuf retrieval. Fixed runtime warning. Code clean up.
15327 2005-01-27  Naba Kumar  <naba@gnome.org>
15329         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15330         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15331         (new) plugins/glade/Makefile.am,
15332         (new) plugins/glade/anjuta-glade-plugin.png,
15333         (new) plugins/glade/anjuta-glade.plugin.in,
15334         (new) plugins/glade/anjuta-glade.ui,
15335         (new) plugins/glade/plugin.c,
15336         (new) plugins/glade/plugin.h,
15337         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15338         now until glade3 works properly.
15340         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15341         they are generated.
15342         
15343 2005-01-26  Naba Kumar  <naba@gnome.org>
15345         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15346         Added mime icon for anjuta projects.
15347         
15348         patch from Massimo Cora <maxcvs@email.it>:
15349         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15350         an_symbol_search.h, an_symbol_view.c, plugin.c:
15351         Fix/implement objects destroying/freeing.
15353 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15354         
15355         * src/action-callback.[ch], src/anjuta-actions.h:
15356         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15357         because it has not been updated for years and we know have a devhelp plugin
15358         which can do the job much better.
15359         * TODO.tasks: Updated done items
15361 2005-01-25  Naba Kumar  <naba@gnome.org>
15363         * autogen.sh: Fixed to generate interface files.
15365         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15366         session save filenames.
15367         
15368         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15369         
15370 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15372         * plugins/project-wizard/Makefile.am,
15373         plugins/project-wizard/install.c,
15374         plugins/project-wizard/install.h,
15375         plugins/project-wizard/parser.c,
15376         plugins/project-wizard/parser.h,
15377         plugins/project-wizard/templates/terminal.wiz:
15378         Add action list block in wizard template
15379         * plugins/project-wizard/file.c,
15380         plugins/project-wizard/autogen.c:
15381         Small fixes
15383 2005-01-23  Naba Kumar  <naba@gnome.org>
15385         * configure.in: Fixed build error.
15387 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15389         * plugins/project-wizard/druid.c,
15390         plugins/project-wizard/parser.c,
15391         plugins/project-wizard/property.c: Rewrite parser with
15392         better error handling
15394 2005-01-22  Naba Kumar  <naba@gnome.org>
15396         * plugins/symbol-browser/plugin.c: Changed c++ coments
15397         to c commnets and formated code to anjuta coding styles.
15398         
15399 2005-01-21  Naba Kumar  <naba@gnome.org>
15401         * configure.in, autogen.sh: Fixed build errors in newer automake.
15402         
15403         * plugins/editor/anjuta-docman.c: Do not emit change editor
15404         signal while in dispose.
15406         Patch from: Massimo Corà <maxcvs@email.it>
15407         * plugins/symbol-browser/Makefile.am,
15408         plugins/symbol-browser/an_symbol_view.c,
15409         plugins/symbol-browser/an_symbol_view.h,
15410         plugins/symbol-browser/plugin.c,
15411         plugins/symbol-browser/plugin.h,
15412         plugins/symbol-browser/test-symbol-browser.c,
15413         (new) plugins/symbol-browser/an_symbol_info.c,
15414         (new) plugins/symbol-browser/an_symbol_info.h,
15415         (new) plugins/symbol-browser/an_symbol_search.c,
15416         (new) plugins/symbol-browser/an_symbol_search.h:
15417         Added a cool real-time symbol-search-view in symbol browser.
15419 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15420         
15421         * plugin/macro/plugin.c
15422         plugin/macro/anjuta-macro-plugin.ui
15423         plugin/macro/macro-db.[ch]
15424         plugin/macro/macro-dialog.[ch]
15425         plugin/macro/macro-actions.[ch]
15426         plugin/macro/macro-edit.[ch]
15427         plugin/macro/plugin.[ch]:
15428         
15429         Implemented three menu items as Naba proposed:
15430         Edit->Macro->
15431                 Insert Macro: Pops of a border-less window to enter a shortcut
15432                 Add Macro: Same as Manage Macro => New
15433                 Manage Macros: Full-features macro dialog
15435 2005-01-20  Naba Kumar  <naba@gnome.org>
15437         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15438         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15439         libanjuta/anjuta-shell.h,
15440         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15441         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15442         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15443         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15444         src/main.c, src/shell.c: Implemented command line args processing
15445         and session management. Fixed geometry restoration.
15447 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15448         
15449         * plugins/macro/macro-db.c,
15450         plugins/macros.xml:
15451         Cleaned up XML interface and use attributes now for name, category and 
15452         shortcut. CDATA is used to avoid xml errors inside of macros.
15454 2005-01-19  Naba Kumar  <naba@gnome.org>
15456         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15458 2005-01-18  Naba Kumar  <naba@gnome.org>
15459         
15460         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15461         to work.
15463         * scintilla/*: Updated scintilla to current cvs and updated
15464         scintilla patches.
15465         
15466 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15467         
15468         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15469         plugins/cvs-plugin/cvs-actions.c:
15470         Added "Whole project" infrastructure but it does not
15471         work because I did not find a way to get the current project's
15472         root dir.
15474 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15476         * plugins/cvs-plugin/Makefile.am
15477         plugins/cvs-plugin/anjuta-cvs.plugin.in
15478         plugins/cvs-plugin/cvs-actions.c
15479         plugins/cvs-plugin/cvs-callbacks.c
15480         plugins/cvs-plugin/cvs-interface.[ch] (added)
15481         plugins/cvs-plugin/plugin.c:
15482         
15483         Added IAnjutaCVS interface and improved cvs plugin. There
15484         is still some work to do on cvs import and to add a current
15485         project toggle.
15487 2005-01-17  Naba Kumar  <naba@gnome.org>
15489         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15490         
15491         * configure.in: Fixed build errors.
15493         * data/Makefile.am,     (removed) data/README.stock_libs,
15494         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15495         (removed) data/header.c, (removed) data/stock_libs.anj,
15496         (removed) data/x-anjuta-project.desktop,
15497         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15499         * libanjuta/anjuta-plugin-description.c,
15500         libanjuta/anjuta-shell.c: Updated documentations.
15502         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15503         
15504         * libanjuta/anjuta-launcher.c,
15505         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15506         x86_64 systems.
15508 2005-01-17  Naba Kumar  <naba@gnome.org>
15509         
15510         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15511         plugins/project-wizard/templates/gtk.wiz,
15512         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15513         Updated templates to new format.
15514         
15515         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15516         * plugins/project-wizard/druid.c,
15517         plugins/project-wizard/parser.c,
15518         plugins/project-wizard/property.c,
15519         plugins/project-wizard/property.h,
15520         plugins/project-wizard/templates/terminal.wiz,
15521         plugins/project-wizard/templates/terminal/AUTHORS,
15522         plugins/project-wizard/templates/terminal/ChangeLog,
15523         plugins/project-wizard/templates/terminal/NEWS,
15524         plugins/project-wizard/templates/terminal/README,
15525         plugins/project-wizard/templates/terminal/project.anjuta,
15526         plugins/project-wizard/templates/terminal/src/main.c:
15527         Moveed code related to property types from druid.c and parser.c to 
15528         property.c. Changed tag from "<string ..." to
15529         "<property type="string..."     and so on. Rewrite parser
15530         (warning still in progress). Added list property. Changed
15531         terminal project to avoid using autogen on some file (much 
15532         faster) using the autogen attribute. Add a license list box in
15533         terminal project (just as an example). _label in item list is
15534         optional now.
15536 2005-01-16  Naba Kumar  <naba@gnome.org>
15538         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15539         plugins/edtior/anjuta-docman.c: Fixed build errors.
15540         
15541         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15542         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15543         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15544         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15545         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15546         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15547         libanjuta/resources.h,
15548         plugins/build-basic-autotools/build-basic-autotools.c,
15549         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15550         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15551         plugins/gtodo/plugin.c, src/Makefile.am,
15552         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15553         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15554         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15555         should be handled in respective plugins. Added API documentations.
15557         * libanjuta-docs.sgml, libanjuta-sections.txt,
15558         libanjuta.types,
15559         (added) tmpl/anjuta-debug.sgml,
15560         (added) tmpl/anjuta-launcher.sgml,
15561         tmpl/anjuta-plugin.sgml,
15562         tmpl/anjuta-preferences.sgml,
15563         tmpl/anjuta-shell.sgml,
15564         (added) tmpl/anjuta-status.sgml,
15565         (removed) tmpl/anjuta-stock.sgml,
15566         tmpl/anjuta-utils.sgml,
15567         (removed) tmpl/defaults.sgml,
15568         (removed) tmpl/fileselection.sgml,
15569         (removed) tmpl/gnomefilelist.sgml,
15570         tmpl/ianjuta-buildable.sgml,
15571         (added) tmpl/ianjuta-debugger-manager.sgml,
15572         (added) tmpl/ianjuta-debugger.sgml,
15573         tmpl/ianjuta-document-manager.sgml,
15574         tmpl/ianjuta-editor.sgml,
15575         tmpl/ianjuta-file.sgml,
15576         tmpl/ianjuta-loader.sgml,
15577         tmpl/ianjuta-markable.sgml,
15578         tmpl/ianjuta-message-view.sgml,
15579         (added) tmpl/ianjuta-project-manager.sgml,
15580         (added) tmpl/ianjuta-todo.sgml,
15581         (added) tmpl/ianjuta-wizard.sgml,
15582         tmpl/libanjuta-iface-marshallers.sgml,
15583         tmpl/libanjuta-unused.sgml,
15584         (removed) tmpl/pixmaps.sgml,
15585         tmpl/plugins.sgml,
15586         (removed) tmpl/properties.sgml,
15587         tmpl/resources.sgml: Updated API documentations.
15589 2005-01-15  Naba Kumar  <naba@gnome.org>
15591         * libanjuta/anjuta-launcher.c: Added API docs.
15592         
15593         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15594         plugins/project-wizard/templates/gtk.wiz,
15595         plugins/project-wizard/templates/terminal.wiz,
15596         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15597         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15598         plugins/project-wizard/templates/gtk/src/main.c,
15599         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15600         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15601         template files.
15603         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15604         * plugins/project-wizard/anjuta-project-wizard.glade,
15605         plugins/project-wizard/autogen.c,
15606         plugins/project-wizard/druid.c,
15607         plugins/project-wizard/druid.h,
15608         plugins/project-wizard/file.c,
15609         plugins/project-wizard/file.h,
15610         plugins/project-wizard/install.c,
15611         plugins/project-wizard/parser.c,
15612         plugins/project-wizard/plugin.c,
15613         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15614         setting the default project directory. Fix HIDDEN property, it's
15615         working but I think we could make this cleaner. Removed the
15616         copy of the string in mandatory_property. Add an optional autogen
15617         attribute, to force or avoid using autogen on some files, default
15618         without any attribute is autodetect.+ Replace the script tag with
15619         a normal file tag and an attribute execute.
15620         
15621 2005-01-14  Naba Kumar  <naba@gnome.org>
15623         * plugins/editor/action-callbacks.c,
15624         plugins/editor/search_incremental.c,
15625         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15626         works now.
15627         
15628         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15629         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15630         tabs.
15632 2005-01-12  Naba Kumar  <naba@gnome.org>
15634         * configure.in,
15635         plugins/project-wizard/templates/Makefile.am,
15636         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15637         plugins/project-wizard/templates/anjuta-plugin.wiz,
15638         (added) plugins/project-wizard/templates/gtk-logo.png,
15639         (added) plugins/project-wizard/templates/gtk.wiz,
15640         (added) plugins/project-wizard/templates/terminal-logo.png,
15641         plugins/project-wizard/templates/terminal.wiz,
15642         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15643         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15644         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15645         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15646         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15647         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15648         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15649         (added) plugins/project-wizard/templates/gtk/src/main.c,
15650         (added) plugins/project-wizard/templates/gtk/src/project.glade,
15651         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
15652         GTK+ project templated and fixed other templates. Updated template
15653         logos.
15655 2005-01-12  Naba Kumar  <naba@gnome.org>
15657         * plugins/macro/anjuta-macro.glade: Improved GUI.
15658         
15659 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
15661         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
15662         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
15663         * plugins/cvs-plugin/cvs.[ch] (removed)
15664         Removed old unused files
15665         
15666         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
15667         * plugins/cvs-plugin/cvs-actions.c
15668         * plugins/cvs-plugin/Makefile.am:
15669         Seperate callback functions for better error
15670         handling. Cleaned up code.
15671         
15672         * plugins/macro/macros.xml: removed corrupt cvs
15673         macros for now.
15675 2005-01-10  Naba Kumar  <naba@gnome.org>
15677         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
15678         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
15679         and leaks.
15681 2005-01-09  Naba Kumar  <naba@gnome.org>
15683         * libegg/egg-recent-action.c, libegg/test-actions.c,
15684         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
15685         recent files models.
15686         
15687         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
15688         two models -- one for projects and other for regular files and show
15689         both in recent files menu. Changed recent files group from "anjuta"
15690         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
15691         when adding the URI in recent files.
15692         
15693         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
15694         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
15695         * plugins/macro/macro-dialog.c: Fixed dispose() method.
15696         * plugins/macro/macros.xml: Fixed xml errors.
15698 2005-01-08  Naba Kumar  <naba@gnome.org>
15699         
15700         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
15701         libegg/test-actions.c, libegg/menu/Makefile.am,
15702         libegg/menu/egg-recent-action.h: Added a new action for
15703         recent files.
15705         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
15706         Fixed dispose. Cleanup.
15707         
15708         * plugins/file-loader/anjuta-loader-plugin.ui,
15709         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
15710         Use the new action for recent files. Added recent files in
15711         toolbar.
15713         * plugins/project-wizard/druid.c: Show busy cursor and
15714         de-sensitize druid buttons during page change.
15715         
15716         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15717         * plugins/project-wizard/Makefile.am,
15718         plugins/project-wizard/druid.c,
15719         plugins/project-wizard/druid.h,
15720         plugins/project-wizard/install.c,
15721         plugins/project-wizard/plugin.c,
15722         plugins/project-wizard/plugin.h,
15723         plugins/project-wizard/property.c,
15724         plugins/project-wizard/property.h,
15725         (added) plugins/project-wizard/values.c,
15726         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
15727         objects (in values.c and values.h) containing the values of all
15728         properties. The NPWProperty objects now keep their values in this
15729         object which is persistant for one activation of the plugin, so the
15730         user keeps all the values even if he goes backward. Used an anjuta
15731         message view to list all files copied by the project wizard.
15733 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
15735         * plugins/macro/plugin.[ch],
15736         plugins/macro/macro-dialog.[ch]
15737         plugins/macro/macro-edit.[ch]
15738         plugins/macro/macro-db.[ch]
15739         plugins/macro/macro-actions.[ch]
15740         plugins/macro/anjuta-macro.plugin.in
15741         plugins/macro/anjuta-macro.glade
15742         plugins/macro/anjuta-macro.png
15743         plugins/macro/Makefile.am
15744         plugins/macro/macros.xml
15745         plugins/macro/anjuta-macro.ui (all added)
15746         configure.in
15747         plugins/Makefile.am:
15748         Added new macro plugins
15749         
15750         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
15751         New icon
15752         
15753         * manuals/reference/template (removed)
15754         Removed old api reference
15755         
15756         * plugins/message-view/message-view.c:
15757         "Fixed" crash in on_row_deleted and added a
15758         comment that I cannot work this way. We will
15759         have to change everything a bit to avoid losing
15760         memory there.
15761         
15762         * plugins/text-editor/text_editor.c:
15763         Update line number width on file save
15766 2005-01-07  Naba Kumar  <naba@gnome.org>
15768         * plugins/project-wizard/anjuta-project-wizard.glade,
15769         plugins/project-wizard/druid.c,
15770         plugins/project-wizard/templates/anjuta-plugin.wiz,
15771         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
15772         Display page description in bold. Fixed mandatory field check.
15774         * configure.in,
15775         libanjuta/libanjuta-1.0.pc.in,
15776         plugins/project-wizard/druid.c,
15777         plugins/project-wizard/parser.c,
15778         plugins/project-wizard/property.h,
15779         plugins/project-wizard/templates/anjuta-plugin.wiz,
15780         plugins/project-wizard/templates/terminal.wiz,
15781         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
15782         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
15783         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
15784         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
15785         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
15786         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15787         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15788         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15789         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15790         plugins/project-wizard/templates/terminal/configure.in.tpl,
15791         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
15792         plugins/project-wizard/templates/terminal/src/main.c: Implemented
15793         a new property type -- hidden. Fixed terminal and anjuta-plugin
15794         project templates.
15796 2005-01-07  Naba Kumar  <naba@gnome.org>
15798         * templates/anjuta-plugin.wiz,
15799         templates/terminal.wiz,
15800         templates/terminal/Makefile.am.tpl,
15801         templates/terminal/autogen.sh,
15802         (Removed) templates/terminal/configure.ac.tpl,
15803         (Added) templates/.cvsignore,
15804         (Added) templates/Makefile.am,
15805         (Added) templates/anjuta-plugin/.cvsignore,
15806         (Added) templates/anjuta-plugin/Makefile.am,
15807         (Added) templates/anjuta-plugin/src/.cvsignore,
15808         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
15809         (Added) templates/terminal/.cvsignore,
15810         (Added) templates/terminal/Makefile.am,
15811         (Added) templates/terminal/configure.in.tpl,
15812         (Added) templates/terminal/po/.cvsignore,
15813         (Added) templates/terminal/po/ChangeLog,
15814         (Added) templates/terminal/po/Makefile.am,
15815         (Added) templates/terminal/po/POTFILES.in,
15816         (Added) templates/terminal/src/.cvsignore,
15817         (Added) templates/terminal/src/Makefile.am,
15818         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
15819         project wizard. Fixed configure/po/Makefile template errors.
15821 2005-01-06  Naba Kumar  <naba@gnome.org>
15823         * configure.in: Added project templates.
15824         * plugins/project-wizard/templates/*: Added to project and renamed
15825         Makefile.am and configure.in to Makefile.am and configure.ac respectively
15826         for the project templates (so that they do not conflict with autotools
15827         build. Created proper configure.ac.tpl and autogen.sh for project
15828         templates.
15829         
15830 2005-01-06  Naba Kumar  <naba@gnome.org>
15832         * plugins/project-wizard/anjuta-project-wizard.glade,
15833         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
15834         Fixed file list parsing and to take absolute file paths (for example,
15835         from an icon selected previously). Used toggle buttons for boolean
15836         properties. Check if all mandatory fields are given before going
15837         forward in the wizard. Use scrollable viewport for listing property
15838         widgets incase the list goes out of wizard's size. Added tooltips
15839         as descriptions of the property widgets. And other fixes.
15841         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
15842         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
15843         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
15844         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
15845         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
15846         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
15847         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
15848         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15849         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
15850         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15851         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
15852         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
15853         Restructured template files.
15855 2005-01-06  Naba Kumar  <naba@gnome.org>
15857         * configure.in: Added check for autogen.
15858         
15859         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
15860         in dispose.
15861         
15862         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
15863         Do not emit changed signal when in dispose.
15865         * plugins/symbol-browser/plugin.c: Don't updated symbols when
15866         symbol-view widget has been destroyed.
15867         
15868         * src/anjuta-app.c: Set null to preference, status and ui object
15869         pointers when they are destroyed.
15871         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
15872         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
15873         Added boolean, integer and file property types.
15874         
15875         * plugins/project-wizard/Makefile.am,
15876         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
15877         project wizard templates.
15879 2005-01-04  Naba Kumar  <naba@gnome.org>
15881         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
15882         added widgets.
15883         
15884         * plugins/editor/aneditor.cxx,
15885         plugins/editor/anjuta-docman.c,
15886         plugins/editor/plugin.c,
15887         plugins/editor/text_editor.c:
15888         Removed unnecessary ref/unref of scintilla.
15889         
15890         * plugins/message-view/anjuta-msgman.c,
15891         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
15892         make close button similar to document manager.
15893         
15894         * plugins/project-manager/plugin.c,
15895         plugins/project-manager/plugin.h: Removed dead codes. Removed
15896         unnecessary ref/unref.
15897         
15898         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
15899         instead of hard refs.
15901 2005-01-03  Naba Kumar  <naba@gnome.org>
15903         * libanjuta/interfaces/libanjuta.idl: Added configure() and
15904         generate() methods for IAnjutaBuildable interface.
15906         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
15907         IAnjutaBuildable inteface.
15909         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
15910         to destroy build context when message view is destroyed.
15911         
15912         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
15913         a ref to it and unref in destructor. AnEditor class wants to be the
15914         owner of scintilla widget. Fixed compile warnings with signed/unsigned
15915         comparisions.
15916         
15917         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
15918         complicate the scene. Removed editor widget from AnjutaDocman when
15919         the widget is destroyed.
15920         
15921         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
15922         from shell. It will be removed from shell when the widget is destroyed.
15923         
15924         * plugins/editor/text_editor.c: Added debug codes to track object
15925         finalizations.
15927         * plugins/message-view/anjuta-msgman.c: Remove message view on
15928         widget destroy. Destroy message view on remove. Removed all views
15929         correctly.
15930         
15931         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
15932         from container.
15934 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15936         * plugins/file-wizard/action-callbacks.c,
15937         plugins/file-wizard/anjuta-file-wizard.glade,
15938         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
15939         Insert Licence, copyright, header template ...
15940         
15941 2005-01-02  Naba Kumar  <naba@gnome.org>
15943         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
15944         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
15945         anjuta_status_add_widget() to allow setting busy cursor on non
15946         toplevel windows.
15948         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
15950         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
15951         mime types to take text/source also.
15952         
15953         * plugins/editor/anjuta-docman.c,
15954         plugins/editor/anjuta-docman.h,
15955         plugins/editor/plugin.c,
15956         plugins/editor/text_editor.c,
15957         plugins/editor/text_editor.h,
15958         plugins/editor/text_editor_cbs.c: Listen for busy signal from
15959         AnjutaStatus and set busy cursor on editors.
15961         * plugins/file-loader/Makefile.am,
15962         plugins/file-loader/plugin.c,
15963         (added) plugins/file-loader/dnd.c,
15964         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
15966         * src/anjuta.c: Hide anjuta window before destruction.
15968         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
15969         * configure.in, plugins/Makefile.am,
15970         (removed) plugins/project-wizard/appwiz_page1.c,
15971         (removed) plugins/project-wizard/appwiz_page2.c,
15972         (removed) plugins/project-wizard/appwiz_page3.c,
15973         (removed) plugins/project-wizard/appwiz_page4.c,
15974         (removed) plugins/project-wizard/appwizard.c,
15975         (removed) plugins/project-wizard/appwizard.h,
15976         (removed) plugins/project-wizard/appwizard_cbs.c,
15977         (removed) plugins/project-wizard/appwizard_cbs.h,
15978         (removed) plugins/project-wizard/appwizard_gui.c,
15979         (removed) plugins/project-wizard/gnome_project.c,
15980         (removed) plugins/project-wizard/gnome_project.h,
15981         (removed) plugins/project-wizard/wizard_gui.c,
15982         (removed) plugins/project-wizard/wizard_gui.h,
15983         (added) plugins/project-wizard/.cvsignore,
15984         (added) plugins/project-wizard/Makefile.am,
15985         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
15986         (added) plugins/project-wizard/anjuta-project-wizard.glade,
15987         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
15988         (added) plugins/project-wizard/applogo.png,
15989         (added) plugins/project-wizard/appwizard.png,
15990         (added) plugins/project-wizard/autogen.c,
15991         (added) plugins/project-wizard/autogen.h,
15992         (added) plugins/project-wizard/druid.c,
15993         (added) plugins/project-wizard/druid.h,
15994         (added) plugins/project-wizard/file.c,
15995         (added) plugins/project-wizard/file.h,
15996         (added) plugins/project-wizard/header.c,
15997         (added) plugins/project-wizard/header.h,
15998         (added) plugins/project-wizard/install.c,
15999         (added) plugins/project-wizard/install.h,
16000         (added) plugins/project-wizard/parser.c,
16001         (added) plugins/project-wizard/parser.h,
16002         (added) plugins/project-wizard/plugin.c,
16003         (added) plugins/project-wizard/plugin.h,
16004         (added) plugins/project-wizard/property.c,
16005         (added) plugins/project-wizard/property.h: Removed old application-wizard
16006         codes and added new template based (autogen based) project wizard
16007         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16009 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16011         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16012         * plugins/cvs-plugin/cvs-execute.c:
16013         Fix cvs_log which did not work because of some
16014         glade problem
16015         Patch from Mark R. Pariente <markpariente@cmu.edu>
16016         - Fix message highlighting
16018 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16019         
16020         * template/*,
16021         date/template/*,
16022         configure.in:
16023         Removed template stuff completly because we dicussed to implement
16024         a macro system for Edit->Insert Text
16026 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16027         
16028         * plugins/editor/aneditor.cxx,
16029         plugins/editor/text_editor.c:
16030         Set line number width dynamically
16031         * src/about.c:
16032         Prepered new GTK 2.6 about dialog
16034 2004-12-30  Naba Kumar  <naba@gnome.org>
16036         patch from: Massimo Corà  <maxcvs@email.it>
16037         * plugins/editor/aneditor.cxx: Highlights correct function
16038         argument in recursive calltips.
16040 2004-12-30  Naba Kumar  <naba@gnome.org>
16042         * plugins/symbol-browser/plugin.c,
16043         libanjuta/interfaces/libanjuta.idl,
16044         plugins/editor/text_editor.c: Fixed editor markers and added a new
16045         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16046         mark the line visited.
16047         
16048         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16049         libegg/Makefile.am, libegg/eggcomboselect.c,
16050         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16051         widget for use with symbol view in toolbar.
16052         
16053         * plugins/cvs-plugin/anjuta-cvs.ui,
16054         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16055         placeholder for cvs plugin context menu in filemanager.
16056         
16057 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16058         
16059         * plugins/cvs-plugin/plugin.c:
16060         Show popup menu only if the file is contained in
16061         a directory containing a "CVS" directory
16063 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16064         
16065         * plugins/cvs-plugin/cvs-action.[ch],
16066         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16067         * plugins/cvs-plugin/anjuta-cvs.ui,
16068         * plugins/cvs-plugin/plugin.c:
16069         Implemented "Import"
16070         
16071         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16072         Added right-click-menu for file-manager
16074 2004-12-26  Naba Kumar  <naba@gnome.org>
16076         * src/action-callbacks.c, src/action-callbacks.h,
16077         src/anjuta-actions.h, src/anjuta-app.c,
16078         src/anjuta.ui: Added fullscreen action.
16080         * plugins/cvs-plugin/cvs-actions.c,
16081         plugins/cvs-plugin/plugin.c,
16082         plugins/cvs-plugin/plugin.h: Watches current editor,
16083         project and file manager selection in plugin
16084         implementation.
16085         
16086 2004-12-26  Naba Kumar  <naba@gnome.org>
16088         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16089         src/action-callbacks.c: Fixed app finalization. Added a
16090         command line arg --proper-shutdown (-p), which when set
16091         will release all plugins and their resources (this option
16092         is mainly for debugging).
16093         
16094         * plugins/file-loader/plugin.c: Fixed filename duplications
16095         in recent files history.
16096         
16097         * plugins/profile-default/plugin.c: Disabled problematic
16098         plugins for now to load at startup.
16099         
16100         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16101         annoying debug prints.
16102         
16103 2004-12-23  Naba Kumar  <naba@gnome.org>
16105         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16106         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16107         plugins/cvs-plugin/anjuta-cvs.ui,
16108         plugins/cvs-plugin/cvs-actions.c,
16109         plugins/cvs-plugin/cvs-actions.h,
16110         plugins/cvs-plugin/cvs-execute.c,
16111         plugins/cvs-plugin/cvs-execute.h,
16112         plugins/cvs-plugin/Makefile.am,
16113         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16114         Added cvs log command.
16116 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16117         
16118         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16119         default
16121 2004-12-20  Naba Kumar  <naba@gnome.org>
16123         patch from: Massimo Corà  <maxcvs@email.it>
16124         * plugins/editor/aneditor.cxx: Added recursive calltips.
16126 2004-12-20  Naba Kumar  <naba@gnome.org>
16127         
16128         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16129         Show busy cursor during loading and unloading.
16130         
16131 2004-12-19  Naba Kumar  <naba@gnome.org>
16133         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16134         memory leaks. Disabled debug print.
16136         * plugins/symbol-browser/an_symbol_view.c,
16137         plugins/symbol-browser/plugin.c,
16138         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16139         problems. Creates SymbolView object every time when the
16140         plugin is activated.
16142         * plugins/project-manager/plugin.c: Close project when
16143         deactivating.
16144         
16145 2004-12-18  Naba Kumar  <naba@gnome.org>
16147         * po/POTFILES.in: Removed commented lines.
16148         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16149         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16150         * plugins/gdb/plugin.c: Fixed compile error.
16151         
16152         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16153         * libegg/eggcellrendererkeys.c: Fixed compile error.
16154         
16155 2004-12-18  Naba Kumar  <naba@gnome.org>
16157         * plugins/file-loader/plugin.c: Fixed loading bug.
16158         
16159         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16160         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16161         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16162         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16163         and corruptions. Fixed loading and unloading of plugins.
16164         
16165 2004-12-17  Naba Kumar  <naba@gnome.org>
16166         
16167         * plugins/file-loader/Makefile.am,
16168         plugins/file-loader/plugin.c,
16169         plugins/project-manager/plugin.c: Fixed memory corruption
16170         and disposition codes. Added missing plugin.h in Makefile.am.
16172 2004-12-16  Naba Kumar  <naba@gnome.org>
16174         * plugins/symbol-browser/an_symbol_view.c,
16175         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16176         codes. Fixed memory leaks and corruptions.
16178         * plugins/build-basic-autotools/build-basic-autotools.c
16179         plugins/editor/anjuta-docman.c,
16180         plugins/editor/text_editor.c,
16181         plugins/file-loader/plugin.c,
16182         plugins/file-manager/plugin.c,
16183         plugins/file-wizard/plugin.c,
16184         plugins/message-view/anjuta-msgman.c,
16185         plugins/message-view/anjuta-msgman.h,
16186         plugins/message-view/message-view.c,
16187         plugins/message-view/plugin.c,
16188         plugins/message-view/plugin.h,
16189         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16191         * src/about.c, src/about.h, src/action-callbacks.c,
16192         src/action-callbacks.h, src/anjuta-actions.h,
16193         src/anjuta-app.c, src/anjuta-app.h,
16194         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16195         src/anjuta.c, src/anjuta.h, src/getline.c, 
16196         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16197         src/start-with.c, src/start-with.h: Fixed emacs modes.
16199         * src/layout.xml: Brought document manager in front.
16200         
16201 2004-12-15  Naba Kumar  <naba@gnome.org>
16203         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16204         properly removed.
16205         
16206         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16207         finalization. Added a method to unload all plugins and destroy them.
16208         Fixed memory leaks.
16209         
16210         * plugins/sample1/plugin.c: Proper finalization code and renamed
16211         functions to proper names.
16212         
16213         * plugins/build-basic-autotools/build-basic-autotools.c,
16214         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16216         * src/shell.c: Unload all plugins on exit, so that memory profilers
16217         can detect memory leaks in plugins.
16219 2004-12-13  Naba Kumar  <naba@gnome.org>
16221         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16222         docking is working.
16223         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16224         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16226 2004-12-11  Naba Kumar  <naba@gnome.org>
16228         * data/properties/anjuta.properties: Fixed font size.
16229         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16230         compile file function. There are some fixmes there.
16231         * plugins/message-view/anjuta-msgman.c,
16232         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16233         
16234 2004-12-08  Naba Kumar  <naba@gnome.org>
16236         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16237         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16238         to escape quotes in a string.
16239         
16240         * plugins/cvs-plugin/cvs-actions.c,
16241         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16242         cvs diff command.
16244         * plugins/build-basic-autotools/build-basic-autotools.c,
16245         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16246         filters.
16247         
16248 2004-12-07  Naba Kumar  <naba@gnome.org>
16250         * plugins/build-basic-autotools/build-basic-autotools.c,
16251         plugins/build-basic-autotools/automake-c.filters: Completed directory
16252         tracking. Double click on Errors and warnings now work as expected.
16254         * plugins/build-basic-autotools.c: Added codes to track build directory
16255         so that absolute path of the files could be determined.
16257 2004-12-06  Naba Kumar  <naba@gnome.org>
16259         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16260         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16261         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16262         
16263 2004-12-05  Naba Kumar  <naba@gnome.org>
16265         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16266         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16267         
16268         * plugins/cvs-plugin/plugin.c,
16269         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16270         
16271 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16272         
16273         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16274         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16275         plugins/cvs-plugin/cvs-execute.[ch]:
16276         Implemented cvs status and cvs diff
16277         Known bugs:
16278         - rdiff command is not correct
16279         - Must find a way to allow selection of directies AND files 
16280         in GtkFileChooser
16282 2004-12-03  Naba Kumar  <naba@gnome.org>
16284         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16285         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16286         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16287         session.properties file if it is for the first time.
16288         
16289 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16290         
16291         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16292         commit.
16293         
16294         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16295         plugins/cvs-plugin/anjuta-cvs.ui:
16296         Implemented update/commit and changed menu layout 
16298 2004-12-02  Naba Kumar  <naba@gnome.org>
16300         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16301         property name (for cvs path property). Beautified dialogs.
16303 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16304         
16305         * plugins/message-view/anjuta-msgman.c: Changed callback name
16306         and changed switch-page handling.
16307         
16308         * plugins/cvs-plugin/cvs-actions.c:
16309         * plugins/cvs-plugin/cvs-execute.c:
16310         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16311         - Implemented cvs add and cvs removed - both working now
16312         - Created a useful preferences page
16313         
16315 2004-11-30  Naba Kumar  <naba@gnome.org>
16317         * libanjuta/anjuta-status.c: Fixed runtime warning.
16318         
16319         * plugins/editor/Makefile.am:
16320         plugins/editor/anjuta-document-manager.glade,
16321         plugins/editor/plugin.c
16322         plugins/editor/plugin.h
16323         plugins/editor/style-editor.c (new, moved from src/),
16324         plugins/editor/style-editor.h (new, moved from src/),
16325         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16326         settings in preferences.
16328         * plugins/editor/text_editor.c,
16329         plugins/editor/text_editor.h: Do not take unused args in
16330         text_editor_get_props().
16332         * src/style-editor.c, src/style-editor.h: Removed, moved to
16333         plugins/editor/ directory.
16335 2004-11-29  Naba Kumar  <naba@gnome.org>
16337         * plugins/editor/text_editor_cbs.c: Emit click signal in
16338         IAnjutaMarkable.
16339         * libanjuta/anjuta-status.c: More spacing between items.
16340         
16341 2004-11-29  Naba Kumar  <naba@gnome.org>
16343         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16344         
16345         * libanjuta/interfaces/libanjuta.idl,
16346         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16347         plugins/debug-manager/plugin.c,
16348         plugins/gdb/breakpoints.c,
16349         plugins/gdb/breakpoints.h,
16350         plugins/gdb/debugger.c,
16351         plugins/gdb/debugger.h,
16352         plugins/gdb/plugin.c,
16353         plugins/gdb/plugin.h,
16354         plugins/gdb/utilities.c,
16355         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16356         toggle breakpoint margin clicks.
16358 2004-11-28  Naba Kumar  <naba@gnome.org>
16360         * TODO.tasks: Fixed indentations.
16361         * plugins/gtodo/libgtodo.c: Save with indentation.
16362         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16363         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16364         * libanjuta/anjuta-status.c: Fixed busy cursors.
16365         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16366         * po/POTFILES.in: Updated.
16367         
16368 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16369         
16370         * plugins/editor/anjuta-document-manager.glade,
16371           plugins/editor/search-replace.[c,h], 
16372           plugins/editor/search-replace_backend.h
16373           plugins/editor/search-preferences.[c,h] :
16374           Saved Search-Preferences (gconf),
16375           Basic search by default.
16377 2004-11-22  Naba Kumar  <naba@gnome.org>
16379         * configure.in: Fixed build error.
16381 2004-11-21  Naba Kumar  <naba@gnome.org>
16383         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16384         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16385         Added AnjutaStatus class to libanjuta.
16386         Added anjuta_shell_get_status() method.
16387         
16388         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16389         and fixed marshaller generation.
16390         
16391         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16392         "updade_ui" signals to IAnjutaEditor interface.
16393         
16394         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16395         
16396         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16397         regexes.
16398         
16399         * plugins/class-gen/clsGen.c: Intial port.
16400         
16401         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16402         name.
16403         
16404         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16405         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16406         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16407         Implemented status update. Emits "update_ui" and "char_added" signals.
16408         Added view preferences.
16409         
16410         * plugins/file-loader/plugin.c: Added open with plugins in open with
16411         menus.
16412         
16413         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16414         
16415         * plugins/message-view/anjuta-msgman.c,
16416         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16417         to close correct message view rather than current view.
16419 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16420         
16421         * plugins/cvs-plugin/cvs-actions.c
16422         plugins/cvs-plugin/plugin.[ch]
16423         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16424         Implemented cvs add but ran into a launcher/message_view
16425         problem because of a limitation of the idl compiler
16427 2004-11-19  Naba Kumar  <naba@gnome.org>
16429         * plugins/project-manager/plugin.c: Displays a progress window during
16430         project load.
16431         
16432         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16433         Fixed UI separators.
16434         
16435         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16436         UI placeholder.
16437         
16438         * plugins/project-manager/anjuta-project-manager.ui,
16439         plugins/project-manager/plugin.[c,h]: Added add/remove context
16440         menus and implemented them. Added file manager merge menu.
16442 2004-11-18  Naba Kumar  <naba@gnome.org>
16444         * TODO.tasks: Updated.
16445         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16446         plugins/message-view/message-view.c: Fixed finalize and dispose
16447         methods.
16448         * plugins/debugger/*: Removed from cvs (development now in
16449         debug-manager).
16451 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16453         Reviewed by Naba Kumar  <naba@gnome.org>:
16454         
16455         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16456         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16457         plugins/gdb/breakpoints.c: all marker related stuff moved from
16458         editor and docman interfaces to IAnjutaMarkable
16460 2004-11-17  Naba Kumar  <naba@gnome.org>
16462         * TODO.tasks: Updated.
16463         
16464         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16465         
16466         * libegg/egg-combo-action.c: Block changed signal when changing model.
16467         
16468         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16469         Emit changed signal. Removed dead codes.
16470         
16471         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16472         that recent files history do not duplicate.
16473         
16474         * plugins/symbol-browser/an_symbol_view.c,
16475         plugins/symbol-browser/an_symbol_view.h,
16476         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16477         Fixed a bug.
16479 2004-11-15  Naba Kumar  <naba@gnome.org>
16481         * plugins/project-manager/plugin.c: Opens targets on double click.
16482         
16483         * plugins/message-view/message-view.c,
16484         plugins/file-manager/anjuta-file-manager-plugin.glade,
16485         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16486         Added proper class finalization
16487         and disposition. Added preferences notifications and callbacks to
16488         change info/warning/error colors.
16489         
16490         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16491         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16492         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16493         Implemented finalize method for AnjutaApp. Code cleanups.
16494         
16495         * plugins/message-view/plugin.c: Static parent_class.
16496         
16497 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16498         * plugins/editor/search-replace.[c,h], 
16499           plugins/editor/search-replace_backend.c
16500           Update search entry in main toolbar.
16501           Clean code.
16503 2004-11-11  Naba Kumar  <naba@gnome.org>
16505         * TODO.tasks: Updated.
16507         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16508         and completed on-the-fly-change preferences. Removed "changed"
16509         signal as it is no longer necessary (use notify for similar
16510         purpose to monitor individual preferences).
16512         
16513         * plugins/editor/anjuta-document-manager.glade: Added view menu
16514         preferences so that they are registered.
16515         
16516         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16517         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16518         connection to "changed" signal of preferences and implemented
16519         notifications for some editor preferences. More to implement.
16521 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16522         * plugins/editor/print.c
16523         Fixed bug 1047624 : Add line number every X lines.
16525 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16526         * plugins/editor/search-replace.c
16527         Fixed a crash bug (995755) when searching "%n"
16529 2004-11-09  Naba Kumar  <naba@gnome.org>
16531         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16532         Fixed to refresh categories list on file load.
16534 2004-11-08  Naba Kumar  <naba@gnome.org>
16535         
16536         * configure.in, plugins/Makefile.am,
16537         plugins/profile-default/plugin.c: Added cvs plugin in build.
16538         
16539         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16540         
16541         * plugins/debug-manager/.cvsignore: Added file to ignore.
16542         
16543         * plugins/debug-manager/Makefile.am: Removed dead codes.
16544         
16545         * src/anjuta.ui: Added placeholder for version control UI.
16547 2004-11-08  Naba Kumar  <naba@gnome.org>
16549         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16550         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16551         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16552         Updated.
16554         * global-tags/Makefile.am: Fixed make error.
16556         * plugins/profile-default/plugin.c: Added debug-manager
16557         and gdb plugins to load at startup so that debugger
16558         windows are docked properly. They will be removed
16559         later when we figure out runtime docking.
16561         * plugins/sample1/*: Restored to last working state.
16563         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16564         windows in lower pane. Named the windows appropriately.
16566         * ChangeLog: Fixed format.
16567         
16568 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16570         * libanjuta/interfaces/libanjuta.idl,
16571         libanjuta/anjuta-marshal.c,
16572         plugins/Makefile.am,
16573         plugins/debug-manager/plugin.c,
16574         plugins/editor/plugin.c,
16575         plugins/editor/text_editor.c,
16576         plugins/gdb/breakpoints.c,
16577         plugins/gdb/debugger.c,
16578         plugins/gdb/plugin.c,
16579         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16581 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16582         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16583         plugins/editor/search-replace.c,
16584         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16585         Search and Replace; Show result in find pane
16586           
16587 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16588         
16589         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16590         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16591         (added features: starting debugger and loading of core/executable,
16592         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16593         partially works)
16595 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16596         
16597         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16598         my cvs-plugin files...
16599         I hope I have rescued everything possible.
16600         
16601         * Naba: Could you please fix sample1 because I messed it up to 
16602         but there should be a histroy of this directory we should commit
16604 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16605         
16606         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16607         infrastructure
16608         * plugins/cvs-plugin/plugin.c,
16609         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16610         Added preferences dialog (not yet complete)
16612 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16613         
16614         * global-tags/Makefile.am, mime/Makefile.am:
16615         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16616         
16617         * template/xmltemplate.[ch],
16618         template/xmlstrings.[ch],
16619         template/autotools.[ch] removed,
16620         template/prj_template.[ch] removed,
16621         template/lang_template.[ch] removed,
16622         template/lib_template.[ch] removed,
16623         template/Makefile.am adjusted,
16624         template/dtds/lang.dtd removed, 
16625         template/dtds/lib.dtd removed,
16626         template/dtds/prj.dtd removed,
16627         template/dtds/autotools.dtd removed,
16628         data/template/lib/* removed,
16629         data/template/language/* removed,
16630         data/template/library/* removed,
16631         data/template/project/* removed,
16632         date/template/Makefile.am adjusted:
16633         Remove everything except text-templates to replace hardcoded 
16634         Edit->Insert texts with dynamic loaded.
16636         * plugins/cvs-plugin/plugin.[ch],
16637         plugins/cvs-actions.[ch],
16638         plugins/Makefile.am,
16639         plugins/cvs-plugin/Makefile.am,
16640         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16641         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16642         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16643         Added initial cvs-plugin code
16645 2004-10-21  Naba Kumar  <naba@gnome.org>
16646         
16647         * libanjuta/anjuta-plugin.c,
16648         plugins/build-basic-autotools/build-basic-autotools.c,
16649         plugins/debugger/plugin.c,
16650         plugins/devhelp/plugin.c,
16651         plugins/editor/anjuta-docman.c,
16652         plugins/editor/goto_line.c,
16653         plugins/editor/plugin.c,
16654         plugins/editor/search-replace.c,
16655         plugins/editor/text_editor.c,
16656         plugins/file-loader/plugin.c,
16657         plugins/file-manager/plugin.c,
16658         plugins/file-wizard/file.c,
16659         plugins/file-wizard/plugin.c,
16660         plugins/gdb/plugin.c,
16661         plugins/gtodo/plugin.c,
16662         plugins/message-view/anjuta-msgman.c,
16663         plugins/profile-default/plugin.c,
16664         plugins/project-manager/plugin.c,
16665         plugins/sample1/plugin.c,
16666         plugins/terminal/terminal.c: Defined all global variables static,
16667         particularly class parent_class variables. They were getting
16668         confused at link time.
16670         * libanjuta/plugins.c: Do not unload plugins when they are
16671         deactivated. Simply cache them for later activation. Unloading
16672         modules have some problem with shared libs using static class
16673         registration. Fixed hash type for installed plugins. Eventually,
16674         we want to add "CanUnload" attribute for .plugin files (in
16675         "Anjuta Plugin" group) to let plugin loader know if the plugin can
16676         be unloaded from memory. Those plugins declaring CanUnload=false
16677         will not be unloaded from memory and will be put in the cache. Those
16678         not declaring anything or declaring CanUnload=true, will be unloaded
16679         from memory when they are deactivated.
16681         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
16682         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16683         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
16684         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
16685         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
16686         activation, deactivation. Fixed memory leaks.
16688 2004-10-20  Naba Kumar  <naba@gnome.org>
16690         * TODO.tasks: Updated.
16691         
16692         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
16693         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
16694         macro for adding interfaces to plugin types. Code cleanup.
16695         
16696         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
16697         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16698         
16699         * plugins/build-basic-autotools/build-basic-autotools.c,
16700         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
16701         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16702         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
16703         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
16704         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
16705         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
16706         plugins/project-manager/plugin.c,
16707         plugins/symbol-browser/an_symbol_view.c,
16708         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
16709         newly defined macro to add interfaces to plugin types.
16711         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
16713 2004-10-20  Naba Kumar  <naba@gnome.org>
16715         * TODO.tasks: Added task list.
16716         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
16717         default values.
16719 2004-10-19  Naba Kumar  <naba@gnome.org>
16721         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
16722         
16723         * plugins/editor/action-callbacks.c,
16724         plugins/editor/action-callbacks.h,
16725         plugins/editor/anjuta-docman.c,
16726         plugins/editor/anjuta-docman.h,
16727         plugins/editor/anjuta-document-manager.ui,
16728         plugins/editor/file_history.c,
16729         plugins/editor/file_history.h,
16730         plugins/editor/plugin.c: Added file history browsing.
16731         
16732         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
16733         
16734         * plugins/message-view/anjuta-message-manager.ui,
16735         plugins/message-view/plugin.c: Added document manager context menu.
16736         
16737         * plugins/symbol-browser/an_symbol_view.c,
16738         plugins/symbol-browser/an_symbol_view.h,
16739         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16740         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
16741         document manager context menu.
16742         
16743         * scintilla/*, scintilla/include/*: Updated to current cvs.
16744         
16745 2004-10-19  Naba Kumar  <naba@gnome.org>
16747         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
16748         placeholder for debugger UI.
16749         
16750         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
16751         * plugins/file-manager/plugin.c: Fixed loading bug.
16752         
16753         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
16754         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
16755         Initializes gconf database with default values when the
16756         values are not defined. Use bool and int prefs separately.
16758         * plugins/editor/plugin.c: Added encoding preferences.
16759         * plugins/project-manager/plugin.c: Cleanup and debug messages.
16761         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
16762         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16763         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16764         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16766 2004-10-18  Naba Kumar  <naba@gnome.org>
16768         * po/POTFILES.in: Updated.
16769         
16770         * libanjuta/anjuta-ui.c: Corrected debug messages.
16771         
16772         * libegg/egg-combo-action.c, libegg/test-actions.c,
16773         libegg/menu/egg-combo-action.h: Fixed combo action.
16774         
16775         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
16776         Fixed format.
16777         
16778         * plugins/editor/action-callbacks.[c,h],
16779         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
16780         Implemented file swap. Removed dead codes.
16781         
16782         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
16783         dead codes.
16784         
16785         * plugins/symbol-browser/an_symbol_view.[c,h],
16786         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16787         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
16788         Implemented file symbols. Implemented goto file line when symbol is
16789         selected.
16790         
16791         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
16792         
16793 2004-10-10  Naba Kumar  <naba@gnome.org>
16795         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
16796         
16797         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
16798         
16799         * plugins/debugger/.cvsignore,
16800         (added) plugins/debugger/Makefile.am,
16801         (added) plugins/debugger/anjuta-debugger.glade,
16802         (added) plugins/debugger/anjuta-debugger.plugin.in,
16803         (added) plugins/debugger/anjuta-debugger.plugin.png,
16804         (added) plugins/debugger/anjuta-debugger.ui,
16805         plugins/debugger/attach_process.c,
16806         (removed) plugins/debugger/attach_process_cbs.c,
16807         (removed) plugins/debugger/attach_process_cbs.h,
16808         (removed) plugins/debugger/breakpoints.c,
16809         (removed) plugins/debugger/breakpoints.h,
16810         (removed) plugins/debugger/debug_tree.c,
16811         (removed) plugins/debugger/debug_tree.h,
16812         (removed) plugins/debugger/debugger.c,
16813         (removed) plugins/debugger/debugger.h,
16814         (removed) plugins/debugger/memory.c,
16815         (removed) plugins/debugger/memory.h,
16816         (added) plugins/debugger/plugin.c,
16817         (added) plugins/debugger/plugin.h,
16818         (removed) plugins/debugger/registers.c,
16819         (removed) plugins/debugger/registers.h,
16820         (removed) plugins/debugger/registers_cbs.c,
16821         (removed) plugins/debugger/registers_cbs.h,
16822         (removed) plugins/debugger/registers_gui.c,
16823         (removed) plugins/debugger/sharedlib.c,
16824         (removed) plugins/debugger/sharedlib.h,
16825         (removed) plugins/debugger/sharedlib_cbs.c,
16826         (removed) plugins/debugger/sharedlib_cbs.h,
16827         (removed) plugins/debugger/sharedlib_gui.c,
16828         (removed) plugins/debugger/signals.c,
16829         (removed) plugins/debugger/signals.h,
16830         (removed) plugins/debugger/signals_cbs.c,
16831         (removed) plugins/debugger/signals_cbs.h,
16832         (removed) plugins/debugger/signals_gui.c,
16833         (removed) plugins/debugger/stack_trace.c,
16834         (removed) plugins/debugger/stack_trace.h,
16835         (added) plugins/debugger/utilities.c,
16836         (added) plugins/debugger/utilities.h,
16837         (removed) plugins/debugger/watch.c,
16838         (removed) plugins/debugger/watch.h,
16839         (removed) plugins/debugger/watch_cbs.c,
16840         (removed) plugins/debugger/watch_cbs.h,
16841         (removed) plugins/debugger/watch_gui.c,
16842         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
16843         
16844         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
16845         Added debugger gdb backend plugin.
16846         
16847         * plugins/message-view/plugin.c: Registered all message stock icons.
16848         
16849         * plugins/profile-default/plugin.c: Loads debugger plugin.
16850         
16851         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
16853 2004-10-08  Naba Kumar  <naba@gnome.org>
16855         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
16856         information.
16857         
16858         * plugins/symbol-browser/.cvsignore,
16859         plugins/symbol-browser/Makefile.am,
16860         plugins/symbol-browser/an_symbol_view.c,
16861         plugins/symbol-browser/an_symbol_view.h,
16862         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
16863         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
16864         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
16865         plugins/symbol-browser/plugin.c,
16866         plugins/symbol-browser/plugin.h,
16867         plugins/symbol-browser/sv_class.xpm,
16868         plugins/symbol-browser/sv_function.xpm,
16869         plugins/symbol-browser/sv_macro.xpm,
16870         plugins/symbol-browser/sv_private_fun.xpm,
16871         plugins/symbol-browser/sv_private_var.xpm,
16872         plugins/symbol-browser/sv_protected_fun.xpm,
16873         plugins/symbol-browser/sv_protected_var.xpm,
16874         plugins/symbol-browser/sv_public_fun.xpm,
16875         plugins/symbol-browser/sv_public_var.xpm,
16876         plugins/symbol-browser/sv_static_fun.xpm,
16877         plugins/symbol-browser/sv_static_var.xpm,
16878         plugins/symbol-browser/sv_struct.xpm,
16879         plugins/symbol-browser/sv_unknown.xpm,
16880         plugins/symbol-browser/sv_variable.xpm,
16881         plugins/symbol-browser/test-symbol-browser.c,
16882         plugins/Makefile.am: Implemented Symbol
16883         browser plugin.
16884         
16885         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
16886         
16887         * plugins/build-basic-autotools/Makefile.am,
16888         plugins/devhelp/Makefile.am,
16889         plugins/editor/Makefile.am,
16890         plugins/file-loader/Makefile.am,
16891         plugins/file-manager/Makefile.am,
16892         plugins/file-wizard/Makefile.am,
16893         plugins/gtodo/Makefile.am,
16894         plugins/message-view/Makefile.am,
16895         plugins/profile-default/Makefile.am,
16896         plugins/project-manager/Makefile.am
16897         plugins/sample1/Makefile.am,
16898         plugins/terminal/Makefile.am,
16899         scintilla/Makefile.am,
16900         libegg/Makefile.am,
16901         launcher/Makefile.am,
16902         libanjuta/Makefile.am,
16903         src/Makefile.am,
16904         tagmanager/Makefile.am,
16905         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
16906         anjuta_data_dir in configure.in and used them in plugins Makefile.am
16907         files. Also fixed library dependencies.
16908         
16909         * plugins/editor/aneditor.cxx: Disabled unused codes.
16910         * plugins/file-manager/an_file_view.c: Added copyright.
16911         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
16912         
16913         * plugins/profile-default/plugin.c: Can load plugins by location.
16914         * plugins/project-manager/plugin.c: Remove project_root_uri value
16915         when project is closed.
16916         
16917 2004-10-06  Naba Kumar  <naba@gnome.org>
16919         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
16920         
16921         * libanjuta/interfaces/libanjuta.idl,
16922         plugins/editor/text_editor.c: Added get_length()
16923         and get_current_word() methods in IAnjutaEditor interface.
16924         
16925         * libegg/Makefile.am: Added test_actions target.
16926         
16927         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
16928         
16929         * plugins/build-basic-autotools/build-basic-autotools.c,
16930         plugins/file-loader/plugin.c,
16931         plugins/message-view/message-view.c: Added code to go to file and
16932         line number,
16933         
16934         * plugins/devhelp/plugin.c: Context sensitive help now works.
16935         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
16936         uri as line number and goes to that line number.
16937         
16938         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
16939         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
16940         gtodo_client_load() method to load from a diffrent file. Watched 
16941         project root directory in plugin to open TODO.tasks of the project.
16942         
16943         * plugins/project-manager/plugin.c: Updates project UI
16944         sensitive/insensitive.
16946         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
16947         anjuta-shell program to test plugins.
16948         
16949         * src/anjuta-app.c: Registered UI accels.
16950         
16951 2004-09-28  Naba Kumar  <naba@gnome.org>
16953         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
16954         method.
16955         
16956         * src/anjuta-app.c: Implemented present widget method.
16957         
16958         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16959         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
16960         
16961         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
16962         added editor.
16963         
16964         * plugins/editor/text_editor.c: Connects to preferences changed signal
16965         correctly.
16966         
16967 2004-09-28  Naba Kumar  <naba@gnome.org>
16968         
16969         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
16970         print code.
16971         
16972         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
16973         size to 5 pix.
16974         
16975         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
16976         in changed signal callback.
16977         
16978         * plugins/editor/action-callbacks.c: Implemented save_all action
16979         callback. Removed dead code. Do save_as when saving a new file.
16980         Implemented incremental search.
16981         
16982         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
16983         
16984         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
16985         
16986         * src/anjuta-app.c: Registers UI accelerators.
16987         
16988 2004-09-27  Naba Kumar  <naba@gnome.org>
16990         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
16991         
16992         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
16993         plugins/devhelp/anjuta-devhelp.plugin.in,
16994         plugins/file-loader/anjuta-loader.plugin.in,
16995         plugins/file-manager/anjuta-file-manager.plugin.in,
16996         plugins/gtodo/anjuta-gtodo.plugin.in,
16997         plugins/project-manager/anjuta-project-manager.plugin.in,
16998         plugins/terminal/anjuta-terminal.plugin.in:
16999         Gave proper plugin names.
17001         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17002         error when regex fail.
17003         
17004         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17005         Added help and context search. Watches current editor. More menus
17006         in Help submenu. Update UI (sensitive when required) properly.
17007         
17008         * plugins/editor/anjuta-document-manager.ui,
17009         plugins/devhelp/anjuta-devhelp.ui,
17010         plugins/message-view/anjuta-message-manager.ui,
17011         src/anjuta.ui: Goto menu actions are in separate submenu.
17012         
17013         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17014         Removed unimplemented UI elements.
17015         
17016         * src/anjuta-app.c: Larger (and normal) icon size.
17017         
17018         * src/layout.xml: Task manager plugin along with document (in middle).
17019         
17020         * plugins/editor/plugin.c, plugins/file-loader.c,
17021         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17022         in gtkactions. Enable/disable UI properly.
17023         
17024 2004-09-26  Naba Kumar  <naba@gnome.org>
17026         * po/POTFILES.in: Updated, added missing files.
17028         * .cvsignore: Updated.
17029         
17030         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17031         a new function to get User input text.
17032         
17033         * libanjuta/resources.[c,h]: Added a function to created sized image.
17034         
17035         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17036         from filename, as thats the correct representation.
17037         
17038         * plugins/build-basic-autotools/Makefile.am,
17039         (added) plugins/build-basic-autotools/automake-c.filters,
17040         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17041         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17042         Rearragned UI elements in the build menu. Added codes to read build
17043         filter rules from external file. Implemented all build, configure,
17044         autogen commands. Watches current editor and project.
17045         
17046         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17047         Added editor changed signal and exports current editor value.
17048         Fixed parameter names. Fixed get_uri() interface implementation to
17049         return correct uri.
17050         
17051         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17052         elements.
17053         
17054         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17055         
17056         * plugins/file-manager/an_file_view.c,
17057         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17058         
17059         * plugins/file-wizard/file.c: Reads uri correctly.
17060         
17061         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17062         sets the page to the new view.
17063         
17064         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17065         Fixed signal connecting.
17066         
17067         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17068         to "project_root_uri" and exports as uri.
17069         
17070 2004-09-24  Naba Kumar  <naba@gnome.org>
17072         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17073         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17074         in correct way.
17075         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17076         * plugins/file-loader/plugin.c: Added comments.
17077         * plugins/build-basic-autotools/plugin.c: Added comments.
17078         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17079         
17080         * libanjuta/interfaces/libanjuta.idl,
17081         plugins/message-view/anjuta-msgman.c,
17082         plugins/message-view/message-view.c,
17083         plugins/message-view/message-view.h,
17084         plugins/message-view/plugin.c: Buffering and appending messages have
17085         been separated. message-view implementations cleaned up. Signals
17086         Emissions fixed. Messages now displayed in summary and details show
17087         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17088         API.
17089         
17090         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17091         preferences.
17092         
17093         * plugins/build-basic-autotools/Makefile.am,
17094         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17095         parsing of output to create message summaries. Uses new message view
17096         API.
17097         
17098         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17099         preferences to make dialog box smaller.
17100         
17101         * plugins/editor/search-replace.c: Fixed compile error with change
17102         in IAnjutaMessageView API.
17103         
17104 2004-09-21  Naba Kumar  <naba@gnome.org>
17106         * plugins/Makefile.am: Deletes old (installed) plugins before
17107         installing new ones.
17108         
17109         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17110         plugins/build-basic-autotools/build-basic-autotools.c,
17111         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17112         file URI from filemanager. Only disables/enables build submenu in file
17113         manager, instead of merging/unmerging.
17114         
17115         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17116         non-text files.
17117         
17118         * plugins/file-loader/anjuta-loader-plugin.ui,
17119         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17120         Implemented "Open with" file manager submenu. Displays error message
17121         when file can not be opened.
17122         
17123         * plugins/file-manager/an_file_view.c: Renamed
17124         file_manager_current_filename value name to file_manager_current_uri
17125         and exports proper URI.
17126         
17127         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17129 2004-09-19  Naba Kumar  <naba@gnome.org>
17131         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17132         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17133         save point signal to change editor tabs. Fixed accels.
17134         
17135         * plugins/file-loader/plugin.c: Fixed accels.
17137         * plugins/project-manager/plugin.c: Added target selection callback.
17138         
17139         * plugins/project-manager/plugin.c: Added URI activation.
17140         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17141         Fixed dialog and closed it on ok. Fixed a crash bug.
17142         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17144         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17145         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17146         plugins/file-loader/anjuta-loader-plugin.ui,
17147         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17148         Added recent files in file loade plugin.
17149         
17150         * ChangeLog: Fixed entry dates.
17151         
17152 2004-09-18  Naba Kumar  <naba@gnome.org>
17154         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17155         an unnecessary GtkFrame.
17156         
17157 2004-09-17  Naba Kumar  <naba@gnome.org>
17159         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17161         * TODO: Updated.
17162         
17163         * data/Makefile.am: Disabled installing old mime info.
17164         
17165         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17166         
17167         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17168         plugins/editor/anjuta-document-manager.ui,
17169         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17170         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17171         Added Editor context popup menu.
17172         
17173         * plugins/project-manager/anjuta-project-manager-plugin.png:
17174         Update image.
17175         
17176         * plugins/project-manager/anjuta-project-manager.plugin.in:
17177         Support .anjuta mime type.
17178         
17179         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17180         value.
17181         
17182         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17183         value.
17184         
17185         * src/layout.xml, plugins/profile-default/plugin.c:
17186         Added project manager plugin for startup.
17188 2004-09-16  Naba Kumar  <naba@gnome.org>
17189         
17190         * anjuta.prj: Updated.
17191         
17192         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17193         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17194         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17195         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17196         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17197         plugins/terinal/Makefile.am, src/Makefile.am,
17198         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17199         Fixed makefile syntax errors.
17201 2004-09-16  Naba Kumar  <naba@gnome.org>
17203         * configure.in, src/layout.xml,
17204         plugins/profile-default/plugin.c,
17205         libanjuta/interfaces/libanjuta.idl,
17206         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17207         
17208         * configure.in, plugins/Makefile.am,
17209         plugins/project-manager/.cvsignore, 
17210         plugins/project-manager/Makefile.am,
17211         plugins/project-manager/anjuta-project-manager-plugin.png,
17212         plugins/project-manager/anjuta-project-manager.plugin.in,
17213         plugins/project-manager/anjuta-project-manager.ui,
17214         plugins/project-manager/plugin.c,
17215         plugins/project-manager/plugin.h: Added project manager plugin
17216         based on gnome-build.
17217         
17218         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17219         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17220         
17221         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17222         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17223         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17224     
17225 2004-09-16  Naba Kumar  <naba@gnome.org>
17227         * plugins/editor/action-callbacks.c: Fixed compile error.
17228         
17229 2004-09-15  Naba Kumar  <naba@gnome.org>
17231         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17232         
17233         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17234         New improved splace with nicer progress.
17235         
17236         * configure.in, plugins/Makefile.am,
17237         (added) file-wizard/.cvsignore,
17238         (added) file-wizard/Makefile.am,
17239         (added) file-wizard/action-callbacks.c,
17240         (added) file-wizard/action-callbacks.h,
17241         (added) file-wizard/anjuta-file-wizard-plugin.png,
17242         (added) file-wizard/anjuta-file-wizard.glade,
17243         (added) file-wizard/anjuta-file-wizard.plugin.in,
17244         (added) file-wizard/anjuta-file-wizard.ui,
17245         (added) file-wizard/file.c,
17246         (added) file-wizard/file.h,
17247         (added) file-wizard/plugin.c,
17248         (added) file-wizard/plugin.h:
17249         Created new file wizard and added it. The wizard takes care of text
17250         bit insertions and new files creation.
17252         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17253         plugins/editor/action-callbacks.h,
17254         plugins/editor/anjuta-document-manager.glade,
17255         plugins/editor/anjuta-document-manager.ui,
17256         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17257         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17258         new files code and moved into a new plugin (file wizard).
17259         
17260         * libanjuta/plugins.[c,h]: Added plugins selection function.
17261         
17262         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17263         get_position(), insert() in IAnjutaEditor interface. Added
17264         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17265         interface (for wizard plugins).
17267         * plugins/file-loader/anjuta-loader-plugin.ui,
17268         plugins/file-loader/plugin.c: Added wizard launcher interface which
17269         scans for plugins implement IAnjutaWizard interface and presents the
17270         list to user for selection. The selected plugin is then activated
17271         for the wizard.
17273         * libanjuta/interfaces/.cvsignore: Updated.
17274         * plugins/message-view/.cvsignore: Updated.
17275         * plugins/launcher/*: Removed as launcher has already been moved to
17276         libanjuta as class.
17278         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17279         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17280         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17281         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17282         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17283         Updated API documentations.
17285 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17287         * configure.in: Added Punjabi to ALL_LINGUAS
17289 2004-07-29  Naba Kumar  <naba@gnome.org>
17291         * configure.in: Added file-loader plugin Makefile path and
17292         fixed devhelp version requirement.
17294 2004-07-28  Naba Kumar  <naba@gnome.org>
17296         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17297         terminal/preferences-terminal.png (added), message-view/*.png (added),
17298         message-view/*.xpm (added), editor/*.png (added),
17299         editor/*.xpm (added), plugins/editor/Makefile.am,
17300         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17301         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17302         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17303         respective plugins directories.
17305         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17306         pixmaps/block-end-16.png, pixmaps/block-end.png
17307         pixmaps/block-start-16.png, pixmaps/block-start.png
17308         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17309         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17310         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17311         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17312         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17313         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17314         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17315         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17316         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17317         pixmaps/preferences-editor.png, pixmaps/undock.png
17318         pixmaps/error-next-16.png, pixmaps/error-next.png
17319         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17320         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17321         pixmaps/preferences-terminal.png: Deleted
17323         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17324         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17325         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17326         plugins/editor/anjuta-document-manager.plugin.in,
17327         plugins/editor/anjuta-document-manager.ui,
17328         plugins/editor/plugin.c, plugins/editor/print.c,
17329         plugins/editor/search-replace_backend.c,
17330         plugins/editor/search_preferences.h,
17331         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17332         Moved properties souce files to editor plugin as it not required in
17333         libanjuta. Other editor fixes.
17335         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17336         libegg/dock/* (removed)
17337         : Restored GDL external dependencies and removed libegg dock
17338         sources, because gdl is being developed.
17339         
17340         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17341         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17342         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17343         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17344         libanjuta/plugins.c, libanjuta/plugins.h,
17345         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17346         gconf system. Shell now takes docking positions. Added more utility
17347         functions. Added plugins query function. And other fixes.
17349         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17350         
17351         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17352         plugin to load files based on mime type.
17353         
17354         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17355         
17356         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17357         plugins/file-manager/plugin.c: File manager now uses file loader to
17358         open files.
17360         * plugins/message-view/anjuta-msgman.c,,
17361         plugins/message-view/message-view.c,
17362         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17364         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17365         plugins/terminal/terminal.c, src/Makefile.am,
17366         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17367         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17368         
17369         * libegg/dock/*: Removed directory.
17370         
17371 2004-07-28  Naba Kumar  <naba@gnome.org>
17373         * configure.in: Reduced gnome-print version requirement.
17374         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17376 2004-07-21  Ray Strode  <rstrode@redhat.com>
17377         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17378         new mime sytem.
17380 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17381         
17382         * plugins/editor/search-replace.c: Some fixes
17383         * plugins/terminal/Makefile.am:
17384         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17386 2004-05-19  Naba Kumar  <naba@gnome.org>
17388         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17389         compiler warning.
17391 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17393         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17394         Implemented IAnjutaSavable
17395         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17397 2004-05-17  Naba Kumar  <naba@gnome.org>
17399         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17400         plugins/build-basic-autotools/.cvsignore,
17401         plugins/build-basic-autotools/Makefile.am,
17402         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17403         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17404         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17405         plugins/build-basic-autotools/build-basic-autotools.c,
17406         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17407         build plugin.
17408         
17409         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17410         definition.
17411         
17412         * plugins/file-manager/an_file_view.c,
17413         plugins/file-manager/anjuta-file-manager.ui,
17414         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17415         Added context menu UI.
17416         
17417         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17418         in view menu.
17420 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17421         
17422         * libanjuta/anjuta-preferences.[ch]: 
17423         Added save/load_gconf functions
17424         * src/action_callbacks.[ch], src/preferences.c: 
17425         Load global prefs from gconf at startup and save them
17426         on exit. Prefs load and save correctly but something resets
17427         them to default after loading...
17428         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17429         Somehow the linker does not find save/load_gconf functions
17430         in libanjuta. Must be a stupid mistake, I would be glad
17431         if someone could fix that.
17432         * manuals/reference/libanjuta-sections.txt: Added new
17433         preferences functions and removed gnome-filelist
17434         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17435         * plugins/file-manager/plugin.c:
17436         Added root-path property
17438 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17439         
17440         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17441         they are not longer needed.
17442         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17443         anjuta-sections.txt: Remove references to the files
17444         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17445         Use new nautilus icons for file-manager, looks incredible
17446         cool!
17448 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17449         
17450         * plugins/editor/anjuta-docman.c: gchar* to 
17451         const gchar* in arguments
17452         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17453         Interface
17454         * plugins/file-manager/an_file_view.c: Open files on
17455         double-click. Does not work yet because it does not
17456         find IAnjutaFile interface in document manager
17458 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17459         
17460         * plugins/editor/anjuta-docman.c
17461         * plugins/editor/text_editor.c:
17462         Made close button working, made multiple selection in
17463         File/Open dialog possble, fixed crash bug if file cannot
17464         be opened.
17466 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17467         
17468         * plugins/editor/action-callbacks.c
17469         * plugins/editor/anjuta-docman.c
17470         * plugins/editor/anjuta-docman.h
17471         * plugins/editor/search-replace.c
17472         * plugins/editor/search-replace_backend.c
17473         * plugins/editor/text_editor.c
17474         * plugins/editor/text_editor.h:
17475         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17476         able to open all files, use uri instead of full_filename, fixed
17477         many bugs.
17480 2004-05-13  Naba Kumar  <naba@gnome.org>
17482         * plugins/message-view/anjuta-message-manager-plugin.glade:
17483         HIG compliant.
17485         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17486         management.
17488         * pixmaps/anjuta_splash.png: Added border.
17489         
17490         * plugins/editor/anjuta-document-manager.png: New icon.
17491         
17492         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17493         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17494         
17495         plugins/editor/Makefile.am,
17496         plugins/editor/search-replace.c,
17497         plugins/editor/search-replace.h,
17498         plugins/editor/search-replace_backend.c,
17499         plugins/editor/search-replace_backend.h,
17500         plugins/editor/search_preferences.h,
17501         plugins/editor/search_preferences.c: Merged changes from
17502         ANJUTA_1_2_0 branch.
17503         
17504         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17505         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17506         operational.
17508         * plugins/terminal/Makefile.am,
17509         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17510         dialog.
17511         
17512         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17513         submenu.
17515 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17516         * plugins/message-view/plugin.c: Fixed glade file loading
17517         Removed "Show messages" menu item
17518         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17519         twice because of this load system layout hack.
17520         * libanjuta/anjuta-ui.h: Removed #include config.h
17521         * libanjuta/libanjuta.pc: Fixed path and depencies
17522         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17523         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17524         * libanjuta/properties.cxx : #include "properties_cxx.h"
17525         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17527 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17528         * plugins/message-view/*: Fixed message view preferences
17529         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17530         * anjuta.glade: Removed messages stuff
17532 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17533         
17534         * Removed libanjutamm, it is now hosted on SF.net:
17535         cvs.sf.net/cvsroot/anjuta/libanjutamm
17537 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17538         
17539         * libanjutamm/*
17540         Added some experimental code to add support for C++ plugins.
17541         Nothing works yet and it is likely that it will disappear but
17542         I have some questions to murrayc and he wants to see the code.
17544 2004-05-11  Naba Kumar  <naba@gnome.org>
17546         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17548         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17549         hightlight style menu actions.
17551         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17552         manuals/reference/libanjuta/plugin-description-file.sgml,
17553         manuals/reference/libanjuta/writing-plugins.sgml,
17554         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17555         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17556         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17558         * src/anjuta-app.c: Always load system layout for now.
17560         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17561         
17562         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17563         manuals/reference/libanjuta/libanjuta-sections.txt,
17564         manuals/reference/libanjuta/libanjuta.types,
17565         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17566         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17567         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17568         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17569         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17570         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17571         Updated documentation.
17573         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17574         plugins/profile-default/plugin.c, src/layout.xml:
17575         Created terminal plugin.
17576          
17577         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17578         (new) plugins/file-manager/.cvsignore,
17579         plugins/file-manager/an_file_view.c,
17580         plugins/file-manager/plugin.c,
17581         plugins/file-manager/plugin.h: Moved preferences to separate
17582         glade file and added cvsignore file.
17583         
17584         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17585         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17586         from the branch. I tried it     but there were way too many conflicts.
17587         
17588         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17589         
17590         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17591         util functions required during the merge.
17592         
17593         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17594         interface.
17595         
17596         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17597         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17598         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17599         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17600         Merged with ANJUTA_1_2_0 branch.
17602 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17604         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17606 2004-05-07  Naba Kumar  <naba@gnome.org>
17608         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17610         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17611         Added preferences reading and loading.
17612         
17613         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17614         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17615         libanjuta/fileselection.c, libanjuta/fileselection.h,
17616         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17617         
17618         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17620         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17621         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17622         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17623         data/macros/autogen.sh, data/macros2/autogen.sh
17624         data/properties/ada.properties, data/properties/anjuta.properties,
17625         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17626         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17627         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17628         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17629         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17630         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17631         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17632         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17633         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17634         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17635         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17636         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17637         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17638         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17639         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17640         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17641         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17642         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17643         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17644         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17645         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17646         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17647         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17648         (added) scintilla/scintilla-marshal.c,
17649         (added) scintilla/scintilla-marshal.h,
17650         (added) scintilla/scintilla-marshal.list,
17651         scintilla/include/SString.h, scintilla/include/SciLexer.h,
17652         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
17653         (added) scintilla/patches/scintilla-calltip-align.patch,
17654         (added) scintilla/patches/scintilla-minor.patch,
17655         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
17657 2004-05-06  Naba Kumar  <naba@gnome.org>
17659         * (added) plugins/file-manager/Makefile.am,
17660         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
17661         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
17662         (added) plugins/file-manager/anjuta-file-manager.ui,
17663         (added) plugins/file-manager/plugin.c,
17664         (added) plugins/file-manager/plugin.h,
17665         (removed) plugins/file-manager/an_file_view.h,
17666         plugins/Makefile.am, configure.in,
17667         plugins/file-manager/an_file_view.c: Created file manager plugin.
17668         
17669         * plugins/profile-default/plugin.c: Added file manager plugin in default
17670         profile.
17671         
17672         * libanjuta/Makefile.am: Fixed dependencies.
17673         * pixmaps/anjuta_splash.png: New splash screen.
17675 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
17676         
17677         * template/template.c/h: Added in-line doc
17678         * manuals/reference/template/*: Added template documentation
17679         * configure.in: Build template docs
17681 2004-05-05  Naba Kumar  <naba@gnome.org>
17683         * autogen.sh: Added commands to generate initial interfaces.
17684         
17685         * libanjuta/Makefile.am,
17686         (removed)libanjuta/anjuta-plugin-parser.c,
17687         (removed)libanjuta/anjuta-plugin-parser.h,
17688         (added)libanjuta/anjuta-plugin-description.c,
17689         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
17690         plugin description.
17691         
17692         * libanjuta/anjuta-plugin.c,
17693         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
17694         
17695         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
17696         and added AnjutaShellPlacement enum for widgeds placement (passed to 
17697         widget add_widget() method.
17698         
17699         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
17700         and moved plugin sets loading in profile plugins.
17701         
17702         * libanjuta/interfaces/.cvsignore,
17703         (removed)libanjuta/interfaces/Makefile.am,
17704         libanjuta/interfaces/libanjuta.idl,
17705         libanjuta/interfaces/anjuta-idl-compiler.pl,
17706         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
17707         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
17708         (removed)libanjuta/interfaces/ianjuta-editor.c,
17709         (removed)libanjuta/interfaces/ianjuta-editor.h,
17710         (removed)libanjuta/interfaces/ianjuta-file.c,
17711         (removed)libanjuta/interfaces/ianjuta-file.h,
17712         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
17713         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
17714         (removed)libanjuta/interfaces/ianjuta-message-view.c,
17715         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
17716         *.h and Makefile.am files. They are autogenerated. Interfaces are
17717         by anjuta-idl-compiler.pl from libanjuta.idl file.
17718         
17719         * manuals/reference/libanjuta/Makefile.am,
17720         manuals/reference/libanjuta/anjuta-architecture.sgml,
17721         manuals/reference/libanjuta/libanjuta-docs.sgml,
17722         manuals/reference/libanjuta/libanjuta-sections.txt,
17723         manuals/reference/libanjuta/libanjuta.types,
17724         manuals/reference/libanjuta/plugin-description-file.sgml,
17725         manuals/reference/libanjuta/writing-plugins.sgml,
17726         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
17727         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
17728         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17729         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17730         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17731         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17732         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
17733         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
17734         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
17735         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
17736         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17737         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17738         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
17739         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
17740         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
17741         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
17742         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
17743         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
17744         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17745         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
17746         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
17747         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17748         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
17749         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
17750         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
17751         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
17752         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
17753         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
17754         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
17755         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
17756         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
17757         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17758         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
17759         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
17760         interfaces template sgmls.
17761         
17762         * plugins/Makefile.am,
17763         plugins/devhelp/anjuta-devhelp.plugin.in,
17764         plugins/devhelp/plugin.c,
17765         plugins/editor/action-callbacks.c,
17766         plugins/editor/anjuta-document-manager.plugin.in,
17767         plugins/editor/plugin.c,
17768         plugins/editor/plugin.h,
17769         plugins/editor/text_editor.c,
17770         plugins/sample1/plugin.c,
17771         plugins/message-view/anjuta-message-manager.plugin.in,
17772         plugins/message-view/plugin.c: Fixed shell add_widget method to take
17773         placement. Fixed other errors.
17774         
17775         * (added)plugins/profile-default/.cvsignore,
17776         (added)plugins/profile-default/Makefile.am,
17777         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
17778         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
17779         (added)plugins/profile-default/anjuta-default-profile.ui,
17780         (added)plugins/profile-default/plugin.c,
17781         (added)plugins/profile-default/plugin.h: Added a default new
17782         profile plugin.
17783         
17784         * src/Makefile.am,
17785         src/action-callbacks.c,
17786         src/anjuta-app.c,
17787         src/anjuta.c,
17788         src/main.cpp: Fixed necessary changes for libanjuta
17790 2004-05-04  Naba Kumar  <naba@gnome.org>
17792         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
17793         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
17794         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
17795         placement for default widgets placements.
17797 2004-05-03  Naba Kumar  <naba@gnome.org>
17799         * manuals/reference/libanjuta/anjuta-architecture.sgml,
17800         manuals/reference/libanjuta/libanjuta-docs.sgml,
17801         manuals/reference/libanjuta/plugin-description-file.sgml,
17802         manuals/reference/libanjuta/writing-plugins.sgml:
17803         Wrote more sections in writing-plugins document and fixed errors.
17805 2004-05-03  Naba Kumar  <naba@gnome.org>
17807         * libanjuta/interfaces/libanjuta.idl: Added interface
17808         IAnjutaFileManager.
17809         
17810         * manuals/reference/libanjuta/anjuta-architecture.dia,
17811         manuals/reference/libanjuta/anjuta-architecture.png: Updated
17812         architecture diagram.
17813         
17814         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
17815          manuals/reference/libanjuta/libanjuta-docs.sgml,
17816         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
17817         (added) manuals/reference/libanjuta/writing-plugins.sgml:
17818         Wrote writing-plugins document and separated chapters into
17819         separate sgml files.
17820         
17821         * plugins/file-manager/an_file_view.c,
17822         plugins/file-manager/an_file_view.h: New and improved directory
17823         rendering.
17825 2004-05-02  Sven Herzberg  <herzi@abi02.de>
17827         * anjuta.glade: re-designed the new file dialog
17828         * anjuta_dialogs_strings.c: new strings from the new file dialog
17830 2004-04-30  Naba Kumar  <naba@gnome.org>
17832         * libanjuta/interfaces/Makefile.am.iface,
17833         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
17834         
17835         * libanjuta/interfaces/libanjuta.idl: Updated.
17837         * libanjuta/interfaces/Makefile.am.iface,
17838         libanjuta/interfaces/libanjuta.idl: Updated.
17840 2004-04-29  Naba Kumar  <naba@gnome.org>
17841         
17842         * libanjuta/interfaces/Makefile.am.iface,
17843         libanjuta/interfaces/libanjuta.idl: Updated.
17845 2004-04-29  Naba Kumar  <naba@gnome.org>
17847         * libanjuta/interfaces/giface-idlc-c.pl,
17848         libanjuta/interfaces/libanjuta.idl: Upgraded.
17849         * libanjuta/interfaces/Makefile.am.iface: Added.
17850         
17851 2004-04-28  Naba kumar  <naba@gnome.org>
17853         * libanjuta/interfaces/giface-idlc-c.pl,
17854         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
17855         definitions and wrote a compiler.
17856         
17857 2004-04-28  Naba Kumar  <naba@gnome.org>
17859         * libanjuta/anjuta-shell.c: Fixed docs.
17860         * libanjuta/interfaces/Makefile.am,
17861         libanjuta/interfaces/ianjuta-file.c,
17862         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
17863         
17864         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
17865         
17866         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
17868         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17869         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17870         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17871         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17872         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
17873         * src/anjuta-app.c: Fixed bug.
17875 2004-04-27  Naba Kumar  <naba@gnome.org>
17877         * libanjuta/anjuta-preferences-dialog.c,
17878         manuals/Makefile.am: Fixed document bugs and enabled docs
17879         building.
17881         * libanjuta/anjuta-preferences-dialog.c,
17882         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
17883         More documentation.
17884         
17885         * libanjuta/anjuta-preferences.c,
17886         manuals/reference/libanjuta/libanjuta-docs.sgml,
17887         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17888         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17889         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17890         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17891         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
17892         Wrote more documentations.
17894         * (removed) plugins/message-view/imessage-view.c,
17895         (removed) plugins/message-view/ianjuta-msgman.c,
17896         plugins/message-view/Makefile.am,
17897         plugins/message-view/anjuta-msgman.c,
17898         plugins/message-view/anjuta-msgman.h,
17899         plugins/message-view/message-view.c,
17900         plugins/message-view/message-view.h,
17901         plugins/message-view/plugin.c,
17902         plugins/message-view/plugin.h: Moved interface implementations
17903         in their respective classes and used correct macros to
17904         defined class types.
17906         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
17907         src/action-callbacks.c, src/anjuta-app.c: Subclassed
17908         AnjutaUI from GtkUIManager instead of GtkDialog.
17910         * manuals/reference/libanjuta/Makefile.am,
17911         manuals/reference/libanjuta/libanjuta-docs.sgml,
17912         manuals/reference/libanjuta/libanjuta-sections.txt,
17913         manuals/reference/libanjuta/libanjuta.types,
17914         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17915         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17916         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17917         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17918         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17919         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
17920         Wrote more documentation, fixed typos, added architecture
17921         diagram, updated object types etc.
17923         * plugins/editor/text_editor.c: Fixed interface implementation.
17925 2004-04-26  Naba Kumar  <naba@gnome.org>
17927         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
17928         (added) manuals/reference/libanjuta/anjuta-architecture.png,
17929         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
17930         architecture diagram and a new chapter on plugins description file.
17932 2004-04-25  Naba Kumar  <naba@gnome.org>
17934         *  libanjuta/anjuta-children.h,
17935         libanjuta/anjuta-plugin.c,
17936         libanjuta/anjuta-plugin.h,
17937         libanjuta/anjuta-preferences.c,
17938         libanjuta/anjuta-shell.c,
17939         libanjuta/anjuta-shell.h,
17940         libanjuta/e-splash.c,
17941         libanjuta/e-splash.h,
17942         manuals/reference/libanjuta/Makefile.am,
17943         manuals/reference/libanjuta/libanjuta-docs.sgml,
17944         manuals/reference/libanjuta/libanjuta-sections.txt,
17945         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17946         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17947         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17948         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17949         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17950         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17951         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17952         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17953         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17954         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
17955         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17956         manuals/reference/libanjuta/tmpl/defaults.sgml,
17957         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17958         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
17959         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
17960         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
17961         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17962         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
17963         manuals/reference/libanjuta/tmpl/plugins.sgml,
17964         manuals/reference/libanjuta/tmpl/properties.sgml,
17965         manuals/reference/libanjuta/tmpl/resources.sgml,
17966         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
17967         manuals/reference/libanjuta/tmpl/e-splash.sgml,
17968         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17969         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17970         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
17971         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
17973         Added more template files and wrote more documentation.
17975 2004-04-24  Andras Timar  <timar@gnome.hu>
17977         * configure.in: Added hu to ALL_LINGUAS.
17979 2004-04-23  Naba Kumar  <naba@gnome.org>
17980         
17981         * configure.in: Fixed compile error.
17982         
17983         * libanjuta/anjuta-children.c,
17984         libanjuta/anjuta-children.h,
17985         libanjuta/anjuta-preferences.c,
17986         libanjuta/anjuta-preferences.h,
17987         libanjuta/anjuta-shell.c,
17988         libanjuta/anjuta-ui.c,
17989         libanjuta/anjuta-ui.h,
17990         manuals/reference/libanjuta/Makefile.am,
17991         manuals/reference/libanjuta/libanjuta-docs.sgml,
17992         manuals/reference/libanjuta/libanjuta.types,
17993         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
17994         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17995         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
17996         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
17997         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17998         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
17999         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18000         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18001         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18002         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18003         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18004         manuals/reference/libanjuta/tmpl/defaults.sgml,
18005         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18006         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18007         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18008         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18009         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18010         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18011         manuals/reference/libanjuta/tmpl/plugins.sgml,
18012         manuals/reference/libanjuta/tmpl/properties.sgml,
18013         manuals/reference/libanjuta/tmpl/resources.sgml,
18014         plugins/sample1/plugin.c: Added libanjuta API documentation.
18016 2004-04-22  Naba Kumar  <naba@gnome.org>
18018         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18019         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18020         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18021         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18022         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18023         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18024         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18025         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18026         (removed) libegg/eggradiotoolbutton.c,
18027         (removed) libegg/eggseparatortoolitem.c,
18028         (removed) libegg/eggtoggletoolbutton.c,
18029         (removed) libegg/eggtoolbar.c,
18030         (removed) libegg/eggtoolbutton.c,
18031         (removed) libegg/eggtoolitem.c,
18032         (removed) libegg/prop-editor.c,
18033         (removed) libegg/test-actions.c,
18034         (removed) libegg/test-drag.c,
18035         (removed) libegg/test-merge.c,
18036         (removed) libegg/test-toolbar.c,
18037         libegg/menu/Makefile.am,
18038         (removed) libegg/menu/egg-accel-dialog.h,
18039         (removed) libegg/menu/egg-action-group.h,
18040         (removed) libegg/menu/egg-action.h,
18041         libegg/menu/egg-entry-action.h,
18042         (removed) libegg/menu/egg-markup.h,
18043         (removed) libegg/menu/egg-menu-merge.h,
18044         (removed) libegg/menu/egg-menu.h,
18045         (removed) libegg/menu/egg-radio-action.h,
18046         (removed) libegg/menu/egg-toggle-action.h,
18047         (removed) libegg/menu/howitshouldwork.txt,
18048         (removed) libegg/toolbar/.cvsignore,
18049         (removed) libegg/toolbar/Makefile.am,
18050         (removed) libegg/toolbar/TODO,
18051         (removed) libegg/toolbar/eggradiotoolbutton.h,
18052         (removed) libegg/toolbar/eggseparatortoolitem.h,
18053         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18054         (removed) libegg/toolbar/eggtoolbar.h,
18055         (removed) libegg/toolbar/eggtoolbutton.h,
18056         (removed) libegg/toolbar/eggtoolitem.h,
18057         (removed) libegg/toolbar/prop-editor.h,
18058         (removed) libegg/toolbar/toolbar-api.txt,
18059         (removed) libegg/toolbar/toolbar-ideas.txt,
18060         plugins/devhelp/anjuta-devhelp.ui,
18061         plugins/devhelp/plugin.c,
18062         plugins/editor/action-callbacks.c,
18063         plugins/editor/action-callbacks.h,
18064         plugins/editor/anjuta-docman.c,
18065         plugins/editor/anjuta-document-manager.ui,
18066         plugins/editor/plugin.c,
18067         P plugins/message-view/Makefile.am,
18068         plugins/message-view/anjuta-message-manager.ui,
18069         plugins/message-view/plugin.c,
18070         plugins/sample1/anjuta-sample.ui,
18071         plugins/sample1/plugin.c,
18072         src/action-callbacks.c,
18073         src/action-callbacks.h,
18074         src/anjuta-actions.h,
18075         src/anjuta-app.c,
18076         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18077         Gtk actions and UIManager. Fixed all plugins to use this.
18078         
18079         * manuals/reference/gtkdoc-scangobj.diff,
18080         manuals/reference/libanjuta/Makefile.am,
18081         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18082         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18083         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18084         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18085         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18087         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18088         
18089 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18090         
18091         * plugins/message-view/imessage-view.c
18092         * plugins/message-view/ianjuta-msgman.c:
18093         Added interfaces
18095 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18097         * configure.in: Added en_CA to ALL_LINGUAS.
18099 2004-04-08  Naba Kumar  <naba@gnome.org>
18101         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18102         libanjuta/interfaces/Makefile.am,
18103         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18104         message manager and message view interfaces.
18106         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18107         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18108         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18109         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18110         src/anjuta-app.c: Used 'activate' and
18111         'deactivate' virtual methods for plugins. Fixed installed plugins
18112         dialogs. Added remove_widget() method for AnjutaShell.
18114         * libanjuta/interfaces/Makefile.am,
18115         libanjuta/interfaces/ianjuta-document-manager.c,
18116         libanjuta/interfaces/ianjuta-document-manager.h,
18117         libanjuta/interfaces/ianjuta-editor.c,
18118         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18119         and editor interfaces.
18121         * plugins/devhelp/plugin.c,
18122         plugins/message-view/anjuta-message-manager.plugin.in,
18123         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18124         plugins/sample1/plugin.c: Updated plugins implementation to
18125         reflect the changes.
18127 2004-04-07  Naba Kumar  <naba@gnome.org>
18129         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18130         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18131         libanjuta/interfaces/ianjuta-editor.h,
18132         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18133         plugins/editor/anjuta-docman.c,
18134         plugins/editor/anjuta-document-manager.plugin.in,
18135         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18136         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18137         Added supported interfaces for plugins. Tested plugin interfaces
18138         through sample plugin.
18139         
18140 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18141         
18142         * template/Makefile.am, data/templates/library/Makefile.am
18143         Fixed some automake-1.7 incompatibilities
18144         * template/xmltemplate.c: Small fix
18146 2004-02-23  Naba Kumar  <naba@gnome.org>
18148         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18149         Added plugins manager dialog.
18150         
18151         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18152         library dependencies.
18153         
18154         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18155         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18156         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18157         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18158         geometry command line option.
18159         
18160 2004-02-16  Naba Kumar  <naba@gnome.org>
18162         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18163         Added interfaces and IAnjutaEditor editor interface.
18164         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18165         interface.
18166         * libanjuta/anjuta-shell.h: Fixed bug.
18167         
18168 2004-02-13  Naba Kumar  <naba@gnome.org>
18170         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18171         
18172 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18173         
18174         * data/template/*/.cvsignore:
18175         Avoid all these ? in cvs output
18177 2004-02-13  Naba Kumar  <naba@gnome.org>
18179         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18180         includes and linking.
18182         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18183         and set required version to devhelp 0.8. This devhelp version
18184         can be acquired from gnome cvs branch devhelp branch
18185         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18187         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18188         src/actions-callbacks.c: Added Dock Manager settings menu item.
18190         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18191         * plugins/devhelp/plugin.c: Fixed a linking bug.
18192         
18193         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18194         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18195         external GDL dependency and used libegg codes.
18196         
18197 2004-02-12  Naba Kumar  <naba@gnome.org>
18199         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18200         Added devhelp plugin, but it can't be used without a
18201         patch in devhelp. So it's disabled for now.
18203         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18204         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18205         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18206         Update cvsignore files.
18208         * libanjuta/plugins.c, widgets/e-splash.c:
18209         Fixed plugins loading to show splash icons.
18210         
18211         * plugins/message-view/anjuta-message-manager.plugin.in,
18212         plugins/message-view/plugin.c: Fixed plugin registered name.
18214         * plugins/message-view/anjuta-message-view.png,
18215         plugins/sample1/anjuta-sample-plugin.png: Update images.
18217         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18218         src/main.c: Fixed layout loading.
18220         * plugins/devhelp/Makefile.am: Fixed error.
18222         * (removed) widgets/*, libanjuta/plugins.h,
18223         src/main.c: Transfered widgets to libanjuta/.
18224         
18225         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18226         toplevel directory to created only one library as libanjuta-egg.
18228         * data/Makefile.am: Fixed build error.
18230         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18231         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18232         libegg/.cvsignore: Added egg dock widget.
18234         * gdl/*: Removed as they are now available in libegg.
18235         
18236 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18238         * plugins/editor/anjuta-docman.c:
18239         Use stock close icon on tab close button
18241 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18242         
18243         * data/template/Makefile.am
18244         data/template/language/Makefile.am
18245         data/template/library/Makefile.am
18246         data/template/text/Makefile.am
18247         data/template/project/Makefile.am
18248         data/template/project/terminal/Makefile.am
18249         configure.in: Created Makefile to install templates
18251 2004-02-11  Naba Kumar  <naba@gnome.org>
18253         * plugins/editor/action-callbacks.c,
18254         plugins/editor/anjuta-document-manager.ui,
18255         plugins/editor/plugin.c
18256         plugins/message-view/anjuta-message-manager.ui,
18257         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18258         
18259 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18260         
18261         * plugins/message-view/*: MessageView plugin is now loaded
18262         The menu items are still dummies.
18264 2004-02-09  Naba Kumar  <naba@gnome.org>
18266         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18267         generation.
18268         
18269         * libanjuta/anjuta-preferences.h: Added some documentation.
18270         
18271         * libanjuta/anjuta-shell.h: Removed dead codes.
18272         
18273         * (removed) manuals/reference/gtkdoc-scangobj,
18274         manuals/reference/gtkdoc-scangobj.diff,
18275         manuals/reference/libanjuta/.cvsignore,
18276         manuals/reference/libanjuta/Makefile.am,
18277         manuals/reference/libanjuta/README.inline-doc,
18278         manuals/reference/libanjuta/README.sections,
18279         manuals/reference/libanjuta/libanjuta-docs.sgml,
18280         manuals/reference/libanjuta/libanjuta-sections.txt,
18281         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18282         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18283         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18284         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18285         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18286         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18287         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18288         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18289         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18290         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18291         manuals/reference/libanjuta/tmpl/defaults.sgml,
18292         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18293         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18294         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18295         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18296         manuals/reference/libanjuta/tmpl/plugins.sgml,
18297         manuals/reference/libanjuta/tmpl/properties.sgml,
18298         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18299         of scan program. Updated templates.
18301         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18302         editor action callbacks data.
18303         
18304         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18305         scintilla object ref/unref.
18307 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18308         
18309         * template/*: Added new xml based template system
18310         * template/dtds/*: Dtds to validate xml files of the template systems
18311         * data/template/*: Some sample template files
18312         Still needs some work but builds fine!
18314 2004-02-06  Naba Kumar  <naba@gnome.org>
18316         * cofigure.in, manuals/Makefile.am,
18317         (added) manuals/reference/*: Added API documentation
18318         structure (gtk-doc based).
18320         * libanjuta/libanjuta.h: Updated
18321         
18322 2004-02-05  Naba Kumar  <naba@gnome.org>
18323         
18324         * configure.in: Sets correct dependencies and
18325         uses gdl external library.
18327         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18328         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18329         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18330         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18331         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18332         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18333         and added file dialogs.
18335         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18336         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18337         Build dynamic libraries for libegg.
18339         * plugins/Makefile.am, plugins/editor/Makefile.am,
18340         plugins/editor/action-callbacks.c, 
18341         plugins/editor/action-callbacks.h,
18342         plugins/editor/anjuta-docman.c,
18343         plugins/editor/anjuta-docman.h
18344         plugins/editor/anjuta-document-manager.plugin.in
18345         plugins/editor/anjuta-document-manager.png
18346         plugins/editor/anjuta-document-manager.ui
18347         plugins/editor/file.c
18348         plugins/editor/file.h
18349         plugins/editor/plugin.c
18350         plugins/editor/print.c
18351         plugins/editor/print.h
18352         plugins/editor/search-replace.c
18353         plugins/editor/search_incremental.c
18354         plugins/editor/search_incremental.h
18355         plugins/editor/text_editor.c
18356         plugins/editor/text_editor.h
18357         plugins/editor/text_editor_cbs.c
18358         plugins/editor/text_editor_menu.h
18359         plugins/sample1/Makefile.am
18360         plugins/sample1/anjuta-sample-plugin.png
18361         plugins/sample1/anjuta-sample.plugin.in
18362         plugins/sample1/anjuta-sample.ui
18363         plugins/sample1/plugin-sample1.c
18364         plugins/sample1/plugin.c
18365         plugins/sample1/plugin.h: Created sample
18366         plugin and fixed editor plugin.
18368         * printing/*: Removed.
18370         * scintilla/Makefile.am: Builds dynamic library.
18372         * src/Makefile.am, src/action-callbacks.c,
18373         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18374         src/anjuta-actions.h, src/anjuta-app.c,
18375         src/anjuta-app.h, src/anjuta-callbacks.c,
18376         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18377         (removed) src/anjuta.h, src/anjuta.ui,
18378         src/layout.xml, src/main.c, src/preferences.h,
18379         src/utilities.c: Debuggged and finally made plugins
18380         loadable.
18382         * global-tags/Makefile.am: Fixed build error.
18384 2004-02-03  Naba Kumar  <naba@gnome.org>
18386         * configure.in: Users GDL from external package.
18387         * plugins/*: Added many new plugins (not ready though).
18388         * src/*: Removed many files (which have been transfered in plugins/).
18389         
18390 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18392         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18394 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18396         * configure.in: Added editor plugins
18397         
18398         * plugins/Makefile.am, src/search-replace_backend.h,
18399         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18400         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18401         
18402         * Added: plugins/editor/search_incremental.c, 
18403         plugins/editor/search_incremental.h
18405         * Update search-replace in plugins/editor
18406         
18407 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18408         
18409         * plugins/message-view/message-view.c: Some code clean-up
18411 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18413         * Added: search_incremental[ch]
18414         
18415         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18416         src/mainmenu_callbacks.c, src/toolbar.c
18417         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18418         
18419         * Incremental Search
18421 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18422         
18423         * plugins/message-view/anjuta-msgman.[c/h]:
18424         Added message manager for easier message handling with a
18425         similar interface as docman. Of course you can still use
18426         MessageView standalone.
18427         * plugins/Makefile.am: Added message-view because it compiles
18428         without errors.
18430 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18431         
18432         * plugins/message-view/*: Added message-view plugin 
18433         (still incomplete) 
18434         * configure.in: Added plugins/message-view/Makefile
18436 2004-01-03  Naba Kumar  <naba@gnome.org>
18438         * libanjuta/*.c: Added new files and updated old ones.
18439         * plugins/editor/*: Added editor plugin.
18440         * configure.in: Added editor plugin and moved editor related
18441         files into it.
18443 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18445         * src/Makefile.am: Added search-replace_backend.[ch]
18446         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18447         find_replace.[ch]
18448         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18449         src/search-replace_backend.c, src/search-replace_backend.h,
18450         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18451         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18452         src/toolbar_callbacks.c
18453         * The advanced Search/Replace functionality now replaces the older
18454         Find/Replace stuff.
18455         * The Search/Replace functionality can be interrupted during a long
18456         Search/Replace;
18457         
18458 2003-12-11  Naba Kumar  <naba@gnome.org>
18460         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18461         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18462         errors.
18463         * Makefile.am, libanjuta/*: Added new module.
18464         * src/Makefile.am: Fixed linking error.
18465         * src/watch_cbs.c: Debugger clean up.
18466         * configure.in: Added libanjuta-2.0.pc
18468         * configure.in, libanjuta/Makefile.am,
18469         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18470         libanjuta instead.
18472 2003-12-11  Naba Kumar  <naba@gnome.org>
18474         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18476         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18477         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18478         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18479         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18480         The user can now give a name at the creation of a new file and
18481         insert automatically (user choice) header, gpl notice, header
18482         template. The file extension is added automatically according
18483         to the selected type of file. The various insert functions have
18484         been moved from mainmenu-callback.c to file.c. The cursor is now
18485         moved after an insert operation. Removes also useless code in
18486         memory.c and search-replace.c
18487         
18488 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18490         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18491         sortable headers, process tree, removal of path and process params
18492         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18493         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18494         code cleanup
18496 2003-12-10  Naba Kumar  <naba@gnome.org>
18498         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18499         
18500 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18502         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18504 2003-11-28  Naba Kumar  <naba@gnome.org>
18506         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18507         
18508         * manuals/de/*: Added german translation docs.
18509         
18510         * configure.in, Makefile.am, src/Makefile.am,
18511         libegg/*/*: Added libegg library.
18512         
18513         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18514         installation directory.
18515         
18516         * src/text_editor_cbs.c: Fixed closing of file.
18518 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18519                                                                                 
18520         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18522 2003-09-05  Naba Kumar  <naba@gnome.org>
18524         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18525         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18526         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18527         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18528         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18529         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18530         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18531         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18532         using libegg. Initial commit -- compiles but is not complete.
18534 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18536         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18538 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18540         * configure.in: Removed "ta" from ALL_LINGUAS.
18542 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18544         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18546 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18548         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18550 2004-04-24  Andras Timar  <tmar@gnome.hu>
18552         * configure.in: Added hu to ALL_LINGUAS.
18554 2004-04-14  Naba Kumar  <naba@gnome.org>
18556         * src/Makefile.am, printing/Makefile.am,
18557         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18558         because we are still using GtkCombo and build breaks with gtk-2.4.
18559         
18560 2004-04-13  Naba Kumar  <naba@gnome.org>
18562         * NEWS: Updated.
18563         * anjuta.spec.in: Fixed build error.
18564         * po/POTFILES.in: Updated.
18565         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18567 2004-04-11  Naba Kumar  <naba@gnome.org>
18569         * NEWS: Updated.
18570         * AUTHORS: Updated.
18571         * configure.in: Added ga in ALL_LINGUAS.
18572         * ChangeLog: Fixed dates.
18573         
18574 2004-04-09  Naba Kumar  <naba@gnome.org>
18576         * src/print.c: Fixed buffer styling bug when printing with
18577         selection.
18579         * data/properties/anjuta.properties: Defined only one base font and
18580         used courier instead of lucidatypewriter, because most newer systems are
18581         unlikely to have it (bug #885023, #925956, #890473).
18582         
18583         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18584         warning.
18585         
18586         * src/an_file_view.c: Fixed possible crash bug.
18588 2004-04-07  Naba Kumar  <naba@gnome.org>
18590         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18591         gtk_main_quit() etc..), so that atexit() functions are not called
18592         (which is apparently done to free up memory and we don't need to
18593         do that at this point). Incidentally, something also happens in the
18594         atexit call which freezes the UI for far too long when the application
18595         exits and we want to avoid that..
18596         * src/glade_iface.c: Fixed compiler warning.
18597         
18598 2004-04-06  Naba Kumar  <naba@gnome.org>
18600         * src/project_dbase_gui.c: Fixed errors.
18602         * src/registers_gui.c: Fixed possible crash bug.
18603         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18604         * src/signals.[c,h]: Used tree view and glade file for dialog.
18605         * src/Makefile.am, src/about.c, src/an_file_view.c,
18606         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18607         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18608         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18609         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18610         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18611         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18612         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18613         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18614         src/launcher.h, src/main.c, src/main_menubar.c,
18615         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18616         src/message-manager-private.cc, src/message-manager.cc,
18617         src/preferences.c, src/project_config.c, src/project_dbase.c,
18618         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18619         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18620         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18621         src/search-replace.c, src/search-replace_backend.c,
18622         src/search_incremental.c, src/search_preferences.c,
18623         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18624         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18625         src/signals_gui.c, src/source.c, src/src_paths.c,
18626         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18627         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18628         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18629         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18630         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18631         tagmanager/Makefile.am, scintilla/include/SString.h,
18632         widgets/Makefile.am, widgets/gnomefilelist.c:
18634         Removed all deprecated codes and substituted
18635         with newer APIs. Fixed some possible crash bugs where cell renderers
18636         were being shared.
18637         
18638         * scintilla/patches/scintilla-minor.patch: Minor patch.
18640 2004-04-06  Naba Kumar  <naba@gnome.org>
18642         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18643         tree after all the files have been added (and not everytime a file
18644         is added in the project). Also fixed some memory corruption
18645         (possibly bug #900478).
18646         
18647         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18648         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18649         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18650         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
18651         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
18652         qualifier wherever appropriate.
18654 2004-04-05  Naba Kumar  <naba@gnome.org>
18656         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
18657         switch terminal echo on/off. Debugger requires it off, while the
18658         rest requires it on.
18660         * src/search-replace.c: sets search direction and action (in addtion
18661         to target) for find in files.
18662         
18663 2004-04-02  Naba Kumar  <naba@gnome.org>
18665         * src/mainmenu_callbacks.c: Sets filename during save of new files.
18667         * src/project_dbase.c, src/debugger, src/an_file_view.c,
18668         src/an_symbol_view.c: Added an gtk events loop for
18669         displaying project loading status (for loading large projects) and
18670         debugger program starting ... just to give an impression of fastness :-).
18672         * configure.in, anjuta.prj: Bumped version to 1.2.2.
18674         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
18675         crash bug, which occurs when opening and closing a large project
18676         repeatedly.
18677         
18678         * src/attach_process.c: Fixed a comiple error for old gcc.
18679         
18680         * src/launcher.c: Prints proper error message when launcher child
18681         could not be executed and exits properly. Fixed a crash
18682         bug (bug #926606).
18683         
18684         * src/resources.c, src/utilities.c, src/glade_iface.c,
18685         src/debugger.c, src/attach_process.c: Properly exits forked children
18686         when they could not be executed.
18687         
18688 2004-04-01  Naba Kumar  <naba@gnome.org>
18690         * src/search-replace.c: Fixed a crash bug (bug #921893).
18692 2004-03-31  Naba Kumar  <naba@gnome.org>
18694         * anjuta.glade: Added a note on compiler options dialog ->support
18695         dialog telling that supports are only available for file mode.
18697         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
18698         src/anjuta_cbs.c:
18699         Improved shutdown time delay by bypassing project closing
18700         and unloading plugins.
18702         * src/build_file.c, data/properties/anjuta.properties: Added a property
18703         to toggle on/off for going to first error automatically.
18705 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
18707         * src/debugger.c: fixed core file loading
18708         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
18709         for long lines (bugs #700968 and #911376)
18710         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
18711         #917982.
18712         * src/anjuta.c: Focuses current AnEditor correctly.
18714 2004-03-30  Naba Kumar  <naba@gnome.org>
18716         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
18717         * AUTHORS: Updated with all contributors names.
18718         * NEWS: Updated.
18719         * src/about.c: Reads contributors names from AUTHORS file.
18720         * manuals/C/anjuta-manual/authors.xml: Points to online
18721         contributors list.
18722         
18723 2004-03-29  Naba Kumar  <naba@gnome.org>
18725         * data/properties/ada.properties: Fixed syntax colors. Patch
18726         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
18727         (bug #923474).
18729         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
18730         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
18731         generated projects, so that their pixmap files are
18732         found properly (bug #919903).
18733         
18734         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
18735         anjuta.
18737         * src/source.c: Installs .glade file of libgllade
18738         projects in $(datadir)/$(package)/glade (part of bug #861038).
18739         
18740         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
18741         in compiler options (bug #883837).
18742         
18743         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
18744         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
18745         
18746 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
18748         * anjuta/src/search-replace.c: fixed another crash bug in
18749         "Find Usage"
18750         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
18751         breakpoint property fix
18753 2004-03-29  Naba Kumar  <naba@gnome.org>
18755         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
18756         (new) manuals/C/anjuta-advanced-tutorial/*:
18757         Added menu entry for 'Anjuta Advanced Tutorial'
18758         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
18760 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18761         
18762         * src/fileselection.[ch], src/mainmenu_callbacks.c:
18763         Fixed bug #908941  ('Open' starts in wrong directory)
18764         
18765 2004-03-26  Naba Kumar  <naba@gnome.org>
18767         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
18768         compile error and bug #905738 with terminal.
18770         * src/search_incremental.c, src/register.c, src/sharedlib.c,
18771         src/search-replace.[h,c], src/search_incremental.[h,c],
18772         src/search_preferences.h, src/utilities.c, src/anjuta.c,
18773         src/text_editor.[c,h]: Fixed compiler warnings.
18774         
18775         * src/search-replace.c: Fixed a memory corruption (possible
18776         fix for bug #921893, but not yet confirmed).
18777         
18778         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
18779         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
18780         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
18781         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
18783 2004-03-25  Naba Kumar  <naba@gnome.org>
18785         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
18786         crash bug with attach process dialog and made the dialog closable
18787         with 'esc'.
18788         
18789         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
18790         always display within the margin.)
18791         
18792         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
18793         the old breakpoint when it's properties are updated
18794         (creating a new updated one).
18795         
18796 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
18798         * src/aneditor.cxx, src/aneditor.h: fixed calltips
18799         displayed for wrong file.
18800         * src/breakpoints.c: conditional breakpoints
18801         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
18802         "Find in Files..." disabling policy
18804 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18806         * src/build_file.c: Fixed bug #874380
18807         Goto the first error if it exists.
18809 2004-03-24  Naba Kumar  <naba@gnome.org>
18811         * src/anjuta.c: Fixed to get correct child exit status
18812         using mask (bug #905738).
18813         
18814         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
18815         Aligned buttons in the New file dialog,
18816         set default response to OK, entry box activates default response,
18817         ESC closes dialog and hides on delet_event.
18819 2004-03-19  Naba Kumar  <naba@gnome.org>
18821         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
18822         tree).
18824 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
18826         * src/search-replace.c: fixed "Find Usage" crash when no project open
18828 2004-03-17  Naba Kumar  <naba@gnome.org>
18830         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
18831         Fixed the generated projects to read m4 directory if the directory
18832         exists (bug #917781).
18833         
18834 2004-03-12  Naba Kumar  <naba@gnome.org>
18836         * HACKING: Fixed formatting for auto-parsing.
18838 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
18839         
18840         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
18841         rework (bug #890609)
18843 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18844         
18845         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
18847 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18848         
18849         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
18850         * src/search_preferences.c: Fixed typo.
18851         
18852 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18853         
18854         * src/search-replace.c: improved Search&Replace
18855         For the moment "Replace All" does not work with non opened files
18856         but Anjuta should not crash now ! ??? 
18857         
18858 2004-02-26  Naba Kumar  <naba@gnome.or>
18860         * src/source.c: Fixed to pass cflags correctly
18861         and suppress the automake's default cflags.
18862         bug #816130, #801056, #782798, #773459
18863         
18864         * data/properties/anjuta.properties: Do not defualt to -k make option.
18865         bug #875486.
18867         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
18868         bug #877683.
18869         
18870         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
18871         
18872         * src/message-manager-private.cc: Disabled debug messages.
18873         
18874 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
18876         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
18878 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18879         * anjuta.glade, src/search-replace.c:
18880         Reduced Search&Replace dialog, bug #902636.
18881         
18882 2004-02-23  Naba Kumar  <naba@gnome.or>
18884         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
18885         (bug #866143).
18887 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18888         
18889         * src/search_incremental.c: Fixed bug #900903
18891 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
18892         
18893         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
18894         src/anjuta.c: Fixed bugs #890609 and #890609
18896 2004-02-23  Naba Kumar  <naba@gnome.or>
18898         * src/message-manager.cc: Disconnects menuitem signal properly.
18899         Fixed bug #901723.
18900         
18901         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
18902         bug #900897.
18903         
18904 2004-02-20  Naba Kumar  <naba@gnome.org>
18906         * src/message-manager-private.[c,h]: Implemented keypress
18907         event for the terminal and resets it when ctrl c or ctrl d
18908         is pressed. But it doesn't seem to be working on keypress.
18909         Added a workaround to let it work on key release instead.
18910         (bug #878357).
18911         
18912         * src/search-replace: Fixed compiler warnings.
18913         
18914 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
18916         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
18917         Use defined file name when saving new files (fixes bug #898105)
18918         Don't change filename when clicking on a directory
18919         
18920         BTW: Happy birthday to me :-)
18921         
18922 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18923         
18924         * src/search-replace.c: Fixed a crash bug 
18925         Crash on Find & Replace (#887833)
18926         
18927 2004-02-18  Naba Kumar  <naba@gnome.org>
18929         * src/executer.c: Fixed a crash bug.
18930         
18931         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
18932         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
18933         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
18934         instead of GtkWindow (Part of bug #671596).
18935         
18936         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
18937         src/registers_gui.c, src/registers_cbs.[h,c],
18938         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
18939         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
18940         src/compiler_options.c, src/an_file_view.c, start-with.c,
18941         src/anjuta-tools.c, help.c:
18943         Added "close" buttons on all
18944         dialogs (HIG) and fixed to properly response to ESC close
18945         (Part of bug #671596).
18947         * src/launcher.c: Disabled printing of long debug lines.
18948         
18949         * src/utilities.h: Fixed a compiler warning.
18950         
18951 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
18953         * src/anjuta.c: "Save all" action now asks for filenames for new files
18954         (fixes bug #898111)
18956 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
18958         * anjuta.glade, src/text_editor.c:
18959         Fixed a typo in Hello World indentation style 
18960         Fixed misuse of translated strings when looking for style
18961         This entry fixes bug #876037
18963 2004-02-16  Naba Kumar  <naba@gnome.org>
18965         * src/utilities.c: Fixed return value when dest file could
18966         not be created.
18968         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
18969         * src/utilities.[c,h]: Removed 'cmp' dependency and used
18970         internal function to compare files.
18971         
18972 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
18974         * src/message-manager-private.cc:
18975         Set bold color as foreground color in terminal
18976         (fixes bug #864924)
18978         * src/aneditor.cxx:
18979         Use font style defined for message indicators in
18980         preferences/messages
18981         (fixes bug #885032)
18983 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
18985         * src/build_project.c:
18986         Use build.silent option from preferences (fixes bug #895726)
18987         
18988 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
18990         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18992 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
18993         
18994         Patch from Massimo Corà <maxcvs@email.it>:
18995         * scintilla/LexCPP.cxx: Support "///" comments
18997 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18998         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
18999         src/search_replace.h, src/search-replace_backend.h
19000         anjuta.glade
19001         
19002         * Added: src/search_preferences.c, src/search_preferences.h
19003         Allow the user to save search/replace settings and give them names.
19005 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19006         
19007         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19008         scintilla/ScintillaGTK.cxx:
19009         Hopefully fixed AMD 64 crash bug by using correct marshaller
19011 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19013         * src/preferences.c: Save GtkOptionMenu properties properly
19014         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19016 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19017         
19018         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19019         Fixed libiconv issue
19020         * NEWS: Updated
19022 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19023         
19024         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19025         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19026         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19027         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19028         src/sharedlib_gui.c:
19029         Debugger speed-up, replaced deprecated GtkCList
19031 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19033         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19035 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19037         * configure.in: Added "sq" to ALL_LINGUAS.
19039 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19041         * configure.in: Added "ko" to ALL_LINGUAS.
19043 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19045         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19046         src/search_incremental.c, src/search_incremental.h: 
19047         Search_incremental code cleanup
19049 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19051         * scintilla/*/*: Updated scintilla to CVS
19052         * Added: scintilla/Readme.sync
19053         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19054         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19055         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19056         scintilla/ScintillaGTK.cxx,
19057         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19058         scintilla/include/Scintilla.iface: Updated.
19060 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19062         * search-replace_backend.[ch], search_incremental[ch]: Added
19063         
19064         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19065         find_replace.[ch]: Removed.
19066         
19067         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19068         src/search-replace_backend.c, src/search-replace_backend.h,
19069         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19070         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19071         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19072         functionality now replaces the older Find/Replace stuff. The Search/Replace
19073         functionality can be interrupted during a long Search/Replace.
19075 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19077         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19078         selecting ".." and "." from file selector. 
19080 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19082         * anjuta.glade: Fixed wrong "fold.symbols" property
19084 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19085         
19086         * src/project_dbase_gui.c: Alphabetical order ;-)
19087         * src/compiler_options.c: Fixed bug #867539
19088         * src/launcher.c: Workaround for bugs #864922, #849928,
19089         #846386 and #845782: The launcher no longer hangs but does
19090         not get the exit status correctly sometimes.
19091         * Changes suggested by Bosik are obviously already in without
19092         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19093         * NEWS, README, anjuta.prj, configure.in: 
19094         Changed version to 1.2.1
19095         
19096         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19097         * anjuta_dialogs_strings.c, anjuta.glade: 
19098         Fixed bugs #860906, #859329
19099         
19100         Patch from grzegol@pld-linux.org
19101         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19102         freedesktop.org standard)
19104 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19105         
19106         Patch from Stefano Vallarino <stevalla@libero.it>:
19107         * src/source.[c/h]: Fixes cpp sample file to conform to 
19108         ISO/IEC 14882, C++-Standard 
19110 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19112         Review by Johannes Schmid <jhs@cvs.gnome.org>
19113         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19114         command using sh -c.
19115         * src/compile.c: Use build_execute_shell_command when compiling single
19116         files.
19118 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19119         
19120         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19121         * src/breakpoints.c: Code cleanup, workaroud for possible 
19122         launcher bug
19123         * src/src_paths.c: Update debugger dirs on directory change
19125 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19127         Review by Johannes Schmid <jhs@cvs.gnome.org>
19128         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19129         sortable headers, process tree, removal of path and process params
19130         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19131         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19132         code cleanup
19134 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19135         
19136         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19137         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19138         Add a dialog for "New file" which lets the user set the 
19139         filename and to add copyright/header templates to the file
19140         * Review: Changed function names to contain modules name (file_)
19142 2003-12-09  Naba Kumar  <naba@gnome.org>
19144         * setup-gettext: Fixed a typo.
19145         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19147 ---- Released version 1.2.0 ---
19149 2003-12-08  Naba Kumar  <naba@gnome.org>
19151         * src/preferences.c: Fixed compiler error.
19152         * global_tags/create_global_tags.sh: Fixed to install properly
19153         even when system.tags could not be generated.
19154         * NEWS: Updated.
19156 2003-12-06  Naba Kumar  <naba@gnome.org>
19158         * setup-gettext: Fixed to not generate intl directory with gettextize.
19160         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19161         * src/anjuta.c: Filters out unnecessary files from find in files
19162         command.
19163         
19164         * NEWS: Updated.
19165         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19166         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19167         
19168 2003-12-04  Naba Kumar  <naba@gnome.org>
19169         
19170         * src/gnome_project.c: Enables debug and optimization flags for
19171         new projects.
19172         
19173         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19174         
19175         * src/project_dbase_gui.c: combined header and c files for
19176         file selector.
19177         
19178         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19179         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19181 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19183         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19185 2003-11-29  Naba Kumar  <naba@gnome.org>
19187         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19188         * NEWS: Updated.
19190 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19191         
19192         * src/main_menubar.c: Now files cannot be opened twice in recently
19193         file menu
19195 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19197         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19199 2003-11-28  Naba Kumar  <naba@gnome.org>
19201         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19202         
19203 2003-11-27  Naba Kumar  <naba@gnome.org>
19205         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19206         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19207         
19208         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19209         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19210         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19211         checkbox in project wizard (project options page) to enable/disable
19212         source code generation with glade(mm).
19213         
19214         * NEWS: Updated
19215         
19216 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19218         * src/dnd.c: Opening files with special characters in the name.
19220 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19222         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19223         a long time.
19225 2003-11-18  Naba Kumar  <naba@gnome.org>
19227         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19228         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19229         src/project_import.c, plugins/patch/patch-plugin.c:
19230         Fixed g_signal_diconnect calls to pass correct data.
19231         (Fixed possible crash in project imports).
19232         
19233         * NEWS: Updated.
19234         
19235 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19237         Reviewed by Naba Kumar  <naba@gnome.org>
19238         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19239         and debugger. Sets default settings for pty in launcher.
19240         * data/gdb.init: Removed charset work around (now works with user's
19241         native charset)
19242         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19244 2003-11-18  Naba Kumar  <naba@gnome.org>
19246         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19247         names of 'index' to 'idx'.
19248         
19249 2003-11-17  Naba Kumar  <naba@gnome.org>
19251         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19252         * src/project_dbase.c: Prompts user for unsaved project files
19253         when project is closed.
19254         
19255 2003-11-16  Naba Kumar  <naba@gnome.org>
19257         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19258         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19259         older gcc.
19260         
19261 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19262         
19263         * src/anjuta.c: Fixed crash related to tag == NULL while 
19264         anjuta is exiting
19266 2003-11-11  Naba Kumar  <naba@gnome.org>
19268         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19269         found. It simply doesn't generate the c/c++ codes and continues with
19270         just a warning.
19271         * NEWS: Updated.
19272         
19273 2003-11-10  Naba Kumar  <naba@gnome.org>
19275         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19276         'Start with dialog'.
19278         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19279         German translation of anjuta-tutorial.
19280         
19281         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19282         * NEWS: Updated.
19284 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19286         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19287         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19288         the syntax highlighting in Preferences, the automatic syntax
19289         highlighting is now selected. When the debugger is stopped and the
19290         breakpoints window not closed, the gtk_tree_view in this window is
19291         now made unsensitive.
19293 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19295         * src/preferences.h, src/preferences.c, anjuta.glade:
19296         Fixed translation bug in preferences by using GtkOptionMenu
19297         * anjuta.prj: Project version 1.1.98
19299 ---------------- Released version 1.1.98 ----------------
19301 2003-11-07  Naba Kumar  <naba@gnome.org>
19303         * anjuta.spec.in: Revived docs package and combined all docs into
19304         one package.
19305         * configure.in: Bumped version to 1.1.98 rc2
19306         * NEWS: Updated.
19307         * anjuta.spec.in: Fixed scrollkeepr-update command.
19308         * anjuta.spce.in: Fixed file permissions.
19310 2003-11-06  Naba Kumar  <naba@gnome.org>
19312         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19313         menus to activate anjuta helps.
19314         
19315         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19316         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19317         manuals/C/anjuta-faqs/legal.xml (added),
19318         manuals/C/anjuta-faqs/Makefile.am,
19319         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19320         manuals/C/anjuta-faqs/.cvsignore,
19321         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19322         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19323         manuals/C/anjuta-tutorial/legal.xml (added),
19324         manuals/C/anjuta-tutorial/Makefile.am,
19325         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19326         manuals/C/anjuta-tutorial/.cvsignore,
19327         manuals/C/anjuta-manual/*.sgml (removed),
19328         manuals/C/anjuta-manual/*.xml (added),
19329         manuals/C/anjuta-manual/Makefile.am,
19330         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19331         manuals/C/anjuta-manual/.cvsignore,
19332         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19333         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19334         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19335         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19336         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19337         manuals/ja/anjuta-faqs/legal.xml (added),
19338         manuals/ja/anjuta-faqs/Makefile.am,
19339         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19340         manuals/ja/anjuta-faqs/.cvsignore,
19341         manuals/ja/anjuta-manual/*.sgml (removed),
19342         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19343         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19344         manuals/ja/anjuta-manual/*.xml (added),
19345         manuals/ja/anjuta-manual/Makefile.am,
19346         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19347         manuals/ja/anjuta-manual/.cvsignore,
19348         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19349         manuals/sgmldocs.make (removed),
19350         manuals/xmldocs.make (added), manuals/omf.make (added),
19351         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19352         documentations to newer docbook xml documentations. Converted 
19353         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19354         Enabled manulas installations.
19355         
19356         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19358 2003-11-05  Naba Kumar  <naba@gnome.org>
19360         * data/gdb.init: Sets host's charset to ascii to solve debugger
19361         freeze up due to uninitialized strings in target program.
19363         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19364         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19365         
19366         * NEWS: Updated.
19367         
19368         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19369         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19371 2003-11-04  Naba Kumar  <naba@gnome.org>
19373         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19374         problems.
19375         
19376         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19377         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19378         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19379         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19380         in file headers.
19381         
19382         * src/search-replace.c: Fixed infinite loop bug.
19383         * start-with.c: Fixed a crash bug with "Open last project".
19384         
19385         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19386         * scintilla/Makefile.am: Fixed compiler option.
19387         
19388 2003-10-16  Naba Kumar  <naba@gnome.org>
19390         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19391         * src/text_editor.c: Fixed autoformat.
19392         
19393 2003-10-15  Naba Kumar  <naba@gnome.org>
19395         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19396         of CTRL+number.
19397         
19398 2003-10-09  Naba Kumar  <naba@gnome.org>
19400         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19401         
19402 2003-10-08  Naba Kumar  <naba@gnome.org>
19404         * src/source.c: Fixed a GETTEXT typo error.
19405         * anjuta.glade: Made 'Sorted in order you open them' default option
19406         for editor tabs.
19408         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19409         * anjuta.glade, data/properties/anjuta.properties:
19410         Fixed the freeze of the "Preferences" combos at the first Anjuta
19411         init is generated by:
19412                 - a not complete translation of preferences.c file
19413                 - a difference between 2 names in anjuta.glade and
19414                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19415                 - the same name given to 3 combos (anjuta.glade).
19416                 
19417         * src/find_text.c: If the "whole document" mode is selected,
19418         a new search will select the next occurrence (Bug #764954).
19419         It is now possible to use the shortcuts to search next or previous
19420         occurrence even if the search dialog has the focus.     Bug #790318
19421         
19422         * src/main_menubar_def.h: "Select code block" shortcut; the new
19423         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19424         (Bug #811016).
19426         Patch from: Richard Lee  <r.h.lee@comcast.net>
19427         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19428         tagmanager/tm_workspace.c: The following is a patch to fix a
19429         seemingly random occurence where Anjuta would crash when a
19430         certain key was pressed.
19432 2003-09-29  Naba Kumar  <naba@gnome.org>
19434         * src/find_in_files.c: Ignores binary by default. Disabled the option
19435         of NOCVS search, because launcher does not use sh and hence can not
19436         pipe.
19437         
19438         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19439         "clean before build" state in project session and not in account session,
19440         otherwise the state gets reflected to other projects causing annoyance.
19441         
19442         * src/compiler_options.c: Fixed a bug where compiler options were always
19443         claimed 'modified'.
19445         * src/build_project.c, data/properties/anjuta.properties,
19446         src/commands.[h]: Fixed a bad bug where clean-before-build
19447         doesn't work.
19448         
19449         * scintilla/patches/research-cvs-nolog.diff,
19450         scintilla/patches/scintilla-ac-gtk2-port.diff,
19451         scintilla/patches/scintilla-ac-sort-fix.diff,
19452         scintilla-optimization.diff: Removed, because they are already in
19453         scintilla CVS.
19454         
19455         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19456         2003-09-29).
19458         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19459         scintilla/LexYAML.cxx: Added new scintilla lexers.
19460         
19461         * TODO, NEWS: Updated.
19463         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19464         * src/utilities.c: Fixed typo bugs.
19466 2003-09-26  Naba Kumar  <naba@gnome.org>
19468         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19469         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19470         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19471         text_editor_find() and Fixed I-Search wrapping.
19472         * src/debugger.c: Fixed to pass a newline after a debugger
19473         command (which was broken since the launcher was refactored.
19474         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19476 2003-09-25  Naba Kumar  <naba@gnome.org>
19478         * src/toolbar_callbacks.c: Fixed start of incremental search.
19479         
19480         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19481         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19482         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19483         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19484         menu and implementation.
19486 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19488         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19489         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19490         variables in Locals window.
19492 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19494         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19495         * src/utilities.[ch] : Fix a tooltip bug in 
19496         anjuta_util_toolbar_append_stock(), the label appeared instead of
19497         the tooltip text. Remove label from arguments of the function
19498         because label is included in the stock icon data.
19499         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19500         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19501         * FIXME: translation file should be updated because of label text removal.
19503 2003-09-24  Naba Kumar  <naba@gnome.org>
19505         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19506         
19507         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19508         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19509         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19510         stdout and stderr. Also buffered output and check-for-password
19511         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19512         with password prompts. Checkes for password prompts from all outputs.
19513         
19514         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19515         which takes a string (which could be utf8 also) and converts into
19516         utf8 string.
19517         
19518         * src/main.c: Connects kernel signals after gnome_program_init().
19519         
19520         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19521         * src/message-manager.c: Fixed bug #787026 by converting the strings
19522         to proper UTF8.
19523         
19524 2003-09-22  Naba Kumar  <naba@gnome.org>
19526         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19527         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19528         GtkCList and using GtkTreeView instead. Added the patch.
19529         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19530         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19531         
19532 2003-09-19  Naba Kumar  <naba@gnome.org>
19534         * printing/print.c: Proper UTF8 printing support.
19535         * src/main.c: moved kernel signal connects at the
19536         end of application initialization.
19537         
19538 2003-09-18  Naba Kumar  <naba@gnome.org>
19540         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19541         (new) lexers.make, (new) lexers: Update scintilla to latest
19542         scintilla CVS (2003-09-18), added new lexers, automated
19543         lexers makefiles sections and scintilla update. Added
19544         patches. Optimized pango rendering. Fixed a crash bug
19545         in scintilla.
19546         
19547         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19548         patch to remove cvs log command from RESearch.cxx file.
19549         * scintilla/patches/scintilla-pango-always.diff:
19550         Fixed file name.
19551         * scintilla/RESearch.cxx: Removed spurious cvs log command
19552         and logs.
19553         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19554         
19555         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19556         * src/dnd.c: Fixed a crash bug with DND.
19557         
19558 2003-09-15  Naba Kumar  <naba@gnome.org>
19560         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19561         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19562         src/toolbar_callbacks.c: Added an additional parameter to
19563         text_editor_goto_line() funtion which decides if the line should
19564         be made visible (if it's under fold).
19565         
19566         * src/style-editor.c: Fixed a compiler warning.
19567         * src/message-manager.cc: Calls parent method correctly.
19569         * src/preferences.h: Fixed prent class.
19570         
19571         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19572         * src/project_dbase.c: Fixed bug #713210.
19573         
19574 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19575                                                                                 
19576         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19578 2003-09-11  Naba Kumar  <naba@gnome.org>
19580         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19581         * src/style-editor.c: Fixed bug #769130 (Crash on font
19582         selection dialog).
19583         
19584         * src/message-manger.[h,cc]: Made AnMessageManager
19585         derived from GtkFrame and removed deprecated code.
19586         
19587         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19588         compiler warnings.
19589         
19590 2003-09-09  Naba Kumar  <naba@gnome.org>
19592         * src/Makefile.am: Addded rules for built sources.
19593         
19594 2003-09-08  Naba Kumar  <naba@gnome.org>
19596         * (new) src/anjuta-marshalers.list: Added marshalers definition
19597         file.
19598         
19599         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19600         and CXXFLAGS are not overwriten by automake's default.
19601         * src/style-editor.c: Added 'operators' in the style editor.
19602         
19603         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19604         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19605         * src/message-manager-private.cc, src/message-manager.cc:
19606         Converts message going into message into UTF-8 endoding.
19607         * src/main.c: Uses UTF-8 codeset for localization.
19608         
19609 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19611         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19612         
19613 2003-09-08  Naba Kumar  <naba@gnome.org>
19615         * TODO: Updated.
19616         
19617         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19618         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19619         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19620         The combo entries were updated if the same data with a different
19621         case exist in the combo list. The combo entries are now case sensitive. 
19622         Search&Replace bug; First search ,max actions = 0 ==> now max
19623         actions = 100.
19624         
19625 2003-09-08  Naba Kumar  <naba@gnome.org>
19627         * TODO: Updated.
19628         * src/utilities.[c,h]: a function takes contant args.
19629         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19630         Now the child terminated signal is emitted properly.
19631         * src/Makefile.am: Used $(top_srcdir) for referring to 
19632         scintilla objects.
19633         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19634         definitions file which will generate anjuta-marshalers.[c,h] files.
19635         * src/.cvsignore: Updated.
19636         * src/build_project.c: Changed su command to preserve quotes.
19637         * src/anjuta-tools.c, tagmanager/tm_project.c,
19638         tagmanager/tm_workspace.c: Use standard tmp file.
19639         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19640         so that users could report bugs easily.
19641         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19642         
19643         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19644         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19645         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19646         src/attach_process.c, src/breakpoints.c, src/commands.c,
19647         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19648         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19649         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19650         src/memory.c, src/message-manager-private.c, src/preferences.c,
19651         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
19652         src/search-replace.[c,h], stack_trace.c, text_editor.c,
19653         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
19654         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
19655         Fixed compile warnings and cleanup.
19656         
19657         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
19658         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
19659         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
19660         Removed libzvt usage and implemented child spawing differently. Launcher is
19661         now proper GObject, which can be created multiple times (and can be
19662         operated in parallel).
19664         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
19665         * src/project_import_gui.c, src/project_import_cbs.c,
19666         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
19667         (crash on project import). Removed deprecared codes.
19668         
19669 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19670         
19671         * src/cvs.c: Fixed cvs output bug.
19673 2003-09-03  Naba Kumar  <naba@gnome.org>
19675         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19676         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
19677         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
19678         src/text_editor_cbs.c: Implements --
19679                 If the debugger is started
19680                         A double click in the margin add or remove a breakpoint
19681                         A single click activate or deactivate the breakpoint
19682                 else
19683                         A double click in the margin add or remove a bookmark
19685 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
19686         
19687         Reviewed by Naba Kumar  <naba@gnome.org>
19688         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
19689         User is now able to choose a branch on cvs update for project.
19690         Cleaned up variable names.
19692 2003-09-03  Naba Kumar  <naba@gnome.org>
19694         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
19695         src/Makefile.am: Added lexers.
19696         * scintilla/*/*: Updated...
19697         * src/an_symbol_view.c: Fixed a crash bug.
19698         * src/compiler_options.c, src/project_dbase.c: Fixed compile
19699         and build bugs.
19700         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
19701         * src/source.c: Fixed project generation bug with gettext code.
19702         * tagmanager/tm_project.c: Fixed a crash bug.
19703         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19704         bug when there is no project open. Bug #____.
19705         * src/source.c: Fixed a bug with build failure with non-gnome
19706         project with glade-generated source (eg. gtk2). Bug #____.
19707         * NEWS: Updated...
19709 2003-08-22  Naba Kumar  <naba@gnome.org>
19711         Patch from: Rob Bradford  <rob@debianplanet.org>
19712         * data/Makefile.am: Fixed to install properly during
19713         package building.
19714         
19715         Patch from: Etay Meiri  <etay-m@bezeqint.net>
19716         * src/debug-tree.c: Fixed a crash bug.
19717         * src/compiler_options.c: Takes care of linking the missing pieces;
19718         C flags, libs, optimization options, debug and profile.
19720         Patch from: Enver ALTIN  <ealtin@casdb.com>
19721         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
19722         
19723 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
19725         Reviewed by Naba Kumar  <naba@gnome.org>
19726         * src/project_dbase.c: Fixed bugs #778263 and #778413
19727           Adding multiple files to project should work now.
19729 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19731         Reviewed by Naba Kumar  <naba@gnome.org>
19732         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
19733         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
19734         for Locals window.
19736 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19738         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19740 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19742         * src/text_editor.c: Fix translatable string (#113934).
19744 2003-07-04  Naba Kumar  <naba@gnome.org>
19746         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
19747         bug when there is no project open. Bug #____.
19748         
19749         * src/source.c: Fixed a bug with build failure with non-gnome
19750         project with glade-generated source (eg. gtk2). Bug #____.
19752 2003-06-26  Naba Kumar  <naba@gnome.org>
19754         * src/anjuta.h: Removed reference to windows-dialog.h.
19755         * src/message-manager-private.[cc,h]: Fixed doulbe click
19756         activation of messages to properly jump at the destination.
19757         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
19758         * src/toolbar.c: Code clean-ups.
19759         
19760         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
19761         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
19762         
19763         * src/message-manager-private.[cc,h]: Removed dead codes.
19764         
19765         * (new) data/properties/css.properties,
19766         data/properties/anjuta.properties, data/properties/Makefile.am:
19767         Added CSS syntax hiliting properties.
19768         
19769         * tagmanager/tm_file_entry.c: Fixed a possible bug.
19770         * src/debugger.c: Clean ups.
19771         * src/lexer.h: Added CSS lexer definition.
19772         
19773         * Makefile.am: Installs destop file properly.
19774         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
19775         * NEWS: Updated for 1.1.97 release.
19776         * src/main_menubar_def.h: Changed some non working shortcuts.
19777         
19778 2003-06-24  Naba Kumar  <naba@gnome.org>
19780         * src/search-replace.c: Shows the dialog properly, even when it is
19781         hidden behind another window.
19782         
19783         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
19784         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
19785         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
19786         and code clean up.
19787         
19788         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
19789         setup wizard dialogs.
19790         
19791         * src/debugger.c: Removed a redundant call to
19792         debugger_update_controls().
19793         * src/compiler_options.c, src/launcher.c: code cleanup.
19794         * src/executer.c: Fixed execution bug with 'Set Program params...".
19795         
19796 2003-06-23  Naba Kumar  <naba@gnome.org>
19798         * widgets/e-splash.c: Removed border around the splash image.
19799         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
19800         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
19801         * src/cvs.c: Added a frame around commit log text widget.
19802         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
19803         crash bug associated with translated combo box list in preferences
19804         dialog (in different locale other than en_US). Used widget names
19805         to pass the combo list items.
19806         * po/POTFILES.in: Updated.
19807         * src/launcher.c: Creates the zvt terminal at startup (and not
19808         every time a build is done) -- speeds up buld operations.
19809         * src/file_history.c: Should be if() conditional instead of
19810         assertion check.
19811         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
19812         Disabled useless warnings.
19813         * src/project_dbase.c: Fixed bonobo 2 project name.
19814         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
19815         and uses correct glade-2 for file generation.
19816         
19817 2003-06-21  Naba Kumar  <naba@gnome.org>
19819         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
19820         And disables autocomple show for numbers (very annoying).
19821         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
19822         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
19823         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
19824         from view menu and adjust the controls accordingly.
19825         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
19826         only OK button.
19827         * src/project_dbase.[c,h]: Removed show_local flag processing.
19828         * src/message-manager.[c,h]: Reorganized messages tabs in more
19829         sensible order.
19830         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
19831         Also added PCRE dependency.
19832         
19833 2003-06-20  Naba Kumar  <naba@gnome.org>
19835         * pixmaps/anjuta_splash.png: New splash.
19836         from Jean Schurger  <yshartk@schurger.org>
19837         
19838         * src/controls.c: De-sensitize run-to-cursor when debugger
19839         is not running.
19840         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
19841         
19842         * src/message-manager-private.cc: Fixed to properly jump at
19843         the right file:line.
19844         
19845         * src/appwiz_page1.c: Fixed to correctly determine the project
19846         trpe from the wizard.
19847         
19848 2003-06-20  Naba Kumar  <naba@gnome.org>
19850         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
19851         * src/watch_gui.c: Code cleanups.
19852         * src/debugger.[c,h], src/stack_trace.[c,h],
19853         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
19854         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
19855         Removed direct access to stack_trace private data, Increased debugger
19856         command size from 256 to 1024 (to be on safer side). Also implemented
19857         row-activated signle for seting frame and viewing the source.
19858         * src/debugger.c: Avoids starting program and stopping debugger
19859         when starting debugger and stopping program, respectively.
19860         
19861         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
19862         Reverted codes to start debugger automatically
19863         The file is brought to the state just after the branching 
19864         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
19865         some code clean ups.
19866         
19867         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
19868         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
19869         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
19870         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
19871         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
19872         src/project_dbase.c: Code clean ups.
19873         
19874         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
19875         (Projects dir) so that correct $HOME/Projects path is set when
19876         anjuta is run for the first time.
19877         
19878 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
19880         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
19882 2003-06-13  Naba Kumar  <naba@gnome.org>
19884         * src/stack_trace_cbs.c: Moved variable declaration at the
19885         top of the block (bug #737867)
19886         
19887         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
19888         just CFLAGS and CXXFLAGS (bug #743617).
19889         
19890         * src/create_global_tags.sh: Fixed shell script to properly
19891         detect installed *-config files.
19892         
19893 2003-06-12  Naba Kumar  <naba@gnome.org>
19895         * src/preferences.[c,h]: Added methods for custom widgets in
19896         preferences: using custom set/get methods for them.
19897         
19898         * src/anjuta-encoding.c: Implemented up/down of the encodings
19899         in the list and property saves correctly.
19900         
19901         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19902         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
19903         the beginning of a file.
19905         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19906         * src/aneditor.cxx, src/aneditor.h,
19907         src/controls.c, src/main_menubar.c, src/main_menubar.h,
19908         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19909         src/mainmenu_callbacks.h: Allows the operator to select the current
19910         word or the current line (Request: 680801). It puts also
19911         sensitive/unsensitive several select/comment menu items.
19913         * src/breakpoints.c: Presets by default the current line for a
19914         defined breakpoint.
19916 2003-06-11  Naba Kumar  <naba@gnome.org>
19918         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
19919         color (red highlight) now cosistent for inactive tabs also.
19920         
19921         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
19922         'Advanced search and replace' in Edit->Search submenu.
19923         
19924         * data/properties/tcltk.properties: Fixed bug #731851. Added line
19925         wrappings '\' where     they were missing.
19926         
19927         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
19928         message is now more descriptive and details the correct thing to do
19929         for GNOME2 desktop.
19930         
19931 2003-06-10  Naba Kumar  <naba@gnome.org>
19933         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
19934         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
19935         Removed any reference to particular version of automake/autoconf
19936         so that they could work with newer versions (Bug #659394).
19938         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
19939         src/anjuta.c: Added coded to add/remove supported encodings.
19940         
19941         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
19942         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
19943         src/project_import.c, src/project_type.c, src/project_type.h,
19944         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
19945         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
19946         from the project wizard.
19948 2003-06-06  Naba Kumar  <naba@gnome.org>
19950         Patch from Etay Meiri  <etay-m@bezeqint.net>
19951         * src/compiler_options.c: Fixed bugs related to clean before
19952         build patch.
19953         
19954         * anjuta.desktop.in.in: Added commandline options.
19955         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
19956         -dP and -A flags of CVS update into different options.
19957         
19958 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19960         * configure.in: Removed "ta" from ALL_LINGUAS.
19962 2003-06-02  Naba Kumar  <naba@gnome.org>
19964         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
19965         return NULL for undefined properties and "" for defined but empty
19966         strings. It was creating many problems where both are assumed to be
19967         same. And besides, it doesn't matter to differentiate the two (the
19968         problem with preferences was due to a different bug).
19970         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
19971         correctly. Also, s/props_build_in/props_built_in/g.
19972         
19973         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
19974         list.
19975         
19976         * src/an_file_view.c: Unrefed pixbufs when done with them.
19978         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
19979         (removed) file_text.png: Added and removed pixmaps.
19980         
19981 2003-05-30  Naba Kumar  <naba@gnome.org>
19983         * anjuta.glade: Fixed encodings preferences dialog
19984         
19985 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
19986         
19987         Reviewed by Naba Kumar  <naba@gnome.org>
19988         
19989         * src/build_project.c src/clean_project/c: perform a clean before
19990         build, if required. Show the message manager on clean.
19991         * src/compiler_options.c: save the new options when window is closed
19992         and flag project to be cleaned before the next build.
19993         * src/project_dbase.c: added a 'clean before build' flag to project
19995 2003-05-29  Naba Kumar  <naba@gnome.org>
19997         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
19998         dialog.
19999         
20000         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20001         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20002         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20003         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20004         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20005         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20006         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20007         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20008         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20010         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20011         Removed unused icons references.
20013 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20015         Reviewed by Naba Kumar  <naba@gnome.org>
20016         
20017         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20018           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20019           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20020           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20021           src/toolbar_callbacks.c: HIG compliant dialogs.
20023         * src/utilities.c: anjuta_button_new_with_stock_image() and
20024           anjuta_dialog_add_button() stolen from gedit.
20026         * src/main_menubar_def.h: Fixed mnemonics.
20028 2003-05-26  Naba Kumar  <naba@gnome.org>
20030         * src/project_dbase_gui.c: Added header files filter for add file
20031         dialog box. Disabled project window to be transient window.
20032         
20033         * src/message-manager.cc: Disabled message manager window to be
20034         transient window.
20035         
20036         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20037         a file could not be loaded.
20038         
20039         * src/project_dbase.c: Fixed a bug with GUI editor command
20040         where empty string is returned.
20041         
20042         * src/Makefile.am, src/preferences.h, src/text_editor.c
20043         src/text_editor.h, (new) src/anjuta-encodings.h,
20044         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20045         Added encoding support and to handle characters encoding correctly
20046         by auto detecting it during load. Added preferences for selecting
20047         the encoding during save.
20049         * src/preferences.c, src/resources.c: Removed debug messages.
20051         Patch from: Alexander Nedotsukov <bland@mail.ru>
20052         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20054 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20055         * src/anjuta.c: Try to sow the splash image more often.
20057 2003-05-20  Naba Kumar  <naba@gnome.org>
20059         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20060         * src/debug_tree.c: Colorize the modified locals during
20061         debugging and call memory analyze from the debugger.
20062         * src/breakpoints.c: The color is now different for the enabled
20063         and disabled breakpoints. Anjuta now can erase several
20064         breakpoints defined at the same line. The markers are updated
20065         according to the enable/disable action.
20066         
20067         Patch from Etay Meiri  <etay-m@bezeqint.net>
20068         * src/launcher.c: Fixes launcher freeze up bug during build.
20070 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20072         Reviewed by Naba Kumar  <naba@gnome.org>
20073         * scintilla/PropSet.h: Change member variables from private to protected.
20074         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20075         to PropSetFile class, which return a gchar * (and can therefore indicate
20076         whether properties are empty or do not exist) and make prop_get and
20077         prop_get_expanded use them.
20078         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20079         that the result of of prop_get cannot be an empty string.
20081 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20083         Reviewed by Naba Kumar  <naba@gnome.org>
20084         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20085         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20086         src/text_editor_cbs.c: When saving all the files in the project, the
20087         text editors are now only rehighlighted once instead of once for each
20088         file saved.
20090 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20091         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20092         * src/anjuta.desktop.in.in: Support startup notification.
20093 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20094         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20095         * src/anjuta.desktop.in.in: Support startup notification.
20098 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20100         Reviewed by Naba Kumar  <naba@gnome.org>
20101         
20102         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20103         memory leak from glade_xml_new call. Removed gxml field from Executer
20104         struct as only used in create_executer_dialog and then destroyed.
20105         
20106         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20107         
20108         * src/configurer.c: Fix warning trying to connect signal to non-existent
20109         environment entry in configure dialog and fix crash when closing the
20110         window.
20111         
20112         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20113         gnome_date_edit_get_time instead.
20114         
20115         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20116         in view menu required renumbering elsewhere.
20118 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20120         Reviewed by Naba Kumar  <naba@gnome.org>
20121         
20122         * src/breakpoints.c: fixed an error when removing breakpoint
20123         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20124         * src/debugger.c: changes to the way the debugger is activated
20125         * src/debugger.h: clean ups
20127 2003-05-13  Naba Kumar  <naba@gnome.org>
20129         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20130         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20131         src/memory.h: A new version of memory and the interface
20132         is now integrated in anjuta.glade
20134 2003-05-09  Naba Kumar  <naba@gnome.org>
20136         * configure.in: Bumped required gtk version to 2.0.8.
20137         
20138 2003-05-06  Naba Kumar  <naba@gnome.org>
20140         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20142 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20143         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20145 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20146         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20147         , tagmanager/c.c: Support for ProC and RDB files.
20149 2003-05-06  Naba Kumar  <naba@gnome.org>
20151         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20152         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20153         Uncomment (Box & Stream), Select the current function,
20154         authorize the "Quit" button of the GotoLine window
20156 2003-05-05  Naba Kumar  <naba@gnome.org>
20158         * src/watch_gui.h: CVS added new file.
20160         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20162         Patch from Etay Meiri <etay-m@bezeqint.net>
20163         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20164         src/mainmenu_callbacks.c, src/message-manager.cc,
20165         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20166         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20167         Ported stack trace to GNOME2 and added it in the message manager
20168         pane.
20170 2003-05-02  Naba Kumar  <naba@gnome.org>
20172         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20173         
20174         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20175         preferences property.
20176         
20177         * anjuta.prj: Fixed multiple preferences saved data.
20178         
20179         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20180         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20181         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20182         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20183         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20184         Upgraded scitilla from CVS with faster window repaint
20185         and more bugfixes.
20186         
20187         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20188         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20189         and code cleanups
20190         
20191 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20193         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20194         the window if messages are appended to the end and the scrollbar is
20195         at the end.
20197 2003-04-29  Naba Kumar  <naba@gnome.org>
20199         * configure.in: Removed omf-install from Makefiles list.
20201 2003-04-28  Naba Kumar  <naba@gnome.org>
20203         * po/POTFILES.in: Remvoded deleted files.
20204         
20205         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20206         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20208         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20209         is executed as detached) is not set properly.
20210         
20211 2003-04-25  Naba Kumar  <naba@gnome.org>
20212         
20213         * anjuta.prj: Updated.
20214         * src/anjuta_info.c: Fixed text wrapping and column view.
20215         * data/welcome.txt.in: Removed unaligned characters.
20216         
20217 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20218         * src/main_menubar.c: Disable setup dialog.
20220 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20221         * src/breakpoints.c; Fixed compilation with older GCC
20222         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20223         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20225 2003-04-18  Naba Kumar  <naba@gnome.org>
20227         * anjuta.prj: Updated (includes compiler options).
20228         
20229         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20230         function from anjuta.c (it was already available in anjuta-tools.c).
20231         
20232 2003-04-18  Naba Kumar  <naba@gnome.org>
20234         * src/about.c, THANKS: Updated
20235         
20236         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20237         
20238         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20239         properly from the project session before updating the file
20240         view.
20241         
20242         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20243         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20244         dialog settings (as it will not be required once GDL is in place) and
20245         added file view filters in the settings sub-menu.
20247 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20248         * HACKING: Updated
20249         * configure.in: Disable cast checks on final build.
20251 2003-04-17  Naba Kumar  <naba@gnome.org>
20253         * src/build_project.c: Fixed a compilation error.
20255         * src/launcher.c: Removed commnets.
20256         
20257         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20258         properties from editor tab to indentation tab and fixed a property
20259         label for proper i18n translation. Fixed typos in project config
20260         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20261         sorting and reordering in compiler options dialog.
20262         
20263         * src/compiler_options.c: Implemented _save() function to save the
20264         options (which was pending).
20265         
20266         * src/build_project.c: Destroys install-as-root dialog when it is done.
20267         
20268         * src/an_symbol_view.c: Change "event" event to "event-after" so
20269         that symbol row is selected first before the popup is shown.
20270         
20271 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20273         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20274         file in CVS/Entries. (Reviewed and applied by Biswa)
20276 2003-04-16  Naba Kumar  <naba@gnome.org>
20278         * aneditor.cxx: use unicode everytime (fixed unicode related
20279         bugs).
20281         * anjuta.prj: Fixed UI editor name (blank to use default) and
20282         anjuta version.
20283         
20284         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20285         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20286         Editor preferences page.
20288 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20289         * src/anjuta.[ch], src/print.c: Fixed warnings
20290         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20291         * configure.in: Profiling support with gprof
20293 2003-04-16  Naba Kumar  <naba@gnome.org>
20295         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20296         * src/launcher.c: Fixed cvs dialog.
20297         
20298 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20299         
20300         * src/message-manager-private.cc: Fixed double-click on first line of 
20301         output to properly select a line.
20302         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20303         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20305 2003-04-15  Naba Kumar  <naba@gnome.org>
20307         * src/message-manager-private.cc: Fixed the glade filename typo.
20309 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20310         * scintilla/*, data/properties/*: Scintilla CVS merge
20311         * anjuta.prj: Removed unnecessary files.
20312         * scintilla/PlatGTK.cxx: Force Pango fonts always
20313         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20314         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20315         for preferences.
20316         * configure.in: Change version no. for 1.1.1 (alpha release)
20317         * configure.in: Added '--with-pref-suffix' option.
20318         * config.guess, config.sub: Removed from CVS.
20320 2003-04-15  Naba Kumar  <naba@gnome.org>
20322         Patch from Timothee Besset  <ttimo@idsoftware.com>
20323         * Makefile.am: Fixed a shell script error during intallation.
20324         
20325 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20327         Reviewed by Naba Kumar  <naba@gnome.org>
20328         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20329         set_wm_class to use "anjuta" instead of "an.
20330         * src/message-manager-private.cc: Headers are hidden again.
20332 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20333         * src/project_dbase_gui.c: Memory corruption fix.
20334         * anjuta.prj: Updated project file
20336 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20337         * an_file_view.c: Connect to event-after signal rather than event so that
20338         selection is updated first and thus context menu is for the right file.
20339         Reviewed and applied by Biswa.
20341 2003-04-14  Naba Kumar  <naba@gnome.org>
20343         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20344         
20345         * src/auncher.c: More child exit fixes
20346         from Timothee Besset  <ttimo@idsoftware.com>
20348 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20349         
20350         Reviewed by Naba Kumar  <naba@gnome.org>
20351         
20352         * src/message-manager.[c/h], src/message-manager-private[c/h],
20353                 anjuta.[c/h]: Ported message-manager to Gtk2
20354         
20355         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20356         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20357         src/clean_project.c, src/compile.c, src/configurer.c,
20358         src/controls.c, src/cvs.c, src/debugger.c,
20359         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20360         src/project_import.c, src/search-replace.c: Changed name from
20361         AnjutaMessageManager to AnMessageManager to avoid too long type
20362         and funtion names.
20364 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20365         * src/launcher.c: Fix build won't stop problem - TTimo
20366         * TODO: Updated
20367         * pixmaps/anjuta_splash.c: New splash screen prototype.
20368         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20369         * src/compiler_options.c: Mute pkgconfig errors.
20370         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20372 2003-04-10  Naba Kumar  <naba@gnome.org>
20374         * configurer.[c,h]: Fixed dialog to close properly.
20375         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20376         debugging asserts.
20377         
20378 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20379         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20380         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20381         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20382         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20383         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20384         src/makefile.am: Move gdl to it's own directory.
20385         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20387 2003-04-09  Naba Kumar  <naba@gnome.org>
20389         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20390         branch.
20392 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20393         * src/anjuta-tools.c: Use CDATA for saving tools data.
20394         * anjuta.glade, src/search-replace.c: Port from branch.
20395         * widgets/e-splash.*, src/main.c: Better splash screen.
20396         * configure.in, widgets/gdl*: Import GDL widgets.
20397         * ROADMAP: Updated roadmap.
20398         * src/an_file_view.c: Use GDL icons for file tree.
20400 2003-04-09  Naba Kumar  <naba@gnome.org>
20402         * anjuta.glade: Added (hidden) initial setup-wizard window.
20403         
20404         Patch from: Vitaly  <vvv@rfniias.ru>
20405         * src/preferences.c: Fixes a bug with libglace widget access with
20406         translated strings.
20408         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20409         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20410         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20411         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20412         src/toolbar_callbacks.[c,h],
20413         src/memory.c, src/message-manager-private.cc,
20414         src/message-manager-private.h, src/message-manager.cc,
20415         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20416         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20417         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20418         watch window to a subwindow in the notebook
20420 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20421         * ROADMAP: Updated roadmap.
20423 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20425         * configure.in: Added Belarusian to ALL_LINGUAS.
20427 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20428         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20429         Henry Jia
20430         * ROADMAP: Added roadmap for HEAD.
20432 2003-03-29  Naba Kumar  <naba@gnome.org>
20434         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20435         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20436         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20437         (new) pixmaps/start-with-wizard.png,
20438         (new) pixmaps/start-with-import.png,
20439         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20440         up on anjuta start-up to give quick access to opening file/project or
20441         creation wizards.
20443         * src/main.c: Sets proper data directory for the gnome
20444         program.
20446 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20447         * src/text_editor.c: Fixed error/warning indicators.
20449 2003-03-24  Naba Kumar  <naba@gnome.org>
20451         * README: Correct version.
20452         
20453 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20455         * configure.in: Added checks to see if were building on FreeBSD
20456         systems.  Sets -DFREEBSD if we are, and also attempts to find
20457         gmake if the host system is FreeBSD.
20459         * src/getline.c: New file used to provide the getline function,
20460         which isnt available on a FreeBSD system.  The function is only
20461         defined if FREEBSD is defined.
20463         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20465         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20466         configure.in sets this to gmake on FreeBSD systems, and make
20467         on everything else.
20469 2003-03-23  Naba Kumar  <naba@gnome.org>
20471         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20472         
20473         * anjuta.spec.in: Fixed spec file for correct file paths and
20474         corrected rpmbuild.
20476         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20477         the rpm build command separately now.
20478         
20479         * src/anjuta.c, windows-dialog.c: Added some more window management
20480         stuffs (not still fully working, though).
20482         * TODO: Updated.
20484 2003-03-22  Naba Kumar  <naba@gnome.org>
20486         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20488 2003-03-21  Naba Kumar  <naba@gnome.org>
20490         * README: Removed Andy Piper's name from the active maintainers
20491         list on his request.
20492         
20493         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20494         preferences.
20495         
20496         * src/anjuta-tools.c: Fixed compiler errors.
20498         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20499         show bugs.
20500         
20501         * src/commands.c, src/src_paths.c, src/style-editor.c,
20502         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20503         becuase they are now hidden by default (from glade editing).
20504         
20505         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20506         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20507         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20508         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20509         basic windows managements.
20510         
20511 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20512         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20513         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20514         Enver ALTIN (a.k.a. skyblue)
20516 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20517         * tagmanager/*: Added ignore-list for symbols. This will make
20518         parsing more accurate for projects. Doc updates needed.
20520 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20521         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20522         * launcher/Makefile.am: Link to correct libraries
20523         * src/launcher.c: Do not allow NULL shell
20525 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20526         * src/debug_tree.c: Improve debug tree view.
20528 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20530         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20531         'Run Configure Script' and 'Execute Program'. Increase minimum width
20532         of Configure dialog.
20533         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20534         list widget by setting a model and adding a column and renderer.
20535           Actually store the nocvs toggle button in FindInFiles data structure.
20536           Handle selection changes via changed signal rather than row_activated.
20537           Use response signal for handling the close and find buttons.
20538           Close window when escape is pressed.
20539         * find_replace.c: Close window when escape is pressed.
20540         * find_text.c: Close window when escape is pressed in find dialog as
20541         well as wrap search question, where now Yes is the default button.
20543 2003-03-05  Naba Kumar  <naba@gnome.org>
20545         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20547         * src/message-manager-private.cc: Fixed a bug with vte conditional
20548         compilation.
20549         * anjuta.glade: Hides all windows in glade file.
20551 2003-03-05  Naba Kumar  <naba@gnome.org>
20553         * src/an_file_view.c: Fixed a compilation warning.
20554         * src/message-manager-private.cc: Conditional compilation for vte
20555         API.
20556         
20557 2003-02-28  Naba Kumar  <naba@gnome.org>
20559         * configure.in, anjuta.spec.in: Updated dependency packages version.
20560         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20561         * src/preferences.c: Added debug assertions.
20562         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20563         editor to enable/disable bringing the recent editor tabs first.
20564         
20565         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20566         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20567         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20568         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20569         and     bug fixes. Also code clean ups.
20570         
20571         * (new) src/search-replace.[h,c]: New search replace implementation
20572         from ANJUTA_1_0_0 branch.
20573         
20574         * (new) src/windows-dialog.[h,c]: New windows management class
20575         [work in progress].
20577 2003-02-28  Naba Kumar  <naba@gnome.org>
20579         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20580         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20581         src/appwizard.c, src/build_file.c, src/build_project.c,
20582         src/clean_project.c, src/compile.c, src/configurer.c,
20583         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20584         src/message-manager-dock.c, src/message-manager-dock.h,
20585         src/message-manager-private.cc, src/message-manager.cc,
20586         src/preferences-dialog.c, src/preferences-dialog.h,
20587         src/preferences.c, src/preferences.h, src/project_dbase.c,
20588         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20589         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20590         src/utilities.c, src/utilities.h:
20591         
20592         Widgetized Preferences and gave proper function names.
20594         * src/executer.c: Fixed a session loading bug.
20595         
20596 2003-02-27  Naba Kumar  <naba@gnome.org>
20598         * printing/print.c: Fixed printing font bug that failed to load the
20599         proper fonts.
20600         
20601         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20602         
20603         * TODO, anjuta.prj: Updated.
20605 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20607         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20608         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20609         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20610         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20611         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20612         fixed omf errors
20614 2003-02-25  Naba Kumar  <naba@gnome.org>
20616         * Makefile.am: Excluded omf-install from installation as the docs are
20617         not ready.
20618         
20619         TODO: Updated.
20620         
20621         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20622         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20623         property names and added new editor properties and code cleanups.
20624         Also added new project properties.
20625         
20626         * src/compiler_options.[h,c]: Added pkg-config packages supports
20627         and fixed bugs.
20628         
20629         * src/glade_iface.h: Cleanups.
20630         
20631         * src/launcher.c: Used timer instead of idle to scan.
20632         
20633         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20634         src/project_config.[h,c], src/project_import.c: Implemented project
20635         property to define GUI editor and to handle it.
20636         
20637         * src/preferences.c: i18n fixes.
20638         
20639         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20640         unused (and old) pixmaps.
20641         
20642         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20643         
20644 2003-02-25  Naba Kumar  <naba@gnome.org>
20646         * src/message-manager-private.[h,cc], src/preferences.c,
20647         anjuta.glade, anjuta_dialog_strings.c: Implemented
20648         gnome terminal profiles for the terminal preferences and moved the
20649         addition of terminal preferences in the terminal constructor.
20650         
20651         * anjuta.prj: Updated.
20653 2003-02-24  Naba Kumar  <naba@gnome.org>
20655         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
20656         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
20657         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
20658         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
20659         preferences dialog.
20661         * TODO: Updated.
20663         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
20664         text selection and child re-spawning.
20666         * src/pixmaps.h: Removed unused pixmaps definitions.
20667         
20668 2003-02-23  Naba Kumar  <naba@gnome.org>
20670         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
20671         the project tree/window.
20673         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
20674         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
20675         Correct the use of a variable and implemented session save/load
20676         for tree expansion states.
20677         
20678         * src/main_menubar_def.h: Fixed shortcuts keys.
20679         
20680         * src/anjuta.c, src/gnome_project.c: Code clean ups.
20681         
20682         * anjuta.prj: Updated.
20683         
20684 2003-02-22  Naba Kumar  <naba@gnome.org>
20686         * src/debug_tree.[c,h]: GNOME2 port from 
20687         Etay Meiri <etay-m@bezeqint.net>
20688         
20689         * src/an_file_view.c, src/resources.[h,c],
20690         data/properties/bash.properties,
20691         data/properties/cpp.properties,
20692         data/properties/html.properties,
20693         data/properties/make.properties,
20694         data/properties/others.properties,
20695         data/properties/perl.properties,
20696         data/properties/props.properties,
20697         data/properties/xml.properties: Standarized file icons. Icons are
20698         defined in respective .properties file and are retrieved as resource
20699         data.
20701         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
20702         in labels from the commands editor as that would create
20703         problems for translators.
20705 2003-02-21  Naba Kumar  <naba@gnome.org>
20707         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
20708         as they should be part of CVS(?).
20710         * Makefile.am: Corrected a typo for glade generated strings file.
20712         * configure.in, po/hi.po: Added new Hindi (hi) translation
20713         in ALL_LINGUS and added initial Hindi translation.
20715         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
20716         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
20717         sv_unknown.xpm to more proper icon.
20719         * (new)data/properties/php.properties, data/properties/Makefile.am,
20720         data/properties/anjuta.properties, data/properties/html.properties:
20721         Fixed PHP syntax hilighting bug by separating php properties into
20722         different file (because of file size).
20724         * TODO: Updated.
20725         
20726 2003-02-20  Naba Kumar <naba@gnome.org>
20728         * src/breakpoints.c: Fixed breakpoints session saving/loading
20729         crash bug.
20730         
20731         * scintilla/*, scintilla/include/*: Updated to scintilla
20732         release 1.51
20733         
20734 2003-02-19  Naba Kumar <naba@gnome.org>
20736         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
20737         * TODO: Updated.
20739         * Makefile.am, src/Makefile.am,
20740         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
20741         (removed) src/anjuta_dialog_strings.c,
20742         (removed) src/anjuta_dialogs_strings.c,
20743         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
20744         (added) anjuta.glade: Transfered glade files from src/ directory
20745         to the top level directory.
20747         * po/POTFILES.in: Updated.
20748         
20749         * (removed) macrocs2/*: Transfered to data/ directory.
20750         
20751         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
20752         data/Makefile.am: Moved macros in data directory. Anjuta no longer
20753         requires to have macros dir, but the projects generated by anjuta
20754         require them.
20755         
20756         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
20757         trees.
20758         
20759         * src/defaults.c: Corrected default compiler options.
20760         
20761         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
20762         wizard.
20763         
20764         * src/message-manager-private.cc, src/message-manager-private.h,
20765         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
20766         
20767         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
20768         source code generation for gnome2 projects.
20770 2003-02-11  Naba Kumar <naba@gnome.org>
20772         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
20773         restores the expand/collaspe states of the nodes after refresh.
20774         
20775         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
20776         
20777 2003-02-11  Naba Kumar <naba@gnome.org>
20779         * src/style-editor.c: Fixed pango font description handling for fonts.
20780         * src/anjuta.glade: Removed font size spin button.
20781         * configure.in, src/anjuta.prj: Corrected version.
20782         * TODO: update.
20783         
20784 2003-02-10  Naba Kumar <naba@gnome.org>
20786         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
20787         references of scroll-menu.h and add about.h in Makefile.am.
20788         
20789         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
20790         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
20791         (removed) widgets/scroll-menu.h: Removed unused files.
20792         
20793         * Makefile.am: Added proper i18n rules and added intl tools for
20794         distributions.
20795         
20796         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
20797         to the stable release).
20798         
20799         * anjuta.spec.in: Removed manuals packaging.
20800         
20801         * data/Makefile.am: Removed 'macros' installation (not required for
20802         gnome2 projects).
20804 2003-02-10  Naba Kumar <naba@gnome.org>
20806         * po/POTFILES.in: Updated.
20808         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
20809         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
20810         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
20811         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
20812         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
20813         icons and images.
20815         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
20816         src/toolbar_callbacks.h: Fixed scintilla notification signal name
20817         and fixed to properly handle focus in find entry box.
20819         * Makefile.am: Added code for RH system menu update.
20821         * .cvsignore: Updated.
20823         * NEWS: Updated.
20825 2003-02-03  Naba Kumar <naba@gnome.org>
20827         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
20828         editor preferences. and fixes dialogs.
20830         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
20831         Fixed linenumbers and header margins when they are disabled and
20832         removed unused header files.
20834         * src/attact_process.[h,c], src/debugger.c: Attach to process
20835         now works.
20837         * src/help.c: Fixed dialog response.
20839         * TODO: Updated.
20841         * data/properties/anjuta.properties: Corrected typo.
20843         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
20844         Change the signal to "changed" in entry from "selection-changed" in
20845         list.
20847         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
20848         short-cuts.
20850 2003-01-31  Naba Kumar <naba@gnome.org>
20852         * configure.in: Upgraded to use libgnomeprint-2.2
20853         
20854         * printing/Makefile.am: Updated
20855         
20856         *(removed) printing/print-doc.c, printing/print-doc.h,
20857         printing/print-util.c, printing/print-util.h: Removed because already
20858         merged with print.c.
20859         
20860         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
20861         and libgnomeprintui-2.2 and fixed rendering problems.
20862         
20863         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
20864         uneccessary print properties, as they are separately taken
20865         care in gnomeprint.
20866         
20867         * po/POTFILES.in: Update.
20869 2003-01-30  Naba Kumar <naba@gnome.org>
20871         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
20872         for about dialog box.
20873         
20874         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
20875         src/pixmaps.h: Modified for the above additions for about dialog.
20877 2003-01-29  Naba Kumar <naba@gnome.org>
20879         * src/style_editor.[c,h]: Added missing files.
20880         
20881 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20882         * scintilla/XPM.[cxx|h]: Added missing files
20884 2003-01-29  Naba Kumar <naba@gnome.org>
20885         
20886         * TODO, po/POTFILES.in: Updated.
20887         
20888         * anjuta.prj, src/anjuta.glade,
20889         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
20891 2003-01-28  Naba Kumar <naba@gnome.org>
20892         
20893         * data/properties/anjuta.properties, src/aneditor.cxx,
20894         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
20895         properties into text properties (earlier it was int properties).
20897         * TODO: Updated
20898         
20899         * scintilla/AutoComplete.c,xx,
20900         scintilla/AutoComplete.h,
20901         scintilla/CallTip.c,xx,
20902         scintilla/CallTip.h,
20903         scintilla/Document.c,xx,
20904         scintilla/Document.h,
20905         scintilla/Editor.c,xx,
20906         scintilla/Editor.h,
20907         scintilla/LexAVE.c,xx,
20908         scintilla/LexCSS.c,xx,
20909         scintilla/LexHTML.c,xx,
20910         scintilla/LexOthers.c,xx,
20911         scintilla/LexPython.c,xx,
20912         scintilla/LineMarker.c,xx,
20913         scintilla/LineMarker.h,
20914         scintilla/Makefile.am
20915         scintilla/PlatGTK.c,xx,
20916         scintilla/PropSet.c,xx,
20917         scintilla/ScintillaBase.c,xx,
20918         scintilla/ScintillaBase.h,
20919         scintilla/ScintillaGTK.c,xx,
20920         scintilla/ViewStyle.c,xx,
20921         scintilla/include/Platform.h,
20922         scintilla/include/SciLexer.h,
20923         scintilla/include/Scintilla.h,
20924         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
20925         
20926         
20927         src/Makefile.am,
20928         src/an_file_view.c,
20929         src/an_symbol_view.c,
20930         src/anjuta-tools.c,
20931         src/anjuta.c,
20932         src/anjuta.glade
20933         src/anjuta.h,
20934         src/anjuta_cbs.c,
20935         src/anjuta_dialogs_strings.c,
20936         src/anjuta_info.c,
20937         src/commands.c,
20938         src/compiler_options.c,
20939         src/debugger.c,
20940         src/help.c,
20941         src/main_menubar.c,
20942         src/main_menubar.h,
20943         src/main_menubar_def.h,
20944         src/mainmenu_callbacks.c,
20945         src/mainmenu_callbacks.h,
20946         src/message-manager-private.c,c
20947         src/message-manager-private.h,
20948         src/message-manager.c,c
20949         src/message-manager.h,
20950         src/pixmaps.h,
20951         src/preferences.c,
20952         src/preferences.h,
20953         src/project_config.c,
20954         src/project_dbase.c,
20955         src/project_dbase_gui.c,
20956         src/project_import_gui.c,
20957         src/properties.c,xx,
20958         src/properties.h,
20959         src/resources.c,
20960         src/src_paths.c,
20961         src/text_editor.c,
20962         src/text_editor_gui.c,
20963         src/toolbar.c,
20964         src/utilities.c,
20965         src/utilities.h,
20966         anjuta.prj: GNOME2 porting and fixed many porting bugs.
20967         
20968 2003-01-24  Naba Kumar <naba@gnome.org>
20970         * src/text_editor_gui.c, src/toolbar.c,
20971         src/text_editor.c, src/text_editor_cbs.h:
20972         Used correct notification signal name for scintilla
20973         (gtk2) and fixed UI.
20974         
20975         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
20976         when not required.
20977         
20978         * printing/print-doc.c,
20979         printing/print.c,,
20980         src/anjuta-tools.c,
20981         src/find_replace.c,
20982         src/goto_line.c,
20983         src/launcher.c,
20984         src/mainmenu_callbacks.c,
20985         src/project_dbase.c,
20986         src/project_dbase.h,
20987         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
20988         src/text_editor.c,
20989         src/text_editor_cbs.h:
20992 2003-01-23  Naba Kumar <naba@gnome.org>
20994         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
20995         correct stock icons and organized pixmap macros.
20996         
20997         Makefile.am: Removed non-generated files.
20998         
20999         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21000         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21001         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21002         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21003         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21004         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21005         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21006         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21007         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21008         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21009         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21010         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21011         stop.xpm, undo.xpm}: Removed because no longer used.
21013         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21014         file_unknown.xpm}: Files renamed from fv_*, as it would
21015         be the right name.
21017         * pixmaps/Makefile.am: Updated for the above changes.
21019 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21021         * pixmaps/autocomplete-16.png,
21022         pixmaps/autocomplete.png,
21023         pixmaps/block-end-16.png,
21024         pixmaps/block-end.png,
21025         pixmaps/block-start-16.png,
21026         pixmaps/block-start.png,
21027         pixmaps/bookmark-first-16.png,
21028         pixmaps/bookmark-first.png,
21029         pixmaps/bookmark-last-16.png,
21030         pixmaps/bookmark-last.png,
21031         pixmaps/bookmark-next-16.png,
21032         pixmaps/bookmark-next.png,
21033         pixmaps/bookmark-prev-16.png,
21034         pixmaps/bookmark-prev.png,
21035         pixmaps/error-next-16.png,
21036         pixmaps/error-next.png,
21037         pixmaps/error-prev-16.png,
21038         pixmaps/error-prev.png: gnome2-styled icons
21041 2003-01-23  Naba Kumar <naba@gnome.org>
21043         * anjuta.prj: Updated compiler options.
21044         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21046         * src/aneditor.cxx,
21047         src/anjuta.c,
21048         src/anjuta.glade,
21049         src/anjuta_dialogs_strings.c,
21050         src/mainmenu_callbacks.c,
21051         src/mainmenu_callbacks.h,
21052         src/text_editor.c,
21053         src/text_editor_cbs.c,
21054         src/text_editor_gui.c: GNOME2 Porting.
21056 2003-01-22  Naba Kumar <naba@gnome.org>
21058         * ChangeLog: Corrected dates.
21059         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21060         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21061         preferences.
21063 2003-01-22  Naba Kumar <naba@gnome.org>
21064         
21065         * plugins/patch/patch-plugin.c: Bug fix.
21066         
21067         * src/anjuta-tools.c,
21068         src/anjuta.c,
21069         src/anjuta.glade,
21070         src/anjuta.h,
21071         src/anjuta_dialogs_strings.c,
21072         src/breakpoints.c,
21073         src/cvs_gui.c,
21074         src/debugger.c,
21075         src/debugger.h,
21076         src/executer.c,
21077         src/glade_iface.c,
21078         src/main.c,
21079         src/mainmenu_callbacks.c,
21080         src/mainmenu_callbacks.h,
21081         src/preferences.c,
21082         src/project_dbase.c,
21083         src/project_dbase_gui.c,
21084         src/registers.c,
21085         src/sharedlib.c,
21086         src/signals.c,
21087         src/signals_cbs.c,
21088         src/source.c,
21089         src/stack_trace.c,
21090         src/toolbar_callbacks.c,
21091         src/utilities.c,
21092         src/utilities.h,
21093         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21094         
21095         * src/Makefile.am,
21096         (removed) src/CORBA-Server.c,
21097         (removed) src/CORBA-Server.h,
21098         (removed) src/Gladen-common.c,
21099         (removed) src/Gladen-stubs.c,
21100         (removed) src/Gladen.h,
21101         (removed) src/Prj-common.c,
21102         (removed) src/Prj-skelimpl.c,
21103         (removed) src/Prj-skels.c,
21104         (removed) src/Prj-stubs.c,
21105         (removed) src/Prj.h,
21106         (removed) src/glades.c,
21107         (removed) src/glades.h,
21108         (removed) src/messagebox.c,
21109         (removed) src/messagebox.h: Removed because no longer used.
21111 2003-01-21  Naba Kumar <naba@gnome.org>
21113         * src/anjuta-tools.c,
21114         src/anjuta.c,
21115         src/anjuta.glade,
21116         src/anjuta_dialogs_strings.c,
21117         src/anjuta_info.c,
21118         src/anjuta_info.h,
21119         src/breakpoints.c,
21120         src/compiler_options.c,
21121         src/debugger.c,
21122         src/find_replace.c,
21123         src/find_replace.h,
21124         src/find_text.c,
21125         src/find_text.h,
21126         src/goto_line.c,
21127         src/launcher.c,
21128         src/text_editor.c,
21129         widgets/gnomefilelist.c: GNOME2 porting.
21131 2003-01-20  Naba Kumar <naba@gnome.org>
21133         * global-tags/create_global_tags.sh: Uses pkg-config to
21134         read the modules.
21135         
21136         * src/anjuta.c,
21137         src/anjuta.glade,
21138         src/anjuta.h,
21139         src/anjuta_cbs.c,
21140         src/anjuta_dialogs_strings.c,
21141         src/breakpoints.c,
21142         src/breakpoints.h,
21143         src/compiler_options.c,
21144         src/compiler_options.h,
21145         src/fileselection.c,
21146         src/fileselection.h,
21147         src/mainmenu_callbacks.c,
21148         src/project_dbase_gui.c,
21149         src/session.c,
21150         src/src_paths.c,
21151         src/src_paths.h,
21152         src/text_editor.c,
21153         src/text_editor_gui.c,
21154         widgets/gnomefilelist.c,
21155         widgets/gnomefilelist.h: GNOME2 porting.
21156         
21157         * widgets/Makefile.am,
21158         (removed) widgets/gnomedirlist.c,
21159         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21160         
21161         * src/Makefile.am,
21162         (removed) src/src_paths_cbs.c,
21163         (removed) src/src_paths_cbs.h,
21164         (removed) src/src_paths_gui.c,
21165         (removed) src/compiler_options_cbs.c,
21166         (removed) src/compiler_options_cbs.h,
21167         (removed) src/breakpoints_cbs.c,
21168         (removed) src/breakpoints_cbs.h: Removed because they are now
21169         combined in singe file
21171 2003-01-16  Naba Kumar <naba@gnome.org>
21173         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21174         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21175         options dialog UI and data handling.
21178 2003-01-15  Naba Kumar <naba@gnome.org>
21180         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21181         Completed command editor porting.
21182         
21183         * src/anjuta.c: Removed the use of commands load function
21184         (not required).
21186         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21187         and unrefs.
21189         * src/anjuta-tools.c: Fixed translatable strings.
21190         
21191         * src/find_text.c: Fixed dialog creation from glade.
21192         
21193         * src/text_editor_gui.c, src/text_editor.c,
21194         src/text_editor_cbs.c: Completed port of detached text editor
21195         to gnome2 plateform.
21196         
21197 2003-01-14  Naba Kumar <naba@gnome.org>
21199         * src/anjuta.glade, src/preferences.[h,c],
21200         src/anjuta_dialogs_strings.c: Added build and editor
21201         preferences pages and other UIs. Fixed preferense loading and saving.
21202         
21203         * src/anjuta.c: Does case-insensitive match for tabs position
21204         preferences and removed preferences loading (done at _new() call).
21205         
21206         * anjuta-tools.c: Debugged tools dialog handling.
21207         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21208         
21209 2003-01-13  Naba Kumar <naba@gnome.org>
21211         * ABOUT-NLS: Update (strange).
21213         * autogen.sh: Removed blocking code.
21215         * configure.in: Fixed an autogen bug.
21216         
21217 2003-01-13  Naba Kumar <naba@gnome.org>
21219         * (new)src/anjuta.gladep
21220         (new)src/messagebox.c
21221         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21222         will be gradually removed (and then the files).
21223         
21224         * Makefile.am,
21225         anjuta.prj,
21226         printing/print-util.c,
21227         printing/print.c,
21228         scintilla/ScintillaGTK.c,xx
21229         src/Makefile.am,
21230         src/an_file_view.c,
21231         src/an_symbol_view.c,
21232         src/anjuta.c,
21233         src/anjuta.glade
21234         src/anjuta.h,
21235         src/anjuta_dialogs_strings.c,
21236         src/anjuta_gui.c,
21237         src/attach_process.c,
21238         src/attach_process.h,
21239         src/breakpoints.c,
21240         src/breakpoints.h,
21241         src/breakpoints_cbs.c,
21242         src/commands.c,
21243         src/commands.h,
21244         src/compiler_options.c,
21245         src/compiler_options.h,
21246         src/compiler_options_cbs.c,
21247         src/configurer.c,
21248         src/configurer.h,
21249         src/controls.c,
21250         src/cvs_cbs.c,
21251         src/debug_tree.c,
21252         src/debug_tree.h,
21253         src/executer.c,
21254         src/executer.h,
21255         src/find_in_files.c,
21256         src/find_in_files.h,
21257         src/find_in_files_cbs.c,
21258         src/find_replace.c,
21259         src/find_replace.h,
21260         src/find_text.c,
21261         src/find_text.h,
21262         src/goto_line.c,
21263         src/help.c,
21264         src/help.h,
21265         src/launcher.c,
21266         src/main.c,
21267         src/main_menubar.c,
21268         src/mainmenu_callbacks.c,
21269         src/message-manager.c,c
21270         src/pixmaps.h,
21271         src/preferences.c,
21272         src/project_config.c,
21273         src/project_config.h,
21274         src/project_dbase.c,
21275         src/project_import_cbs.c,
21276         src/resources.c,
21277         src/resources.h,
21278         src/splash.c,
21279         src/src_paths.c,
21280         src/src_paths.h,
21281         src/src_paths_gui.c,
21282         src/text_editor.c,
21283         src/text_editor_gui.c,
21284         src/toolbar.c,
21285         src/toolbar.h,
21286         src/utilities.c,
21287         src/utilities.h,
21288         src/wizard_gui.c,
21289         widgets/gnomefilelist.c: GNOME2 Port.
21291 2003-01-10  Naba Kumar  <naba@gnome.org>
21293         * src/an_file_view.c,
21294         src/anjuta_gui.c,
21295         src/appwizard_gui.c,
21296         src/compiler_options.c,
21297         src/compiler_options_cbs.c,
21298         src/cvs_cbs.c,
21299         src/executer.c,
21300         src/fileselection.c,
21301         src/find_in_files.c,
21302         src/goto_line.c,
21303         src/main_menubar.c,
21304         src/memory.c,
21305         src/message-manager-dock.c,
21306         src/preferences.c,
21307         src/project_dbase_gui.c,
21308         src/project_import_gui.c,
21309         src/registers_gui.c,
21310         src/sharedlib_gui.c,
21311         src/src_paths_gui.c,
21312         src/text_editor_gui.c,
21313         src/toolbar.c,
21314         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21316 2003-01-09  Naba Kumar <naba@gnome.org>
21318         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21319         problems with some comments.
21321         * anjuta.prj: New project file (updated?)
21323         * src/Makefile.am: Enabled deprecated API and fixed variables.
21325         * src/an_file_view.c,
21326         src/an_symbol_view.c,
21327         src/anjuta-plugins.c,
21328         src/anjuta-tools.c,
21329         src/anjuta.c,
21330         src/anjuta_gui.c,
21331         src/appwizard_cbs.c,
21332         src/attach_process.c,
21333         src/attach_process_cbs.c,
21334         src/compiler_options.c,
21335         src/compiler_options_cbs.c,
21336         src/launcher.c,
21337         src/mainmenu_callbacks.c,
21338         src/message-manager-private.c,c
21339         src/message-manager-private.h,
21340         src/message-manager.c,c
21341         src/message-manager.h,
21342         src/project_dbase.c,
21343         src/project_dbase.h,
21344         src/project_dbase_gui.c,
21345         src/project_import_cbs.c,
21346         src/project_import_gui.c,
21347         src/registers.c,
21348         src/resources.c,
21349         src/resources.h,
21350         src/sharedlib.c,
21351         src/signals.c,
21352         src/signals_cbs.c,
21353         src/signals_gui.c,
21354         src/splash.c,
21355         src/src_paths_cbs.c,
21356         src/src_paths_gui.c,
21357         src/stack_trace.c,
21358         src/text_editor.c,
21359         src/text_editor_gui.c,
21360         src/text_editor_menu.c,
21361         src/toolbar.c,
21362         src/toolbar_callbacks.c,
21363         src/utilities.c,
21364         src/watch.c,
21365         src/watch_cbs.c,
21366         src/wizard_gui.c: GNOME porting.
21368 2002-12-24 Naba Kumar <naba@gnome.org>
21370         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21371         NEWS, README, SEARCH-REPLACE,
21372         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21373         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21374         launcher/Makefile.am,
21375         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21376         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21377         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21378         printing/print-util.c, printing/print.c, printing/print.h,
21379         scintilla/*/*, widgets/e-shell-about-box.c,
21380         src/*, tagmanager/*/*, widgets/Makefile.am,
21381         widgets/gnomefilelist.c:
21382         
21383         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21384         src/*.[c,h] files to gnome2 API.
21386         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21387         strings table.
21389 2002-10-23  Naba Kumar <naba@gnome.org>
21391         * autogen.sh: Prevented Users from building HEAD cvs.
21392         
21393 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21395         * src/anjuta.glade: added the compiler options dialog, hopefully
21396         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21398 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21400         * src/anjuta.glade: fixed a lot of small glitches.
21402         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21403         now.
21405         * src/breakpoints_cbs.c: polished a bit.
21407 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21409         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21411         * src/commands.c: partial gnome 2 port.
21413         * src/utilities.[ch]: changed some bits to be const.
21415 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21417         * src/Makefile.am: removed breakpoints_gui.c and added a check
21418         for gdk-pixbuf deprecated functions, but there shouldn't be much
21419         anyway.
21421         * src/breakpoints_gui.c: killed.
21423         * src/anjuta.glade: added two dialogs for the breakpoints management.
21425         * src/anjuta.h:
21426         * src/anjuta_cbs.c:
21427         * src/appwizard.c:
21428         * src/attach_process.c:
21430         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21431         really huge changes and porting work.
21432         
21433         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21434         (breakpoints_dbase_new): moved the UI init bits here.
21436         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21437         a lot, not using any color anymore (not HIG compliant) and not using
21438         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21439         to be double checked.
21441         * src/build_file.c:
21442         * src/build_project.c: gnome 2 port.
21444 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21446         * src/anjuta.glade:
21447         * src/anjuta.h:
21448         * src/anjuta_cbs.c:
21449         * src/appwizard.c:
21450         * src/breakpoints.c:
21451         * src/breakpoints_cbs.c: cleaned up some bits.
21453 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21455         * src/Makefile.am:
21456         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21458         * src/an_symbol_view.[ch]:
21459         * src/attach_process_cbs.h: polished a bit.
21461         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21463 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21465         * configure.in:
21466         * src/Makefile.am: added libglade-2 to the build.
21468         * src/anjuta.[ch]: added support for libglade.
21470         * src/anjuta.glade: added. There could be a file per top-level widget,
21471         as some other gnome projects, though.
21473         * src/attach_process_gui.c: removed.
21474         * src/attach_process.[ch]: gnome 2 port.
21475         (attach_process_new): Added the treeview init and the widget references
21476         here.
21478 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21480         * src/an_file_view.c: fixed some compilation issues.
21482         * src/an_symbol_view.c: gnome 2 port.
21484 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21486         * src/an_file_view.c: finished gnome 2 port.
21487         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21488         directory pixmap depending on the event.
21490         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21491         (project_file_data_new): use a GtkTreePath.
21493 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21495         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21496         driving me nuts but they need to be ported, heh ?
21498         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21499         work since it's quite a total rewrite again.
21501 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21503         * src/an_file_view.c:
21504         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21506 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21508         * src/anjuta_info.c:
21509         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21511 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21513         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21514         nuts ATM.
21515        
21516         * src/an_file_view.c:
21517         * src/aneditor.cxx:
21518         * src/anjuta_cbs.c:
21519         * src/compiler_options.h:
21520         * src/messagebox.c:
21521         * src/messagebox.h:
21522         * src/pixmaps.h:
21523         * src/project_dbase.h:
21524         * src/resources.h: gnome 2 port.
21526 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21528         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21530         * data/properties/sql.properties: added the DATETIME data type.
21532         * data/properties/html.properties: added the foreach php keyword.
21534 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21536         * widgets/Makefile.am: removed blank line after the last backslash
21537         for avoiding a warning from automake.
21539         * configure.in:
21540         * src/Makefile.am: added the ORBit-2 dep.
21542 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21544         * AUTHORS: added Biswa, because I wonder why noone already have
21545         written his name in the Anjuta's hall of fame :)
21547 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21549         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21550         widgets/e-shell-about-box.c: Made to compile for gnome2.
21551         
21552 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21554         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21555         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21556         
21557         * configure.in, printing/print.h, printing/print.c,
21558         printing/print-doc.c: Made to compile for gnome2.
21559         
21560 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21562         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21563         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21564         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21565         widgets/Makefile.am:
21566         
21567         Upgraded the build system to gnome2 platform.
21568         
21569 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21570         * manuals/*: Added capability to generate PDF and PS.
21571         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21572         * TODO, TODO.biswa: Intergated TODO list.
21573         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21574         , bug #574470
21575         * src/dnd.c: Fix typo
21576         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21577         * src/anjuta.c: Bug #568895, Bug #575419
21579 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21581         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21582         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21584 2002-12-17  Naba Kumar <naba@gnome.org>
21586         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21587         bugs.
21588         
21589 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21590         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21591         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21592         * anjuta.prj: Added tools.sgml
21593         * data/properties/cpp.properties: Bug # 646974
21595 2002-12-16  Naba Kumar <naba@gnome.org>
21597         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21598         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21599         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21600         on 'Enter' and adds proper focus mechanism.
21601         * src/anjuta.c: Fixed a memory corruption bug.
21602         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21603         'Enter' and can also be Canceled. Sets proper default and focus policies
21604         for tools dialogs.
21605         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21606         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21607         translatable strings in dialogs and fixed some dialog properties.
21608         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21609         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21610         * src/message_manager_private.cc: Fixed some debug messages.
21611         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21612         widgets/gnomefilelist.c: Fixed a memory leaks.
21613         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21614         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21615         src/main_menubar_def.h: Implemented incremental search.
21616         * TODO: Updated.
21618 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21619         * tagmanager/*: Minor cleanups and warning fixes.
21620         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21621         GUI during long updates.
21622         * src/text_editor.c: Remove debug message.
21624 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21625         * tagmanager/tm_project.c: Fix a memory access problem.
21627 2002-12-13  Naba Kumar <naba@gnome.org>
21629         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21630         tools list to show "Enabled" flag of the tool. Fixed a bug where
21631         tool list is not cleared when creating a new tool.
21632         
21633 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21634         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21636 2002-12-12  Naba Kumar <naba@gnome.org>
21638         * anjuta-tools.[h,c], commands.c: Used the tools help of
21639         anjuta variables list in commands editor and fixed a typos
21640         buy in anjuta-tools.c.
21641         
21642 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21643         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21644         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21645         * TODO.biswa: Added to help me track things better.
21647 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21649         * configure.in, anjuta.spec.in: Added libglade dependency.
21650         * Makefile.am: Added anjuta.glade file.
21651         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
21652         , src/mainmenu_callbacks.[ch], src/message-manager.h
21653         , src/widget-registry.c: Tools editor GUI + other additions.
21655 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21657         * src/project_dbase.[ch], tagmanager/tm_project.c,
21658         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
21659         Implement syncing tags image with the project database.
21660         * src/anjuta-tools.c: Implemented variable substitution and
21661         working directory in tools.
21663 2002-12-09  Naba Kumar <naba@gnome.org>
21664         
21665         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
21666         command configuration language list from properties.
21667         
21668         * data/properties/asm.properties, data/properties/ruby.properties:
21669         Fixed typos.
21671 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21673         * src/an_symbol_view.c: Remember current selected entry and select
21674         it automatically after refresh.
21676 2002-11-26  Murray Cumming  <murrayc@usa.net>
21678         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
21679           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
21680         and gnomemm 1.2 projects so that people know they are really
21681         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
21682         But I did correct these to sue lowercase names.
21684 2002-12-01  Naba Kumar <naba@gnome.org>
21686         * data/anjuta.properties: Fixed caching problem on 
21687         indicators.
21688         * src/preferences.c, src/preferences_gui.c: Implemented automatic
21689         indicators prefs.
21690         
21691 2002-12-01  Naba Kumar <naba@gnome.org>
21693         * data/properies/anjuta.properties: Corrected "indicators.automatic"
21694         property name.
21695         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
21696         property and uses it.
21697         * src/aneditor.cxx: Fixed a bug associated with selection a word at
21698         current cursor.
21699         
21700 2002-11-30  Naba Kumar <naba@gnome.org>
21702         * src/debugger.c: Fixed a typo.
21703         * data/properties/*: Updated properties files and added
21704         new ones.
21705         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
21706         Added comment submenu and cleaned up ref and unref of menus.
21707         * src/aneditor.h: Added definition of comment commands.
21708         * src/aneditor.c: Upgrade from latest SciTE source code.
21709         * src/text_editor.[hc], src/text_editor_cbs.c, 
21710         src/message_manager_private.cc, src/message_manager.[cc,h],
21711         src/anjuta.[c,h]: Added indicators support for errors/warnings
21712         highlight in the editor.
21713         * NEWS, TODO: Update.
21714         * scintilla/include/PropSet.h: Removed deprecrated function.
21715         
21716 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21718         * src/anjuta-tools.[ch]: Tools implementation (basic)
21719         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
21720           , src/main_menubar_def.h: PLugins cleanup and segregation
21721         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
21722           registry
21723         * anjuta.prj: Added new files
21724         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
21725         * plugins/class-gen/clsGen.c: Register menu under 'Project'
21726         * plugins/patch/patch-plugin.c: Register menu under 'Format'
21727         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
21728         * src/Makefile.am: Added new files
21729         * src/message-manager.[cc/h]: Added standard output and error windows
21731 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
21733         * project_type.c: Fixed Gnomemm2 project type
21735 2002-11-25  Naba Kumar <naba@gnome.org>
21737         * printing/print.c: Fixed a compile warning.
21738         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
21739         * src/utilities.c: Fixed a compile warning in sparc, hides the
21740         terminal check error output from the user.
21741         * project_config.[ch], project_dbase.[ch], source.c: Added project
21742         version, exclude modules configuration and reordered other config
21743         properties. Changed some strings to more descriptive text.
21744         * src/compiler_opitions.c: Removed extra newlines from .prj file
21745         save.
21746         * anjuta.prj: Converted to new format (only reorganised properties
21747         and removed extra newlines ... nothing else).
21748         * NEWS: updated
21749         
21750 2002-11-21  Naba Kumar <naba@gnome.org>
21752         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
21753         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
21754         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
21755         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
21756         Updated to the CVS version.
21758 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21760         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
21761           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
21762           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
21763           images in completion lists. 
21764         * src/resources.h: Make C++ friendly.
21765         * scintilla/PropSet.cxx: Fix memory leak.
21767 2002-11-20  Naba Kumar <naba@gnome.org>
21769         * scintilla/*/*: Synced to latest scintilla 1.49
21770         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
21771         New lexers added.
21773         * scintilla/RESearch.cxx: The automatic cvs log in the
21774         file really broke things trying to interprete the changelog
21775         entry incorrectly as end-of-comment. Removed the $cvs line
21776         and committed again.
21777         
21778 2002-11-19  Naba Kumar <naba@gnome.org>
21780         Patch from Timothee Besset <ttimo@idsoftware.com>
21781         
21782         * src/message-manager-private.cc: Interpretes absolute
21783         file paths properly in zvt terminal.
21785 2002-11-19  Naba Kumar <naba@gnome.org>
21787         Patch from Timothee Besset <ttimo@idsoftware.com>
21788         
21789         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
21790         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
21791         (important) editor preferences in project (if there is one
21792         open).
21793         
21794         * TODO: Updated
21795         
21796 2002-11-18  Naba Kumar <naba@gnome.org>
21797         
21798         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
21799         
21800         * src/debug_tree.c, src/find_in_files_gui.c,
21801         src/find_replace.c, src/find_text.c, 
21802         src/project_import.c, src/project_import_gui.c,
21803         src/wizard_gui.c: i18n Fixes.
21805 2002-11-15  Naba Kumar <naba@gnome.org>
21807         * plugins/class-gen/clsGen.c: Fixed to use project function
21808         to import files. Create non-existent directories before the
21809         sources are written.
21810         
21811         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
21812         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
21813         src/glade_iface.c,
21814         src/glades.c: Excluded gladen files from build. This
21815         will fix the unnecessary dependency on libssl.
21816         
21817         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
21818         file import funtion.
21819         
21820         * src/message_manager_private.cc: Fixed a compiler warning with
21821         DEBUG preprocessor macro.
21822         
21823         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
21824         wrong (undocked) editor window was closed on clicking close on an
21825         undocked editor window.
21826         
21827         * src/debugger.c: Fixed a bad bug where debugger terminal won't
21828         start correctly if the executable was run before with 'F3'.
21829         
21830         * src/toolbar_callbacks.c: Wrap around find next.
21831         * src/toolbar.c: Disable combo activate.
21832         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
21833         button positions to get 'yes' as default.
21835         * anjuta.spec.in: Updated.
21836         
21837         * src/anjuta_info.c, src/appwizard_gui.c,
21838         src/attach_process_gui.c, src/breakpoints_gui.c,
21839         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
21840         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
21841         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
21842         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
21843         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
21844         src/preferences.c, src/preferences_gui.c, src/project_config.c,
21845         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
21846         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
21847         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
21848         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
21849         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
21850         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
21851         plugins/patch/patch-plugin.c, printing/print-util.c:
21852         Set all windows and dialogs transient
21853         to their parents so that they remain floated above their parents.
21854         
21855 2002-11-13  Naba Kumar <naba@gnome.org>
21857         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
21858         take default editor font).
21859         
21860         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
21861         Corrected email address.
21862         
21863         * src/mainmenu_callbacks.c: Used spaces instead of tabs
21864         for changelog entry.
21866         * NEWS: Updated.
21867         
21868 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21869         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
21871 2002-11-06  Naba Kumar <naba@gnome.org>
21873         * README: Updated
21874         * anjuta.spec.in: Ships the .omf files with the
21875         documents instead of the base package.
21876         
21877 2002-11-04  Naba Kumar <naba@gnome.org>
21879         * data/properties/latex.properties: Fixed a bug.
21880         * ChangeLog: Released 1.0.0 stable.
21882 2002-11-04  Naba Kumar <naba@gnome.org>
21884         * src/commands.c: Added command with shell redirection capability.
21885         * data/properties/anjuta.properties: Changed default execution
21886         command.
21887         * src/project_dbase.c: Set project top dir in properties.
21888         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
21889         * data/Makefile.am: More diskcheck error fixes.
21890         
21891         * README, anjuta.spec.in, THANKS, AUTHORS,
21892         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
21893         manuals/C/anjuta-manual/authers,sgml,
21894         manuals/C/anjuta-manual/anjuta-manual.sgml,
21895         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21896         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
21897         : Changed anjuta home to
21898         new URL and my email address.
21899         
21900         * manuals/C/anjuta-manual/interfaces.sgml,
21901         manuals/C/anjuta-manual/prefereces.sgml,
21902         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
21903         
21904         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
21905         : removed reference to the help menu as the menu is modified
21906         when no help is found (which is very likely when we are
21907         shiping the documents separately).
21908         
21909 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21910         * anjuta.spec.in: Update specfile to make multiple RPMs.
21911         * data/Makefile.am: make dist fix.
21912         * src/text_editor_menu.c: Fix compile warnings (casts).
21914 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21915         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
21916         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
21918 2002-11-01  Naba Kumar <naba@gnome.org>
21920         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
21921         Added gnome2 macros to be used by gnome2 project wizard.
21922         
21923         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
21924         from gnome-common.
21925         
21926         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
21927         as it was conflicting with generated projects and is not
21928         useful for us.
21929         
21930         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
21931         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
21932         project generation, removed qt project as it's not complete and
21933         added gnome2 bonobo wizard.
21935 2002-10-29  Naba Kumar <naba@gnome.org>
21937         * po/POTFILES.in: Updated.
21938         * po/POTFILES.skip: Added.
21939         * preferences.h: Fixed print paper size property name.
21941 2002-10-28  Naba Kumar <naba@gnome.org>
21942         
21943         * data/user.properties, data/Makefile.am: Added user properties file
21944         which will be copied in user's ~/.anjuta/user.properties.
21945         
21946         * data/anjuta.properties: Changed a comment.
21947         
21948         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
21949         
21950         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
21951         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
21952         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
21953         item.
21955         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
21956         instead of user properties file.
21957   
21958         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
21959         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
21960         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
21961         * README, TODO: Updated.
21962         
21963 2002-10-28  Naba Kumar <naba@gnome.org>
21965     * manuals/C/anjuta-manual/figures/editor_guides.png,
21966     manuals/C/anjuta-manual/figures/editor_margins.png,
21967     manuals/C/anjuta-manual/figures/editor_markers.png,
21968     manuals/C/anjuta-manual/figures/local_variables.png,
21969     manuals/C/anjuta-manual/figures/open_file_multiple.png,
21970     manuals/C/anjuta-manual/figures/prefs_print.png,
21971     manuals/C/anjuta-manual/figures/print_dlg.png,
21972     manuals/C/anjuta-manual/figures/print_preview.png,
21973     manuals/C/anjuta-manual/figures/symbol_browser.png,
21974     manuals/C/anjuta-manual/figures/variable_tip.png: New png
21975     files for manual documentation.
21976     
21977     * manuals/sgmldocs.make,
21978     manuals/C/anjuta-manual/Makefile.am,
21979     manuals/C/anjuta-manual/authors.sgml,
21980     manuals/C/anjuta-manual/build.sgml,
21981     manuals/C/anjuta-manual/compileopts.sgml,
21982     manuals/C/anjuta-manual/debugger.sgml,
21983     manuals/C/anjuta-manual/execute.sgml,
21984     manuals/C/anjuta-manual/fileoperations.sgml,
21985     manuals/C/anjuta-manual/interface.sgml,
21986     manuals/C/anjuta-manual/preferences.sgml,
21987     manuals/C/anjuta-manual/projects.sgml,
21988     manuals/C/anjuta-manual/figures/arguments.png,
21989     manuals/C/anjuta-manual/figures/open_file.png,
21990     manuals/C/anjuta-manual/figures/other_opts.png,
21991     manuals/C/anjuta-manual/figures/scrshot.png,
21992     manuals/C/anjuta-manual/figures/toolbar_browser.png,
21993     manuals/C/anjuta-manual/figures/toolbar_tags.png:
21994     
21995     Updated anjuta manual documentation.
21997     
21998 2002-10-27  Naba Kumar <naba@gnome.org>
22000     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22001     check and modifies debugger terminal command accordingly
22002     to function properly.
22003     
22004 2002-10-25  Naba Kumar <naba@gnome.org>
22006         * manuals/sgmldocs.make: Fixed a couple of bugs.
22007         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22009 2002-10-24  Naba Kumar <naba@gnome.org>
22011         * src/debug_tree.c: Fixed a crash bug from Etay.
22013         * global_tags/create_global_tags: Added messages.
22014         Fixed infinite looping within files.
22015         
22016         * macro/autogen.sh: Removed debug and warning flags for defaults.
22017         
22018         Patch from Vadim Berezniker <vadim@berezniker.com>
22019         
22020         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22021         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22022         generation.
22024         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22025         temporarily just copy it
22027 2002-10-24  Naba Kumar <naba@gnome.org>
22029         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22030         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22031         manuals/C/anjuta-manual/compileopts.sgml,
22032         manuals/C/anjuta-manual/debugger.sgml,
22033         manuals/C/anjuta-manual/execute.sgml,
22034         manuals/C/anjuta-manual/fileoperations.sgml,
22035         manuals/C/anjuta-manual/interface.sgml,
22036         manuals/C/anjuta-manual/introduction.sgml,
22037         manuals/C/anjuta-manual/projects.sgml,
22038         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22039         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22040         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22041         manuals/ja/anjuta-manual/compileopts.sgml,
22042         manuals/ja/anjuta-manual/debugger.sgml,
22043         manuals/ja/anjuta-manual/execute.sgml,
22044         manuals/ja/anjuta-manual/fileoperations.sgml,
22045         manuals/ja/anjuta-manual/interface.sgml,
22046         manuals/ja/anjuta-manual/introduction.sgml,
22047         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22049 2002-10-24  Naba Kumar <naba@gnome.org>
22051         * src/project_type.c: added autogen for qt projects.
22052         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22053         Fixed a bug that retrieves wrong terminal command.
22054         * src/commnads.c: Added more terminal commands.
22055         * configure.in: Checks for scrollkeeper version.
22056         
22057 2002-10-22  Naba Kumar <naba@gnome.org>
22059         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22060         instead of AM_GNOME_GETTEXT.
22061         
22062         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22063         for setup-gettext for the wizard generated projects.
22065         * src/source.c: Fixed a bug where glade file wasn't generated.
22066         
22067         * src/gnome_project.c: Excluded project version from project dir
22068         name.
22069         
22070 2002-10-22  Naba Kumar <naba@gnome.org>
22072         * acinclude.m4: New file with dummy funtion for gettext
22073         cross compatibility fix.
22074         
22075         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22076         * configure.in: Fixed cflags to avoid useless warnings.
22077         * Makefile.am: EXTRA_DIST += setup-gettext.
22078         * src/toolbars.c: Added space paddings around tags label.
22080 2002-10-21  Naba Kumar <naba@gnome.org>
22082         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22083         
22084         * setup-gettext: New script to maintain gettext cross version
22085         compatibility.
22086         * configure.in, macros/autogen.sh: Fix for gettext cross version
22087         compatibility.
22088         
22089 2002-10-21  Naba Kumar <naba@gnome.org>
22091         * debug_tree.c: Fixed incorrect use of debug assertion.
22092         
22093 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22094             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22095         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22096         src/memory.c, src/memory.h, src/message-manager-private.cc:
22097         
22098         New parsing algorithm; adapted from kdevelop.
22099         Middle button menu for changing the value's display type
22101 2002-10-07  Naba Kumar <naba@gnome.org>
22103         * src/main_menubar_def.h: Changed status bar message for Help->
22104         Browse info pages. Bug #603308
22106         * src/executer.c: Made "User terminal" default for creating
22107         projects (User can always disable it later). Bug #114222
22108         
22109 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22111         * macros/autogen.sh: Require gettext 0.10.x for autogen
22112         * src/text_editor.c: Fixes Bug #595303
22113         * src/source.c: Fixes Bug #595970
22114         * src/anjuta.c: Fixes Bug #598366
22115         * scingtilla/LexCPP.cxx: Bug #602296
22116         * src/main_menubar_def.h: Bug #604363
22117         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22118         
22119 2002-10-07  Jens Georg <mail@jensgeorg.de>
22121         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22122         * gnomefilelist.c: This patch fixes the bug #611542
22123         
22124 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22126         * data/properties/Makefile.am: Added tcltk.properties file.
22127         
22128 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22130         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22131         
22132         * README: Updated README
22133         * plugins/class-gen/clsGen.c, src/message_manager.cc
22134           , src/mainmeu_callbacks.c, src/memory.c
22135           , src/project_dbase_gui.c, src/text_editor_gui.c
22136           , widgets/gnomefilelist.c: Set window icons
22137         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22138           Enabled release build (stripped + optimized binaries, etc.)
22139         * data/properties/anjuta.properties, src/commands.c,
22140           src/defaults.cFixed bug #595489 (stdin on executables)
22141         * src/appwizard.c, src/main.c, src/message-manager.cc
22142           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22143           , src/debug_tree.c: Memory related (valgrind) fixes.
22144         * src/message-manager-private.[cc,h], src/pixpams.h
22145           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22146         * anjuta.prj: Added debug_tree.c to SOURCES
22147         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22148           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22149           Compacted code and cleaned up unnecessary functions.
22150         * tagmanager/*.[ch]: Code fixes.
22151         
22152 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22153         
22154         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22155         
22156         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22157         Debug tree now detects changes of displayed variables
22158         and changes their color to red
22160 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22162         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22163         
22164         * mainmenu_callbacks.c: Set's the current file name in
22165         file save as dialog.
22166         
22167 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22169         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22171         * data/properties/tcltk.properties: New file for tcl/tk
22172         properties.
22174 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22176         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22177         Fixed a fatal bug which doesn't let building gnome2 related
22178         projects. They use different autogen.sh script. Defined new
22179         type field "gnome_macro_support".
22180         
22181         * data/autogen.sh.gnome2: New file.
22182         
22183         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22184         bug with quotes escaping in quotes.
22185         
22186         * src/message-manager-private.cc: Used event box instead
22187         of frame for local message pane, so that the borders appear
22188         properly and nicely.
22189         
22190         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22191         if there is a project open and all the files are un-docked.
22193         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22195 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22197         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22198         * THANKS: updated for new contributions
22199         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22201 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22203         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22204         src/project_dbase.h, src/project_type.c, src/source.c, 
22205         src/wizard_gui.c: new Qt project type
22206         *** NB not fully tested, may need some work, icon required...
22208 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22210         * src/memory.c, src/memory.h: new memory patch
22212 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22214         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22216 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22218         * lancher/anjuta_launcher.c: Determine pty from function
22219         call instead of running 'tty' externally.
22220         
22221         * data/properties/cs.properties: Added compile/build commands.
22222         Fixed execution properties.
22223         
22224         * src/commands.c: Added c# options.
22226         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22227         
22228         * src/debug_tree.[c,h], src/debugger.[c,h],
22229         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22230         
22231         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22232         1. Misaligned structs when they are members of other structs.
22233         2. '{' sometimes appears as a variable.
22234         3. Wrong processing of some arrays.
22235         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22236         that displays the tree in two columns (variable and value).
22238 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22240         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22242         * data/properties/sql.properties: added the DATETIME data type.
22244         * data/properties/html.properties: added the foreach php keyword.
22246 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22248         * NEWS: Updated with new features.
22249         
22250         * data/.cvsignore, doc/.cvsignore: Updated.
22251         
22252         Patch from: Etay Meiri <etay-m@bezeqint.net>
22253         
22254         * src/debug_tree.h, src/debug_tree.c: New files.
22255         
22256         * src/Makefile.am, src/message-manger-private.[h,cc],
22257         src/message-manger.cc: Added Tree view for debugger
22258         locals view.
22259         
22260 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22262         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22263         
22264         * src/memory.c, src/memory.h: New files.
22265         
22266         * src/Makefile.am, src/appwizard.c, src/controls.c,
22267         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22268         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22269         
22270         Memory view implemetation that would enable viewing raw memory
22271         during debugging.
22273 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22275         * AUTHORS: added Biswa, because I wonder why noone already have
22276         written his name in the Anjuta's hall of fame :)
22278 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22280         * src/appwizard_gui.c: Removed an ambiguous prototype.
22281         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22282         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22283         * THANKS: Updated M. Ali Vardar's email.
22284         
22285 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22287         * src/anjuta_gui.c: implemented feature request to stop main and browser
22288           toolbars having exclusive use of space
22290 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22292         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22293         left over from the previous work to fix bugs :-)
22294         
22295         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22296         src/controls.c, src/mainmenu_callbacks.h, 
22297         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22298         reviewed
22299         
22300         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22301         src/project_import_gui.c, src/sharedlib_gui.c, 
22302         src/signals_gui.c: set window icon correctly
22303         
22304         * NEWS: more updates for the release
22305         
22306         * HACKING: updated for window icons and insert menu information
22307         
22308         * src/cvs_gui.c, src/build_project.c, 
22309         src/project_import_cbs.c: message strings reviewed
22310         
22311         * src/controls.c: context help button should be disabled if 
22312         DevHelp is not installed
22313         
22315 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22317         * src/debugger.c: Fixed the signalling screw up because of string
22318         update in gdb used to report the child process PID. Also, no
22319         error dialog will be popped up for "no such file or directory"
22320         error (very annoying and useless error). This error will still
22321         be shown on the debug message window. Avoided terminating the
22322         program when the terminal is terminated -- doesn't hurt, otherwise
22323         we get crappy egg-and-hen problem.
22324         
22325         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22326         dimensions loading.
22327         
22328         * src/anjuta.c: Limited the default size of main window to sane
22329         values.
22331         * src/preferences.c: Fixed some deadly memory corruption bugs in
22332         the recent patches. Return from getenv() should NEVER be freed,
22333         because they are static strings.
22334         
22335         * src/preferences_gui.c: Removed the fix for crash bug with font
22336         selection and applied the real fix.
22337         
22338 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22340         * NEWS: updated for release
22342 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22344         * src/launcher.c: Added a fix a memory leak and a possible
22345         fix for zvt-crash bug.
22346         
22347         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22348         
22349         * data/properties/latex.properties,
22350         data/properties/ada.properties: Added file.is.source property.
22351         
22352         * src/an_file_view.c: Set auto column size of the file
22353         revision column.
22354         
22355         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22356         The user is now prompted to confirm the closing of the file
22357         if it is being used by CVS. If yes, the editor is closed and
22358         the CVS operation stops.
22359         
22360 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22362         * anjuta.prj: bump project version for release
22363         * BUGS: removed unnecessary file
22365 2002-06-07      Philip Van Hoof <freax@pandora.be>
22367         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22368         during the life of the file list widget
22369         * src/preferences_gui.c: sticking-plaster fix to font selection
22370         causes segfault bug
22372         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22374 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22376         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22377         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22378         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22379         added options for symbol and file browsers.
22380         * data/properties/cpp.properties: linker flags should come after
22381         the name of the file to compile.
22382         * scintilla/Editor.cxx: fixed gcc compilation warning.
22383         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22384         be executed from bindir only.
22385         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22386         tagmanager/include/tm_file_entry.h: CVS version information in file 
22387         browser.
22388         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22389         window.
22390         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22391         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22392         crashes during file import.
22393         * src/project_import.c: disable project menu items during project 
22394         import.
22395         
22396         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22398 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22400         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22401         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22402         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22403         modified Insert menu, added C functions template, header C 
22404         template, modified header_template HEADER_H ==> NAMEFILE_H
22405         
22406         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22408 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22410         * data/properties/html.properties: changed some file 
22411         associations
22413 2002-06-05 Philip Van Hoof <freax@pandora.be>
22415         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22416         
22417         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22419 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22421         * data/properties/anjuta.properties, src/defaults.c: Make windows
22422         docked by default, fix the big fonts bug.
22423         
22424         * src/an_file_view.c, src/main_menubar_def.h, 
22425         src/project_dbase_gui.c: sanitized the Edit/View mess.
22426         
22427         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22428         for customizing shortcuts.
22429         
22430         * src/mainmenu_callbacks.c: Search for selected word if present.
22431         
22432         * src/text_editor_menu.c: Added context menu options for docking
22433         and undocking editor windows.
22434         
22435         * src/main_menubar.h, src/main_menubar.c: more support for the 
22436         shortcuts menu item.
22437         
22438         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22440 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22442         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22443         all commit messages being written to top of the file
22444         
22445         * src/main_menubar_def.h: message strings reviewed
22446         
22447         * src/project_import.c: message strings reviewed
22448         
22449         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22450         some bugs around reading the project properties for creating 
22451         .glade and .desktop files in the Application Wizard. There were
22452         typos in the property names being retrieved
22453         
22454         * widgets/gnomefilelist.c: changed build_full_path to make 
22455         the file widget support ~
22456         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22457         
22458         * THANKS, widgets/e-shell-about-box.c, 
22459         manuals/anjuta-manual/C/authors.sgml: updated for new
22460         patch
22462 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22464         * src/project_dbase.c: Fixed the file-path-corruption bug
22465         and the cannot-import-file-in-project bug. (follow-up with
22466         the last commit from Stef).
22467         
22468         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22469         with unsaved-project.
22470         
22471 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22473         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22474         misplaced g_free.
22476 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22478         * data/properties/{xml,html,other}.properties: changed some file 
22479         associations
22480         
22481         * data/anjuta.mime: oops! cvs added
22482         
22483         * scintilla/RESearch.cxx: fixed up a problem with comments
22484         
22485         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22486         to avoid messages about missing libs
22487         
22488         * NEWS: started the release notes
22490 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22492         * HACKING: updated with new information on printing, patch naming
22493         
22494         * TODO: removed completed tasks
22495         
22496         * THANKS: updated a few contributions
22497         
22498         * anjuta.prj: updated the icon file
22499         
22500         * anjuta.desktop.in.in: updated to add Categories
22501         
22502         * data/anjuta.mime: created a mime type for Anjuta project files
22503         (NB needs to be added to the install in /usr/share/mime/)
22504         
22505         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22506         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22507         to PNG for websites.
22508         
22509         * plugins/patch/patch-plugin.c: clarified some messages and 
22510         made it easier to see different patching sessions
22511         
22512         * src/toolbar.c: changed some message text for consistency
22513         
22514         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22515         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22516         in preferences. 
22517         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22518                  
22519         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22520         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22521         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22522         Added XLib Project and a Dockapp Project types.
22523         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22524         projects
22525         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22526         * src/source.c: Fixed memory leak in existing projects. 
22527         (filename was not freed)
22528         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22530 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22532         * src/anjuta.h, src/anjuta.c: Added error display funtions
22533         with parent windows.
22534         
22535         * src/appwizard_cbs.c: Changed error display function to use
22536         parented version.
22537         
22538 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22540         * printing/print.h, printing/printing.c: Taken care of document
22541         zoom factor and fixed a font loading bug. Dynamically calculated
22542         text widths to work with zooms properly. Re-organized code for
22543         dynamic text width calulations to work in general with utf8 chars.
22544          Determined font height and width automatically from the font info.
22545         
22546         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22547         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22548         Converted text.zoom.factor property to use #defined value. Removed
22549         margin header and margin numbers preferences, as they  now
22550         calculated dynamically.
22551         
22552 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22554         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22555         printing/print-util.h, printing/print.c, printing/print.h:
22556         Rewritten printing support for style based printing. Syntax highlighted
22557         printing, monochromatic printing, setup using preferences etc.
22559         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22560         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22561         language and the styled text buffer.
22562         
22563         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22564         the print setup preferences page and added printer preferences. Added functions
22565         to retrieve preferences with default values.
22566         
22567         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22568         the printing.
22570         * data/properties/anjuta.properties: Added default printer preferences.
22572         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22573         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22574         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22576         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22577         
22578 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22580         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22582         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22583         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22584         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22585         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22587         printing/Makefile.am: Reduced compiler optimizations.
22589         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22590         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22591         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22592         tagmanager/tm_workspace.c: TagManager fixes.
22594 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22596         * printing/*: CVS added. :)
22597         
22598 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22600         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22602         * printing*: CVS added.
22603         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22604           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22605           src/main_menubar_def.h: Gnome Print support
22606         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22607         * configure.in: Enable debugging flag option
22608         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22609           Print properties defined.
22610         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22611         
22612 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22614         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22615         
22616         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22617         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22618           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22619           and cleanups
22620         * src/text_editor.c: Minor cleanups.
22621         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22622         * src/project_dbase.c: Fixes to add/remove files from project.
22623         * src/help.c: Fix minor memory leak.
22624         * src/project_dbase_gui.c: Remove debugging messages.
22625         * src/utilities.[ch]: Cleanups and minor fixes.
22626         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22628 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22630         * src/anjuta.c [anjuta_apply_preferences()]:
22631         Fixed a crash bug when tab pos is not defined for the editors.
22632         
22633         * data/properties/cpp.properties: Set default identifier property to normal.
22634         This fixes the bug in which the fore color gets hidden with dark background.
22636 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22638         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22639         scintilla 1.46
22640         
22641         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22642         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22643         src/anjuta.c, data/properties/anjuta.properties:
22644         Implemented line wrapping.
22645         
22646         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22647         
22648         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22649         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22650         tags. Code was reviewed from GNOME Bonsai view.
22651         
22652         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
22653         it seems to have been removed by scintilla people.
22654         
22655         * data/properties/anjuta.properties: Set default line wrap to false, as
22656         is noticably slow with big files.
22657         
22658 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
22660         * src/project_import_gui.c: disallow the selection of files in
22661           the browse dialog.
22662         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
22663           preferences code.
22664         
22665 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22667         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
22668           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
22669         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
22670         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
22671           now works properly.
22672         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
22673         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
22674         * src/utilities.[ch]: Added some utility functions.
22675         * tagmanager/tm_project.c: Fix for bug in file removal from project.
22676         
22677         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22679 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22681         * HACKING: info on FIXME statements and removed ccview references
22682         * Makefile.am: added rule to make RPM package
22684 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
22686         * THANKS, widgets/e-shell-about-box.c, 
22687         manuals/anjuta-manual/C/authors.sgml: updated for new
22688         patch
22689         * src/anjuta.c: removed unnecessary warning code since CVS 
22690         support is now implemented :-)
22691         * manuals/sgmldocs.make: implemented a fix for bug #553969
22692         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
22693         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
22694         manuals/C/anjuta-faqs-C.omf: modified the descriptions
22695         
22696 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22697         
22698         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
22699           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
22700           src/main_menubar_def.h, src/preferences_gui.c,
22701           preferences.c, preferences.h: setup Username and Email 
22702           preferences, Insert ChangeLog and Username editor functions
22703           
22704           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
22706 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22707         
22708         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
22709           src/src_paths_cbs.c, src/src_paths_gui.c
22710           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
22712           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22714 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22716         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
22717           and goto tag menu items to main menu.
22719 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22721         * THANKS, widgets/e-shell-about-box.c, 
22722         manuals/anjuta-manual/C/authors.sgml: added new contributors
22723         * HACKING: updated with info on files to change for credits
22725 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
22727     * src/aneditor.cxx: extended extension list which fixes segfault
22728     on selecting lisp, ruby or matlab as highlight style.
22730 2002-05-09  Andy Piper <andy.piper@freeuk.com>
22732         * src/main_menubar_def.h: fixed an array initialiser and fixed
22733         the lexer settings for the new entries on the Format menu
22735 2002-05-07  Stephane Demurget  <demurgets@free.fr>
22737         * Synced with Scintilla 1.45
22739 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22741         * anjuta.prj: added another missing file
22742         * ChangeLog: fixed some incorrect change dates I caused by 
22743         sloppy cut-and-pasting :-/
22745 2002-05-06  Andy Piper <andy.piper@freeuk.com>
22746         
22747         * src/mainmenu_callbacks.c: fixed title of new About box
22749 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22751         * src/pixmaps.h: added macros for OpenGL and SDL project icons
22753 2002-05-05  Andy Piper <andy.piper@freeuk.com>
22755         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
22756         * anjuta.prj: updated for new files
22758 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
22760         * widgets/e-shell-about-box.c: Added version display.
22761         
22762 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22764         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
22765         widgets/scroll_menu.c: fixed up some compiler warnings (patch
22766         from Philip Van Hoof)
22768 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22770         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
22771         dependency
22772         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
22773         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
22774         that produced build errors (needs checking on a machine with the
22775         ja locale!)
22776         * data/properties/lisp.properties: updated to match format of other
22777         lexer property files supplied with Anjuta
22779 2002-05-03  Andy Piper <andy.piper@freeuk.com>
22781         * anjuta.prj: added new files
22782         * HACKING: added information from the mailing list on 
22783         adding new project types to the wizard (thanks to Johannes)
22785 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22787         * src/utilities.h, src/launcher.c, src/gnome_project.c,
22788           src/appwiz_page2.c: Fix for 547038.
22790 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22792     * attach_process.c, attach_process_cbs.c: Fixed a dialog
22793     hide bug.
22794     
22795     * about.h: cvs removed.
22796     
22797 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22799         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22801         Fix for #539574.
22803         * src/anjuta.c (anjuta_system_error): checks for the error number to
22804         know whether the error description is needed or not.
22806 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22808         * pixmaps/anjuta_logo.png: New about logo.
22809     
22810         * pixmaps/anjuta_icon.png: New icon from Misha. The
22811         old one had trouble with some gtk themes.
22812     
22813         * about.c: Removed. No longer needed.
22815         * mainmenu_callbacks.c: Removed reference of about.h
22816     
22817 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22819         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22821         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
22822           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
22823         About Dialog (thanks to the Evolution team for the cool widget!)
22825 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
22827         Patch from lbell <lbell@tsc4.com>
22828     
22829         * src/find_in_files.c, src/find_in_files.h,
22830           src/anjuta.c: Added save_yourself, load_yourself routines.
22831     
22832         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
22833         Added "Append messages" toggle button. This will enable
22834         the search results to be appended to the already existing
22835         results.
22836     
22837         * src/debugger.c: Fixed a typo.
22838     
22839         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
22840           src/session.c, src/session.h: Improved session management.
22842 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
22844         * THANKS, FUTURE, AUTHORS: Changed my email and
22845         avoided yahoo.com.
22847 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22849         Impl. feature request #525271 (add Lisp support).
22851         * data/properties/lisp.properties: added.
22853         * data/properties/Makefile.am, data/properties/anjuta.properties: added
22854           the lisp properties.
22856         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
22857           src/utilities.[ch]: added support for the Lisp highlight style.
22859 2002-05-02  Stephane Demurget  <demurgets@free.fr>
22861         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22862           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22863           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
22864           option preferences to have a persistent setting. Plus it's not used
22865           often, so it's better here than flooding the menus.
22867         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
22868           preferences pages a lot more consistent and sweeter: tabs direction
22869           radiobuttons are directed against the meaning, all pages have an
22870           outter frame, a lot of padding, removed all expand attributes for
22871           vertical boxes, ...
22873           That's not a total revamp, but it's really looking better now, even
22874           if there's still work to be done.
22876 2002-05-01  Andy Piper <andy.piper@freeuk.com>
22878         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
22879         * TODO: added task to be completed before next release (update all credits)
22881 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22883         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
22884         Benke László.
22886 2002-05-01  Benke László  <decike@freemail.hu>
22888         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22890         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
22891           src/main_menubar_def.h, src/mainmenu_callback.[ch],
22892           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
22893           to the format menu in order to reorder the notebook tabs in
22894           alphabetical order everytime a file is created/opened/saved.
22896 2002-05-01  Philip Van Hoof <freax@pandora.be>
22898         * widgets/gnomefilelist.[ch] (history_combo_go),
22899         (history_combo_clicked): impl.
22901         (gnome_filelist_new_with_path): use this new impl.
22903 2002-05-01  Stephane Demurget  <demurgets@free.fr>
22905         * src/project_dbase_gui.c (add_file): added the xpm file type.
22907 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22909         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
22910         tag manager fixes.
22912         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
22913           of tag types.
22915         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
22916           src/text_editor_menu.c: Added context sensitive search in symbol
22917           browser and editor.
22919         * configure.in: Changed version number to 0.1.9.99.
22921         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
22922           src/project_import.c: Minor changes to project import facility.
22924         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
22925           (Forced to use specific brace format)
22927         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
22928           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
22929           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
22931 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
22933         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
22934         replaced the spinbutton with an hscale, and made the UI less "blocky".
22936         * src/cvs_gui.c: When diffing a project you can choose date and
22937         release now.
22939         * src/project_dbase.c: Import_file activated again
22941         * configure.in, plugins/Makefile.am: Added patch plugin
22943         * plugins/patch/*: The new patch plugin
22945 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22947         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
22949         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
22950         dropdown list shown by autocompletion are now removed.
22952 2002-04-28  Philip Van Hoof <freax@pandora.be>
22954         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
22955         a bunch of filetypes from the older version.
22957         * src/project_dbase_gui.c (add_file): changed the import
22958         dialog's filetypes combo contents depending on the
22959         type of data to be imported.
22961 2002-04-28  Stephane Demurget  <demurgets@free.fr>
22963         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
22964         the amount parameter as Philip stated and reformated to follow the
22965         Gnome convention.
22967         * src/project_dbase.c (project_dbase_make_default_filetype_list):
22968         changed accordingly.
22970 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22972         Fix for #531293.
22974         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
22975         Shift-F6, to be more consistent with other Gnome apps.
22976         Moved the "Search next" entry under the "Search" one, and swapped the
22977         order of the "Find in files" and "Find and Replace" ones.
22979         Some additional fixes ands cleanups on the edit menu.
22981         * src/main_menubar.h: replaced all occurences of repeat_find by
22982         find_again for the code to be more consistent.
22984         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
22985         sensitiveness depending on the existence of an active text buffer.
22987         * TODO: added some bits about improving the usability of the
22988         search/search again couple.
22990 2002-04-25  Stephane Demurget  <demurgets@free.fr>
22992         * src/preferences_gui.c: made the tab labels text more consistent
22993         (s/misc/Misc/).
22995 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22997         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
22999         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23000         filename.
23002         * src/main.c (main): simplified some code and cleanups.
23004         Fix a part of #499366:
23006         * src/commands.[ch] (sync_from_props), (command_editor_save),
23007         (on_apply_clicked), (create_command_editor_gui): added the gui
23008         corresponding to the command.terminal preference.
23010 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23012         Fix for #465180.
23014         * anjuta.spec.in: added build requirements for the source rpm.
23016 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23018         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23019         
23020         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23021           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23022           src/project_type.c, source.c, wizard_gui.c:
23023           Added new GNOME 2 project types and changed glade behaviour to
23024           produce GTK code if project type GTK was selected and GTKmm code
23025           if project type GTKmm was selected (and not depending on the 
23026           selected language. Disabled glade for GNOME 2 projects because
23027           we will need glade2 there.
23028           
23029         * src/project_dbase.c: Fixed a memory lack.
23030         
23031         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23032         
23033         * src/cvs.c: Added an error message if jobs are running
23035 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23037         * tagmanager/tm_work_object.c: Fixed a chrash
23038         bug which occurs when it tries to stat an empty
23039         file name.
23040         
23041 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23043         * src/controls.c: CVS menu items now becomes
23044         insensitive when the launcher is busy.
23045         
23046         * src/anjuta.c, cvs.h, cvs.c: Created a function
23047         to update the cvs preferences when preferences are
23048         applied in preferences dialog and called it from
23049         anjuta_update_preferences().
23050         
23051 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23053         * src/cvs.c: Added a space in the cvs command
23054         before the revision part. This fixes the cvs
23055         error we get when cvs-diffing with revisions.
23056         
23057         * src/cvs.c: Fixed a compiler warning.
23058         
23059         * src/find_replace.c: The dialog now remembers
23060         the settings including the "prompt on replace"
23061         which seems to have broken somewhere line the
23062         changes.
23063         
23064 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23066         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23067         Added a new property in cvs class to hold a boolean
23068         for enabling date in cvs diff. This fixed the bizzare
23069         diff output due to the date that goes with the cvs
23070         command. Also, set the default value of compression
23071         to 3 and unified diff option to 1.
23072         
23073 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23075         * src/cvs.c: The diff editor is set to hilite as
23076         diff syntax hiliting.
23077         
23078         * configure.in, manual/Makefile.am:
23079         Added a new manual module for ja language.
23080         
23081         * manual/ja/*/*/*: New module and files for the
23082         ja translation for the anjuta documentation
23083         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23084         
23085 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23087         * src/launcher.c: Made a very messy work around
23088         for the launcher authentication to work properly.
23089         
23090         * src/find_replace.c: Applied the missing patch
23091         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23092         
23093 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23095         * src/cvs.c, src/main_menubar_def.h: made message strings
23096         consistent with existing standards from our own documentation 
23097         (such as uppercase P in Project, corrected spelling of 
23098         repository, etc.)
23100 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23102         * src/cvs_gui.c: Cleaned up gui and aligned various
23103         widgets to give a clean look.
23104         
23105 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23107         * src/launcher.c: Added work around to retrieve
23108         the child exit code. It works. :)
23109         
23110         * src/find_in_files.c, src/gnome_project.c,
23111         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23112         src/clean.c, src/clean_project.c, src/build_project.c,
23113         src/build_file.c: Modified to handle the new
23114         child exit code.
23115         
23116 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23118         * src/find_replace.c: Changed signal to call
23119         on_replace_text_close on from delete_event
23120         to close => the replace history is now updated.
23122 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23124         * src/cvs.c: escaped the cvs import message before
23125         passing it to cvs.
23126         
23127 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23129         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23130         
23131         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23132         
23133         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23134         Added cvs import
23135         
23136         * src/preferences_gui.c: GUI improvements
23137         
23138         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23140 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23142         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23143         Removed static qualifier from tm_tag_type_name() and
23144         availed it's prototype for use in outside code. also
23145         created reverse map function tm_tag_type_name();
23146         
23147         * src/anjuta.c: Implemented qualified tags names for
23148         the tag list (on the toolbar pulldown list) to avoid
23149         ambiguty in tags with similar names (like prototype
23150         and definition). Patch modified and improved.
23151         
23152         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23153         
23154 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23156         * src/utilities.[c,h]: Added a utility funtion
23157         that escapes the single and double quotes in a
23158         given string. Useful for passing command line
23159         args with quotes.
23160         
23161         * src/cvs.c: Escaped the cvs log message before
23162         passing it to cvs command line to avoid ambiguties
23163         with quotes in the message.
23164         
23165         * pixmaps/anjuta_icon.png: Changed to the new icon.
23166         from Todd Goyen <goyen@mbi-berlin.de>
23167         
23168         * src/message-manager-private.cc: Added regex to 
23169         recognize (underline hilite) the parsable outputs
23170         from the zvt terminal.
23171         
23172 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23174         Patch from: Tina Hirsch <tehirsch@arcor.de>
23175         
23176         * src/project_type.c:
23177         Fixed a bug in the wxproject type and modified the erroroutput when
23178         configure doesn't find wx-config
23179         
23180         Patch from: Timothee Besset <ttimo@idsoftware.com>
23181         
23182         * src/anjuta.c, src/message-manager-private.cc,
23183           src/message-manager-private.h
23184         Catches double clicks in the zvt terminal, and calls goto_error_line
23185         to jump to the appropriate location in the source. This will recognize
23186         grep -n output
23187         
23188 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23189         
23190         * src/build_project.c: Taken care of memory leak
23191           by freeing cmd variable properly.
23193         * src/main_menubar_def.h: Fixed wrong signal connection
23194           for cvs project commit.
23195           
23196         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23197         
23198         * src/preferences_gui.c: Added some border and adjusted
23199           expandsion, filling in box adds to make the cvs preferences
23200           more nicer.
23201         
23202 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23204         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23205         
23206         * src/cvs*, src/main_menubar*, src/preferences*: 
23207         Moved CVS settings to preferences, added a nice login dialog.
23208         
23209         * src/controls.c, src/project_dbase.c:
23210         CVS project options are only shown if a project is open
23211         
23212         * src/build_project.c:
23213         User is now asked if he wants to install as root 
23214         
23215         * src/launcher.c:
23216         Fixed a warning
23218         * anjuta.prj: Updated with cvs files
23219         
23220         * TODO: Remove task which are done
23221         
23222 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23224         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23225         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23226         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23228         Modified launcher to use controlling terminal to detect and
23229         take care of password authentications (for example, for cvs
23230         and root installs).
23231         
23232         * pixmaps/password.png: New file.
23233         
23234 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23236         Anjuta kick start tutorial wirtten by:
23237           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23239         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23240           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23241           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23242           manuals/C/anjuta-tutorial/figures/*.png:
23243           
23244           Added files
23245         
23246         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23247           
23248           Modified files.
23249         
23250 2002-03-28 Roel Vanhout <roel@stack.be>
23252         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23254         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23255           src/preferences_gui.c:
23256         Added option to wrap around to beginning/end of file when on last bookmark
23257         and next/previous bookmark is pressed
23258         
23259 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23261         Patch from Philip Van Hoof <freax@pandora.be>
23262         
23263         * src/gnomefilelist.c:
23264         Added gimp like feature that changes the file extension of
23265         the filename entered in the selections when the file
23266         filter is changed.
23267         
23268 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23269         
23270         Patch from Roy Wood <roy.wood@filogix.com>
23271         
23272         * src/controls.c, src/find_text.c, src/find_text.h,
23273           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23274           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23275           
23276           Menuitem for entering currently selected text as find target,
23277           added key accel for "find next" and changed some key accels for
23278           other key for consistency.
23279           
23280         * src/utilities.c:
23281           Cleaned up code.
23282         
23283 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23285         * src/watch.c, src/watch.h, src/watch_cbs.c,
23286           src/watch_cbs.h, src/watch_gui.c:
23287         
23288           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23289         
23290           Added change watch entries feature
23291           and Watch entries modify on double click fixed.
23293 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23295         * src/mainmenu_callbacks.c:
23296         
23297           Project commit should not bypass dialog as
23298           we need to get the cvs log from the user.
23299           
23300 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23302         * src/project_dbase.c:
23303         
23304           Patch from Roy Wood <roy.wood@filogix.com>
23305           
23306           Fixed docking bug with the new docking patch
23307           to fix copy/paste bug.
23308           
23309 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23311         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23312           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23313           src/main_menubar.h, src/main_menubar_def.h,
23314           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23316           Added cvs project support. Featured bypass cvs dialog for
23317           cases where we don't need dialog (such as project and right
23318           click selection from file browser). Cleaned up cvs code to
23319           make them generic cvs operations instead of separate file
23320           and project operations. Added cvs log action. Increased
23321           file entry box width and enabled "unified diff" by default.
23322           Used Editor buffer for status and log and set hilite for
23323           these buffers including diff buffer (DIFF hilite).
23324           
23325 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23327         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23329         * data: Added file autogen.sh.wxwin 
23330         * data/Makefile.am: Added entry for autogen.sh.wxwin
23331         * pixmaps: Added project image appwiz_wxwin.png
23332         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23333         * src/appwizard_cbs
23334           src/compiler_options.c
23335           src/pixmaps.h
23336           src/project_dbase.c
23337           src/project_dbase.h
23338           src/project_import_cbs.c
23339           src/project_type.c
23340           src/source.c
23341           src/source.h
23342           src/wizard_gui.c: Added everything necessary for new
23343                             project type 'wxWindows (wxGTK)
23344         * src/project_dbase.c: Fixed a bug that caused every project
23345                                to be a glade project in dialog
23346                                                    'Project information'.
23348 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23350         Patch submitted by Roy Wood <roy.wood@filogix.com>
23351         
23352         * src/anjuta_gui.c, src/message-manager-dock.c,
23353           src/project_dbase.c:
23354           
23355           fixed the copy/paste bug by rewriting dock/undock
23356           code.
23358 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23360         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23361         
23362         * src/cvs*, src/Makefile.am:
23363           New file for CVS support. File operations currently work
23364           cvs login needs to be done. Project support is not yet
23365           started.
23367         * src/main_menubar*, src/mainmenu_callbacks,
23368           src/anjuta.c, src/anjuta.h:
23369           Added menus and functions for cvs commands.
23370           
23371         * src/text_editor_menu.h: 
23372           Added #include <gtk/gtk.h>
23373           
23374         * src/gotoline.h:
23375           Removed a warning (and this time it works ;-)
23377         * src/utilities.c, src/utilities.h:
23378           Added a utility function to retrieve directory
23379           name out of full path.
23381 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23383         * src/executer.c: (create_executer_dialog): changed the default
23384           focus on the entry.
23386 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23388         * widgets/gnomefilelist.c:
23389         Fixed duplicate history entries for the same directory.
23390           
23391 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23393         Fix for #520092.
23395         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23396           it's already used by scintilla to delete the whole current line.
23398 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23400         Fix for #525107.
23402         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23403           calls to fileselection_hide_widget,
23404           (on_open_filesel_cancel_clicked): removed.
23406         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23407           (on_add_prjfilesel_cancel_clicked):
23409         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23410           impl.
23412         * src/fileselection.c: Made some functions static.
23413           (fileselection_hide_widget): rewritten using the new
23414           gnome_filelist_set_multiple_selection function.
23416         * src/fileselection.c: (on_file_selection_delete_event): removed
23417           unuseful widget hides. Some cleanups,
23418           (on_file_selection_cancel_clicked): impl,
23419           (create_fileselection_gui): changed the cancel button clicked's
23420           callback to use this new function.
23422         * src/anjuta.c: (anjuta_new):
23423         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23424           callbacks, because this the gnome filelist widget's job.
23426         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23427           clist selection mode duplicates set,
23428           (gnome_filelist_key_press): use the new impl. function.
23430 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23432         Fix for #441233.
23434         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23435           fixed some bogus code using an array cell out of
23436           range, removed unecessary gettext usages.
23438         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23439           some cleanups and now transform minus characters to
23440           underscores.
23442         * src/source.c:
23443           (source_write_configure_in),
23444           (source_write_toplevel_makefile_am),
23445           (source_write_desktop_entry),
23446           (source_write_glade_file):
23447         * src/project_dbase.c: (project_dbase_summon_glade),
23448           (project_dbase_generate_source_code):
23449         * src/glades.c: (gladen_write_glade_write):
23450           replaced some occurences of the target name by the
23451           project filename, using project_dbase_get_proj_name,
23452           to fix the name of some files.
23453           Fixed a lot of mem leaks.
23454           Various code cleanups.
23456 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23458         Merged with latest (1.44) scintilla.
23460         Added: - The calltip.<lexer>.end.definition property to display help
23461                  text on a second line of calltip.
23462                - The calltip.<lexer>.word.characters property to correctly find
23463                  calltips for functions that include characters like '$' which
23464                  is not normally considered a word character.
23465                - The use.monospaced property to determine initial state of
23466                  Use Monospaced Font setting.
23468         Bugs fixed: Too many to mention; please see :
23469                     http://www.scintilla.org/ScintillaHistory.html for the
23470                     full changes list.
23472         * scintilla/*/*: updated nearly all files.
23474         * TODO: removed the need of a scintilla merge.
23476         Merged with latest (1.44) SciTE properties.
23478         * data/properties/anjuta.properties: added the wrap, use.monospaced
23479           properties.
23481         * data/properties/html.properties: added a missing php extension, and
23482           updated php keywords to the latest reference.
23484         * data/properties/pascal.properties: added commands to compile, build
23485           and execute pascal applications.
23487         * data/properties/lua.properties: added styles for statements.
23489         * data/properties/bash.properties: added the declare keyword.
23491         Fixed distchecking.
23493         * global-tags/Makefile.am,
23494           global-tags/create-global-tags.sh: used some kind of ugly hack to
23495           make distchek work, since noone has proposed some better way.
23497         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23498           and Ctrl-N replace Alt-N for new file according to the Gnome design
23499           reference.
23501 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23503         * widgets/gnomedirlist.c
23504         widgets/gnomedirlist.h
23505         widgets/gnomefilelist.c
23506         widgets/gnomefilelist.h:
23508         Added GPL headings in the file.
23510 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23512         * src/attach_process.c
23513         src/attach_process_cbs.c
23514         src/attach_process_cbs.h
23515         src/attach_process_gui.c
23516         src/breakpoints.c
23517         src/breakpoints_cbs.c
23518         src/breakpoints_cbs.h
23519         src/breakpoints_gui.c
23520         src/commands.c
23521         src/compiler_options.c
23522         src/compiler_options_cbs.c
23523         src/compiler_options_cbs.h
23524         src/compiler_options_gui.c
23525         src/find_in_files.c
23526         src/find_in_files_cbs.c
23527         src/find_in_files_cbs.h
23528         src/find_in_files_gui.c
23529         src/find_replace.c
23530         src/find_text.c
23531         src/help.c
23532         src/preferences.c
23533         src/preferences_gui.c
23534         src/project_config.c
23535         src/src_paths.c
23536         src/src_paths_cbs.c
23537         src/src_paths_cbs.h
23538         src/src_paths_gui.c:
23539         
23540         Bugs #521629 and #522427 fixed. The problem was, that the
23541         escape-key was not catched and the dialog was hidden, but
23542         the flag was not set correctly.
23544         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23545         using the gnome_dialog_close_hides()-setting present in most dialogs.
23546         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23547         emits "close" and set the flag in the close-callback.
23549         Patch from: Jens Georg <mail@jensgeorg.de>
23551 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23553         * src/*.{c,cpp}: s/string_free/g_free/
23555         * src/utilities.[ch]: (string_free): removed.
23557 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23559         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23561         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23562         src/mainmenu_callbacks.[ch]:
23563         Removed Project menu options: README, TODO, ChangeLog and NEWS
23564         Moved Save Build Messages to Build menu and only highlight it
23565         when there are build messages.
23566         Corrected a spelling: "mojority" -> "majority"
23567         Fixed initialisation of edit.edit_app_gui so now Edit menu
23568         can be shown when no project is loaded.
23570         * src/project_dbase.h: Removed prototype for static function
23572 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23574         * src/text_editor.c: Editor is marked changed after
23575         autoformat. 
23576         
23577         Patch from: Jens Georg <mail@jensgeorg.de>
23579 2002-03-04 Roel Vanhout <roel@stack.be>
23581         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23583         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23584         Added option to ignore binary files on 'Find in files' (grep -I option)
23586 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23588         * src/main.c:
23589         session restoration and commandline load in 
23590         gtk idle loop.
23591         
23592         * src/anjuta.[h,c], src/anjuta_cbs.c:
23593         Removed "clear windows menu" and prevented runtime 
23594         warnings.
23595         
23596         * src/compile.c, src/build_file.c, src/build_project.c,
23597         src/clean.c:
23598         Takes into account the preference setting for 
23599         show dialog when job completes. Dialogs are
23600         shown when it is enabled otherwise not.
23601         
23602 2002-03-03 Roel Vanhout <roel@stack.be>
23604         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23605         
23606         * src/find_text.c
23607         Store 'Find...' search string on search so that 'Find Next' will search for
23608         that string, even if the dialog hasn't been closed yet.
23610 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23612         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23613         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23614         src/main_menubar_def.h:
23615         
23616         Organized menus, removed "Windows" and "Utilities" menus from the
23617         menubar [they are no longer needed]. Also removed some extragenous
23618         separators.
23619           
23620 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23622         * src/message-manager-private.cc:
23623         Set message clist selection mode to BROWSE.
23624         
23625         * src/message-manager.cc, src/an_symbol_view.c,
23626         src/an_file_view.c:
23627         Added Key navigation for the CTree and CList. Arrow left for
23628         node collapse, right for node expand, space (or enter) for
23629         activation (same as double click).
23630         
23631 2002-03-03 Roel Vanhout <roel@stack.be>
23632         
23633         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23634         
23635         * plugins/class-gen/clsGen.c
23636         Added functionality to semi-intelligently prefill filename
23637         boxes with names deduced from class name
23639 2002-02-26 lbell <lbell@tsc4.com>
23641         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23642         * src/preferences_gui.c:
23643         Removed an incorrect use of gtk_misc_set_alignment().
23644         
23645         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23646         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23647         src/preferences.h, src/preferences_gui.c:
23648         
23649         Added the option to reload last open project at the startup.
23650         Added the possibility to open a new project without close
23651         an existing one
23652         
23653         * src/properties.cxx:
23654         Corrected a spelling mistake in message string.
23655         
23656         * src/session.c:
23657         Updated session functions.
23658            
23659 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
23661         * widgets/gnomefilelist.c: Bug fixes.
23662         
23663         Patch from Philip Van Hoof <freax@pandora.be>
23664         
23665 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23667         * src/an_file_view.c:
23668         anjuta was unable to open some files becuase they were not being
23669         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
23670         Removed mime checking when opening with anjuta, becuase it doesn't
23671         hurt to open binary files in anjuta (some even may want to do so).
23672         
23673         Added a warning when mime type is not set when "view with default
23674         viewer" is activated.
23675         
23676         * src/an_file_view.c, an_symbol_view.c:
23677         Converted N_() to _() where ever appropriate in the strings.
23678         
23679 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
23680         
23681         * src/appwizard_gui.c, src/appwizard_cbs.c
23682           src/wizard_gui.c/h, src/appwiz_page3.c,
23683           src/project_import_gui.c:
23684           
23685         Moved target type radiobuttons to appwiz. page 2
23686         
23687         * src/message-manager-private.cc
23688         Fixed a bug which caused a crash if next message function was used
23690         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23692 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
23694         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
23695         Modifies the behaviour of Alt-TAB in Anjuta. This
23696         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
23697         edited files in the first items of the notebook.
23699         Patch from: Timothee Besset <timo@qeradiant.com>
23700         
23701 2002-02-24  Philip Van Hoof <freax@pandora.be>
23703         * widgets/gnomefilelist.c, gnomefilelist.h:
23704           Added filecompletion
23705           
23706         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
23708 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
23710         * configure.in: Added "sk" to ALL_LINGUAS.
23712 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
23713   
23714         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
23715           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
23716           src/wizard_gui.c: Added support for static and dynamic libs
23717         
23718 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
23720         * widgets/gnomefilelist.c:
23721           Fixed gnome_filelist_get_lastfilename so it no longer returns
23722           a corrupted path.
23724 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
23726         * src/resources.h, resources.c:
23727         Added url handler.
23729         * src/main_menubar_def.h, mainmenu_callbacks.c:
23730         Changed to use gnome configed url handler.
23732 2002-02-19  Philip Van Hoof <freax@pandora.be>
23734         * widgets/gnomefilelist.c
23735         Added PHP filetype.
23737 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
23739         * plugins/class-gen/clsGen.c:
23740         Added c++ support.
23741         
23742         * widgets/gnomefilelist.c:
23743         Gives the maximum space to the files section of the open file dialog.
23744         
23745         Patches from: lbell <lbell@tsc4.com>
23746         
23747 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
23749         * src/anjuta.c, main.c:
23750         Used tm_get_real_path in anjuta_get_full_filename();
23751         
23752 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
23753         
23754         * anjuta.prj: update version
23756 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23758         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
23759           removed the amount arg and replaced with a NULL-ending list.
23760           (gnome_filelisttype_makedefaultlist): use the new prototype.
23762 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
23764         * src/about.c, THANKS: updated for new contributors
23765         
23766         * anjuta.prj: added new files
23767         
23768         * README: corrected some documentation, ctags no longer needed,
23769           pkgconfig now required
23770           
23771         * data/properties/others.properties: add .cvsdiff extension
23772         
23773         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
23774           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
23775           file import
23776           
23777         * doc/anjuta.1: added initial man page thanks to 
23778           Rob Bradford <rob@debianplanet.org> (NB build and install 
23779           needs work)
23780         
23781 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
23783         * src/Makefile.am: Cleaned handling of compiler flags by moving them
23784           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
23785           warning flags. 
23786   
23787         * configure.in: Changed version to 0.1.10-pre
23788   
23789 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23791         * src/fileselection.c: (create_fileselection_gui): always display
23792           the directory creation button as we cannot rely on the dialog
23793           titlebar.
23795         * widgets/gnomefilelist.[ch]: fixed includes.
23797         * pixmaps/new_folder.xpm: resized, added a + sign.
23799 2002-02-17  Stephane Demurget  <demurgets@free.fr>
23801         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
23802           changed all extensions to begin with a dot.
23804 2002-02-16  Philip Van Hoof  <freax@pandora.be>
23806         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23808         * THANKS: added Philip.
23810         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
23812         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
23813         * src/file_selection.[ch],
23814         * widgets/gnomefilelist.[ch]: added a filetype
23815           combobox to the Anjuta file dialog widget.
23817 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
23819         * anjuta.spec.in: eep! the import script was not being installed by
23820           RPM - fixed for the release.
23822 2002-02-13  Stephane Demurget  <demurgets@free.fr>
23824         Various cleanups and fixes for the next release to be able to make
23825         distcheck.
23827         * plugins/*/*.c: added missing prototypes causing gcc to speak to
23828           much and make some tweaks plus cleanups.
23830         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
23831           args to remove some warnings.
23833         * global-tags/Makefile.am,
23834           data/Makefile.am,
23835           src/Makefile.am: link against Anjuta static libs using the
23836           $(top_builddir) dir, not anymore on $(top_srcdir) to make
23837           distcheck happy.
23839         * src/Makefile.am: ditto with all the Anjuta static libs.
23841         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
23842           include, as we already include the whole directory for the build.
23844         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
23845           
23846 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
23848         * pixmaps/Makefile.am: icon for libglade project now installed
23849         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
23850         * manuals/C/Makefile.am: removed ChangeLog reference which was 
23851           breaking some build stuff
23852         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
23853           include reference problems that showed up on make distcheck
23854         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
23856 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
23857         
23858         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
23860 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
23862         * src/message-manager-private.cc:
23863           The horizontal scrollbar now shows properly on demand.
23864         
23865 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
23867         * src/dnd.c fixed some warnings
23868         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
23869           and works. It is shown always at the moment but before it was
23870           shown on demand and did never work. 
23872 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
23874         * src/anjuta.c: Fixed a crash bug.
23875           patch from: Jens Georg <mail@jensgeorg.de>
23877 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
23879         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
23880           reports a problem with missing end tags on <graphic>
23882 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23884         * manuals/C/ChangeLog: removed since it was never used
23885         * manuals/C/anjuta-manual/*: more updates, new screenshots
23886         * anjuta.prj: updated for new manuals/ structure
23888 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
23890         * source.c, compiler_options.[c/h]:
23891           Fixed bug #460321 "Problem with optimization options" 
23892           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
23893         
23894 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23896         * NEWS: prepared for release, need to fill in date
23897         * data/welcome.txt: version number updated
23899 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
23901         * src/text_editor_menu.c, src/an_file_view.c, 
23902           src/an_symbol_view.c: marked strings for translation
23903         
23904         * src/defaults.c, data/properties/xml.properties:
23905           *.omf and *.xsl files should use XML highlighting
23906           
23907         * manuals/C/anjuta-manual/*:
23908           - restructured so that files have more meaningful names
23909             and are easier to edit (see anjuta-manual.sgml for the
23910                 ordering)
23911           - updated some screenshots
23912           - continued rewrite
23914 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
23916         * main.c: Made a workaround to remove the old
23917         anjuta gnome config file (older than 9 Feb 2002). This
23918         will fix the bug which never lets the brower toolbar shown.
23919         
23920         * main.c: In fact, the above solution wouldn't work in all
23921         cases. Therefore, here is the better fix, which works by
23922         detecting the version of the old config file and deleting
23923         ~/.gnome/Anjuta if it is lesser than 0.1.9.
23924         
23925 2002-02-01  Andy Piper <andy.piper@freeuk.com>
23927         * HACKING: added info on submitting patches
23929 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
23931         * src/project_import_gui.c, src/project_import.c:
23932           - If Project Import Wizard is canceled everything is 
23933                 cleaned up now.
23934           - Back button is now insensitive on page 3 (some problems: 
23935                 see TODO in project_import_qui.c:284
23936           - Menu frame is insensitive if project type != GNOME(mm)
23938 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23940         * src/main.c: Fixed bug #  (Unable to open files on
23941         double click in project window from second trial onwards when
23942         the project is opened from command line).
23943         
23944         * po/POTFILES.in: Removed tags_manager.[h,c]
23945         
23946 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
23948         * src/preferences.c:
23949           A quick hack to fix the 'invisible' browser toolbar when
23950           upgrading from 0.1.8 to 0.1.9
23951           
23952         * src/anjuta.c:
23953           Fixed toolbar names which were causing confusions in the toolbar
23954           show/hide.
23955           
23956         * src/main.c:
23957           Substituted "anjuta" with PACKAGE
23958           
23959         * src/project_import_gui.c: 
23960           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
23961           
23962         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
23963           Added new files and removed obsolete ones.
23964           
23965 2002-01-30  Andy Piper <andy.piper@freeuk.com>
23967         * src/appwizard_cbs.c, project_import_cbs.c, 
23968           main_menubar_def.h, project_import_gui.c: 
23969           updates to message strings and layout for the 
23970           import wizard.
23971           
23972         * text_editor_cbs.c: fix for the tab menu entries for 
23973           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
23975 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
23977         * src/toolbars.c,
23978           src/toolbars.h,
23979           src/anjuta_gui.c,
23980           src/controls.c:
23981           
23982           Tag dropdown exclusive (takes
23983           all space in the toolbar) and never vertical and
23984           increased the width of the tag combo to 256 pixs.
23985           Toolbar separator before the combo and button.
23986           Added tags label before the tag button.
23987           Reorganized the dock bands for the toolbars.
23988           
23989         * src/project_import_gui.c
23990           src/project_import.c:
23991           Fixed an error and removed an unused variable.
23992           
23993         * data/properties/anjuta.properties:
23994           Removed the property for the old toolbar and set
23995           browser toolbar show to default.
23996           
23997         * src/project_dbase.c: excluded modules were not
23998           loaded. Fixed.
23999           
24000         * src/source.c:
24001           No build files will be written if the project is blocked.
24002           
24003         * src/project_import.c,
24004           src/project_import_cbs.c,
24005           src/project_gui.c,
24006           src/wizard_gui.c:
24007           
24008           Manually applied Johannes patch to fix some memory
24009           issues and gui clean up.
24010           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24011         
24012         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24013           Fixed a bad bug with remove file from project because of
24014           files were never removed properly from the project and
24015           from the tagmanager.
24016           
24017         * src/appwiz_page3.c: Disabled unused codes to clear
24018           compiler warnings.
24019           
24020 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24022         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24023         
24024         * data/Makefile.am
24025           pixmaps/Makefile.am
24026           src/Makefile.am
24027           src/an_file_view.c
24028           src/an_symbol_view.c
24029           src/anjuta.c
24030           src/anjuta.h
24031           src/anjuta_cbs.c
24032           src/anjuta_gui.c
24033           src/controls.c
24034           src/main_menubar.c
24035           src/main_menubar.h
24036           src/main_menubar_def.h
24037           src/mainmenu_callbacks.c
24038           src/mainmenu_callbacks.h
24039           src/pixmaps.h
24040           src/project_dbase.c
24041           src/project_dbase.h
24042           src/text_editor.c
24043           src/text_editor_menu.c
24044           src/text_editor_menu.h
24045           src/toolbar.c
24046           src/toolbar.h
24047           src/toolbar_callbacks.c
24048           src/toolbar_callbacks.h :
24049           
24050           Patch submitted by:
24051           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24052           
24053           Removes the Tags toolbar and substituted it with
24054           tags combo dropdown list. Fixes a couple of bugs.
24055           
24056           Moved the tag combo to browser toolbar because
24057           main toolbar was becoming too long.
24058           Made a new icon of tag toolbar.
24059           
24060         * po/zh_TW.po: Fixed bug.
24061           
24062         * pixmaps/an_tag.xpm: Added new file.
24064 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24066         * src/project_import_gui.c: Reorganized project
24067         import gui page 2.
24068         
24069 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24071         * HACKING: added info on creating windows and dialogs
24073 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24075         * src/tm_file_view.c:
24077           Sorts the file list at the end instead of doing sort-insert
24078           to improve performance.
24079           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24081         * src/project_dbase.c: Resolved a conflict from
24082           Johannes's patch.
24083           
24084         * src/project_import.c:
24085         
24086           Fixed to use anjuta_import.sh for the bin dir and
24087           not from the data dir.
24088         
24089           Used anjuta_is_installed() function to verify a the command's
24090           executability.
24091         
24092           Fixed import command to use sh (which is more general and is
24093           gauranteed to be found in any unix system :-)). Also, added
24094           double quotes around the import directory.
24095         
24096           Changed some strings for better translations (like avoiding
24097           duplicates).
24098           
24099           Fixed the reading of wrong target type.
24100           
24101         * src/control.c: Insensitive "import project" when there is
24102           a project open.
24103           
24104         * src/project_import_cbs.c:
24105           
24106           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24107           Fixed selection of gettext checkbox.
24108           Sets the menu entries.
24109           
24110 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24111         
24112         * src/appwiz_page[1-4].c
24113         * src/appwiz_gui.c
24114         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24115         be able to reuse it.
24116         
24117         * src/mainmenubar.[c/h]
24118         * src/mainmenubar_def.h
24119         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24120         menu item
24121         
24122         * src/message-manager.c: Fixed bug 509192
24123         * src/message-manager-dock.c: Added accel_group if window is undocked
24124         
24125         * src/project_dbase.[c/h]: Splitted opening code to be able
24126         to use it without an open file dialog
24127         (Maybe I broke Naba's changes, please take a look)
24128                         
24129         * src/project_import.[c/h]
24130         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24131         
24132         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24133         import wizard
24135 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24137         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24138           string cleanups
24139           
24140         * manuals/C/anjuta_manual/*: started rewrite of the 
24141           manual, updated some screenshots
24143 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24145         * src/gnomefilelist.h, src/gnomefilelist.c:
24146         
24147           Fixed multiple selection bug (#497085). The OK button is
24148           sensitive when in multiple mode, if the no. of
24149           selection is one or more.
24150           
24151           Toggle between single and multiple selection mode
24152           and multiple mode display.
24153           
24154           Fixed strings to translable strings.
24155           
24156           Fixed some compiler warnings by commenting out
24157           unused functions.
24158           
24159 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24161         * src/project_dbase.c: App status bar now updates
24162           with the project name when the project is loaded.
24163         
24164         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24165           
24166           Puts the directories at the top. They're also sorted now.
24167           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24168         
24169 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24171         * scripts/anjuta_import.sh.in: Added file.
24172         * scripts/anjuta_import.sh: Removed file.
24174         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24175           Updated files.
24176           
24177         * src/main_menubar_def.h:
24178         
24179           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24180           reflect the opposite of Find (CTRL+F) and also to leave
24181           CTRL+R or Redo.
24182           
24183           Changed Glade summon with ALT+G, which frees the ATL+E
24184           for poping up the edit menu.
24185           
24186         * src/Makefile.am: Debugging link flags by Biswa, removed.
24188 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24190         * HACKING: added information on best practices for writing
24191           application messages and GUI labels
24192           
24193         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24194           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24195           src/clean_project.c, src/compile.c, 
24196           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24197           src/configurer.c, src/debugger.c, src/executer.c, 
24198           src/find_in_files.c, src/find_in_files_cbs.c, 
24199           src/find_replace.c, src/find_text.c, src/glades.c, 
24200           src/gnome_project.c, src/goto_line.c, src/main.c, 
24201           src/main_menubar.c, src/main_menubar_def.h, 
24202           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24203           src/project_config.c, src/project_dbase.c, 
24204           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24205           src/support.c, src/tags_manager.c, src/text_editor.c, 
24206           src/text_editor_gui.c, src/text_editor_menu.c, 
24207           src/toolbar_callbacks.c, src/utilities.c: 
24208           lots of minor message updates to make them more user-friendly 
24209           and consistent
24211 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24213         * src/executer.c:
24214         
24215           Because of the spaces escaping, the command could not be
24216           executed when run without terminal. Now fixed.
24217           
24218         * anjuta.prj, Makefile.am:
24219         
24220           Added anjuta project file.
24221         
24222 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24224         * src/message-manager-private.h, message-manager-private.cc,
24225           message-manger.cc:
24226           
24227           Added freeze() and thaw() for the message window class to
24228           speed up the message manager update.
24229         
24230         * src/project_config.h, project_config.c,
24231           src/project_dbase.h, project_dbase.h
24232           scripts/anjuta_project.template:
24233           
24234           Added two new prject attributes: project.config.blocked and
24235           project.excluded.modules. The former will make sure that users
24236           are not given any previlidge in enabling the 'overwrite build
24237           files' flags and the later issues a list of modules in the project
24238           to be skipped for symbol browsing and project listing.
24239         
24240         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24241         
24242           Modified script to read the template from the anjuta data dir
24243           rather than from the directory in which the script exist. Otherwise,
24244           Being transfered to the bin dir, the script will not be able to
24245           find the template when it is run.
24246           
24247           The script is also create with configure.in to set in the anjuta
24248           data dir path inside the script.
24249           
24250 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24252         * po/fr.po: updated to the latest sources.
24254 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24256         * scripts/Makefile.am:
24257           anjuta_import.sh goes with distribution.
24258           
24259         * po/*.po: They seem to have updated (merged with
24260           anjuta.pot) automatically when I did "make dist".
24261           
24262 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24264         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24265           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24266           the compiler options dialog.
24267         
24268         * ChangeLog:
24269           Correct todays date. :)
24270           
24271         * scripts/Makefile.am:
24272           Installs anjuta_import.sh in $(prefix)/bin dir and
24273           is treated as an executable.
24274           
24275 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24277         * Fix for bug #499373
24278         
24279         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24280           java, properties, latex.properties, lua.properties, others.properties,
24281           perl.properties:
24282           
24283           Added double-quotes around file arguments so that
24284           filenames with spaces could also work.
24286         * launcher/anjuta-launcher.c, executer.c:
24287           Escaped quotes in the cammand and it's arguments before executing
24288           so that args with spaces can also work.
24289           
24290           Commented #DEBUG switch.
24291           
24292 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24294         * scripts/*: Added files which I forgot previously.
24295         
24296         * src/aneditor.h: Lined up commands definition for better look.
24297         
24298         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24299           main_menubar.h, control.c:
24300           Added three more convert EOL chars submenu items in transform.
24301           Reformatted some some.
24302         
24303         * data/anjuta.properties:
24304           Reformatted a line.
24305         
24306         * src/aneditor.h, aneditor.c:
24307           Added three commands (with definitions) for EOL conversions.
24308           
24309         * src/text_editor.c:
24310           Editor detects file mode from the file content and
24311           set the editing mode to CR/LF/CRLF automatically.
24312           Refined Dos mode extrageneous chars filter
24313           This will make sure that filter works only in Dos mode and not
24314           in other modes.
24315           
24316         * src/anjuta.c: Editor mode display in status bar.
24317         
24318         * src/preferences_gui.c: Changed the string for dos mode
24319           filter to more sensible string.
24320         
24321         * src/aneditor.c: Default editor mode sets during widget creation
24322           and not everty time the properties are loaded. This makes sure
24323           that the auto-detected mode is not overridden by the default mode.
24324           
24325         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24326         
24327         * src/anjuta.c: Fixed bug #476028.
24328           Now anjuta also searches for file relative to top project dir,
24329           when the project is open.
24330         
24331         * src/anjuta_cbs.c: Fixed bug #499536.
24332           File is not closed if it is not able to save the file properly.
24333           
24334         * src/mainmenu_callbacks.c: Fixed bug #499536.
24335           Newfiles (which are not modified) are also closed on "close all files".
24336         
24337 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24339         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24340         
24341         * tagmanager/tm_source_file.c, regex.c, parse.c:
24342           defined and delimited g_messages within #debug.
24343           
24344         * src/preferences.c, data/anjuta.properties:
24345           saved/defied message-manager tag position in string.
24346           Message tag possition is saved between sessions. And
24347           and tag position bottom as default.
24348           
24349 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24351         Patch submitted by:
24352         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24354         * Makefile.am
24355           configure.in
24356           data/Makefile.am
24357           data/properties/Makefile.am
24358           global-tags/Makefile.am
24359           pixmaps/Makefile.am
24360           src/Makefile.am
24361           src/an_file_view.c
24362           src/an_file_view.h
24363           src/an_symbol_view.c
24364           src/an_symbol_view.h
24365           src/anjuta.c
24366           src/anjuta_cbs.c
24367           src/file_history.c
24368           src/file_history.h
24369           src/message-manager-private.cc
24370           src/pixmaps.h
24371           src/project_dbase.c
24372           src/project_dbase_gui.c
24373           src/tags_manager.c
24374           src/text_editor.c
24375           src/utilities.c
24376           src/utilities.h
24377           src/watch_gui.c:
24378         
24379           Modified files.
24380         
24381         * scripts/*
24382           pixmaps/sv_class.xpm
24383           pixmaps/sv_function.xpm
24384           pixmaps/sv_macro.xpm
24385           pixmaps/sv_private_fun.xpm
24386           pixmaps/sv_private_var.xpm
24387           pixmaps/sv_protected_fun.xpm
24388           pixmaps/sv_protected_var.xpm
24389           pixmaps/sv_public_fun.xpm
24390           pixmaps/sv_public_var.xpm
24391           pixmaps/sv_static_fun.xpm
24392           pixmaps/sv_static_var.xpm
24393           pixmaps/sv_struct.xpm
24394           pixmaps/sv_unknown.xpm
24395           pixmaps/sv_variable.xpm
24396           pixmaps/fv_core.xpm
24397           pixmaps/fv_text.xpm
24398           pixmaps/filestoremove.txt:
24399         
24400           New files.
24401         
24402         * pixmaps/class.xpm
24403           pixmaps/function.xpm
24404           pixmaps/fv_autofile.xpm
24405           pixmaps/fv_doc.xpm
24406           pixmaps/fv_i18n.xpm
24407           pixmaps/fv_source.xpm
24408           pixmaps/private_func.xpm
24409           pixmaps/private_var.xpm
24410           pixmaps/protected_func.xpm
24411           pixmaps/protected_var.xpm
24412           pixmaps/public_func.xpm
24413           pixmaps/public_var.xpm
24414           pixmaps/struct.xpm
24415           pixmaps/variable.xpm
24416         
24417           Removed files.
24418         
24419         * tagmanager/*/*:
24420         
24421           Upgraded to tagmanager-0.7
24423 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24424         * src/anjuta_cbs.c: Fixed bug #506441
24425         * src/watch_gui.c: Changed layout of eval dialog so that
24426         it fits on a 800x600 desktop with German translation. 
24428 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24430         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24431         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24432           icon for new project type (thanks to Misha)
24433         * configure.in: build and install Danish translation
24434         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24435           credits to cover new patches and translations
24437 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24438         
24439         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24440           src/appwiz_page1.c:
24441         
24442       - Font preferences are restored properly now (\n was missing)
24443           - Dock menu label of message-manager is "Dock/Undock" instead
24444           of "Dock|Undock" to match with the rest of anjuta.
24445           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24446           changed it in anjuta, too 
24448 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24450         * tagmanager/tm_source_file.c,
24451           tagmanager/parse.c,
24452           tagmanager/tm_project.c,
24453           src/an_symbol_view.c,
24454           src/anjuta.c:
24455           
24456           Disabled debug warnings.
24458 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24460         * src/appwiz_page1.c
24461           src/compiler_options.c
24462           src/project_dbase.c
24463           src/project_dbase.h
24464           src/project_type.c
24465           src/source.c
24466           src/source.h:
24467           
24468           New project type named LibGlade.
24469           
24470           Patch submitted by:
24471           Dick Knol <dknol@gmx.net>
24473         * src/gnome_prj.c:
24474           Commented out unused pixmap creation. May be it
24475           will fix the crash in project creation.
24476           
24477 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24479         * src/registers.c
24480           src/registers.h
24481           src/registers_cbs.c
24482           src/registers_cbs.h
24483           src/registers_gui.c
24484           src/sharedlib.c
24485           src/sharedlib.h
24486           src/sharedlib_cbs.c
24487           src/sharedlib_cbs.h
24488           src/sharedlib_gui.c
24489           src/signals.c
24490           src/signals.h
24491           src/signals_cbs.c
24492           src/signals_cbs.h
24493           src/signals_gui.c
24494           src/stack_trace.c
24495           src/stack_trace.h
24496           src/stack_trace_cbs.c
24497           src/stack_trace_cbs.h
24498           src/stack_trace_gui.c
24499           src/text_editor.c
24500           src/watch.c
24501           src/watch.h
24502           src/watch_cbs.c
24503           src/watch_cbs.h
24504           src/watch_gui.c
24505           
24506           Fixed bug #496290: Attach/detach removed from these
24507           windows as they are never implemented.
24508           
24509           Patch submitted by:
24510           Johannes Schmid <johannes.schmid@gmx.de>
24511           
24512 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24514         * src/anjuta.c,
24515           src/anjuta_cbs.c:
24516           
24517           Fixed bug:
24518           when you right click on the tabs, a list of filenames are given
24519           out, but now it gives a list of "page 1", "page 2", etc...
24520           
24521           Patch submitted by: 
24522           Jens Georg <mail@jensgeorg.de>
24524         * anjuta.in.in: Removed c|c++ because, it was not necessary
24525           and was causing translation problem.
24526           
24527         * plugins/class-gen/clsGen.c:
24528           removed "'" for the same reason.
24529           
24530 attached the fix for the menu
24533 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24535         * src/preferences.h,
24536           src/preferences.c,
24537           src/preferences_gui.c:
24538           
24539           Adds the functionality to Anjuta to auto save your unsaved
24540           files before you build a project.
24542           Patch submitted by: 
24543           jason <jason_williams@suth.com>
24544           
24545         * src/anjuta.[h,c]:
24546           Added function for save all files.
24547         
24548         * src/mainmenu_callbacks.c:
24549           Modified to use the above function.
24550         
24551         * src/build_project.c:
24552           Save all files before build if it is set in the
24553           preferences.
24555 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24557         * src/message-manager-private.cc
24558           src/message-manager-private.h
24559           src/message-manager.cc:
24560           
24561           Message-manager now restores the tabs which were shown on startup.
24562           The terminal is now created on demand (as requested by Biswa)
24563           and I have removed some debug messages.
24564           
24565           Patch submitted by: 
24566           Johannes Schmid <johannes.schmid@gmx.de>
24568 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24570         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24571           proper tabs keyboard navigation.
24573         * src/an_symbol_view.c,
24574           src/anjuta_cbs.c,
24575           src/gnome_project.c,
24576           src/project_dbase.c,
24577           src/tags_manager.c: removed some debugging display.
24579 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24581         * src/message-manager-dock.c
24582           src/message-manager-private.cc
24583           src/message-manager-private.h
24584           src/message-manager.cc
24585           src/preferences.c
24586           src/preferences.h
24587           src/preferences_gui.c:
24588           
24589           Patch submitted by: 
24590           Johannes Schmid <johannes.schmid@gmx.de>
24591           
24592           This patch adds a tab to the notebook of the preferences-dialog
24593           where you can change the colors, the tab position of the new
24594           message manager. Also the truncate messages stuff has moved
24595           from misc tab to messages tab.
24597           Also improved the remembering position stuff of message manager.
24598           
24599         * data/internal.properties,
24600           Added definitions for messages colors and tag position.
24601           
24602         * src/message_manager.cc:
24603           Fixed a bug that never lets the messages panes to get cleared.
24604           Added wmclass setting for the message window. Fixed a bug in
24605           which the message window was not being shown.
24606         
24607         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24608           output and disabled it.
24610         * src/anjuta.c: Preferences created and loaded before anything else.
24611           anjuta now recognizes messages colors on startup and initializes
24612           them.
24613         
24614 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24616         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24618 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24620         * pixmaps/file_c.xpm,
24621           pixmaps/file_cpp.xpm,
24622           pixmaps/file_file.xpm,
24623           pixmaps/file_h.xpm,
24624           pixmaps/file_html.xpm,
24625           pixmaps/file_i18n.xpm,
24626           pixmaps/file_icon.xpm,
24627           pixmaps/file_pix.xpm,
24628           pixmaps/fv_doc.xpm,
24629           pixmaps/fv_i18n.xpm,
24630           pixmaps/fv_image.xpm,
24631           pixmaps/fv_source.xpm,
24632           pixmaps/fv_unknown.xpm: made these icons transparent.
24634 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24636         * launcher/anjuta_launcher.c: updated message strings
24637         * src/message-manager-dock.c: added newline at end to avoid compile warning
24638         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24639         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24640           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24641           entries for username and Python-style GPL notice
24642         * HACKING: added info on files to change to update Insert menu
24644 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24646         * src/project_dbase.c,
24647           src/an_file_view.c,
24648           src/an_symbol_view.c:
24649           Changed the CTree expander style to square and
24650           line style to Dotted line.
24651           
24652         * po/POTFILES.in: Removed and Added translable files.
24654 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24656         * ccview/.cvsignore: Removed.
24657         
24658 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24660         * ccview/
24661                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
24662                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
24663                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
24664                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
24665                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
24666                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
24667         
24668         Removed ccview module because it is no longer needed.
24670 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24672         * src/project_dbase.c:
24673           Shifted structure initialization in project_dbase_new()
24674           before anything else, otherwise it was crashing due to
24675           uninitialized values.
24676         
24677         * src/an_symbol_view.c:
24678           Disabled high volume debug output.
24680 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24681         
24682         Applied a very heavy patch from:
24683         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24685         * Makefile.am
24686         configure.in
24687         pixmaps/Makefile.am
24688         src/Makefile.am
24689         src/aneditor.cxx
24690         src/aneditor.h
24691         src/anjuta.c
24692         src/anjuta.h
24693         src/commands.c
24694         src/commands.h
24695         src/compile.c
24696         src/compile.h
24697         src/controls.c
24698         src/defaults.c
24699         src/fileselection.c
24700         src/main_menubar.c
24701         src/main_menubar.h
24702         src/main_menubar_def.h
24703         src/mainmenu_callbacks.c
24704         src/mainmenu_callbacks.h
24705         src/project_dbase.c
24706         src/project_dbase.h
24707         src/project_dbase_gui.c
24708         src/tags_manager.c
24709         src/text_editor_menu.c
24710         src/toolbar_callbacks.c
24711         tagmanager/Makefile.am
24712         tagmanager/ctags.c
24713         tagmanager/include/Makefile.am
24714         tagmanager/include/tm_project.h
24715         tagmanager/include/tm_symbol.h
24716         tagmanager/include/tm_tag.h
24717         tagmanager/include/tm_tagmanager.h
24718         tagmanager/include/tm_workspace.h
24719         tagmanager/tm_project.c
24720         tagmanager/tm_source_file.c
24721         tagmanager/tm_symbol.c
24722         tagmanager/tm_tag.c
24723         tagmanager/tm_workspace.c
24724         widgets/Makefile.am: Modified.
24725         
24726         * src/an_file_view.[c,h],
24727           src/an_symbol_view.[c,h],
24728           src/file_history.[c,h],
24729           src/support.[c,h],
24730           widgets/scroll-menu.[c,h],
24731           tagmanager/tm_file_entry.c
24732           tagmanager/include/tm_file_entry.h: Added new files.
24733           
24734         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
24735         private_func.xpm, public_func.xpm,
24736         class.xpm, fv_exec.xpm, fv_unknown.xpm,
24737         private_var.xpm, public_var.xpm,
24738         function.xpm, fv_i18n.xpm, macro.xpm,
24739         protected_func.xpm, struct.xpm,
24740         fv_autofile.xpm, fv_image.xpm,
24741         ofolder.xpm, protected_var.xpm, variable.xpm:
24742           Updated and Added pixmap files.
24744         Features:
24745         ---------
24746         a) Removes CCView dependency.
24747         b) Improves the terminal.
24748         c) Adds tag navigation context menus.
24749         d) Upgrades tagmanager to latest version.
24750         e) Miscellaneous small additions.
24752 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24754         * src/project_dbase_gui.c: Fixed crash of anjuta
24755         when project first created.
24756         
24757         * src/gnome_project.c: It now updates the tags manager
24758         when new projects are created.
24759         
24760 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
24762         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
24763           for this big patch.
24764         
24765         * src/messages.[c,h]: Removed files.
24767         * src/message-manager.[cc,h],
24768           src/message-manager-dock.[c,h],
24769           src/message-manager-private.[cc,h]
24770           New files.
24772         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
24773           src/build_project.c, src/clean_project.c, src/compile.c
24774           src/configurer.c, src/debugger.c, src/find_in_files.c
24775           src/mainmenu_callbacks.c, src/preferences.h
24776           src/preferences_gui.c, src/properties.h
24777           src/utilities.c, src/utilities.h:
24778           The new messages widget.
24779           New features:
24780             - Use of GtkNotebook instead of ToggleButtons
24781               and show/hide
24782             - Popupmenu to show and hide message types and
24783               to dock/undock in detach mode
24785           All other things should work as they did with the
24786           old message window. Currently the keyboard short-cuts
24787           do not work in detached mode.
24788           
24789           Some functions in utitlities.[c,h] changed.
24790           so that they take const arguments where this is possible
24791           
24792         * src/Makefile.am, po/POTFILES.in:
24793           Removed messages.[c,h] and
24794           added message-manager.[cc,h], message-manager-dock.[c,h],
24795           message-manager-private.[cc,h]
24796           
24797         * src/message-manager.h: Removed "include <bonobo.h>"
24798           and added a newline at the end of the file.
24799           
24800         * src/message-manager-private.cc:
24801           Set clist's width setting to Automatic.
24802           Set scroll window's scroll bars to Automatic.
24803           
24804 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
24806         * text_editor_menu.c:
24807           Fixed misalignment of the function sub menu
24808           in the text editor pop up menu.
24809           
24810 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24811         
24812         * src/text_editor.c: Fixed a compiler warning.
24813         
24814 2002-01-04  Andy Piper <andy.piper@freeuk.com>
24816         * THANKS, manuals/*/authors.sgml: updated for new translations
24817         * plugins/class-gen/clsGen.c: converted messages to English
24818         * src/about.c, src/main_menubar_def.h: string updates
24820 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
24822         * src/anjuta.c
24823           src/anjuta_cbs.c
24824           src/text_editor.c
24825           src/mainmenu_callbacks.c
24826           src/text_editor.h
24827           src/text_editor.c
24828           src/text_editor_cbs.c
24829           src/text_editor-gui.c:
24830           
24831           Earlier code for adding 'cross' button
24832           for closing pages were too error prone and unorganized.
24833           Cleaned up the code and shifted the 'extra' widgets
24834           creation (eg. close button, close_pixmap and lable)
24835           from anjuta to text_editor. This takes care of proper
24836           widgets creation and destruction. Otherwise, anjuta
24837           was crashing at too many points, especially related
24838           to docking and undocking.
24839           
24840 2002-01-04  Stephane Demurget  <demurgets@free.fr>
24842         * src/aneditor.cxx: removed debugging code.
24844         * data/properties/.cvsignore: added swap files.
24846 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24848         * src/anjuta.c
24849           src/anjuta_cbs.c:
24850           Fixed Crashing of anjuta when a new file is saved as
24851           different file.
24852           
24853 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
24855         * src/aneditor.c: Some debug codes around.
24856         
24857         * data/internal.properties, data/anjuta.properties: Removed.
24858           data/properties/Makefile.am:
24859           data/properties/ada
24860           data/properties/cs
24861           data/properties/make
24862           data/properties/rc
24863           data/properties/html
24864           data/properties/ruby
24865           data/properties/baan
24866           data/properties/idl
24867           data/properties/pascal
24868           data/properties/sample
24869           data/properties/bash
24870           data/properties/java
24871           data/properties/perl
24872           data/properties/sql
24873           data/properties/conf
24874           data/properties/latex
24875           data/properties/props
24876           data/properties/vb
24877           data/properties/cpp
24878           data/properties/lua
24879           data/properties/python
24880           data/properties/xml
24881           data/properties/others
24882           data/properties/.cvsignore:
24883             Added files. Properties now splitted into small files
24884             for each language.
24886         * data/Makefile.am
24887           configure.in: Update the removal and added properties module.
24889         * src/preferences.c: preferences_new(): Updated to reflect the
24890           new properties files organization.
24891           
24892         * src/Makefile.am: Added Baan Lexer.
24894 2002-01-01  Stephane Demurget  <demurgets@free.fr>
24896         * src/aneditor.cxx: readded the baan lexer. 
24898         * src/preferences.c: fixed translated messages and a typo.
24900         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
24901           confusing the regexp usage in xml-i18-merge.
24903 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
24905         * src/project_dbase.c: tidied some messages, and spotted a typo in
24906           the reading of properties which prevented the project version from
24907           ever being reported in the Project Information window - fixed :)
24909         * po/POTFILES.in: removed syntax.h
24911 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24913         * data/internal.properties: fixed baan properties.
24914           Added all ada properties.
24916         * src/main_menubar_def.h,
24917           src/lexer.h,
24918           src/aneditor.cxx,
24919           src/utilities.[ch]: added support for the Ada highlight style.
24921 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24923         * plugins/*/.cvsignore: updated.
24925 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24927         * src/syntax.h,
24928           src/text_editor.c,
24929           src/Makefile.am: removed the empty header syntax.h.
24931 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
24933         * main_menubar.c:
24934         Stef's observation on the 'superfluous' hseparators in the recent
24935         files and projects is fully justified -- removed.
24936         
24937         * main_menubar_def.h:
24938         Changed "Plug Ins" to "Plugins" in the menu label.
24939         
24940         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
24941         Added class-gen in the configure output and class-gen module.
24942         
24943         * data/internal.properties:
24944         Correct mis-spelled "jave" to "java".
24945         Added file.is.source for *.h, *.c, *.cpp properties.
24946         
24947         * global-tags/Makefile.am:
24948         "chmod +x create_global_tags.sh" before it is executed, because
24949         there is very high chance that it will be found "-x" and resulting
24950         in error
24952 2001-12-31  Stephane Demurget  <demurgets@free.fr>
24954         Fixed a crash on Solaris reported by Holder Burde, thanks to him
24955         for the backtrace.
24957         * src/gnome_project.c: (create_new_project): if the user doesn't
24958           select any icon, it doesn't have any extension and thus we can't
24959           use it in printf on Solaris, since the %s modifier use strlen to
24960           know the string length and then crash. On Linux, gcc checks the value
24961           of the pointer to be NULL and write "(null)" if necessary. We can't
24962           rely on that.
24964         * src/source.c: (source_write_desktop_entry): if there's no icon, we
24965           don't need to have the directory icon but the generic one.
24967 2001-12-30  Stephane Demurget  <demurgets@free.fr>
24969         Merged with latest (1.42) scintilla.
24971         Added: Support for the {load,save}.on.(de)activate properties.
24972                The PHP lexer to match keywords case insensitively.
24973                Baan lexer.
24974                Experimental supports for changeable style attribute & line
24975                wrapping.
24976                
24977         Updated: Both the C++ and HTML lexers.
24978                  More shell keywords added.
24979                  Horizontal scrolling and diplay of long lines optimised.
24980                  Cursor setting optimised.
24982         Bugs fixed: Caret movement over folded lines.
24983                     Selection tracking in 2ndary views when doing modifications.
24985         * scintilla/CallTip.{cxx.h},
24986           scintilla/ContractionState.{cxx,h},
24987           scintilla/Document.{cxx,h},
24988           scintilla/Editor.{cxx,h},
24989           scintilla/KeyWords.cxx,
24990           scintilla/LexHTML.cxx,
24991           scintilla/PlatGTK.cxx,
24992           scintilla/RESearch.cxx,
24993           scintilla/ScintillaBase.cxx,
24994           scintilla/ScintillaGTK.cxx,
24995           scintilla/Style.{cxx,h},
24996           scintilla/StyleContext.h,
24997           scintilla/ViewStyle.cxx,
24998           scintilla/include/*.h: updated.
25000         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25002         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25003           should have been told to the scintilla team. We're lucky I read the
25004           ChangeLog and the modifications of the lexer (thanks to the Gnome
25005           bonsai for this ;)
25007         * data/internal.properties: added Baan definitions.
25008           Fixed some issues for C such as *_cast directive, that are only
25009           available with C++.
25010           Updated C++, HTML and shell scripts definitions.
25011           Updated Ada and Bullant, that have been forgotten.
25013         * src/main_menubar_def.h,
25014           src/lexer.h,
25015           src/aneditor.cxx,
25016           src/utilities.[ch]: added support for the Baan highlight style.
25018 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25020         Polished the plugins menu behaviour and added a tearoff
25021         menuitem to the recent entries submenu.
25023         Note: The recent entries list seems to be too height
25024               with all these superfluous hseparators.
25026         * src/main_menubar.c: Polished, making some
25027           functions declarations static and cleaning some code.
25029           (create_submenu_plugin): removed the extra
25030           plugins entry and the horizontal separators.
25032           (on_plugins_menu_realize): the plugins menu is only
25033           shown if there's at least one available.
25035           (create_submenu*): added a tearoff menuitem to have
25036           a more homogeneous menu style. For now, it doesn't
25037           take care of user settings (but it was even worse
25038           before :).
25040 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25042         * configure.in: added the packageplugindir variable to avoid
25043           installing the plugins in $(prefix). It's not the same path as
25044           anjuta 2 to allow parallel installation.
25046 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25047         Fix a reopened part of bug #440676: keyboard navigation between the
25048         different text buffers. Changed to a more global approch. 
25050         * src/notebook.[ch]: removed.
25052         * src/Makefile.am: removed notebook.[ch]
25054         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25055           (on_anjuta_window_key_press_event): added to fulfill the global
25056           shorcuts handling.
25058         * HACKING: updated according to the new global shortcuts handling.
25060 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25062         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25063           Shifted plugin menu from Edit submenu to main menu.
25064         
25065         * po/POTFILES.in:
25066           Added plugins/sample1/plugin-sample1.c
25067           
25068         * plugins/sample1/plugin-sample1.c:
25069           Added localization and used anjuta_info, instead of anjuta_error.
25070           
25071         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25072           Added cvs ignores.
25073           
25074 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25076         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25077           for plugin dir.
25078         
25079         * Makefile.am: Added module plugins.
25080         
25081         * plugins, plugins/Makefile.am, plugins/sample1/*:
25082           Created plugins modules.
25083           
25084         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25085           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25086           to load plugins of *.so only and not *.so* (which results
25087           in duplicates).
25088         
25089         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25090           plugins during packaging.
25092 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25094         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25096 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25098         * configure.in: Added portuguese to ALL_LINGUAS
25100 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25102         * global-tags/.cvsignore
25103         tagmanager/.cvsignore
25104         tagmanager/include/.cvsignore:
25105         Added cvs ignore files.
25107         * data/.cvsignore
25108         Updated cvs ignore file.
25109         
25110 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25112         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25113           data/anjuta.properties, data/internal.properties: clean up some 
25114           message strings (me)
25116 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25118         * src/about.c, THANKS: added Jens to the credits
25119         
25120 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25122         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25123           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25124           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25125           Georg <mail@jensgeorg.de> to add close button to file tabs.
25127 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25129         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25130           (debugger now catches correct signal from process)
25132 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25134         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25135         * src/pixmaps.h: switch appwizard project icons to new designs
25136         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25138 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25140         * pixmaps/Makefile.am: stop redundant images from being installed.
25141           The next step will be to remove them completely.
25142         * src/appwiz*: further updates (more to come)
25143         * src/pixmaps.h: cleaned up, commented
25144         * src/splash.c: should use the pixmaps macro defined
25145         * HACKING: more on the graphics stuff and use of pixmaps.h
25147 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25149         * src/defaults.c: fix bug #494864
25151 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25153         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25154           graphics from Misha
25155         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25156           redundant graphics, no longer used
25157         * src/appwiz*: revamped application wizard by Andy and Misha for
25158           a more usable and professional look-and-feel
25159         * HACKING: updates to cover patching, graphics, and some additions
25160           post-0.1.8
25161         * TODO: removed some implemented features
25163 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25165         * data/anjuta.properties, data/internal.properties: cleanup
25166         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25167           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25168           to edit styles colors for keywords and add Goto Tag menu option
25169           in the editor
25171 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25173         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25174         
25175         Fixed bug #460335
25176         fixes the Forget of the cursor position when tab is brought active
25177         from project manager.
25178         
25179 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25181         * src/messages.c
25182           Exported "TERM=xterm" to get a color terminal when
25183           anjuta is not started from within a terminal.
25184           
25185 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25187         * src/messages.c
25188           src/messages.h
25189           Added a frame around zvt terminal.
25190           
25191         * src/preferences_gui.c
25192           Modified to say "Use glade component (experimental)"
25193           instead of "Use Component".
25194           
25195 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25197         * Patch from 
25198         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25199         
25200         * src/anjuta.c
25201         src/fileselection.c
25202         src/messages.c
25203         src/messages.h
25204         src/preferences.c
25205         src/preferences.h
25206         src/project_dbase.c
25208         a) Extra scrollbar in terminal no longer appears.
25209         b) Character set preference should be preserved (untested).
25210         c) File selection widget now remembers last directory.
25211         d) On creation of generic project, the glade 'file not found' error no
25212                 longer occurs.
25213         e) First terminal window is created 'on demand', so it should always to
25214                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25215                 environment is now passed to the terminal.
25216         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25217                 with getcwd()).
25218         g) Fixed some compilation warnings.
25220 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25222         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25223           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25224         * src/*: cleanups (me)
25225         * pixmaps/mini_term.xpm: added new file for terminal button
25226           (me, based on existing artwork)
25228 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25230         * configure.in: bumped version to 0.1.9-pre
25231         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25232           translation
25233         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25235 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25237         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25238           files are free of that char)
25239         * configure.in: added "az" to ALL_LINGUAS
25241 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25243         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25244           crash bug fix from Biswa.
25245         * FUTURE: added Anjuta/gIDE merger information to provide 
25246           details on future direction and status of 1.x stuff
25247         * NEWS: prepared for release
25248         * po/de.po: update from Jens Georg <mail@jensgeorg>
25250 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25252         * multiple minor updates pre-0.1.8
25253         * patch from Biswa to fix syntax highlighting and packaging
25254         * po/fr.po: update from Stef
25256 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25258         * global-tags/Makefile.am
25259         global-tags/create_global_tags.sh
25260         global-tags/tm_global_tags.c
25261         scintilla/LexCPP.cxx
25262         scintilla/include/SciLexer.h
25263         src/aneditor.cxx
25264         src/project_dbase.c
25265         tagmanager/Makefile.am
25266         tagmanager/include/Makefile.am
25267         tagmanager/include/tm_project.h
25268         tagmanager/include/tm_tag.h
25269         tagmanager/include/tm_tagmanager.h
25270         tagmanager/tm_project.c
25271         tagmanager/tm_source_file.c
25272         tagmanager/tm_tag.c
25273         tagmanager/tm_workspace.c:
25274         
25275         Includes the syntax highliting patch to scintilla).
25276         and more stable code.
25277         
25278         *tagmanager/include/tm_symbol.h: New file.
25279         *tagmanager/tm_symbol.c: New file.
25280         
25281         Add symbol tree building functionality at project level
25282         
25283         Patch from:
25284         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25285         
25286 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25288         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25289           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25290           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25291           : New and improved pixmaps from Misha <misha@phreaker.net>
25292           Thanks to him.
25294 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25295         
25296         * Big patch submitted by
25297           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25298           Many thanks to him.
25299         
25300         * src/Makefile.am, src/aneditor.cxx
25301           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25302           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25303           Use of tagmanager lib for advanced calltips.
25305         * global-tags/*: Created new directory and added files to 
25306           generate system.tags.
25308         * tagmanager/*: Created new directory and added tagmanager lib
25309           files.
25311         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25312           the above additions.
25314         * data/Makefile.am: Modified to accomodate generated system.tags file.
25316 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25318         * scintilla/: updated to 1.41
25319         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25320         * src/about.c: updated list of authors
25321         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25322         * HACKING: updated to cover Scintilla usage
25323         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25324           translation
25326 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25328         * src/aneditor.cxx: Fixed compilation errors with it.
25329           by add include to gtk+ headers and typedefining a mysteriously
25330           vanished class Colour.
25332 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25334         * configure.in: Added pt_BR in the languages.
25335         
25336 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25338         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25339           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25340         * THANKS: updated
25341         * manuals/C/anjuta-manual/*: new format to match
25342           the rest of the GNOME docs chapter layout. Added the many
25343           new contributors. Moved Authors and License information into new
25344           chapters of their own - should make expansion easier too
25345         * src/compiler_options.c: changed the profiler option to -pg to 
25346           work with GNU tools (gprof)
25347         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25348           and text labels
25349         
25350 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25352         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25353           compiler_options_gui.c:
25354           Added a new entry for linker flags and renamed c_options to c_flags
25355           and l_options to l_libs. Also, added a new function:
25356           compiler_options_set_prjlflags_in_file();
25357         
25358         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25359         
25360         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25361           
25362 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25364         * THANKS, src/about.c: corrections and additions following 
25365         Naba's big update
25366         * src/main_menubar.c: patch from Rikul to fix the problem with 
25367         menu accelerators not being loaded
25369 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25371         * THANKS: Added all contributors and translators names and emails.
25372         * AUTHORS: Updated
25373         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25374         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25375               Added new file (earlier logo with border).
25376         * src/about.c: Added all contributors names and emails
25377               and used macro definition for logo pixmap file.
25378         * src/pixmaps.h: Added entry for anjuta splash screen.
25380 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25382         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25383         to new PNG version (thanks to Misha) and removed the old
25384         pixmap.
25386 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25388         * THANKS: added Conner Mo for simplified Chinese translation.
25389         * configure.in: added zh_CN in ALL_LINGUAS
25391 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25393         * THANKS: added Joe Man for his traditional Chinese translation.
25394         * configure.in: added zh_TW in ALL_LINGUAS.
25396 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25398         * src/main_menubar_def.h: Changed the link of lidn to
25399         http://lidn.sourceforge.net.
25400         
25401 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25403         * Applied patch from Rikul
25404         * Applied patch from Luca
25405         * Fixed a cvs conflict. :)
25407 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25409         * THANKS: added Marc Botermans for his Dutch translation.
25411         * configure.in: added nl in ALL_LINGUAS.
25413         * po/nl.po: added.
25415 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25417         * anjuta.c: Fixed luca's typo.
25418         * resources.c, resources.h: Changed gchar* return to void, to
25419                 avoid a compiler warning.
25420         * scintilla/Makefile.am: Reorganized file entries.
25421         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25423 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25425         * Upgraded scintilla to 1.4.
25426         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25427                 LexLisp.cxx StyleContext.cxx StyleContext.h
25428         * src/Makefile.am: Added 4 lexers and separated lexer objects
25429                 from the main link variable.
25431 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25433         * THANKS: added Luca, even if it shouldn't be my role to write
25434           this sort of thing :)
25436         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25437           the latest Luca patch.
25439 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25441         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25442         This is not documented yet; plugins to come later.
25443         * src/find*.c: find dialogs now persistent 
25444         (Rick <rikul@bellsouth.net>)
25445         * widgets/gnomefilelist.c: fixed multiple file open issue 
25446         (Rick <rikul@bellsouth.net>)
25447         * changes to recent file and project lists handling 
25448         (lbell <lbell@tsc4.com>)
25449         * more minor UI updates (me)
25451 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25453         * src/Makefile.am: removed warnings for traditional C syntax
25454         * pixmaps: added new icons for mini_locals, mini_cvs and
25455         the splash screen - thanks to Misha <misha@phreaker.net>
25457 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25459         * src/toolbar.c: fix typo in tooltip text
25460         * ccview/cccmd.cc: alter Func to Function in menu text
25462 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25464         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25465         issue with find dialog reporting an error when Scintilla finds text
25466         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25467         DOS files (i.e. CR/LF translation)
25469 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25471         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25472         #452436
25473         * data/internal.properties: default fold style now set to 3 :-)
25474         * applied patch from rikul <null@acm.org> to turn notebook tab 
25475         headings red when file has been edited.
25477 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25479         * configure.in: Added "no" to ALL_LINGUAS.
25480         
25481 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25483     * Patch from lbell <lbell@tsc4.com>
25484     src/controls.c
25485     src/debugger.c
25486     src/main_menubar.c
25487     src/main_menubar.h
25488     src/main_menubar_def.h
25489     src/mainmenu_callbacks.c
25490     src/mainmenu_callbacks.h
25491     src/project_dbase.c
25492     src/project_dbase.h
25493     
25494     Implemented a check menu item to handle the 'show locals' flag
25495     for the current project.
25497     * data/internal.properties: Removed the redundant command
25498     for gnome-terminal.
25499     
25500 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25502         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25504 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25506         * configure.in: Added "ta" to the languages list.
25508 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25510         * data/internal.properties:
25511           added fold.symbols property to control appearance of folds
25512           in the Scintilla editor (thanks to rikul <null@acm.org>)
25514 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25516         * src/message.c:
25517           one extra button for message win is being created -- Fixed.
25518         
25519           The frame should be hidden and not only the pix_lab when
25520           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25521           -- Fixed.
25522         
25523         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25524           for the time being it is same as mini_cvs.xpm.
25525         
25526 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25528         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25530         Patch from rikul <null@acm.org>
25531         
25532         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25533         glades.h, messages.c, messages.h, pixmaps.h,
25534         project_dbase.c, project_dbase.h, session.c,
25535         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25536         
25537         inserted 'add to watch' option in inspect window, so you can add easily
25538         a variable in watch window .
25539         
25540         Added a new message pane for the gdb local variables inspection. Changed
25541         the code in messages.c to better account for future new panes insertion.
25542         Defined a new pixmap for the new tab button in pixmaps.h
25543         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25544         install script.
25545         
25546         Changed the debugger module to have a single function for asking to gdb
25547         to send program info. The idea is to ask the debugger about only the
25548         info needed to open windows( watch, registers, etc ) to speedup the step
25549         command. I plan to ask informations to the debugger based on the user
25550         interface status.
25551         The request for local variables is enabled by default, but the
25552         projectDBase has a variable to control it, to allow disabling that
25553         feature,  there is also the code to save and to reload the state. If you
25554         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25555         in project_dbase.c
25557         This big patch is from:  lbell <lbell@tsc4.com>
25558         
25559 2001-09-20  Stephane Demurget <demurgets@free.fr>
25561         Patch from rikul <null@acm.org> :
25563         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25564           problem and added folding support for php/hmtl.
25566 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25568         * Fixed dnd of files within scintilla.
25569         patch from:  rikul <null@acm.org>
25570         
25571 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25573         * Applied patch from Luca.
25574         
25575         * src/source.c: source_write_build_files(): Fixed the project generation
25576           failure. The fist return statement and the free_project_type were 
25577           misplaced.
25579 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25580         
25581         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25582         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25583         
25584         1) Restore the error color to red (waiting for a configurable one )
25585         2) Saving projects settings if you exit anjuta without closing an open
25586         saved project
25587         3) New Menu 'repaeat search' to search with a keystroke without pressing
25588         the toolbar button
25589         4) some define in the menus to better handle menu item update
25590         
25591         Patch from: lbell <lbell@tsc4.com>
25592         
25593         * main_menubar_def.h, main_menubar.c: Change the position of
25594         "Repeat find" menu position.
25596 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25598          project_type.h, project_type.c, source.c: Applied patch.
25599          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25600          
25601 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25603         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25604         
25605 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25606         
25607         * Fixed bug #445752
25608   
25609 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25610         
25611         * Fixed bugs in Gtk-- and Gnome-- project type
25613 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25615         * dnd.c: Support for multiple files drag-n-drop.
25616         
25617           Patch from: rikul <null@acm.org>
25618         
25619         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25620           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25621           saving from menu.
25622         
25623           Patch from: rikul <null@acm.org>
25625         * Applied patch for widgetizing goto dialog box.
25626           Patch from: ???
25627         
25628         * Applied patch for having new project type handling.
25629           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25630           
25631 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25633         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25634           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25635           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25636           find_replace.c, find_replace.h, find_text.c, find_text.h,
25637           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25638           project_dbase.h, source.c, text_editor.c, text_editor.h,
25639           text_editor_cbs.c, utilities.c, utilities.h:
25640         
25641           Applied a huge patch (after slight preview). I would like Luca
25642           to have his feature additions mentioned here.
25643         
25644           Patch from: lbell <lbell@tsc4.com>
25646 2001-09-09  Stephane Demurget <demurgets@free.fr>
25648         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25650         * po/fr.po: updated to the latest sources.
25653 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25654         
25655         * Fixed bug #445752
25656   
25657 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25659         * dnd.h, dnd.c: New files for drag n drop support.
25660                 
25661         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
25662            Added drag and drop support for opening files.
25663         
25664         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
25665         Archit Baweja <bighead@crosswinds.net> for this idea.
25666         
25667         * TODO: Added some more todos. :-(
25669 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25671         * Fixed the goto line activate bug.
25672         patch from: Martyn Bone <mbone@brightstar.u-net.com>
25674 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25675         
25676         * Fixed bugs in Gtk-- and Gnome-- project type
25678 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
25680         * widgets/gonmefilelist.c, gnomefilelist.c:
25681         Modified multiple selection on pressing control.
25682           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25683         
25684         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
25685         Modified multiple selection on pressing control.
25686           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25687         
25688 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
25690         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
25691           This is useless; but just in case...
25693 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
25695         * data/internal.properties: modified a bit of perl properties.
25696         
25697 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
25699         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
25700           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
25701           Added support for multiple file imports. Changed the standrd C++
25702           convention of #include <file> to #include <file.h>, because I had given
25703           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
25704           now support the #include <file> convention. That is something to be fixed :). 
25705           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25707 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
25709         * src/anjuta.c: Added function static greetings_text(), to solve the non
25710                 translation of the greetings text in the wizard.
25711                 
25712 2001-08-31  Andy Piper <andy.piper@freeuk.com>
25714         * src/find_in_files_gui.c: made order of buttons consistent with other Find
25715           dialogs, with OK the default (fix bug #453482)
25717 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
25719         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
25720         
25721         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
25722         
25723 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
25725         * src/aneditor.cxx
25726           src/aneditor.h
25727           src/anjuta_cbs.c
25728           src/controls.c
25729           src/main_menubar.c
25730           src/main_menubar.h
25731           src/main_menubar_def.h
25732           src/mainmenu_callbacks.c
25733           src/mainmenu_callbacks.h:
25734                 Applied the patch that addes menu items which allow users to
25735                 insert GPL notice and date time in current document.
25736                 patch from: Rick Patel <rikul@shreve.net>       
25737                 
25738         * src/main_menu.c: Fixed a compilation error.
25739         
25740         * src/anjuta.c: Fixed non-rememberence of editor tab position.
25741         
25742         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
25743           about the unterminated strings.
25744           
25745         * scintilla/*: Updated scintilla to 1.3.9 version.
25746         
25747 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
25748         
25749         * widgets/gnomefileselection.c:
25750           Applied the patch for fixing multiple selection of file open funcion,
25751           which will deselect the files selected.
25752           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25754 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25756         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
25757           src/fileselection.c, src/anjuta_cbs.c:
25758           Applied the patch     for multiple selection of file open.
25759           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
25760           
25761 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
25763         * Removed "-f" option in call to devhelp, because devhelp no longer
25764           supports that.
25765         
25766 2001-08-26  Stephane Demurget <demurgets@free.fr>
25768         All these modifications have been pointed out by
25769         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
25771         * data/internal.properties: two fixes for the PHP lexer.
25772           this out.
25774         * fr.po: minor fixes.
25776         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
25778 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
25779         
25780         * main_menubar.c,
25781           main_menubar.h,
25782           main_menubar_def.h,
25783           main_menubar_callbacks.c,
25784           controls.c:
25785                 Added new menu item for "close all fils".
25786                 (Patch from Rikul <rikul@shreve.net>, after revision)
25787         
25788         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
25789         
25790         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
25791                 (Patch from Rikul <rikul@shreve.net>)
25792         
25793         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
25794                 (Patch from Rikul <rikul@shreve.net>)
25796 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25797         
25798         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
25799            project name in application widzard.
25800            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
25802         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
25803           of the 'OK' button there is an 'Execute' one.
25804           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
25805         
25806         * executer.c: Changed cancel button to close button. That was more appropriate.
25807           
25808 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
25810         * HACKING: corrected >>>>>> Config management.
25811         
25812         * HACKING: Added many things.
25813         
25814         * src/launcher.h: Added some comments.
25816 2001-08-21  Stephane Demurget <demurgets@free.fr>
25818         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
25820         * HACKING,
25821           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
25822           src/appwizard_cbs.c,
25823           src/appwizard_gui.c: Applied UI/docs cleanup patch from
25824           Andy Piper <andy.piper@freeuk.com>
25826         * po/fr.po: updated to latest sources.
25828         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
25831 2001-08-18  Andy Piper <andy.piper@freeuk.com>
25833         * Fixed bugs #450280 and #448845
25835         * src/about.c: corrected Naba's e-mail address (.net, not .com)
25836         
25837         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
25838           named dialogs
25839         
25840         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
25841           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
25842           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
25843           names to remove "Anjuta: " prefix
25844           
25845         * src/main_menubar_def.c: altered a message
25846         
25847         * launcher/anjuta_launcher.c: cleaned up some messages
25849         * src/debugger.c: edited messages to improve clarity
25850         
25851         * src/app_wiz*.c: tidied wizard interface
25854 2001-08-15  Stephane Demurget <demurgets@free.fr>
25856         Synced Naba's fix and mine about the wizards not working and removed
25857         anjuta.prj to avoid a nasty checkin.
25859         * Makefile.am: removed the install-data-local rule.
25861         * data/Makefile.am: changed the list of files.
25863         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
25865         * .cvsignore: added anjuta.prj for the same reason.
25868 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
25870         * src/source.c: Fixed a bug that fails new gnome projects to get
25871           created.
25873         * src/project_manager.c: Fixed a bug that disables storing recent
25874           project history.
25876         * Makefile.am: Added stuffs to install the macro files in the
25877           anjuta share file.
25880 2001-08-14  Stephane Demurget <demurgets@free.fr>
25882         * data/Makefile.am: added some rules to support the gnome/ macros
25883           dir in order to make the wizards work again.
25885         * anjuta.spec.in: upped the release number.
25888 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
25890         * configure.in (ALL_LINGUAS): Added pl.
25893 2001-08-09  Stephane Demurget <demurgets@free.fr>
25895         * anjuta.spec.in: fixed the doc files list.
25898 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
25900         * src/about.c: corrected my email address. :-)
25901         
25902         * TODO: Updated.
25903         
25904         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
25905          (patch from Andy Piper <squiggle@ukgateway.net>)
25907 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
25909         * debugger.c: Fixed a bug associated with debugging threaded
25910           application.
25911         
25912         * text_editor_menu.c: Fixed broken ui in text editor
25913           pop up menu.
25914           
25915         * text_editor_menu.c: Now the option sub menu in text editor pop up
25916           works.
25917         
25918         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
25919                 (suggested by lord sibn <sibn@utspl.cjb.net> )
25920         
25921 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
25923         * src/text_editor_menu.c: Added menu item for context help
25924           (patch from Andy Piper <squiggle@ukgateway.net>)
25925         
25926 2001-08-06  Stephane Demurget <demurgets@free.fr>
25928         * ccview/cccproj.cc: added missing i18n strings.
25930         * data/welcome.txt: bumped version to 0.1.6.
25932         * src/anjuta.c: fixed a compilation error due to devhelp integration.
25934 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
25935         
25936         * help.c, help.h: Added support for DevHelp context sensitive help
25937                 and gnome api browsing.
25938         * Fixed toolbars and editor views "not save" bug.
25939         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
25940           (patch from Andy Piper <squiggle@ukgateway.net>)
25941         * Updated THANKS and chapter15.sgml for uk and ru translators.
25943 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
25945         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
25946         * Updated configure.in to include these changes
25947         
25948 2001-08-03  Stephane Demurget <demurgets@free.fr>
25950         * src/project_dbase_gui.c: fixed bug #446963
25951           (on_project_dbase_ccview_update_start),
25952           (on_project_dbase_ccview_update_end): added.
25953           These two respectively disable and enable close file/project
25954           menu entries and toolbar items, while the ccview part updates
25955           its tag database.  
25958 2001-08-03  Stephane Demurget <demurgets@free.fr>
25960         * configure.in: added sv to the ALL_LINGUAS list.
25961         
25963 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
25965         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
25966                 file to work: merge translations and distribute it.
25968         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
25970         * NEWS, README, THANKS & TODO: Spelling fixes.
25972 2001-08-01  Stephane Demurget <demurgets@free.fr>
25974         * README: updated requirements.
25976         * scintilla/Makefile.am,
25977           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
25978           target can't be realized (custom build path).
25980         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
25981           Removed install-data-local.
25983         * src/compiler_options.c: changed the include paths of the pixmaps.
25984           we hadn't any warning because of the include paths passed to the
25985           compiler. Thanks to make distcheck for reporting this.
25988 2001-07-31  Stephane Demurget <demurgets@free.fr>
25990         * NEWS, THANKS: updated.
25992         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
25993           fixed to show the correct kernel signal number and its description.
25995         * widgets/gnomefilelist.c: fixed bug #445756
25996           (goto_last): renamed to goto_prev and changed according to goto_next.
25997           (goto_next): added.
25998           (goto_directory): removed.
25999           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26000           returned value is now the position in the list.
26001           (check_ok_button_cb): changed the back check and added one for next.
26002           (gnome_filelist_set_dir): the check in history make it wouldn't be
26003           a "true" history. polished the whole thing, using set_dir_internal.
26004           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26005           there's no check in the history when using back or next.
26007         * manuals/*: added missing .cvsignore files.
26010 2001-07-30  Stephane Demurget <demurgets@free.fr>
26012         * po/fr.po: updated to latest sources.
26014         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26015           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26016           to put off their sensitive attributes.
26018 2001-07-29  Stephane Demurget <demurgets@free.fr>
26019         
26020         * po/fr.po: fixed some grammar things.
26021           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26022           this out.
26023         
26024         * src/utilities.c: (file_is_link): use lstat instead of stat.
26026 2001-07-27  Naba Kumar <kh_naba@123india.com>
26027         
26028         * Remove help dir from cvs, because it is no longer
26029           needed.
26030         
26031         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26032           needed.
26034 2001-07-24  Naba Kumar <kh_naba@123india.com>
26036         * debugger.c: (debugger_update_prog_status): Fixed
26037                 the bug with gdb version 5. Debugger starts, when
26038                 step in/out/over etc are clicked.
26039         
26040         * debugger.c: All functions: added debugging codes.
26041         
26042         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26043         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26044           Modified to recognize non project files also.
26045           
26046         * source.c: (source_write_configure_in):
26047           Added source for 'prefix' counterparts for
26048           no-prefix AC_SUBST.
26049         
26050 2001-07-23  Naba Kumar <kh_naba@123india.com>
26051         
26052         * anjuta.c: added function anjuta_remove_text_editor();
26053           and suitably modified anjuta_remove_current_text_editor().
26054           
26055         * project_dbase.c: project_dbase_close(), Added code to
26056           close all opened files that belong to the project when
26057           the project is closed.
26058          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26059         
26060         * Updated the manuals/anjuta-manual subdir for GDP standards.
26061            (patch from Andy Piper <squiggle@ukgateway.net>)
26062         
26063         * main_menubar.h, main_menubar.def: Added Menu items to handle
26064           urls for library references, bugs, patches and feature request
26065           submission.
26066         
26067 2001-07-20  Naba Kumar <kh_naba@123india.com>
26068         
26069         * Set wmclass names in all windows.
26070           (patch from Andy Piper <squiggle@ukgateway.net>)
26071         * New splash logo from "Misha" <misha@phreaker.net>);
26073 2001-07-19  Naba Kumar <kh_naba@123india.com>
26074         
26075         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26076           set caret color, calltip back color and selection fore/back
26077           color.
26079 2001-07-18  Naba Kumar <kh_naba@123india.com>
26080         
26081         * project_dbase.c: Closes all files when project is closed.
26082          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26083          -- We still need to refine this as it closes all sort of files.
26084         
26085         * compiler_options.c: Fixed seg-fault bug when last item in
26086           compiler option lists is removed.
26087         
26088         * Fixed missing newline warnings during compilation.
26089           (patch from Andy Piper <squiggle@ukgateway.net>)
26091 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26093         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26094                 autogenerated no need to store'em in CVS.
26096         * ccview/.cvsignore: Addition of cvsignore.
26098 2001-07-17  Naba Kumar <kh_naba@123india.com>
26099         
26100         *GUI fixes and spell corrections
26101         (patch from Andy Piper <squiggle@ukgateway.net>)
26103 2001-07-15  Naba Kumar <kh_naba@123india.com>
26104         
26105         *Fixed double error message for file not found.
26106         
26107         *Put white backgrounds for png images.
26108         
26109         *Converted '-' to '_' in sgml files.
26111 2001-07-14  Naba Kumar <kh_naba@123india.com>
26112         
26113         * project_dbase.c: Short-cut for expand/collasp project tree
26114         
26115         * project_dbase_gui.c:
26116          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26118 2001-07-13  Naba Kumar <kh_naba@123india.com>
26119         
26120         * notebook.[h,c]: Added
26121          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26122         Project/message window now toggles on control and
26123         and notebook switch short-cut
26125 2001-07-7  Naba Kumar <kh_naba@123india.com>
26126         
26127         * Changed a new icon set which looks more gnomish.
26128         
26129         * Changed a new anjuta splash logo.
26130         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26132 2001-07-6  Naba Kumar <kh_naba@123india.com>
26133         
26134         * ccview/*: Integrated ccview for class view and file view
26135                 in the project Manager.
26136         
26137         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26139 2001-07-1  Naba Kumar <kh_naba@123india.com>
26140         
26141         * scintilla/*: Upgraded Scintilla to version 1.3.7
26142         
26143         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26144         
26145 2001-06-28  Naba Kumar <kh_naba@123india.com>
26146         
26147         * src/debugger.c: Correct step-over and step-out swapping.
26148         
26149         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26150           chapters and added more stuffs.
26152 2001-06-13  Naba Kumar <kh_naba@123india.com>
26153         
26154         * data/autogen.sh.gtkmm: Added
26155         
26156         * data/autogen.sh.gnomemm: Added
26157         
26158         * src/appwiz.c: Added two more application wizard templetes
26159         
26160         * src/project: for gtk-- and gnome-- and proper support
26161         
26162         * src/source.c: for c++ in the project configuration.
26163         
26164         * src/source.h:
26166 2001-05-05  Naba Kumar <kh_naba@123india.com>
26168         * Merged my pre-cvs modifications with 
26169           the current cvs copy.
26171         * (lot of files change).
26173         * Implemented session management.
26175         * Local installation possible by
26176           manageing our own pixmaps paths
26177           manupulations.
26178         
26179         * resources.h: Added.
26180         * resources.c: Added.
26182         * Fixed some bugs.
26183         
26184 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26186         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26187                 Corrected/extended ignores.
26189 2001-05-04  Naba Kumar <kh_naba@123india.com>
26191         * manuals/: dir tree added.
26192           Sgml documentation started in this dir.
26193           
26194         * omf-install/: dir tree added.
26195         
26196         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26197           Created initial document structure.
26198           
26199         * configure.in: Added test for scrollkeeper.
26200           Added some Makefile entries in AC_OUTPUT.
26201         
26202         * Makefile.am: Added subdir manuals/
26203         
26204         * HACKING: Wrote something stupid.
26206 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26208         * Makefile.am: Added ChangeLog in local data list, becaused it's
26209           needed to create a new project.
26210           
26211         * po/fr.po: minor fixes.
26213         * src/build_file.c, src/configurer.c, src/debugger.c,
26214           src/executer.c, src/find_replace.c, src/gnome_project.c,
26215           src/goto_line.c, src/launcher.c, src/messages.c, 
26216           src/preferences.c src/project_dbase.c: functions declared static.
26217           
26218         * widgets/gnomefilelist.c: Fixed a project creation bug,
26219           introduced with latest changes.
26221 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26223         * widgets/gnomefilelist.c,
26224           BUGS: Fixed an annoying bug preventing from loading files/project
26225           given on the command line. Polished the whole gnome_filelist widget.
26227 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26229         * src/main.c,
26230           src/anjuta.c,
26231           src/anjuta.h: Polished the command line parsing.
26233         * BUGS: Need to clean that damn gnome_filelist widget.
26235 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26237         * src/registers.c,
26238           src/sharedlib.c,
26239           src/signals.c: Removed duplicated includes.
26241         * po/fr.po: minor fixes.
26243         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26244           create_compiler_options_page? () declared static.
26245         * src/main.c,
26246           src/anjuta.c: Put a command line option for disabling
26247           the splashscreen.
26249         * src/preferences_gui.c: Fixed an internationalization issue,
26250           other functions declared static.
26252         * src/gnome_project.c: Fixed some memory leaks,
26253           new_prj_terminated () declared static. 
26255 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26257         * configure.in: Sort ALL_LINGUAS alphabetically.
26259 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26261         * Emptied that ugly old Changelog.
26263 == Anjuta 0.1.5 ===
26264 == Anjuta 0.1.4 ==
26266 2001-03-10 Naba kumar  <naba@gnome.org>
26268         * src/gnome_project.c: Fixed project dir creation bug.
26270         * src/text_editor.c: Fixed double accelerators bug.
26271         
26272         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26274         * src/stack_trace.c, * src/compiler_options.c,
26275         data/internals.properties, src/defaults.c:
26276         Fixed pixmap creation with NULL window.
26278         * src/commands.c, src/preferences_gui.c, src/build_project.c
26279         src/clean_project.c: Bug fix.
26280         
26281         * src/main_menubar_def.h: i18n bug fix.
26282         
26283         * src/executer.h, src/executer.c: Bug fix.
26284         
26285         * src/controls.c: Bug fix.
26286         
26287         * src/debugger.c: Debugger now takes program args.
26288         
26289         * po/ja.po: Added japanese translation file.
26290         
26291         Upgraded to ver 0.1.4
26292         ... Fixed other minor bugs.
26294 == Anjuta 0.1.3 ===
26296 2001-XX-XX Naba kumar  <naba@gnome.org>
26298         * Lots of unaccountable changes. Integrated scintilla.
26299         Redesigned Project managemet. Added supports for other languages.
26300         Java style properties managements. .... blah blah
26301         
26302 2000-11-11 Naba kumar  <naba@gnome.org>
26304         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26305         Upgraded to version 0.1.3.
26307         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26308         Fixed to activate Debug->add watch properly.
26310 === Anjuta 0.1.2 beta_2 ===
26311 === Anjuta 0.1.2 ===
26313 2000-11-05 Naba kumar  <naba@gnome.org>
26315         * src/compiler_options.c, src/compiler_options_cbs.c
26316         src/compiler_options_cbs.h, src/compiler_options_gui.c
26317         src/anjuta2.c, extra/stock_libs.anj (new),
26318         extra/README.stock_libs (new), htmls/page13.html,
26319         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26320         added libraries. Stock libs provided for ease of entry. Modified
26321         help html file accordingly.
26323 2000-11-03 Naba kumar  <naba@gnome.org>
26325         * README: Minor fixes in Doc files.
26327         * src/gnome_prj.c, src/appwidzard_cbs.c:
26328         Fixed to ignore non-existant dir for blank prj.
26329         More checking in project creation, especially to confirm
26330         that the prj file already does not exist.
26332         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26334         * src/controls.c: Now Menu item "Format/Detach current document"
26335         is inactive when there is no document opened.
26337 === Anjuta 0.1.1 ===
26339 2000-11-01 Naba kumar  <naba@gnome.org>
26341         Completed and Release of first version (Beta) with lots of bugs.
26343 1999-12-27 Naba kumar  <naba@gnome.org>
26345         Anjuta project started.